@charset "utf-8";

/* - HTML Elements - */

a:link {color:#0066cc; text-decoration: none;}      /* unvisited link */
a:visited {color:#0066cc; text-decoration: none;}  /* visited link */
a:hover {color:#0066cc; text-decoration: underline;}  /* mouse over link */
a:active {color:#0066cc; text-decoration: none;}  /* selected link */

html, body {
  	margin: 0;
  	padding: 0;
  	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 5px 0px;
}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9c2022;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #9c2022;
	margin-top: 0px;
	margin-bottom: 0px
	}

p  {
	line-height: 18px;
	text-align: left;
}

ul {
	list-style-image: url(http://www.autotestsystems.com/images/ul_li.png);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
}

li {
	margin-left: 0px;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

tr {
	background-color: #f3f3f3;
}

.hr {
	float: left;
	width: 100%;
	height: 0px;
	background-color: #ffffff;
	border: none;
	border-top: 1px solid #cccccc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding:0;
	clear: both;
   }

/* - - Layout Elements - - */

#wrapper {
	min-height: 100%;
	width: auto;
	position: relative;
	background-color: #ffffff;
}

#header {
	background-color: #003399;
	height: 85px;
	background-image: url(http://www.autotestsystems.com/images/bg-header.jpg);
	background-position: center -35px;
	background-attachment: scroll;
}

#headerPage {
	background-color: #003399;
	height: 85px;
	background-image: url(http://www.autotestsystems.com/images/bg-header.jpg);
	background-position: center -35px;
	background-attachment: scroll;
}

#headerBar {
	background-color: #cccccc;
	height: 35px;
	background-image: url(http://www.autotestsystems.com/images/bg-headerBar.gif);
	background-repeat: repeat-x;
}

#headerBarContent {
	clear: both;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}

#headerContent {
	clear: both;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 325px;
}

#headerContentPage {
	clear: both;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
}

#menuBar {
	background-color: #cccccc;
	height: 35px;
	background-image: url(http://www.autotestsystems.com/images/bg-navBar.gif);
	background-repeat: repeat-x;
}

#menuContent {
	clear: both;
	width: 1000px;
	position: relative;
	z-index: 300;
	margin-right: auto;
	margin-left: auto;
}

#body {
	background-color:#ffffff;
	background-image: url(http://www.autotestsystems.com/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: 0px 35px;
}

#bodyContent {
	clear: both;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bodyColumns {
	clear: both;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 325px;
	margin-top: 20px;
	background-image: url(/images/bg-bodyColumn-vr.gif);
	background-repeat: repeat-y;
}

#bodyColumnLeft {
	width: 630px;
	height: 100%;
	float: left;
	margin-left: 20px;
}

#bodyColumnRight {
	width: 300px;
	height: 100%;
	float: right;
	margin-right: 20px;
}

#footerBarContent {
	clear: both;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color:#999999;
	clear: both;
	width: auto;
	position: relative;
	bottom: 0;
	background-image: url(http://www.autotestsystems.com/images/bg-footer2.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 275px;
}

#footerContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	clear: both;
	height: 100%;
	width: 1000px;
	position: relative;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

/* - - - Custom - - - */

a.headerCalloutText:link {color:#ffffff; text-decoration:underline;}
a.headerCalloutText:visited {color:#ffffff; text-decoration:underline;}
a.headerCalloutText:hover {color:#99ccff; text-decoration:underline;}
a.headerCalloutText:active {color:#ffffff; text-decoration:underline;}

p.headerCalloutText a:link {color:#ffffff; text-decoration:underline;}
p.headerCalloutText a:visited {color:#ffffff; text-decoration:underline;}
p.headerCalloutText a:hover {color:#99ccff; text-decoration:underline;}
p.headerCalloutText a:active {color:#ffffff; text-decoration:underline;}

#nav li a:link {color:#666666; text-decoration: none;}
#nav li a:visited {color:#666666; text-decoration: none;}
#nav li a:hover {color:#ffffff; text-decoration: none;}
#nav li a:active {color:#666666; text-decoration: none;}

#footerContent a:link {color:#ffffff; text-decoration: none;}
#footerContent a:visited {color:#ffffff; text-decoration: none;}
#footerContent a:hover {color:#ffffff; text-decoration: underline;}
#footerContent a:active {color:#ffffff; text-decoration: none;}

a.panelList:link {color:#0066cc; text-decoration:none;}
a.panelList:visited {color:#0066cc; text-decoration:none;}
a.panelList:hover {color:#0066cc; text-decoration:underline;}
a.panelList:active {color:#0066cc; text-decoration:none;}

p.supportType a:link {color:#9c2022; text-decoration:none;}
p.supportType a:visited {color:#9c2022; text-decoration:none;}
p.supportType a:hover {color:#9c2022; text-decoration:underline;}
p.supportType a:active {color:#9c2022; text-decoration:none;}

a.supportDescription:link {color:#333333; text-decoration:none;}
a.supportDescription:visited {color:#333333; text-decoration:none;}
a.supportDescription:hover {color:#333333; text-decoration:underline;}
a.supportDescription:active {color:#333333; text-decoration:none;}

div.feedburnerFeedBlock a:link {color:#666666; text-decoration: none;}
div.feedburnerFeedBlock a:visited {color:#666666; text-decoration: none;}
div.feedburnerFeedBlock a:hover {color:#666666; text-decoration: underline;}
div.feedburnerFeedBlock a:active {color:#666666; text-decoration: none;}

div.bodyColumn a:link {color:#666666; text-decoration: none;}
div.bodyColumn a:visited {color:#666666; text-decoration: none;}
div.bodyColumn a:hover {color:#666666; text-decoration: underline;}
div.bodyColumn a:active {color:#666666; text-decoration: none;}

a.redNew:hover {color:#9c2022; text-decoration:underline;}

ul.headerCalloutText {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

.headerBarLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 480px;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
}

.headerBarRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	width: 480px;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
}

.logoMain {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
	height: 85px;
	width: 205px;
}

.headerImg {
	height: 325px;
	width: 745px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.headerBannerNav {
	height: 23px;
	width: 46px;
	right: 265px;
	bottom: 0px;
	position: absolute;
	z-index: 10;
}

.headerBanner {
	height: 325px;
	width: 1000px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.headerImgPage {
	height: 170px;
	width: 725px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.headerCallout {
	background-color: #003399;
	background-image: url(http://www.autotestsystems.com/images/bg-headerCallout.gif);
	background-repeat: repeat-x;
	height: 295px;
	width: 195px;
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15px;
	overflow: hidden;
}

.headerTitle {
	height: 30px;
	width: 265px;
	float: right;
	margin-right: 20px;
	top: 27px;
	text-align: center;
	position: relative;
}

.headerCalloutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 20px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	text-align: left;
	width: 980px;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
}

.menuRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	width: 480px;
	float: right;
	height: 35px;
	line-height: 35px;
	margin-right: 20px;
}

.bodyColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 225px;
	height: 100%;
	min-height: 325px;
	float: left;
	margin-right: 20px;
}

.bodyColumnLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 630px;
	height: 100%;
}

div.bodyColumnLeft li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.bodyColumnNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 225px;
	height: 100%;
	min-height: 325px;
	float: right;
	background-repeat: repeat-x;
	background-position: top;
}
 
.bodyColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 220px;
	height: 25px;
	background-color: #003399;
	background-image: url(http://www.autotestsystems.com/images/bg-bodyColumnHeaderRed.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 5px;
}

.bodyColumnLeftHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 630px;
	height: 30px;
	background-color: #003399;
	background-image: url(http://www.autotestsystems.com/images/bg-bodyColumnLeftHeader.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	line-height: 30px;
	text-indent: 10px;
}

.panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 300px;
	height: 100%;
	background-color: #cccccc;
	background-image: url(http://www.autotestsystems.com/images/bg-panel.gif);
	background-repeat: repeat-x;
	background-position: 0px 25px;
}

p.panel {
	margin-left: auto;
	margin-right: 10px;
	background-image: none;
	width: 280px;
	background-color: transparent;
	line-height: 18px;
}

.panel ul {
	line-height: 18px;
	margin-right: 10px;
}

.panel li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.panelHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	width: 300px;
	height: 25px;
	background-color: #003399;
	background-image: url(http://www.autotestsystems.com/images/bg-panelHeader.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	line-height: 25px;
	text-indent: 10px;
}

.panelList {
	font-weight: bold;		
}

.bodyColumnHeaderNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 220px;
	height: 25px;
	background-color: #9c2022;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 5px;
	background-image: url(http://www.autotestsystems.com/images/bg-bodyColumnHeaderNews.gif);
}

.footerBarLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	width: 480px;
	float: left;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	margin-left: 20px;
}

.footerBarRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	width: 480px;
	float: left;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 20px;
}

/* - - - - Misc. Func. - - - - */

.clear { clear: both;}
.imgCenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 10px;}
.imgLeft { margin-right: 10px; margin-bottom: 10px;}
.imgRight { margin-left: 10px; margin-bottom: 10px;}
.imgPackages { margin-right: 20px; margin-bottom: 10px;}
.contactCountry { font-weight: bold; color: #9c2022;}
.contactCompany { font-weight: bold; color: #003399;}
.contactName { font-weight: bold; color: #003399;}
.contactColumnLeft { float: left; width: 315px;}
.contactColumnRight { float: right; width: 315px;}
.careersJob { font-weight: bold; color: #9c2022;}
.careersLocation { font-weight: bold; color: #003399;}
.careersCode { font-weight: bold; color: #0066cc;}
.careersColumnLeft { float: left; width: 315px;}
.careersColumnRight { float: right; width: 315px;}
.supportType { font-weight: bold; color: #9c2022;}
.supportDescription { font-weight: bold; color: #333333;}
.supportColumnLeft { float: left; width: 210px;}
.supportColumnRight { float: right; width: 420px;}
.packageType { font-weight: bold; color: #003399;}
.productType { font-weight: bold; color: #9c2022;}
.red { color: #9c2022; font-weight: normal;}
.redNew { color: #9c2022; font-style: italic; font-weight: bold; text-decoration: none;}
.blue { color: #0066cc; font-weight: normal;}
.charcoal { color: #333333; font-weight: bold;}
.disclaimer { font-size: 11px; text-align: center; display: block;}
.disclaimerLeft { font-size: 11px; text-align: left; display: block;}
td.header {	font-size: 13px; font-weight: bold;	color: #ffffff;	background-image: url(http://www.autotestsystems.com/images/bg-tdHeader.gif); background-repeat: repeat-x;}
tr.rowAlternate { background-color: #cccccc;}
tr.rowWhite { background-color: #ffffff;}
.downloadDataSheet { text-align:right;}
.faq-answer { display:none;	}
.searchFAQS { text-align:right }
div.feedburnerFeedBlock ul { list-style-image: url(http://www.autotestsystems.com/images/ul_li.png); vertical-align: middle; padding-left: 18px; }
div.feedburnerFeedBlock li { margin: 0 10px 0 0; }
#creditfooter { display: none }
p.date { line-height: 10px; margin: 5px 10px 8px 0; }
tr.feedbackForm { background-color: #ffffff;}
textarea {resize: none;}
.ulNoBullet { list-style-type: none; list-style-image: none; }
.backTop { font-size: 13px; font-family: arial, helvetica, sans-serif; color:#666666; }
.headerBannerNavLeft {float: left;}
.headerBannerNavRight {float: right;}
.vidCenter { display: block; margin-left: 40px; margin-right: 40px; margin-bottom: 0px;}
div.bodyColumn ul { padding-left: 18px; line-height: 23px;}
.panelHeader h3 { color:#ffffff;}