/* CSS Document */

body{
	background-image:url(../images/layout/background.jpg);
	background-repeat:repeat-x;
	background-color: #032a4d;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:white;
	text-align:center;
	margin-top:0px;
}
a:link {
	color: red;
}
a:visited {
	color: red;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
#shell{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	border-left:1px #333333 solid;
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
	background-color:black;
}
#header{
	background-image: url(../images/layout/metal_bg.gif);
	background-repeat:repeat-x;
	border-bottom:1px #333333 solid;
	text-align:left;
}
#nav{
	background-color:#8f8f8f;
	height:23px;
	clear:both;
	color:white;
	border-top:1px #333333 solid;
	padding-top:7px;

}
#nav ul{
	display:inline;
}
#nav ul li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
#nav ul li a{
	color:white;
	text-decoration:none;
}
#nav ul li a:hover{
	color: #333333;
	text-decoration:none;

}
#flash{
	margin-top:5px;
	height:215px;
}
#fleft{
	float:left;
}
#fright{
	float:right;
}
#content{
	float:left;
	width:433px;
	margin-top:5px;
	text-align:left;
	margin-left:10px;
	min-height:280px;
}
#content2{
	float:left;
	width:730px;
	margin-top:5px;
	text-align:left;
	margin-left:10px;
	min-height:100%;
}
#rightcol{
	float:right;
	margin-right:6px;
	border:1px #999999 solid;
	width:250px;
	margin-top:5px;
}
#rightcol2{
	width:230px;
	margin:10px;
	background-color:#ebebeb;
	padding-top:5px;
	color:#666666;
	font-size:1.1em;
	text-align:left;
}
#bottomcol{
	float:right;
	margin-right:6px;
	margin-bottom:10px;
	border:1px #999999 solid;
	width:250px;
	margin-top:5px;
}
#bottomcol2{
	width:230px;
	margin:10px;
	background-color:#ebebeb;
	padding-top:5px;
	color:#666666;
	font-size:1.1em;
	text-align:left;
}
#bottom{
	clear:both;
	height:179px;
	background-image: url(../images/layout/bottom_bg_new.gif);
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	margin-top:10px;
	text-align:center;
}
#footer{
	font-size:.8em;
}
.imageheader{
	margin-bottom:10px;
}
.subhead{
	font-size:1.1em;
	color: #CCCCCC;
}
.product{
	font-weight:bold;
	border-bottom:1px #DFDFDF solid;
	}
.tableborder{
	border: 1px dashed #CCCCCC;
}
ul{
	list-style-image:url(../images/bullet.gif);	
}
li{
	padding-bottom:10px;
}
h3{
	font-size:.8em;
	margin-top:0px;
	margin-bottom:0px;
}
#4warranty, #4service{
	width: 100%;
	background-color: #DFDFDF;
}
#warrantyHeader{
	font-style: italic;
}
#warrantyAddress{
	font-style: normal;
	margin-left: 5px;
}
.explan{
	font-size: 0.85em;
}
.photo{
	border: 1px gray solid;
}

#componentView {
	visibility: hidden;
	position: absolute;
	width: 525px;
	z-index: 5;
}

ul.componentView {
	font-size: 11px;
	text-align: left;
	list-style-image:none;
}
.style4 {
	color: #3399FF;
	font-size: 1.5em;
	font-weight: bold;
}
.style5 {
	color: #6E9D61;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom-style: solid;
}
