html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url('../images/bg.jpg') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

p, blockquote, ol, ul {
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	color: #000;
	margin-bottom: 12px;
}

blockquote {
	background: #eee;
	padding: 10px;
	border: 1px solid #ddd;
}

h1, h2, h3, .h1, .h2, .h3 {
	margin-top: 0;
	color: #1645af;
	text-align: left;
	margin: 0 0 15px 0;
	z-index: 1;
}

h1, .h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
}

h2, .h2 {
	font-size: 20px;
	font-weight: normal;	
}

h3, .h3 {
	font-size: 12px;
}

ul, li {
	margin-left: 25px;
	margin-bottom: 10px;
}


a {
	text-decoration: none;
	color: #1645af;
}

a:hover {
	text-decoration: underline;
	color: #1645af;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

a.submit {
	background: #005972;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	font-size: 12px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
}

a:hover.submit {
	color: #eee;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.pointer {
	cursor: pointer;
}

.lines{
border-right: 0px solid #fff;
background: url('../images/sideRepeat.jpg') top center repeat-y;
}







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Design Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#coupon {
	display: none;
}

#star {
	position: absolute; top: 270px; left: 50%; margin-left: -400px;
}

#body {
	width: 840px;
	background: url('../images/top.jpg') no-repeat top center;
}

#bodyrepeat {
	width: 840px;
	background: url('../images/repeat.jpg') repeat-y top center;
}

#foot {
	width: 840px;
	padding-bottom: 40px;
	background: url('../images/footer.jpg') no-repeat bottom center;
}

#headerbg {
	width: 100%;
	background: url('../images/headerbg.jpg') top center no-repeat;
}

#header {
	width: 750px;
	margin: 0 45px 0 40px;
	background: url('../images/header.jpg') top center no-repeat;
	text-align: left;
	color: #e1e0e0;
}

#header div {
	padding: 5px 0px 10px 5px;
}

.logo {
	color: #1645af;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic; 
	line-height: 40px;
}

.tagline {
	color: #1645af;
	font-size: 16px;
	font-style: italic; 
	font-weight: 600;
}

.left {
	float: left;
	display: inline;
	padding: 0px;
	width: 380px;
	margin: 0px 0px 0px 60px;
}

.right {
	float: left;
	display: inline;
	text-align: right;
	color: #1645af;
	font-style: italic; 
	width: 345px;
	margin: 0 55px 0 0;
}

.phone {
	font-size: 18px;
}

#headerimage {
	height: 290px;
	width: 750px;

}





#navigation {
	width: 840px;
	height: 38px;
	background: url('../images/navigation.jpg') top center no-repeat;
	overflow: hidden;
	margin-top: 8px;
}

#navbar {
	padding-left: 34px;
	z-index: 1001;
}
#navbar li {
	list-style: none;
	float: left;
	margin-left: 5px; /* Sets the blank space on the main navigation left */
	margin-right: 6px; /* Sets the blank space on the main navigation right */
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1001;
}
#navbar li a { /* sets the main nav a properties */
	display: block;
	text-decoration: none; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;  
	color: #fff;
}
#navbar li ul {
  display: block;
  width: 215px; /* Width to help Opera out */
  z-index: 1001;
  margin-left: 0px;
  display: block;
  position: absolute;
  background: #6583c8;  
  padding: 0px;
  border: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);  
}
#navbar li ul, #navbar li.active ul { /* this is used for the drop down ul properties */
  display: block;
  position: absolute;
  background: #6583c8;  
  padding: 0px;
  border: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#navbar li li, #navbar li.active li { /* this is used for the drop down li */
  float: none;
  padding: 0px;
  margin: 0px; 
}
#navbar li:hover, #navbar li.active { /* sets the main navigation hover state for the li */
  background: #6583c8;	
}
#navbar li li a, #navbar li.active li a { /* this is used for the drop down a properties */ 
  margin: 0px;
  padding: 5px;
  font-size: 12px;
  border-top: 1px solid #fff;
}		
#navbar li li a:hover, #navbar li.active li a:hover { /* this is used for the drop down a:hover properties */
  margin: 0px;
  padding: 5px;  
  color: #FFFFFF;  
}		
#navbar li li:hover, #navbar li li.active { /* this is used for the drop down li hover properties */
  background-color: #a2b5df;
}













#content {
	width: 840px;
}


.format {
	width: 800px;
	padding: 15px 10px 0px 50px;
}

#footer {
	width: 840px;
	text-align: center;
	color: #000;
	text-align: center;
	padding-bottom: 50px;
}

#footer p {
	color: #000;
	text-align: center;
}

#footer a, #footer a:hover {
	color: #000;
}


/* 840 */

.mainleft {
	width: 490px;
	float: left;
	display: inline;
	padding: 0 15px 0 0px;
}

.mainright {
	width: 250px;
	float: left;
	display: inline;
	padding: 0 10px 0 0px;
}




a.whitehome {
	text-decoration: underline;
	height: 18px;
}

a.whitehome:hover {
	text-decoration: underline;
	color: #fff;
}





























/* breadcrumbs */
.breadcrumbs {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444;
}

.breadcrumbs a {
	color: #444;
}

/* Home Page Stuff */

.airstripper {
	width: 275px;
	height: 220px;
	background: url('../images/airstripper.jpg') top center no-repeat;
	padding: 185px 0px 0 0;
}

.carbonfiltration {
	width: 435px;
	height: 189px;
	background: url('../images/carbonfiltration.jpg') top center no-repeat;
}

.carbonfiltration div {
	padding: 160px 0px 0 0;
}



/* Tool Tip */
p#vtip { 
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px; 
	margin-top: 0px;
	margin-left: 35px;
	font-size: 11px; 
	font-weight: 700;
	background-color: #000; 
	color: #fff;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index: 9999;
}

.vtip {
	cursor: pointer;
	font-weight: 700;
}

p#vtip #vtipArrow { 
	position: relative; 
}


















.specials {
	background: #eee;
	padding: 20px;
	width: 155px;
}


/* Contact Form */
.contact .clear, .specials .clear {
	height: 10px;
}

label {
	float: left;
	width: 100px;
	text-align: left;
}

.text {
	width: 250px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: #333;
	background: #eee;
	border: 1px solid #ccc;
	text-align: left;
}

.textarea {
	width: 250px;
	height: 150px;
}

.specials .text {
	width: 150px;
}

.specials .textarea {
	width: 150px;
	height: 100px;
}

.radio {
	width: auto;
}

.radios {
	float: left;
	text-align: left;
	margin-left: 65px;
}

.submit {
	cursor: pointer;
	padding: 2px;
	font-weight: 700;
	background: #ccc;
	color: #333;
	border: 1px solid #333;
}

.submit:hover {
	background: #eee;
}

.clear {
	clear: both;
}










