/* YUI Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Onwards */

body {
	background: url(../img/background.jpg) repeat-x #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 15px;
}

h2 {
	color: #990000;
	font-size: 19px;
	margin-bottom: 27px;
	font-weight: bold;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
}

h4 {
	font-size: 17px;
	margin-bottom: 8px;
}

div.clear-both {
	clear: both;
}

.align-right {
	text-align: right;
}

.bracket {
	color: #990000;
}

/* Page container */

#container {
	width: 860px;
	margin: 0 auto;
	border: solid 1px #999;
	padding: 10px;
	background: #fff;
}

/* Header */

#header {
	height: 80px;
}

#header img {
	margin-top: 26px;
	float: left;
}

#header #search {
	float: right;
	padding: 17px 0;
}

#header #search p {
	text-align: right;
	margin-bottom: 9px;
}

#header #search a {
	color: #666666;
}

/* Navigation */

#navigation {
	width: 100%;
	height: 29px;
	background: url(../img/nav-bg.jpg) repeat-x;
}

#navigation ul {
	width: 860px;
	height: 29px;
	margin: 0;
	padding: 0;
	background: url(../img/nav-links.jpg) bottom left;
	position: relative;
	overflow: hidden;
}

/* We want li as block and to be as tall as image*/
#navigation ul li {
	display: block;
	height: 29px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

/* a should also be block and 32px tall*/
#navigation ul li a {
	display:block;
	height:29px;
}

/* This is the boring part, every link has to be positioned according to the image */

li#i1 {
	left: 0px;
	width: 47px;
}

li#i2 {
	left: 47px;
	width: 149px;
}

li#i3 {
	left: 196px;
	width: 115px;
}

li#i4 {
	left: 311px;
	width: 86px;
}

li#i5{
	left: 397px;
	width: 101px;
}

li#i6 {
	left: 498px;
	width: 97px;
}

li#i7 {
	left: 595px;
	width: 95px;
}

li#i8 {
	left: 689px;
	width: 109px;
}

/*  Now add the hover  */
#i1 a:hover {
	background: transparent url(../img/nav-links.jpg) 0px -29px no-repeat;
}

#i2 a:hover {
	background: transparent url(../img/nav-links.jpg) -47px -29px no-repeat;
}

#i3 a:hover {
	background: transparent url(../img/nav-links.jpg) -196px -29px no-repeat;
}

#i4 a:hover {
	background: transparent url(../img/nav-links.jpg) -311px -29px no-repeat;
}

#i5 a:hover {
	background: transparent url(../img/nav-links.jpg) -397px -29px no-repeat;
}

#i6 a:hover {
	background: transparent url(../img/nav-links.jpg) -498px -29px no-repeat;
}

#i7 a:hover {
	background: transparent url(../img/nav-links.jpg) -595px -29px no-repeat;
}
#i8 a:hover {
	background: transparent url(../img/nav-links.jpg) -689px -29px no-repeat;
}

/* Now add item selected */

#i1 a.selected {
	background:transparent url(../img/nav-links.jpg) 0px top no-repeat;
}

#i2 a.selected {
	background:transparent url(../img/nav-links.jpg) -47px top no-repeat;
}

#i3 a.selected {
	background:transparent url(../img/nav-links.jpg) -196px top no-repeat;
}

#i4 a.selected {
	background:transparent url(../img/nav-links.jpg) -311px top no-repeat;
}

#i5 a.selected {
	background:transparent url(../img/nav-links.jpg) -397px top no-repeat;
}

#i6 a.selected {
	background:transparent url(../img/nav-links.jpg) -498px top no-repeat;
}

#i7 a.selected {
	background:transparent url(../img/nav-links.jpg) -595px top no-repeat;
}

#i8 a.selected {
	background:transparent url(../img/nav-links.jpg) -689px top no-repeat;
}

/* We just need to hide the text now   */
#navigation ul li a {
	text-indent:-9000px; 
	background-color:transparent; 
}

/* Homepage specific */

/* Main feature box */

#feature {
	width: 100%;
	height: 260px;
	background: url(../img/grad-bg.jpg) bottom repeat-x;
	margin-top: 1px;
}

#feature #image-box {
	float: left;
	width: 641px;
	height: 250px;
}

.def-feature {
	background-image: url(../img/feature_def.jpg);
}

.powerful-interface {
	background-image: url(../img/feature_powerful-interface.jpg);
}

.non-intrusive-testing {
	background-image: url(../img/feature_non-intrusive-testing.jpg);
}

.process-level-access {
	background-image: url(../img/feature_process-level-access.jpg);
}

.no-hardware-simulator {
	background-image: url(../img/feature_no-hardware-simulator.jpg);
}

#image-box p {
	position: relative;
	top: 130px;
	left: 60px;
	width: 250px;
}

#image-box {
	color: #fff;
}

#feature #buttons {
	float: right;
	width: 219px;
}

#buttons li a:hover,
#buttons li a.current {
	background-position: bottom left;
}

#b1 a {
	height: 63px;
	width: 219px;
	background: url(../img/non-intrusive-testing.jpg) top left no-repeat;
	display: block;
}

#b2 a {
	height: 62px;
	width: 219px;
	background: url(../img/process-level-access.jpg) top left no-repeat;
	display: block;
}

#b3 a {
	height: 63px;
	width: 219px;
	background: url(../img/no-hardware-simulator.jpg) top left no-repeat;
	display: block;
}

#b4 a {
	height: 62px;
	width: 219px;
	background: url(../img/powerful-interface.jpg) top left no-repeat;
	display: block;
}

/* We just need to hide the text now   */
#buttons li a {
	text-indent:-9000px; 
	background-color:transparent; 
}

/* Flash above hte testamonial on the HP */

#flash-banner {
	float: right;
	margin-top: 15px;
}

/* Main content area */

#main-content-area {
	width: 100%;
}

/* Left area */

#main-content-area #left {
	float: left;
	width: 628px;
	margin-right: 13px;
}

#left #copy {
	margin-left: 23px;
	margin-top: 15px;
	width: 369px;
	float: left;
	margin-bottom: 13px;
}

#left #top-quality-product {
	border: 1px #dedede solid;
	width: 200px;
	float: right;
	padding: 10px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff bottom right no-repeat;
}

#top-quality-product p {
	font-size: 11px;
}

#top-quality-product p#signature-testimonial {
	margin-bottom: 0;
}

#top-quality-product h3 {
	margin-bottom: 3px;
	font-size: 16px;
}

p#job-title {
	float: left;
	width: 128px;
}

#testamonial p#job-title {
	float: left;
	width: 120px;
}

p#testimonial-logo {
	width: 48px;
	float: right;
	margin-bottom: 5px;
}

#right-area #stay-up-to-date,
#main-content-area #stay-up-to-date {
	clear: both;
	width: 619px;
	border: 1px #dedede solid;
	height: 30px;
	margin-top: 13px;
	margin-bottom: 13px;
	background: #ececec;
}

.homepage {
	height: 48px !important;
}

#stay-up-to-date img.stay-up-to-date {
	float: left;
	margin-top: 8px;
	margin-left: 7px;
}

#stay-up-to-date div.stay-up-to-date-with {
	color: #000;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
}

#stay-up-to-date form #email-address {
	height: 17px;
	color: #666666;
	margin-top: 2px;
	margin-left: 13px;
	padding-top: 3px;
	width: 219px;
}

/* Right area */

#main-content-area #right {
	float: right;
	width: 211px;
	margin-top: 15px;
	margin-right: 8px;
}

/* Looking to buy */

#right div.looking-to-buy {
	background: #ececec;
	border: 1px solid #666666;
	border-bottom: none;
}

#right div.looking-to-buy img {
	margin: 8px 7px 8px 7px;
}

/** Try */

#right div.try-first {
	background: #ececec;
	border: 1px solid #666666;
	margin-bottom: 3px;
}

#right div.try-first img {
	margin: 8px 7px 8px 7px;
}

/* Crosshairs community */

#right div.crosshairs-community {
	border: 1px solid #666666;
	background: url(../img/community-people.jpg) bottom center no-repeat;
	min-height: 110px;
	margin-bottom: 3px;
}

#right div.crosshairs-community img {
	margin: 8px 7px 8px 7px;
}

/* Video */

#right div.view-video {
	background: #ececec;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 8px 7px 8px 7px;
}

div.view-video a {
	color: #666666;
}

div.view-video ul {
	margin-top: 9px;
}

div.view-video ul li {
	float: left;
	display: inline;
}

#right div.view-video ul li img {
	margin: 0;
}

#right div.view-video ul li img.first {
	margin-right: 8px;
}

/* Podcast */

#right div.podcast {
	background: #ececec;
	border: 1px solid #666666;
	margin-bottom: 26px;
}

#right div.podcast img {
	margin: 8px 7px 8px 7px;
}

/* Latest news */

#latest-news {
	clear: both;
	background: top url(../img/grad-bg.jpg) repeat-x;
	min-height: 5px;
	padding-top: 11px;
	color: #333;
	font-size: 13px;
}

#latest-news a {
	color: #990000;
	text-decoration: none;
	border-bottom: 1px solid;
}

#latest-news .news-title {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
}

/* Level 2 pages now */

#page {
	width: 100%;
	margin-top: 13px;
}

#left-area {
	float: left;
	width: 219px;
}

/* Subnavigation */

#sub-navigation {
}

#sub-navigation ul {
	border: 1px solid #999;
	border-bottom: none;
	border-left: none;
	border-right: none; 
	margin-bottom: 6px;
}

#sub-navigation ul a {
	display: block;
	width: 219px;
	height: 27px;
	line-height: 25px;
	text-decoration: none;
	background: url(../img/sub-nav.jpg) top left no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-indent: 30px;
}

#sub-navigation ul a:hover,
#sub-navigation ul a.current {
	background-position: bottom left;
	color: #fff;
}

/* Testamonial */

#left-area #testamonial {
	border: 1px solid #dedede;
	padding: 13px;
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.chap1 {
	/*background-image: url(../img/testamonial-chap.jpg);*/
}

#content-container #content h3,
#content-container #content h3 a,
#left-area #testamonial h3 {
	color: #980019;
	margin-bottom: 8px;
}

/* Right content area */

#right-area {
	width: 625px;
	float: right;
}

/* Content container */

#content-container {
	width: 593px;
	padding-left: 32px;
	margin-top: 27px;
}

/* Content area */

#content-container #content {
	width: 440px;
	float: left;
}

#copy ul,
#content ul {
	list-style: disc;
	margin-left: 13px;
	margin-bottom: 13px;
}

#content-container #content h2 {
	margin-bottom: 13px;
}

#content-container #content h3,
#content-container #content h3 a {
	font-style: normal;
}

#content-container #content #testimonial {
	border: 1px #dedede solid;
	width: 420px;
	float: right;
	padding: 10px;
	padding-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #fff bottom right no-repeat;
}

/* Right side */

#content-container #additional-content {
	float: right;
	width: 143px;
}

#additional-content #view-video {
	padding: 13px 0 13px 6px;
	border: 1px solid #999;
	width: 136px;
	background: #ececec;
	margin-bottom: 4px;
}

#view-video p {
	margin-bottom: 0;
}

img.vid-preview {
	margin-left: 19px;
	margin-top: 8px;
}

/* Contact form */

#contact_form .form_field {
	height: 2.5em;
}

#free_trial .form_field {
	margin-bottom: 1em;
	clear: both;
	min-height: 1.5em;
}

.form_field label {
	float: left;
	width: 150px;
}

.form_field input,
.form_field textarea,
.form_field select {
	float: right;
	width: 250px;
}

.form_field textarea,
.form_field select {
	width: 254px;
}

/* Sitemap */

.sitemap_ul {
	margin-bottom: 0 !important;
}

.sitemap_li {
	margin-bottom: 2px;
}

/* Member logos */

#member-logos li {
	float: left;
	margin-right: 7px;
	list-style: none;
	height: 48px;
}

#member-logos li img {
	vertical-align: bottom;
}

/* Pullout box */

#pullout-contact {
	position: absolute;
	left: 0;
	top: 90px;
	background: #fff;
	z-index: 10;
	border: 1px solid #000;
}

#pullout-button {
	float: left;
	height: 129px;
}

#pullout-contents {
	float: right;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

.hidden {
	display: none;
	visibility: hidden;
}

#pullout-contact .form_field label {
	width: 80px !important;
}

#pullout-contact .form_field input {
	width: 200px !important;
}

#pullout-contact .form_field textarea {
	width: 204px !important;
}

#pullout-contact .form_field #submit {
	width: 80px !important;
}
