@charset "utf-8";

#washitem ul,li{
	list-style: circle;
	margin-left: -20px;
	padding: 0px;
}


h4 {
	color: #4383c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 3px;
	}

#Table_01 {
	position: relative;
	width:171px;
	height:238px;
}

#carwash_ {
	position:absolute;
	left:0px;
	top:0px;
	width:171px;
	height:38px;
}

#gifts_ {
	position:absolute;
	left:0px;
	top:38px;
	width:171px;
	height:38px;
}


#fleet_ {
	position:absolute;
	left:0px;
	top:76px;
	width:171px;
	height:38px;
}

#contact_ {
	position:absolute;
	left:0px;
	top:114px;
	width:171px;
	height:43px;
}


#specials_ {
	position:absolute;
	left:0px;
	top:152px;
	width:171px;
	height:43px;
}

#new_ {
	position:absolute;
	left:0px;
	top:190px;
	width:171px;
	height:43px;
}



#tophead {
	position: relative; 
	background-image: url(/custom/themes/default/images/top.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 543px;
}

#topbar{
	position:relative;
	background-image:url(/custom/themes/default/images/top.jpg);
	background-repeat:no-repeat;
	width: 542px; 
	height: 88px;
	}
	
#topmenu {
	position: absolute;
	left:300px;
	top: 5px;
	z-index: 1;

}

#smallnav li {
	display:inline;
	margin-left: 5px;
	}
#smallnav #dots {
	display:inline;
	border-left: 1px dotted #999999;
	padding-left: 3px;
	}
#smallnav ul {
	padding:0px;
	margin:0px;
	}

#container {
	width: 758px;
	position: relative;
	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/images/tile-blue2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px;
	padding: 0px;
	background-image: url(/custom/themes/default/images/tile-blue.jpg);
	background-repeat: repeat-y; right;
	height: 100%;
}


#navigation {
	height: 300px;
	padding: 0 10px;
}

#topcontainer {
	top: 0px;
	left: 215px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContentContainer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#contentarea {
	padding: 5px 15px 5px 5px;
	
}


#foot {
	background-image: url(/custom/themes/default/images/foot.jpg);
	background-repeat: no-repeat;
	height: 66px;
	width: 758px;
	float: left;
}

.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;
}

