@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #5cc2ea;
	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: #000000;
}

#backtile {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 186px;
	width: 100%;
	background-image: url(/custom/themes/default/images2/backtile.jpg);
	background-repeat:repeat-x;
	z-index: -1;
}

#container { 
	width: 941px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/custom/themes/default/images2/tile.jpg);
} 
#header { 
	position: relative;
	width: 941px;
	height: 190px;
} 


#header #toplinks {
	position: absolute;
	top: 150px;
	left: 220px;
	z-index: 100;
}

#header #toplinks2 {
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 5;
	color: #fff;
}


#toplinks2 a {
	color: #fbfb31;
	text-decoration: underline;
}

#toplinks2 a:hover {
	color: #fff;
	text-decoration: none;
}

#header h1 {
	margin: 0;
	position: absolute;
	top: 110px;
	left: 220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #1188cc;
}

#header h2{
	margin: 0;
	position: absolute;
	top: 127px;
	left: 220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1188cc;
	font-weight: normal;
}

 #menu_table {
 border-bottom: 1px solid #CCCCCC;
 padding-left: 5px;
}


#contentwrap {
	width: 941px;
}
	

#sidebar1 {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 40px;
	border-right: 1px groove #cccccc;
}
#mainContent {
	width: 880px;
	padding: 0 5px 0 40px;
} 

#mainContent2 {
	width: 650px;
	padding: 0 5px 0 0px;
	margin-left: 260px;
} 

#detailheadline {
padding: 0 0 0 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
margin: 0;
}

#lubeheadline {
font: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
margin: 0;
padding: 0 0 35px 15px;
}

#lubeheadline2 {
font: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
margin: 0;
padding: 0 0 10px 15px;
}

#footer { 
	position: relative;
	width: 941px;
	height: 91px;
	background-image: url(/custom/themes/default/images2/footer.jpg);
} 



#footer  h1 {
	margin: 0;
	position: absolute;
	top: 30px;
	left: 293px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	z-index: 5;
}

#footer  h2{
	margin: 0;
	position: absolute;
	top: 47px;
	left: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
	z-index: 5;
}



#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;
	margin-left: 8px;
}
.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;
}
