/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #175072;
	text-decoration: none;
}
a:hover {color: #FF7D00;}

a.pdf {
	padding-left: 20px;
	background: url("../images/pdf_link.gif") left 3px no-repeat;
}

.portrait {
	float: left;
	margin: 0 10px 20px -3px;
	border: 1px solid #ADD1E7;
	padding: 5px;
}/*#edit#*/

img {
	border: 0;
	float: left;
}

.imgfooter {
	border: 0;
	padding-bottom: 5px;
	padding: 5px;
}

body {
	background: #3a7293 url(../images/bg.jpg) repeat-x left top;
	color: #114054;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {list-style: none;}
ul.disc  { list-style-type: disc }
li.disc { list-style-type: disc }

h1 {
	margin-bottom: 10px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}

h2 {
	font: normal 1.5em Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
	color: #003366;
}

h3 {
	font: normal 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #003366;
}

h4 {
	font: normal 1.2em Tahoma,sans-serif;
	margin-bottom: 4px;
	color: #003366;
}
em {
	text-decoration: none;
	text-transform:none;
}



h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.bolder {
	color: #003366;
	font-weight: bold;
}

.bold_red {
	color: #CC0033;
	font-weight: bold;
}

.bolder_2 {
	color: #003366;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 7px;
	line-height: 2em;
}
.bolder_Orange {
	color: #FF9900;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 7px;
	line-height: 2em;
}

.bolder_Orange A {
	text-decoration: none;
	color: #FF9900;

}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	font-size: 1.2em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 105px;	
}
.header .left {
	background-color: #1D597C;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 564px;
	text-align: left;
	background-image: url(../images/solosol.gif);
	background-repeat: repeat-x;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(../images/bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 1px; font: normal 1.5em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(../images/nav.jpg);
	border: 1px solid #ffffff;
	height: 41px;
}
.navigation a {
	background: transparent url(../images/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #1C455E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(../images/nav.jpg) left bottom; 
color: #1C455E;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain.gif) repeat-y;
}

/* galary */
.galary {
	border-top: 4px solid #FFF;
	background-image: url(../images/bg_galary.jpg);
	background-repeat: repeat-y;
}

/* table layout */

.tables {
	
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #1C455E;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav .bold_o {
	color: #FF6600;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
	font-weight: bold;
	padding-left: 7px;
}


.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #1C455E;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #993300;
}

.sidenav .banner {
padding: 5px;
margin-left: 4px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 10px;
	list-style: disc;
}

.content .imgright {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content .imgleft {
padding: 5px;
border: 1px solid #ADD1E7;
margin-right: 4px;
float: left;
}

.content p
{
	color: #9A9A9A;
	line-height: 1.4em;
}

.content table
{
	color: #9A9A9A;
	line-height: 1.4em;
	padding-top: 7px;
}

.content table td
{
	color: #9A9A9A;
	line-height: 1.4em;
	padding-top: 7px;
}

.content .red {
	color: #FF0000;
	font-size: 1.1em;
	margin-bottom: 6px;
	font-weight: bold;
}

.content .blue {
	color: #000099;
	font-size: 1.1em;
	margin-bottom: 6px;
	font-weight: bold;
}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.textright {
	float:right;
	position: relative;
	width: 190px;
	left: 5px;
}

.left_panel {
background : #e8edf7;
float : left;
width : 300px;
padding : 5px 5px 5px 5px;
border : 1px solid #ffffff;
}

.mid_panel {
background : #e8edf7;
margin : 20px 0 0 400px;
padding : 20px 20px 5px 20px;
border : 1px solid #ffffff;
}

/* Trendy Nav Bar */

.nav_bar {
	border: 1px solid #ffffff;
	height: 2.4em;
	background-color: #225d82;
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav_button.jpg);
}

#nav{
margin:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2.2em; 
}

#nav ul{
margin:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
	display:block;
	padding:0 10px;
	border:1px solid #093C5B;
	color:#DCE7EC;
	text-decoration:none;
	background-color:#225d82;
	background-image: url(../images/nav_button.jpg);
}

#nav a:hover{
	background-color:#dce7ec;
	color:#0C4262;
	background-image: url(../images/nav_button_hover.jpg);
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:8em;
top:2.3em;
}

#nav li ul a{
	width:10em;
	height:auto;
	float:left;
	background-image: url(../images/nav_sub_menu.jpg);
}

#nav li ul a:hover{
	width:10em;
	height:auto;
	float:left;
	background-image: url(../images/nav_sub_menu.jpg);
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
left:10.9em;
margin:0 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

br.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
br.clear:after { /* EJ IE */
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;

/** special offers **/


}

.offer {

}

.offer h1 {
	color: #FFCC00;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	
}

ul.offer li{
	text-align: left;
	list-style: disc;
	margin: 10px;
	color: #CC3300;
	font-size: 1.5em;
	font-family: "Myriad Pro";
	font-weight: bold;
}

hr {
	margin-bottom: 10px;
	margin-top: 5px;

}

.style1 {color: #ED2024}

.style3 {font-size: 9em}

#hydrogen form div.calculator {margin: 0 0 35px 0; padding: 0 0 50px 0;}
#hydrogen form .calculator label {
	width: 200px;
	margin: 0 20px 10px 0;
	text-align: right;
	float: left;
}
#hydrogen form .calculator span {color: #999; width: 265px; margin: 0 0 10px 0; font-weight: bold; float: left; display: block; text-align: right;}
#hydrogen form .calculator span.answer {color: #666; width: 265px; margin: 0 0 10px 0; font-size: 1.2em; font-weight: bold; float: left; display: block; text-align: right;}
#hydrogen form .calculator input {
}
#hydrogen form .calculator strong {color: #b22; margin: 0 0 10px 20px; padding: 3px; font-size: 1em;}
#hydrogen form .calculator strong.answer {font-size: 1.2em;}
#hydrogen form .calculator strong.is {color: #000;}
#hydrogen form .calculator em {color: #999; font-weight: normal;}
#hydrogen form .calculator strong.answer em {font-size: .9em;}
#hydrogen form .calculator hr {margin: 5px 180px 5px 60px; border: 1px solid #ccc; border-bottom: none;}
#hydrogen form .text label {width: 125px; margin: 0 15px 10px 0; text-align: right;}
#hydrogen form .text label#lblPostalCode4 {float: none; display: inline; position: relative; top: -10px;}
#hydrogen form .text input {}
#hydrogen form .text input#txtPostalCode4 {}
#hydrogen form .checkbox label {width: 275px;}
#hydrogen form .checkbox label#lblCdRom {width: auto;}
#hydrogen form .checkbox input {margin: 0 5px 20px 0; padding: 0; float: left; display: block; border: none;}
#hydrogen form .select label {margin: 0 20px 0 0;}
#hydrogen form .select select {color: #999; font-size: 1.1em; border: 1px solid #999;}
#hydrogen form .radio label {}
#hydrogen form .radio input {margin: 0 5px 20px 0; padding: 0; float: left; display: block; border: none;}
#hydrogen form .radio input#txtOther {margin: 0 0 20px 10px; padding: 3px; font-size: 1em; border: 1px solid #999;}
#hydrogen form br {clear: both;}
#hydrogen form input#btnNext, #hydrogen form input#btnEdit, #hydrogen form input#btnSubmit {margin: 0; padding: 0; border: none;}
#hydrogen form p.required {color: #999; font-size: .9em; font-style: italic;}
#main h3#title-forced-ventilation {background: url(../batteryroom/images/title-forced-ventilation.gif) no-repeat; width: 296px; height: 11px; text-indent: -9999px;}
#main h4#title-video-cd-rom {background: url(../contactbhs/images/title-video-cd-rom.gif) no-repeat; width: 124px; height: 11px;}
#main h4#title-more-information {background: url(../contactbhs/images/title-more-information.gif) no-repeat; width: 537px; height: 16px;}
#main h4#title-customer-information {background: url(../contactbhs/images/title-customer-information.gif) no-repeat; width: 537px; height: 13px;}
#main h4#title-how-hear {background: url(../contactbhs/images/title-how-hear.gif) no-repeat; width: 537px; height: 16px;}
#main ul.formVerify {background: url(../contactbhs/images/divider-line.gif) no-repeat 0 100%; margin: 0 0 30px 0; padding: 0 0 50px 0; position: relative;}
#main ul.formVerify li {margin: 0 0 5px 0; list-style: none; display: block; clear: both; border-bottom: 1px dotted #666;}
#main ul.formVerify li:after {clear: both; content: '[DO NOT LEAVE IT IS NOT REAL]'; display: block; height: 0; visibility: hidden;}
#main ul.formVerify li strong {background: #fff; margin: 0; top: .2em; font-weight: normal; float: left; display: block; position: relative;}
#main ul.formVerify li em {background: #fff; margin: 0; top: .2em; float: right; display: block; position: relative;}

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* model_right */
#model_right {
	float: right;
	width: 150px;
	padding: 0;
	margin:0;
	background-image: url(../images/model_bagr.jpg);
	height: 278px;
}

.calcfield 	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ACD68A;
	border: 1px solid;
	border-color: #5BA300 #5BA300 #5BA300 #5BA300;
	margin-left: 10px;
  		}

.calcbutton 	{
  		font-family: Verdana, Geneva, sans-serif; 
  		font-size: 11px;
  		font-weight: bold; 
  		color: #3D8E06; 
  		background-color: #ACD68A; 
  		border: 1px solid; 
  		border-color: #5BA300 #5BA300 #5BA300 #5BA300;
  		}
