/* CSS Document */
/************************************************************
SITE COLORS

	#150808 - Dark BG
	#933020 - link hover red
	#595959 - Dark Gray (image border)
	#646464 - Text color
	# - 

************************************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	height: 100%;
	width: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	background: #150808;
}
#header {
	width: 100%;
	background: url(../images/header.gif) repeat-x left top;
	height: 149px;
}
#headercontent {
	background: url(../images/header-content.jpg) no-repeat center top;
	text-align: center;
	margin: 0px auto;
	width: 780px;
	height: 149px;
}
ul#topnav {
	width: 370px;
	list-style: url(none) none;
	padding-left: 390px;
}
ul#topnav li {
	float: left;
	display: block;
}
ul#topnav a {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	width: 60px;
	text-decoration: none;
	line-height: 19px;
	margin-right: 5px;
	margin-left: 5px;
}
ul#topnav a:hover,  ul#topnav a.samepage,  ul#topnav a.samepage:hover {
	color: #9F2516;
	border-bottom: 2px solid #9F2516;
}
ul#topnav a.samepage {
	color: #999999;
}
#middle {
	background: #fff url(../images/middle.jpg) repeat-x left bottom;
	width: 100%;
}
#contentholder {
	margin: 0px auto;
	width: 780px;
	text-align: center;
	background: url(../images/contentholder.gif) repeat-y left top;
}
#contentbottom {
	background: url(../images/content-bottom.jpg) no-repeat center bottom;
	padding-bottom: 25px;
}
#content {
	float: right;
	width: 580px;
	color: #646464;
}
#breadcrumbs {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}
#breadcrumbs a {
	color: #A41E1A;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #37343B;
}
h1.pagetitle {
	font-size: 20px;
	font-weight: normal;
	color: #706F81;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}
h2.subtitle {
	font-size: 14px;
	font-weight: normal;
	color: #932612;
	text-align: right;
	padding-bottom: 10px;
}
img#mainpic, img.mainpic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #595959;
	padding: 1px;
}
ul#rightbullets, ul.rightbullets {
	font-size: 13px;
	float: right;
	text-align: left;
	display: block;
	list-style: url(none) none;
	width: 260px;
}
ul.rightbullets li {
	background: url(../images/rightlist-bullet.jpg) no-repeat left 2px;
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;	
}
p.prodinfo {
	text-align: left;
	display: block;
	padding-top: 10px;
	width: 560px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}
p#info {
	float: left;
	display: block;
	width: 400px;
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}
p#info a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 20px;
	font-weight: normal;
}
p#info a:hover {
	color: #999999;
}
.column {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-top: 15px;
}
.leftcolumnsmall {
	float: left;
	width: 250px;
	text-align: left;
}
.leftcolumnsmall h2.subtitle, .column h2.subtitle {
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.rightcolumnbig {
	float: right;
	width: 320px;
}
p#add-info {
	float: left;
	line-height: 28px;
	display: block;
	width: 400px;
	text-align: left;
}
p#rightinfo {
	text-align: right;
	float: right;
	width: 380px;
	display: block;
	height: 56px;
	line-height: 30px;
}
p#rightinfo a {
	color: #FFFFFF;
}
p#rightinfo a:hover {
	color: #999999;
}
img#schematic {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
p#intro {
	clear: both;
	text-align: left;
	color: #1B1935;
	margin-bottom: 15px;
}
table.specs {
	border-bottom: 1px solid #595959;
	border-left: 1px solid #595959;
	font-size: 12px;
}
table.specs th {
	border-top: 1px solid #595959;
	border-right: 1px solid #ffffff;
	padding: 3px;
	color: #fff;
	text-align:center;
	background: #933020;
}
table.specs th.last {
	border-right: 1px solid #595959;
}
table.specs td {
	border-top: 1px solid #595959;
	border-right: 1px solid #595959;
	padding: 3px;
	text-align:center;
}
table.specs tr.odd td {
	background: #CCCCCC;
	color: #616161;
}
table.specs td.diagram {
	background: #CCCCCC url(../images/diagram.gif) no-repeat right 3px;
}
table.specs td.diagram img {
	background: #CCCCCC;
	padding: 1px;
	border: 1px solid #666666;
	margin-right: 20px;
}
p.smallnote {
	font-size: 12px;
	display: block;
	padding: 6px 3px 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}
p.homepara {
	text-align: left;
	display: block;
	width: 210px;
	padding: 10px;
	font-weight: normal;
	color: #474547;
	font-size: 16px;
	line-height: 18px;
}





#nav {
	float: left;
	width: 180px;
	padding-bottom: 65px;
	position:relative;
	text-align: left;
        z-index: 2000;
}
#nav ul li a, #nav ul li a:visited {
	display:block;
	text-decoration:none;
	color: #474547;
	text-align: left;
	padding-left: 10px;
	line-height: 20px;
	cursor: pointer;
	width: 170px;
	font-size: 12px;
}
#nav ul {
	list-style-type: none; 
}
#nav ul li {
	float:left; 
	position:relative; 
}
#nav li.nolink {
	background: #474547;
	display: block;
	padding-left: 10px;
	color: #D1D1D1;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-transform: capitalize;
	width: 170px;
}
#nav ul li ul {
	display: none;
	z-index: 4000;
}
/* specific to non IE browsers */
#nav ul li:hover a {
	color: #ae2912;
	background: url(../images/nav-hover.gif) no-repeat left top;
}
#nav ul li:hover a.hide {
	background: url(../images/nav-hover.gif) no-repeat left top;
}
#nav ul li:hover ul {
	display:block;
	position:absolute;
	left:174px;
	top: -1px;
	color:#222736;
	background-color: #D1D1D1;
	border-top: 1px solid #474547;
	border-right: 1px solid #474547;
	border-left: 1px solid #474547;
	
}
#nav a.hide {

}
#nav a.hide:hover {
	color: #ae2912;
	background: url(../images/nav-hover.gif) no-repeat left top;
}
#nav ul li:hover ul li a.hide {
		
}
#nav ul li:hover ul li:hover a.hide {

}
#nav ul li:hover ul li a {
	display:block;
	color:#222736;
	background-image: none;
	border-left: 1px solid #474547;
	border-bottom: 1px solid #474547;
	line-height: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#nav ul li:hover ul li a:hover {
	background:#FFFFFF;
	border-left: 1px solid #ae2912;
	color:#ae2912;
	background-image: none;
}
#nav a span {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}
#footer {
	background: url(../images/footer.gif) repeat-x left top;
	width: 100%;
	height: 56px;
}
#footercontent {
	background: url(../images/footer-content.jpg) no-repeat center top;
	text-align: center;
	margin: 0px auto;
	width: 780px;
	height: 56px;
	font-size: 12px;
	color: #FFFFFF;
}
.clear {
	clear: both;
	width: 100%;}
#imagepreloader {
	display: none;}
div#homeleft {
	height: 440px;
	border: 1px solid #888;
	background-color: #F4F5F7;
	float: left;
	clear: none;
	width: 228px;
}
