
body
{
background-image:url('../images/bg4.jpg');
background-repeat:repeat-x;
margin: 0 auto;
padding: 0;
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #e0e0e0;
color: #333;
}
div#wrap{
width: 960px; 
text-align: center;
margin: 0 auto; 
}

div#bannertop {
position: relative;
text-align: center;
width: 960px;
height: 130px; 
margin: 0 auto; 
z-index: 2000;
}
div#bannertopinside{
text-align: center;
top: 94px;
left: 0px;
position: absolute;
}
.listfirst {
margin-right: 77px;
font-size: 11px;



}

.listfirstlast {
font-size: 11px;



}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 11px;
}
#nav h2 {
	font-size: 12px;
}
#nav a {
	display: block;
	color: #000000;
	line-height: 35px;
	text-decoration: none;
}
 
#nav li { /* all list items */
	float: left;
	
	/*width: 134px;*/  /*width needed or else Opera goes nuts */
}
#nav a:hover{
color: #840a00;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #F4F4F4;
	border: 1px solid #aaaaaa;
	height: auto;
	width: 250px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a { /* second-level lists */
padding-left: 10px;
line-height: 28px;
}

#nav li ul li { /* second-level lists */
	width: 250px;

	
	
}

#nav li ul li ul{ /* second-level lists */
	width: 350px;

	
	
}
#nav li ul li ul li{ /* second-level lists */
	width: 350px;

	
	
}
.secondlist {
	background: url(../images/rightarrow2.gif) center right no-repeat;
	height: 28px;
	line-height: 28px;

}
.thirdlist {
	
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -29px 0 0 250px;

}
/*
 #nav li ul li:hover, #nav li ul li.sfhover {
	
}
 #nav li ul li a:hover, #nav li ul li a.sfhover {
background: #840a00;
	color: #FFFFFF;
}*/
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	color: #FFFFFF;
	
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
	color: #FFFFFF;
}



form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic{
		border:solid 1px #333333;
		background-color: #EEEEEE;
	}
	#basic p{
		font-size:14px;
		color:#000000;
		margin-bottom:20px;
		text-align: left;
		border-bottom:solid 1px #CCCCCC;
		margin-top: 0px; 
		padding-top: 0px;
		padding-bottom:10px;
	}
	#basic label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#basic .small{
		color:#000000;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic input{
		float:left;
		width:230px;
		height: 32px;
		border: 1px solid #333;
		margin:2px 0 30px 10px;
	}
	#basic textarea{
		float:left;
		border: 1px solid #333;
		width:230px;
		height: 100px;
		margin:2px 0 15px 10px;
	}
	#basic button{ 
		clear:both;
		background:#F4F4F4;
		color:#000000;
		border:solid 2px #333333;
		font-size:11px;
		font-weight:bold;
		padding:8px 10px;
		font-size: 16px;
		margin: 0px 20px 0px 0px;
	}
 .myform2{
	margin:0 auto;
	width:600px;
	padding:14px;
}
	/* ----------- basic ----------- */
	#basic2{
		border:solid 1px #333333;
		background-color: #EEEEEE;
	}
	#basic2 p{
		font-size:14px;
		color:#000000;
		margin-bottom:20px;
		text-align: left;
		border-bottom:solid 1px #CCCCCC;
		margin-top: 0px; 
		padding-top: 0px;
		padding-bottom:10px;
	}
	#basic2 label{
		display:block;
		font-weight:bold;
		text-align:right;
		margin-top: 8px;
		width:240px;
		float:left;
	}
	#basic2 .small{
		color:#000000;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#basic2 input{
		float:left;
		width:280px;
		height: 30px;
		border: 1px solid #333;
		margin:0px 0 30px 10px;
	}
	#basic2 textarea{
		float:left;
		border: 1px solid #333;
		width:280px;
		height: 100px;
		margin:0px 0 15px 10px;
	}
	#basic2 button{ 
		clear:both;
		background:#CCCCCC;
		color:#000000;
		border:solid 3px #333333;
		font-size:15px;
		font-weight:bold;
		padding: 8px;
		margin: 0px 70px 0px 0px;
	}
#slideshow {
text-align: center;
margin: 0 auto;
width: 960px;
    position:relative;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow A.active {
    z-index:10;
    opacity:1.0;
}

#slideshow A.last-active {
    z-index:9;
}

div#trackwrap {
	width: 400px;
	margin: 0 auto;
	font-size: 14px;
	border: 3px solid #fff;
	text-align: left;
}
.row {
padding: 5px;
background-color: #F4F4F4;
text-align: left;
}

.spanleft {
width: 200px; 
font-weight: bold;
}
.spanright {
width: 200px;
}

div#bannerbottom {
position: relative;
text-align: center;
width: 100%; 
height: 213px; 
margin: 0 auto; 
background-image:url('../images/topbg.jpg');
background-repeat:repeat-x;

}

div#bannersub {
position: relative;
text-align: center;
width: 960px; 
height: 131px; 
margin: 0 auto; 
z-index: 2000;
}


div#banner h1 a {
display: block;


}
div#banner h1 a span, div#banner .skip {
position: absolute;
top: -10000px;
left: -10000px;
}




#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
padding: 8px;
display: block;
float: left;
color: #FFF;
margin-right: 5px;
border: 1px solid #666;
border-bottom: none;
text-decoration: none;
background: #82211c;
}

#tablist li a:link, #tablist li a:visited{
color: #FFF;
}

#tablist li a.current{

background: #480300;
}



#tabcontentcontainer{
width: 520px;
/* Insert Optional Height definition here to give all the content a unified height */

border: 1px solid #666;

}

.tabcontent{
display:none;
padding: 15px;
background: #FFF;
font-size: 12px;
color: #000;
line-height: 18px;

}

#splash {
	position: relative;
	width: 100%;
	top: 0px;
	margin: 0 auto;
	font-size: 12px;
}
#subpageinfo {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	height: 800px;
}
#subpageinside {
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#producttitleinfo {
	width: 960px;
	
	text-align: left;
	color: #FFF;
	margin: 10px 0px 0px 0px;

}
#producttitleinfo h2 {
padding-bottom: 8px; margin: 2px 0px 0px 0px; border-bottom: 1px solid #FFF; width: 100%; font-size: 14px;
}
#producttitleinfo h1 {
margin: 8px 0px 0px 0px; width: 960px;
}
#productinfo2 {
margin-top: 40px;
width: 960px;

}
#subpage {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
	height: 650px;
}
#subpageinside {
	width: 960px;
	clear: both;
	margin: 0 auto;
}
#producttitle {
	width: 520px;
	float: right;
	text-align: left;
	color: #FFF;
	margin: 10px 0px 0px 0px;

}
#producttitle h2 {
padding-bottom: 8px; margin: 0px 0px 0px 0px; border-bottom: 1px solid #FFF; width: 100%; font-size: 18px;
}
#producttitle h1 {
margin: 8px 0px 0px 0px; width: 500px; font-size: 14px; font-weight: 200;
}
#productdownloadstitle {
	background: #3c3c3c;
	font-weight: bold; 
	color:#FFF; 
	padding: 10px; 
	text-align: center;
}
#productinfo {
margin-top: 40px;
width: 520px;

}
#fadeshow1 {
border: 1px solid #666;
margin-top: 14px;
 }
#fadeshow1 img{

text-align: center;
margin: 0 auto;
 }
#subpage h1 {
	font-size: 17px;
	color: #FFFFFF;
}

#productside {
	
	float: left;

}
#productdownloads {
	width: 410px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #d0d0d0;
	border: 1px solid #666;
}
#productdownloads img {
	vertical-align:middle;
}
#productdownloads a {
	Color: #000;
	font-weight: bold;
	text-decoration: none;
}
#productdownloads a:hover {
	Color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #000;
}
#productdownloadsinterior {
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

.specs {
font-size: 12px;

}
.specsleft {
width: 150px;
padding: 5px;
text-align: center;
font-weight: bold; 
}

.specsright {
width: 330px;
padding: 5px;
}
.specseven {
background-color: #f4f4f4;
}
.specsodd {
background-color: #CCCCCC;
}
#footer {
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 100;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	height: 700px;
	background-color: #0a0a0a;
	background: url("../images/bgfooter.jpg");
	background-repeat: repeat-x;
	background-position: center top;
}

#footer ul { width: 290px; float: left; margin: 0 10px 10px 0; padding: 8px; list-style: none; border: 1px solid #333333; }
#footer ul li { padding: 2px 0; border-top: 1px solid #333333; }

#footer h4 { font-size: 14px; margin: 0px 0px 4px 0px;}

#footerinside{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 50px;
}
#footerright {
	float: right;
	text-align: right;
	width: 280px;
	font-size: 11px;
	height: 187px;
	
}
#wrapperwide {
	width: 100%;
	margin-top: 10px;
	z-index: 2;
}
A.blink:link {
	color: #FFFFFF;
	text-decoration: none
}
A.blink:visited {
	color: #FFFFFF;
	text-decoration: none
}
A.blink:active {
	text-decoration: none
}
A.blink:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
A.footer:link {
color: #d4d4d4;
	text-decoration: none;
	font-size: 11px;
}
A.footer:visited {
color: #d4d4d4;
	text-decoration: none;
	font-size: 11px;
}
A.footer:active {
color: #d4d4d4;
	text-decoration: none;
	font-size: 11px;
}
A.footer:hover {
color: #d4d4d4;
	font-weight: bold;
	font-size: 11px;
	
}
A.footer2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
A.footer2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
A.footer2:active {
	text-decoration: none;
	font-size: 10px;

	font-weight: bold;
}
A.footer2:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
A.track:link {
	color: #730601;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
A.track:visited {
	color: #730601;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.track:active {
	font-size: 12px;
	color: #730601;
	font-weight: bold;
	text-decoration: none;
}
A.track:hover {
	color: #730601;
	border-bottom: 2px solid #FFFFFF;
	font-size: 12px;
	padding-bottom: 2px;
	font-weight: bold;
}
A.learn:link {
	color: #205a7d;
	text-decoration: none;
	font-size: 16px;
}
A.learn:visited {
	color: #205a7d;
	text-decoration: none;
	font-size: 16px;
}
A.learn:active {
	text-decoration: none;
	font-size: 16px;
}
A.learn:hover {
	color: #205a7d;
	border-bottom: 2px solid #205a7d;
	font-size: 16px;
}
#container {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 0px;
	color: #000;
	font-size: 11px;
	line-height: 18px;
}
#side-a {
	float: left;
	width: 284px;
	text-align: left;
	height: 367px;
	position:relative;
}
#side-b {
	float: right;
	width: 282px;
	text-align: left;
	margin-left: 44px;
	height: 367px;
	position:relative;
}
#content { 
	float: left;
	width: 284px;
	margin-left: 45px;
	text-align: left;
	height: 367px;
	position:relative;
}
#container a {
	text-decoration: none;
}
#container h2 {
	margin: 0px 0px 7px 0px;
	padding: 0px 0px 7px 0px;
	font-size: 17px;
	line-height: 22px;
	border-bottom: 1px #333333 solid;
	color: #252525;
}
#container h3 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333333;
}
.largerfont {
	font-size: 20px;
}
.learnmore {
	float: right;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#smallcontent {
	width: 100%;
	position: relative;
	
	background: url("../images/textbg.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#smallcontentinside {
	width: 970px;
	font-size: 23px;
	height: 116px;
	
	letter-spacing: 1px;
	color: #F4f4f4;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 15px;
}
.quote {
	height: 90px;
	line-height: 30px;
}
#searchwrapper {
z-index: -1;
top: 50px;
left: 355px;
width:251px;
height:29px;
background-image:url('../images/searchbox.png');
background-repeat:no-repeat;

position: absolute;
}
#topwrapper {
z-index: 1;
font-size: 11px;
color: #fff;
text-align: left;
top: 15px;
left: 364px;
height:40px;
padding:0px;

position: absolute;
}


#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/

left:5px;
width:195px;
height:29px;
line-height: 29px;
}
 #searchwrapper input {
font-size: 13px;
 }
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;

right: 0px;
width:32px;
height:29px;
}


