@charset "utf-8";

* {margin:0; padding: 0}
h1, h2, h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 0;
}

ul { 
list-style-image: url(../images/box.png); 
padding-left: 16px;

} 
p, h1 {margin-bottom: 15px;}

h1 {color: #FFFFFF; font-size: 30px; line-height: 32px;}
h2 {color: #008149; font-size: 24px; line-height: 26px;}

.subhead { font-size: 24px; font-weight: normal; font-style: italic; color: #3d3c3c; line-height: 45px}
.subheadWhite { font-size: 24px; font-weight: normal; font-style: italic; color: #FFFFFF; line-height: 45px}

body  {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3d3c3c;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
 #container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #headerContainer {
	width: 100%;
	height: 189px;
	background-color: #000000;
	background-image: url(../images/background-header.jpg);
	
	}

 #header {
	width: 968px;
	margin: 0px auto;
	padding: 0;
	height: 189px;
	background-image: url(../images/top-banner.jpg);
	background-repeat: no-repeat;
	text-align: left;
} 


#navContainer {
width: 970px;
height: 43px;
float: left;

	}
	
	
#navigation {
	width: 970px;
	height: 43px;
	float: left;
	overflow: hidden;
	z-index: 50;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	}
	
#navigation ul {
list-style: none;
padding: 0px;
margin: 0px;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
	display: block;
	height: 43px;
	background-image: url(../images/menu.jpg);
	text-indent: -5000px;
}
.current {background-position: 0 -100px;}

#nav-home a {background-position: 0 0; width: 98px;}
#nav-home a:hover {background-position: 0 -100px;}
#nav-home a:active {background-position: 0 -100px;}
#nav-home a.current {background-position: 0 -100px;}

#nav-about a {background-position: -98px 0; width: 78px;}
#nav-about a:hover {background-position: -98px -100px;}
#nav-about a:active {background-position: -98px -100px;}
#nav-about a.current {background-position: -98px -100px;}

#nav-products a {background-position: -176px 0; width: 82px}
#nav-products a:hover {background-position: -176px -100px;}
#nav-products a:active {background-position: -176px -100px;}
#nav-products a.current {background-position: -176px -100px;}

#nav-packages a {background-position: -258px 0; width: 204px;}
#nav-packages a:hover {background-position: -258px -100px;}
#nav-packages a:active {background-position: -258px -100px;}
#nav-packages a.current{background-position: -258px -100px;}

#nav-parts a {background-position: -462px 0; width: 58px;}
#nav-parts a:hover {background-position: -462px -100px;}
#nav-parts a:active {background-position: -462px -100px;}
#nav-parts a.current {background-position: -462px -100px;}

#nav-service a {background-position: -520px 0; width: 67px;}
#nav-service a:hover {background-position: -520px -100px;}
#nav-service a:active {background-position: -520px -100px;}
#nav-service a.current {background-position: -520px -100px;}

#nav-asa a {background-position: -587px 0; width: 150px;}
#nav-asa  a:hover {background-position: -587px -100px;}
#nav-asa  a:active {background-position: -587px -100px;}
#nav-asa  a.current{background-position: -587px -100px;}

#nav-rental a {background-position: -737px 0; width: 66px;}
#nav-rental a:hover {background-position: -737px -100px;}
#nav-rental a:active {background-position: -737px -100px;}
#nav-rental a.current {background-position: -737px -100px;}

#nav-contact a {background-position: -803px 0; width: 90px;}
#nav-contact a:hover {background-position: -803px -100px;}
#nav-contact a:active {background-position: -803px -100px;}
#nav-contact a.current {background-position: -803px -100px;}

#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	text-indent: 0px;
	}
/******************************************************* Products drop (Separate classes needed for varying widths. 
The other properties have to be repeated in order to disinherit properties from parent list items.  ***************/
#drops ul.drop {
	background-color:#002113;
	padding:5px;
	clear:both;
	float:left;
	margin-top:41px;
	background-image:none;
	text-indent: 0px;
	width: 300px;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	}
	

#drops ul.drop li {
	clear:both;
	background-image:none;
	text-indent: 0px;
	height: 22px;
	width: 300px;
	}
	
#drops ul.drop a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	background-image:none;
	text-indent: 0px;
	height: 22px;
	width: 300px; 
	}
	
#drops ul.drop a:hover {
	color: #FFFFFF;
	background-color:#008149;
}

#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	
}

#drops li {
	float: left;
	z-index:1;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	/* width: 10em; */
	left: -999em;
}

#drops li:hover ul {
	left: auto;

}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}


 #sidebar1 {
	color: #4d4d4d;
	float: right; /* since this element is floated, a width must be given */
	width: 367px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/home-right-sidebar-bg.jpg);
	height: 822px;
}
 #mainContent {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 180px 20px 0;
	float: left;
	width: 563px;
	background-image: url(../images/home-left-content-bg.jpg);
	font-size: 16px;
	line-height: 22px;
} 

#mainContent.sub {width: 930px; background-image:url(../images/subpage-background.jpg); background-repeat:no-repeat; font-size: 14px; line-height: normal;}
#mainContent.subpageProducts {width: 930px; background-image:url(../images/subpage-background-products.jpg); font-size: 14px; background-repeat:no-repeat; font-size: 14px; line-height: normal;}
 #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 189px;
	width: 970px;
	float: left;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footerNav {
	font-size: 10px;
	color: #515151;
	text-transform: uppercase;
	width: 970px;
	height: 49px;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 49px;
	background-image: url(../images/subnav-background.jpg);
}

#footerNav a {color: #515151; text-decoration: none;}

#contactInfo {
	font-size: 13px;
	color: #365238;
	width: 970px;
	height: 140px;
	float: left;

}
.sullair-green {
	color: #008149;
}
.slogan {
	font-size: 18px;
	color: #008149;
}
.bold-gray-18px {
	font-size: 18px;
	font-weight: bold;
	color: #4d4d4d;
}
#sidebarText {
	width: 317px;
	padding: 10px 25px;
}
#productContent {
	border: 1px solid #9a9a9a;
	background-color: #FFF;
	line-height: normal;
	position: relative;
}
 #productContent h2 { 
 	font-size: 16px; 
	display: block; 
	background-color: #000; 
	border: 1px solid #FFF; 
	color: #a0c7a5; 
	text-transform: uppercase; 
	font-weight: normal; 
	padding-left: 10px; 
	line-height: 35px; 	
}

#productContent td { padding: 2px; line-height: normal; color: #000000;}

.tableHead {font-weight: bold; color: #FFFFFF; text-transform: uppercase; }


#sidebox {
	width: 198px;
	float: right;
	background-image: url(../images/tab-bg.png);
	position: absolute;
	left: 990px;
	top: 601px;
	height: 146px;
	z-index: 10;
	
}
#productsroll {
	width: 367px;
	height: 241px;
	float: left;
}
#flashbanner {
	width: 536px;
	height: 146px;
	float: right;
}
.customPackage {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	width: 190px;
	height: 200px;
	float: left;
	padding: 10px 20px 10px 0;
}
#contactContent {
	width: 900px;
	float: left;
	clear: both;
	margin-top: 10px;
}
