/* @group topnavbar */

html, body {
	background:#0e0e0e url(/img/common/main_bg.jpg) 0 0 repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	color: #717171;
	line-height:14px;
}

a, a:hover {
	color: #717171;
	text-decoration:none;
	}
	
a:hover, a.linkOn, a.linkOn:hover {
	color: #e96e00;
	}

img {
	border:0;
	}
	

	
h1, h2 {
	color: #5a5a5a;
	font-size: 20px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 6px;
	margin:0 0 12px;
}

h2 {
	margin:0 0 25px;
}



h3 {
	color: #e96e00;
	font: 16px "Tahoma", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
	font-weight: normal;
}

hr {
	border:0;
	border-top: 1px dashed #cccccc;
	height: 1px;
	clear:both;
	}
	
#mainWrapper {
	width: 950px;
	margin:0 auto;
}

.toplogobar {
	padding:14px 0;
	margin: 0 auto;
}

.toplogobar img {
	margin: 0 37px 0 0;
}

.toplogobar a.miniNav, .toplogobar a.miniNav:hover  {
	float:right; 
	margin-top:50px;
	text-transform:uppercase; 
	/*font-weight:bold;*/
	color:#999999;
	font-size:12px;
	}
	
.toplogobar a.miniNav:hover {
	color:#FFF;
	}

#topnav {
	width: 100%;
	color: #ffffff;
	text-align: center;
	background: #eb5d08 url(/img/common/topnav_bg.jpg) 50% 50% repeat-x;
	overflow:hidden;
	height:60px;
	vertical-align:center;
}

#topnav ul {
	list-style-type: none;
	padding:11px 0 0;
}

#topnav li {
	display:inline;
	background: url(/img/common/nav_separator.gif) 0 50% no-repeat;
	padding:17px 34px;
	margin: 0;
	
}

#topnav li:first-child {
	background:none;
}

#topnav li a:hover, #topnav li a:active, #topnav li a.linkOn {
	background-color: #c64402;
	border-width:0px;          
	border-style:solid;     
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#topnav li a, #topnav li a:hover
 {
	color: #ffffff;
	vertical-align: middle;
	padding: 6px 10px 5px;
	margin:13px 0;
	text-decoration: none;
	font: 14px Helvetica, Arial, sans-serif;
}

#headerArea {
	border-bottom:1px solid #e8e8e8;
	background:url(/img/common/subheader_bg.jpg) 100% 100% no-repeat;
	font-size: 98%;
	/*color:#666;*/
	font-weight:bold;
	}
	
#bodyProductsMain #headerArea {
	border-bottom:1px solid #e8e8e8;
	background:url(/img/products/maintop_bg.jpg) 100% 0% no-repeat;
	font-size: 98%;
	/*color:#666;*/
	font-weight:bold;
	}
	
#bodyProduct #headerArea {
	border-bottom:1px solid #e8e8e8;
	background:#fcfcfc url(/img/products/producttop_bg.jpg) 100% 0% no-repeat;
	font-size: 98%;
	/*color:#666;*/
	font-weight:bold;
	}
	
#headerArea blockquote {
	margin:0 30px 0 0;
	padding:0;
	}

#contentContainer {
	overflow: hidden;
	border-bottom:12px solid #717171;
	clear:both;
	background: #FFF url(/img/common/subnavcolumn_bg.gif) 100% 100% no-repeat;
	}
	
#bodyCustServ #contentContainer, #bodyProduct #contentContainer, #bodyAbout #contentContainer {
	background:#FFF;
	}

/* VARIOUS COLUMN LAYOUTS */

.mainleft {
	width: 642px;
	float: left;
	padding:40px 29px;
	border-right:1px solid #e8e8e8;
	line-height:19px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: justify;
}

.mainright {
	width: 239px;
	float: right;
	margin:0 5px 5px;
	border-top: 5px solid #FFF;
	padding-bottom:20px;
}

.maintextpad {
	float: left;
	padding:40px 29px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: justify;
}

#bodyCustserv .mainright {
	margin-top:36px;
	}

#bodyAbout .mainleft {
	width: 420px;
	border-right:0;
}

#bodyAbout .mainright {
	width: 412px;
	padding:40px 27px;
	line-height:19px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border:0;
	border-left:1px solid #e8e8e8;
	text-align: justify;
	margin:0;
}

#bodyProductsMain {}

#bodyProduct .mainleft {
	width:500px;
	border-right:0;
	}
	
#bodyProduct .mainright {
	width:323px;
	padding:44px 29px;
	border:0;
	border-left:1px solid #e8e8e8;
	
	}

/* END VARIOUS COLUMN LAYOUTS */


h2#podHeader {
	width:239px;
	background:url(/img/common/subnav_header_bg.gif) no-repeat;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	font-size:12px;
	font-weight:normal;
	padding: 4px 0;
	border:0;
	}

a.button1, a.button2, a.button3, input.button {
	float:right;
	background: url(/img/common/button1_bg.gif) 50% 50% repeat-x;
	border-width:1px;     
	border-color:#e96e00;     
	border-style:solid;     
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 10px 10px 0;
	white-space:nowrap;
	text-decoration:none;
	cursor:pointer;
	font-size:10px;
	display:block;
	}

a.button2 {
	background: url(/img/common/button2_bg.gif) 50% 50% repeat-x;     
	border-color:#898989;
	float:left;
	margin: 5px 10px 0 0;
	}
	
a.button1 div, a.button2 div, a.button3 div  {
	background: url(/img/common/button1_arrow.gif) 95% 50% no-repeat;
	padding:3px 20px 3px 6px;
	/*font-family:"Courier New", Courier, monospace;*/
	text-transform:uppercase;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	}

a.button2 div  {
	background: url(/img/common/button2_arrow.gif) 95% 50% no-repeat;
	}

a.button1:hover div {
	background: url(/img/common/button1_arrow_on.gif) 95% 50% no-repeat;
	color:#5b554d;
	}
	
a.button2:hover div {
	background: url(/img/common/button2_arrow_on.gif) 95% 50% no-repeat;
	color:#FFF;
	}

a.button3 {
	background: url(/img/common/button3_bg.gif) 50% 50% repeat-x;     
	border-color:#d9d9d9;
	float: none;
	margin: 5px auto 0;
	width:45%;
	}
	
a.button3 div  {
	background: url(/img/common/button3_arrow.gif) 90% 50% no-repeat;
	color:#717171;
	}
	
a.button3:hover div  {
	background: url(/img/common/button3_arrow_on.gif) 90% 50% no-repeat;
	color:#e96e00;
	}

#footerContainer {
	background: #e9e9e9;
	overflow: hidden;
	padding:38px 38px 25px 38px;
	font-size:95%;
	}
	
.footerPod {
	width:22%;
	margin:0 13px;
	padding-bottom:5px;
	float:left;
	border-bottom: 1px dashed #cccccc;
	}
	
.footerPod h4, .footerPod h4 a, .footerPod h4 a:hover {
	margin:0;
	padding:0 14px 0 0;
	text-transform:uppercase;
	font-size:12px;
	}
	
.footerPod h4 a:hover, .footerPod h4 a.linkOn {
	background:url(/img/common/arrow1.gif) 100% 50% no-repeat;
	}

#footerContainer .separator {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	padding:1px 0 20px;
	margin:4px 0 5px;
	background:url(/img/common/separator_bg.gif) 0 2px repeat-x;
	height:8px;
	}
	
.copyright {
	width:97%;
	margin:20px 13px 0;
	}
	
.copyright img {
	float:right;
	margin-top:-5px;
	}

.maintextbullet {
	list-style-type: circle;
	padding-left: 16px;
}

.highlight {
	color:#e96e00;
	}

.maintext a, #bodyCustServ .podItem a {
	color: #e96e00;
	}
	
.maintext a:hover, #bodyCustServ .podItem a:hover {
	text-decoration:underline;
	}
	
#bodyCustServ .podItem {
	font-size:12px;
	}
	
.podPanel {
	overflow: hidden;
	padding: 0 8px 5px 12px;
	text-align:left;
	overflow:hidden;
	width:219px;
    background:#FFF url(/img/common/pod_bg.gif) 0 0 repeat-x;
}

.podItem {
	overflow:hidden;
	border-top: 1px dashed #cccccc;
	padding: 10px 0;
	font-size:10px;
	font-weight:bold;
	}
	
.podItem:first-child {
	border-top:0;
	}
	
.podItem img {
	border-right:#dbdbdb 1px solid;
	margin-right:6px;
	float:left;
	}
	
.callout, a.callout {
	color: #e96e00;
	font-size:15px;
	font-weight:normal;
}

a.callout {
	font-size:12px;
}

a.callout:hover {
	color: #717171;
}

.indexFlash {
	display:block;
	}

.subHeader {
	padding: 30px 35px;
	}

#bodyProductsMain .subHeader {
	width:561px;
	}
	
#bodyProduct .subHeader {
	padding: 19px 35px 0;
	}

.featuredProduct {
	width:145px;
	float:left;
	margin:20px 40px 0 0;
	text-align:center;
	text-transform:uppercase;
	}
	
.tagLine {
	font-size:105%;
	font-weight:normal;
	}
	
#productTopPod {
	background:url(/img/products/top_pod_bg.gif) 0% 100% no-repeat;
	/*margin-left:231px;*/
	padding:0 25px;
	width:532px;
	height:243px;
	overflow:hidden;
	}
	
#productTopPod .topPodColOne {
	float:left;
	width:340px;
	text-align:right;
	}
	
#productTopPod .topPodColTwo {
	float:right;
	width:165px;
	text-align:left;
	margin-bottom:20px;
	}

#productTopPod h1, #productTopPod h2 {
	color:#e96e00;
	font-size:30px;
	font-weight:bold;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:38px;
	border:0;
	}
	
#productTopPod h2 {
	color: #717171;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	}
	
#productTopPod .maintextbullet {
	margin:0;
	padding:9px 0 0;
	}
	
.specs {
	width:100%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-align:right;
	}
	
.specs .trShaded {
	background-color:#f3f3f3;
	}
	
.specs td {
	padding:3px;
	}

.specs .colOne {
	color:#e96e00;
	text-align:left;
	}

/* @end */
