/* CSS Document */


* {
margin:0;
padding:0;

	}


body {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align: center;
	margin:0;
	padding:0;
	background:#EDEDED;
}

h1 {
		display:block;
		overflow: hidden;
		float: left;
		width: 239px;
		height: 59px;
		padding: 0;
		text-indent:-1000px;
		background-image:url(images/logo.jpg);
		background-repeat: no-repeat;
		background-position: left center;


}

h2{
	font-size:16px;
	font-weight:bold;
	color:#0072BC;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#0072BC;
}

h4{
	font-size:14px;
	font-weight:bold;
	color:#0072BC;
}




p {
padding:5px 0 15px 0;
margin:0;
line-height: 140%;
}

label {
font-size:14px;
font-weight:bold;
color: #0072BC;
padding:20px  0 5px 0;

}

.sSubheader {
font-size:14px;
font-weight:bold;
color: #0072BC;
padding:20px  0 5px 0;

}

.input{
padding:5px;
margin:5px 0 5px 0;
background:#E2F4FD;
font-size:12px;
width:80%;
border:1px solid #0072BC;

}

a, a:visited {
	color: #0072BC;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #ccc;
}


div#MainHeader{
width:100%;
background:white;
float:left;
}




div#MainIntro{
width:100%;
background:#0072BC url('images/intro_grad.jpg') repeat-x left top;
float:left;
border-bottom:5px solid #E2F4FD;
}

	div.Intro{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:10px 0 0 0;
	background:url(images/header_image.jpg) no-repeat right top;
	text-align: left;
	color:#fff;
	}
	
	.Introwhite{
		font-size:18px;
		color:#fff;
		font-weight:bold;
	}
	
	.Introwhite_small{
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}
	
	
	div.IntroProducts{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_products.gif) no-repeat left 20px;

	}
	
		div.IntroProducts p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:175px;
		}


	div.IntroAbout{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_about.gif) no-repeat left 20px;

	}
	
		div.IntroAbout p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:198px;
		}
		
	div.IntroDev{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_dev.gif) no-repeat left 20px;

	}
	
		div.IntroDev p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:262px;
		}


	div.IntroContact{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_contact.gif) no-repeat left 20px;

	}
	
		div.IntroContact p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:227px;
		}

		div.Links{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_links.gif) no-repeat left 20px;

	}
	
		div.Links p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:198px;
		}
		
			div.Support{
	width: 760px;
	margin: 0 auto 0 auto;
	padding:20px 0 0 0;
	text-align: left;
	color:#fff;
	background:url(images/header_support.gif) no-repeat left 20px;

	}
	
		div.Support p{
			font-size:12px;
			color:#fff;
			font-weight:bold;
			padding-left:198px;
		}
		
div#MainBody{
width:100%;
background:white;
float:left;
padding:20px 0 20px 0;
}
	div#Content{
	float:left; 
	width:530px; 
	margin-right:30px;
	}
	
	div#ContentWide{
	float:left; 
	width:760px; 
	}
	
		div#Content ul{
		padding:0;
		margin:0;
		}

		div#Content ul li{
		padding: 5px 0 5px 15px;
		background:url(images/icon_bullet.jpg) no-repeat left 8px;
		list-style:none;
		}

	
	
	div#ContentMenu{
	float:right; 
	width:200px;  
	background:#E2F4FD;
	color:#0072BC;
	padding:10px 0 10px 0;
	}
	
	div#ContentMenu p{
	padding-left:10px;
	padding-right:10px;
	}
	
	div#ContentMenu ul{
	padding-left:10px;
	padding-right:10px;
	}
	
	div#ContentMenu ul li{
	list-style:none;
	margin:5px 0 5px 0;
	}
	
	
	
	

div#MainTabs{
width:100%;
background:#F2F2F2 url('images/tabs_grad.jpg') repeat-x left bottom;;
float:left;

}



#tabnav
	{
		
		margin: 0;
		padding: 0;
		
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
		font-size: 12px;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited {
		float: left;
		padding: 5px 10px 5px 10px;
		border-right:1px solid #ccc;
		font-weight: bold;
		margin: 10px 0 0 0;
		text-decoration: none;
		color: #098AD8;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
		background: #00A2DF;
		color:#fff;
		border-right:none;
	}

#tabnav a:hover	{
		background: #00A2DF;
		color:#fff;
		
	}


div.container {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
	}

	div#header {
	float:left;
	width:760px;
	margin:20px 0 20px 0;
	
		}
	
	div#header ul {
	float:right;
	margin-top:6px;
	text-align:right;
	color:#0072BC;
	
	}
	div#header ul li {
	list-style: none;
	font-size:12px;
	margin:5px 0 5px 20px;
	
	}
	
	div#header ul li a {
	color:#0072BC;
	}
	
	.speech_icon_right{
	padding: 2px 25px 0 2px;
	background:url(images/icon_speech_white.jpg) no-repeat right;
	}
	
	.envelope_icon_right{
	padding: 2px 25px 0 2px;
	background:url(images/icon_envelope_white.jpg) no-repeat right 1px;
	}
	
	.speech_icon_grey{
	padding: 2px 0 0 25px;
	background:url(images/icon_speech_grey.jpg) no-repeat;
	}
	
	.envelope_icon_grey{
	padding: 2px 0 0 25px;
	background:url(images/icon_envelope_grey.jpg) no-repeat left 1px;
	}
	
	.house_icon_grey{
	padding: 2px 0 0 25px;
	background:url(images/icon_house_grey.jpg) no-repeat left 1px;
	}




div#footer{
width:100%;
background:#EDEDED url('images/footer_fade.jpg') repeat-x;
text-align:center;
padding: 20px 0 20px 0;
float:left;

}

div#footerContainer {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
	
.footerInfo {
	color:#0072BC;
	border-right: 1px dotted #9a948d;
	margin-right: 20px;
	width:200px;
	float:left;
	}
	
.footerInfo ul {
	margin:0;
	padding: 20px 20px 0 0;
	}
	
.footerInfo ul li {
	list-style: none;
	padding-top:5px;
	padding-bottom:5px;
	
}

.divider{
border-bottom:1px dashed #ccc;
margin:10px 0 10px 0;

}

.HeaderUnderline{
border-bottom:1px solid #ccc; 
margin:15px 0 15px 0; 
padding-bottom:10px;
}

.ProductComp{
border-bottom:1px solid #ccc;
margin-bottom:15px;
}

.ProductComp p{
margin-bottom:20px; 
width:250px;
}

.ProductUltra{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/img_ultra.jpg) no-repeat right 10px;
}

.ProductUltra p{
margin-bottom:20px; 
width:250px;
}

.CompareUltra{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/ULTRA_SM.jpg) no-repeat right 10px;
}

.CompareUltra p{
margin-bottom:20px; 
width:250px;
}

.CompareXH{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/XH_SM.jpg) no-repeat right 10px;
}

.CompareXH p{
margin-bottom:20px; 
width:250px;
}

.CompareXSTRIP{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/XSTRIP_SM.jpg) no-repeat right 10px;
}

.CompareXSTRIP p{
margin-bottom:20px; 
width:250px;
}

.ProductDairs{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/DAIRS.jpg) no-repeat right 10px;
}

.ProductDairs p{
margin-bottom:20px; 
width:250px;
}

.ProductXstrip{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/img_xstrip.jpg) no-repeat right 10px;
}

.ProductXstrip p{
margin-bottom:20px; 
width:250px;
}


.ProductCIC{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/CIC.jpg) no-repeat right 10px;
}

.ProductCIC p{
margin-bottom:20px; 
width:250px;
}

.ProductICR{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/ICR.jpg) no-repeat right 10px;
}

.ProductICR p{
margin-bottom:20px; 
width:250px;
}

.ProductAF{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/Autofill.jpg) no-repeat right 10px;
}

.ProductAF p{
margin-bottom:60px; 
width:250px;
}


.ProductSIC{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/SIC.jpg) no-repeat right 10px;
}

.ProductSIC p{
margin-bottom:20px; 
width:250px;
}


.ProductXSPRESS{
border-bottom:1px solid #ccc;
margin-bottom:15px;
}

.ProductXSPRESS p{
margin-bottom:20px; 
width:250px;
}

.ProductV2F{
border-bottom:1px solid #ccc;
margin-bottom:15px;
}

.ProductV2F p{
margin-bottom:20px; 
width:250px;
}

.ProductH-PEC{
border-bottom:1px solid #ccc;
margin-bottom:15px;
}

.ProductH-PEC p{
margin-bottom:20px; 
width:250px;
}

.ProductHotsaxs{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/HOTSAXS.jpg) no-repeat right 10px;
}

.ProductHotsaxs p{
margin-bottom:20px; 
width:250px;
}

.ProductXH{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/XH_front.jpg) no-repeat right 10px;
}

.ProductXH p{
margin-bottom:20px; 
width:250px;
}

.ProductHPEC{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/SMHPEC.jpg) no-repeat right 10px;
}

.ProductHPEC p{
margin-bottom:20px; 
width:250px;
}

.ProductHotwaxs{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/HOTWAXS.jpg) no-repeat right 10px;
}

.ProductHotwaxs p{
margin-bottom:20px; 
width:250px;
}

.ProductV2F{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/V2F.jpg) no-repeat right 10px;
}

.ProductV2F p{
margin-bottom:70px; 
width:250px;
}

.ProductUltraDaq{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/ULTRA_DAQ.jpg) no-repeat right 10px;
}

.ProductUltraDaq p{
margin-bottom:20px; 
width:250px;
}

.ProductXspressII{
border-bottom:1px solid #ccc;
margin-bottom:15px;
background:url(images/XSPRESSII.JPG) no-repeat right 30px;
}

.ProductXspressII p{
margin-bottom:30px; 
width:250px;
}

.tInfoTable {
	padding: 0;
	margin: 10px 0;
	width: 100%;
	border: 0;
	}

.tInfoTable th {
	text-align:left;
	color:#0072BC;
	font-size:14px;
	border-bottom: 1px solid #ccc;
	border-width: 1px 0px;
	padding: 10px 0 10px 0;
	}

.tInfoTable td {
	border-top:1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0;
	vertical-align: top;
	color:#333;
	font-size:12px;
	}



/* end of table */
