@charset "utf-8";
/* CSS Document */
@import url("stylesinitialreset.css");


body {
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	background-image: url(../images2/BG_red_band.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

/* Main Wrapper*/
#wrapper {
	text-align:left;
	width:904px;
	position:relative;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 1.2em;
}

/* Main Layout */

#header {
	background-color: #FFF;
	height: 95px;
	width: 904px;
	float: left;
}


/*
Navigation Banner
*/

#navigationBanner {
	height: 95px;
	width: 552px;
	float: right;
}
.clickHereBullet {
	margin-left: 30px;
}


#navInnerWrap {
	height: 43px;
	width: 552px;
	background-image: url(../images2/BG_nav.jpg);
	background-repeat: no-repeat;
}

#contentInnerWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}

#contentInnerWrapper ul {
	padding-left: 20px;
	list-style-type: square;
	margin-bottom: 5px;
	
}

#contentInnerWrapper ul ul {
	list-style-type: circle;
	list-style-image: none;
}

#contentInnerWrapper a {
	color:#F00;
	font-weight:bold;

}


#photoBand {
	float: left;
	height: 277px;
	width: 904px;
	background-color: #898989;
	background-repeat: repeat-y;
	text-align: center;
}


#contentWrapper {
	width: 904px;
	float: left;
	background-image: url(../images2/BG_content.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}



#BG_ContentBottom {
	float: left;
	height: 14px;
	width: 904px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
#logoBox {
	float: left;
	height: 95px;
	width: 352px;
}
.imageLeft {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.productWrap {
	float: left;
	width: 500px;
}
.productWrapDetails {
	float: left;
	width: 300px;
}

.productOuterWrap {
	width: 800px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 30px;
}


h1 {
	font-size: 17pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E71B24;
	border-right-color: #E71B24;
	border-bottom-color: #E71B24;
	border-left-color: #E71B24;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
h3 {
	font-size: 14pt;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
	padding-bottom: 8px;
}
h3.italic {
	font-size: 18pt;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
}
h4 {
	font-size: 14pt;
	background-repeat: no-repeat;
	background-position: left center;
}


h5 {
	font-size: 18pt;
	background-repeat: no-repeat;
	background-position: left center;
	font-style: italic;
}


#centerTable {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border: 2px dotted #999;
	margin-top: 25px;
	background-color: #F2F2F2;
}
#centerRouteConfig {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}



#NavHomeWrap {
	float: left;
	height: 52px;
	width: 550px;
	background-image: url(../images2/phoneNumber.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.centerTableAccordian {
	margin-right: auto;
	margin-left: auto;
}

#homeButtonWrapper {
	float: right;
}




/* CHEAT LIST:
- to fix IE 6 double margin on floated elements, apply "display: inline" to the CSS rule. Example: div {float:left;margin:40px;display:inline;}
*/

/*
Clears floats within container, so container continues to wrap around contents
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-table;}
/*Hides from IE-mac\*/
*html .clearfix {height:1%;}
.clearfix {display:block;}

.left {float: left;}
.right {float: right;}

/*Temp navigation styles for building site*/

#navbar ul li {
	display:inline;
	margin:0 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#navbar ul li a {
	color: #FFF;
	display:block;
	float:left;
	padding:5px 10px;
	background-color: #999;
	text-decoration: none;
}
#navbar ul li a:hover {background:#eee;color:black;}



/* Jesse's footer credit */
a.jesse:link {
	color: #999;
	font-size:8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}
a.jesse:visited {
	color: #999;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}

a.jesse:hover {
	color: #999;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	letter-spacing: 1pt
}
a.jesse:active {
	color: #999;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none
}

a.clickHere:link {
	color: #F00;
	font-weight: bold;
}

a.clickHere:visited {
	color: #F00;
	font-weight: bold;
}

a.clickHere:hover {
	color: #333;
	font-weight: bold;
}

a.clickHere:active {
	color: #F00;
	font-weight: bold;
}



#creditBox {
	width: 900px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}
.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
}
.BG_TableFooter {
	background-image: url(../images2/BG_contentBottom.jpg);
	background-repeat: no-repeat;
}
#returnLinkBox {
	position: absolute;
	left: 709px;
	top: 276px;
	width: 174px;
}

#returnLinkBox a:link {
color: #000000;	
}

#returnLinkBox a:visited {
color: #000000;	
}

#returnLinkBox a:hover {
color: #000000;	
}

#returnLinkBox a:active {
color: #000000;	
}


	
	

.BG_navFull {
	background-image: url(../images2/buttons/BG_nav.jpg);
	background-repeat: no-repeat;
}
.BG_TableContent {
	background-image: url(../images2/BG_content.jpg);
	background-repeat: repeat-y;
}
.BG_TableNav {
	background-image: url(../images2/BG_nav.jpg);
	background-repeat: no-repeat;
}


/* PAGE FOOTER */

#footer a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #999999;
}

#footer a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #999999;
}

#footer a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #999999;
}

#footer a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #999999;
}


#footer{
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #999999;
}

#footerBox {
	width: 900px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 10pt;
}
.productTitle {
}
#sidebarRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #F2F2F2;
	padding: 20px;
	width: 200px;
	border: 2px dotted #999;
	font-size: 10pt;
	margin-top: 20px;
}

#contentInnerLargeText {
	font-size: 1.2em;
}
#routeConfigBox {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.ul_spacer {
	margin-top: 8px;
}
#centerTableSmall {
	margin-right: auto;
	margin-left: auto;
	width: 610px;
	border: 2px dotted #999;
	margin-top: 25px;
	background-color: #F2F2F2;
}
#navBarSmartScan {
	width: 120px;
	background-color: #E8E8E8;
	border: 1px solid #999;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.grayBox {
	background-color: #F2F2F2;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#smartScanWrap {
	float: right;
	width: 620px;
}
.centerPhotoTemp {
	width: 197px;
	margin-right: auto;
	margin-left: auto;
}
#centerTableSmartScan {
	margin-right: auto;
	margin-left: auto;
	width: 610px;
	border: 2px dotted #999;
	margin-top: 25px;
	background-color: #F2F2F2;
}
#centerTableOnly {
	margin-right: auto;
	margin-left: auto;
}
.centerText {
	text-align: center;
}
#supportButton {
	background-color: #EFEFEF;
	padding: 20px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 11pt;
	margin-right: auto;
	margin-left: auto;
}

#supportButton a {
color:#000;	
}
.centerTable {
	margin-right: auto;
	margin-left: auto;
}


.centerTableGrayBG {
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F2F2;
	border: 1px dotted #999;
}
.largerText {
	font-size: 1.2em;
}

#contentInnerWrapper li {
	padding-bottom: 5px;
	
}
