@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, 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: #000000;
	background-color: #0097fc;
}

#toptile {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(/custom/themes/default/images/toptile.jpg);
	background-repeat:repeat-x;
	height: 36px;
	width: 100%;
	z-index: -5;
}
	
#container { 
	width: 907px;
	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/content-tile.jpg);
	background-repeat:repeat-y;
} 
#header { 
	position: relative;
	width: 907px;
	height: 135px;
	background-image:url(/custom/themes/default/images/header.jpg);
	background-repeat:no-repeat;
} 

#header #toplinks {
	position: absolute;
	top: 5px;
	left: 140px;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
}

#toplinks a {
	color: #ffffff;
}

#contentarea {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.50em;
}

#joinemail {
	position: relative;
	display: block;
	width: 603px;
	height: 37px;
	background-image:url(/custom/themes/default/images/joinemailbox.gif);
}

#joinemail #emailjoin{
	position: absolute;
	top: 5px;
	left: 155px;
	width: 200px;
	height: 16px;
	border: 1px solid #dac1af;
	color: #dac1af;
	padding: 3px 0 0 5px;
}

#joinemail #button {
	position: absolute;
	top: 5px;
	left: 365px;
	width: 40px;
	height: 20px;
	padding: 0 0 3px 0;
	border: 1px solid #dac1af;
	background-color: #eee0d7;
	color: #f47b2c;
	cursor:pointer;
}
	
	
#maincontent {
	display: block;
	width: 570px;
	padding: 0 10px 0 10px;
}
	
#home1 {
	float: left;
	position: relative;
	display: block;
	width: 584px;
	height: 179px;
	background-image: url(/custom/images/pages/home/homeboxes.gif);
}

#home2 {
	float: left;
	position: relative;
	display: block;
	width: 584px;
	padding-top: 20px;
}

#home3 {
	float: left;
	width: 584px;
	text-align:left;
	margin-top: 20px;
	
}


#home2 #howdoing {
	float: left;
	top: 0px;
	left: 0px;
	width: 360px;
	line-height: 1.50em;
	font-size: 11px;
}

#home2 #gcard {
	float: left;
	width: 221px;
	height: 175px;
}
	

#home1 #vip {
	position: absolute;
	width: 240px;
	height: 90px;
	top: 70px;
	left: 16px;
	color: #ffffff;
	font-size: 11px;
}

#vip ul {
	padding: 0px;
	margin: 0px;
}

#vip ul li{
	margin: 0 0 0 12px;
	line-height: 1.55em;
}

#washclub ul {
	padding: 0px;
	margin: 0px;
}

#washclub ul li{
	margin: 0 0 0 12px;
	line-height: 1.55em;
}

#home1 #washclub {
	position: absolute;
	width: 280px;
	height: 90px;
	top: 70px;
	left: 290px;
	color: #ffffff;
	font-size: 11px;
}


#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0177c1; 
	border-top: 1px solid #ffffff;
} 
#footer h1 {
	margin: 0; 
	padding: 10px 0;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.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;
}