/* CSS Document */

body {
	background: #4F6A89 url(../images/bodyBG.gif) repeat-x 0px 117px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
	height: 100%;
}
a {
	outline: none;
}

/* --( Global Classes )-- */
.clear {
	clear: both;
}
.right {
	text-align: right;
	display:block;
}

/* --( Wraps )-- */
#headerWrap {
	height: 117px;
	background: url(../images/headerBG.gif) repeat-x;
}
#bodyWrap {
	background-image: url(../images/bodyWrapBG.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#footerWrap {
	background: #355D8A url(../images/footerWrapBG.gif) repeat-x;
}

#shadowL {
	position: relative;
	left: -6px;
	display: block;
	background: url(../images/shadowLeftBG.gif) no-repeat;
	width: 6px;
	height: 199px;
	float: left;
}
#shadowR {
	position: relative;
	display: block;
	background: url(../images/shadowRightBG.gif) no-repeat;
	width: 6px;
	height: 199px;
	float: right;
	left: 6px;
}

/* --( Section Widths )-- */
#header, #top, #body {
	width: 750px;
	margin: 0 auto;
}

/* --( Header Styles )-- */
#logo {
	margin-top: 0px;
	float: left;
	width: 465px;
	position: relative;
	left: -42px;
}
#logo h1, #logo h2 {
	margin: 0;
}
#logo h1 a {
	display: block;
	height: 117px;
	text-indent: -3000px;
	background: url(../images/logo.gif) no-repeat;
}
#header h2 {
	float: right;
	display: block;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #A3BBCC;
	text-align: right;
	margin:0;
	padding-top: 48px;
	clear: right;
}
#header h2 span {
	color: #6A6A6A;
}
#nav1 {
	margin: 0;
	padding: 15px 8px 0;
	float: right;
	display: block;
}
#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #66879F; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/iconHome.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/iconMail.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* Container */
#container {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0;
}

/* Holding Container */
#holdingcontainer {
	margin: 0 auto;
	width: 800px;
	background: url(../images/containertopBG.gif) no-repeat top left;
	padding: 0px;
}
#holdingcontainer span.bottom-bg {
	margin: 0 auto;
	width: 800px;
	background: url(../images/containerbottomBG.gif) repeat-x top;
	padding: 0;
	height: 48px;
	display: block;
}

/* --( Navigation Styles )-- */
#nav {
	width: 228px;
	height: 186px;
	float: left;
	background: url(../images/navBG.gif) no-repeat;
	margin-top: 5px;
}
#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 181px;
	padding: 7px 0 7px 45px;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #37506D;
	background-image: url(../images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: 11px 8px;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#nav .first { 
	padding-top: 8px; /* Special padding for First Nav Button */
}
#nav .last {
	padding-bottom: 8px; /* Special padding for Last Nav Button */
}
#nav .sep {
	display: block;
	height: 1px;
	background:url(../images/navSep.gif);
}

/* --( Header Graphic )-- */
#headerGraph {
	float: right;
	width: 514px;
	height: 195px;
}

/* --( Content Styles )-- */
#body {
	margin-top: 15px;
}
#contentWrap {
	width: 511px;
	float: left;
}

#contentWrap .content {
	padding: 15px;
}
#contentWrap .content h2 {
	margin: 0;
	font-size: 24px;
	color: #37506D;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#contentWrap .content .horRule {
	display: block;
	height: 33px;
	background: url(../images/contentSep.gif) no-repeat center;
}
#contentWrap .content h3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	color: #4F6A89;
	font-weight: normal;
}
#contentWrap .content h3 em {
	color: #A6839A;
	letter-spacing: 1px;
}

#contentWrap .content h3 + p { /* p elements immediately following h3 elements */
	margin-top: 0;
}
#contentWrap .content .intro {
	font-family: "Times New Roman", Times, serif;
	color: #6F4088;
	font-size: 1.34em;
	padding-right: .2em;
}
#contentWrap .content span.contact {
	float: left;
	margin: 1em 2em 1em 0;
}
#contentWrap .content address {
	float: left;
	font-style: normal;
	margin: 1em auto;
}
#contentWrap .content span.contact strong {
	float: left;
	display: block;
	padding-bottom: 1em;
	width: 4em;
}
#contentWrap .content span.contact small {
	font-size: 11px;
}

/* Blockquote Styles */
#contentWrap .content h4 {
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
}
#contentWrap .content blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.15em;
	margin-top: 0;
}
#contentWrap .content blockquote span {
	font-weight: bold;
	font-style: normal;
	font-size: .8em;
}

#secondaryContainer {
	width: 213px;
	float: right;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			/*margin-top: 15px;*/
		}
		
	#sidebox legend {
		display: none;
	}
	#sidebox .head {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonials .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_test.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox.testimonials2 .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_bookdetails.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #BECBD5; /* Side Box Background Color */
		
		border-left: #55758C solid 1px; /* Side Box Border Left */
		
		border-right: #55758C solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 12px;
		margin: 0;
		padding: 0;
		background: url(../images/sideBox_foot.gif) no-repeat;
	}
	
	/* IE Fix for #sidebox .foot */
		* html #sidebox .foot {
			margin: 0 2px;
		}
	
	#sidebox p {
		margin-top: 0;
		color: #000;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/sideBox_quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}
	#sidebox h5 {
		font-size: 12px;
		margin: 0 0 .5em;
		color: #37506D;
	}

#contentWrap .services li {
	padding-bottom: 10px;
}

/* -- (Services Styles )-- */
#contentWrap .content dt {
	font-weight: bold;
}
#contentWrap .content dd {
	margin-bottom: 1em;
}
#contentWrap .content dd ul {
	margin-left: 0;
	padding-left: 0;
}
#contentWrap .content ul.intensives {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentWrap .content ul.intensives li {
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #BA8E0F;
	display: inline;
	padding-right: 2em;
}
#contentWrap .content div.intensives {
	float: right;
	background: url(../images/hartBG.jpg) no-repeat right top;
	width: 180px;
	padding-left: 20px;
	margin-top: 1em;
}
#contentWrap .content div.intensives ul {
	margin: 0;
	padding: 34px 0 70px;
	list-style: none;
}
#contentWrap .content div.intensives li:first-letter {
	color: #936;
}
#contentWrap .content div.intensives li {
	color: #C9F;
	font-weight: bold;
	font-size: 1.6em;
}
#contentWrap .content .video {
	text-align: center;
	margin: 1.5em auto;
}
#contentWrap .content .video h4 {
	text-align: left;
	margin-bottom: .5em;
	color: #666;
}
/* --( Products Styles )-- */
#contentWrap .content .store {
	margin: 1em 0 1.5em;
	padding: 0;
	list-style: none;
}
#contentWrap .content .store li {
	border-bottom: 1px dotted #999;
}
#contentWrap .content .store li a{
	display: block;
	background-repeat: no-repeat;
	background-color: #EEE;
	background-position: left center;
	text-decoration: none;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	margin: 0;
	color: #4F6A89;
	padding: 7px 0 14px 70px;
}
#contentWrap .content .store li a span {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1em;
}
#contentWrap .content .store .complete a {
	background-image: url(../images/products_complete.jpg) ;
}
#contentWrap .content .store .vaporizer a {
	background-image: url(../images/products_vaporizer.jpg) ;
}
#contentWrap .content .store .fuelheater a {
	background-image: url(../images/products_fuelheater.jpg) ;
}
#contentWrap .content .store .pcv a {
	background-image: url(../images/products_pcv.jpg) ;
}
#contentWrap .content .store .electronic a {
	background-image: url(../images/products_electronic.jpg) ;
}
#contentWrap .content .store .replacement a {
	background-image: url(../images/products_replacement.jpg) ;
}
#contentWrap .content .store .electrolyzer a {
	background-image: url(../images/products_electrolyzer.jpg) ;
}
#contentWrap .content .store .efie a {
	background-image: url(../images/products_efie.jpg) ;
}
#contentWrap .content .store .fsp a {
	background-image: url(../images/products_fsp.jpg) ;
}
#contentWrap .content .store a:hover {
	color: #37506D;
	background-color: #f5f5f5;
}


/* --( Footer Styles )-- */
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 26px 31px;
	color: #5E6169;
	background: url(../images/footerBG.gif) no-repeat top left;
}

#footer a { 
	color: #5E6169;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	float: left;
	font-size: 12px;	
}

#footer p{
	float: right;
	line-height: 16px;
	margin: 0;
	text-align: right;
	font-size: 11px;
}
