@charset "utf-8";
/*----------- Executive Carwash and Lube -----------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }


/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }


/*Removes list-style from lists */
ol, ul
{ list-style: none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, the, var
{ font-style: normal; font-weight: normal; }


/* Removes borders and spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }


/*Removes border from fieldset and img */
fieldset, img
{ border: 0; }


/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }


/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }







body 
{
	background: #FFFFFF url(../images/header_bg.jpg) repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container
{
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: transparent;
} 



/*------- header styles -------*/

#header 
{
	position: relative;
	width: 900px;
	height: 218px;
	margin-left: auto;
	margin-right: auto;
} 

#header h1 
{
	display: none;
}


#header img
{
	display: inline;
}

#header img.link
{
	display: inline;
	position: relative;
	top: -78px;
}

#payonline
{
	padding:0;
	position: relative;
	margin-top: -241px;
	margin-left:0;
 	float: right;
	z-index: 100;
	display: block;
	width: 101px;
}

#payonline_image
{
	width: 101px;
	height: 44px;
	background: url(../images/pay_online_small.png) no-repeat;
}

#payonline_image:hover
{
	background-position: 0 -44px;
}



/*------- navigation -------*/

#header ul 
{ 
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
	height: 19px;  
	width: auto;  
	list-style: none;
	margin-top: -62px;
	background-color: transparent;
}

#header li 
{ 
	float: left;  
	text-align: right;
	display: inline;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header li a:link, #header li a:visited
{ 
	display: block;
	border-bottom:none;
	color: rgb(255,255,255);
	text-decoration: none;
	margin: 0 0 0 15px;
}

#header li a:hover
{
	text-decoration: none;
	color: rgb(240,235,37);
	font-weight: bold;
}

#header li a:link.current, #header li a:visited.current
{
	color: rgb(240,235,37);
}



/*------- clear -------*/
.clear 
{
	clear: both;
}



/*------- content styles -------*/

#mainbody
{
	width: 900px;
	margin: 0;
	padding: 0;
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: white;
	margin-top: -40px;
}

#mainbody img
{
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


/*------- intro styles -------*/
#intro
{
	float: left;
	width: 525px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#intro p
{
	margin: 0;
	padding: 0;
	width: 525px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: rgb(74,87,56);
	padding-bottom: 15px;
}

#intro p a:link, #intro p a:visited
{
	color: rgb(102,103,104);
	font-size: 12px;
	text-decoration: none;
}

#intro p a:hover
{
	color: rgb(204,56,59);
	font-size: 12px;
	text-decoration: none;
}

#intro img
{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 0;
}


/*------- sidebar -------*/
#sidebar
{
	float: right;
	width: 348px;	
	position: relative;
	margin: 0;
	padding: 0;	
	height: auto;
	background: url(../images/sidebar_bg.jpg) top right no-repeat;
	background-color: transparent;
	margin-top: -4px;
}

#sidebar p
{
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 0 0;
	width: 310px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(127,125,97);
	text-align: center;
}

#sidebar h1 
{
	margin-left: -9000px;
	padding: 0px;
	margin-top: 0px;
}

#sidebar h2
{
	margin-left: -9000px;
	padding: 0px;
	margin-top: -0;
}

#sidebar ul
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: rgb(127,125,97);
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	font-weight: normal;
	width: 290px;
	text-align: center;
}

#sidebar li
{
	padding-top: 5px;
}

#sidebar a:link, #sidebar a:visited
{
	color: rgb(204,56,59);
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover
{
	color: rgb(204,56,59);
	font-size: 13px;
	text-decoration: underline;
}

#sidebar img
{
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 0;
}



/*------- current projects styles -------*/
#current_projects 
{
	background-image: url(../images/current_projects.png);
	clear: both;
	height: 50px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 40px;
}

#current_projects h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 13px;
	color: white;
	text-align: left;
}

#project_images
{
	width: 199px;
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 20px;
}

#project1 {position: relative;  margin-top: 0;  margin-left: auto;  margin-right: auto;  width: 199px;  left: 0;}
#project1_image {width: 199px;  height: 125px;  background: url(../images/current_projects/current_projects_gtc.jpg) no-repeat;}
#project1_image:hover {background-position: 0 -125px;}

#project2 {position: relative;  margin-top: 25px;  margin-left: auto;  margin-right: auto;  width: 199px;  left: 0;}
#project2_image {width: 199px;  height: 125px;  background: url(../images/current_projects/current_projects_ab.com.jpg) no-repeat;}
#project2_image:hover {background-position: 0 -125px;}

#project3 {position: relative;  margin-top: 25px;  margin-left: auto;  margin-right: auto;  width: 199px;  left: 0;}
#project3_image {width: 199px;  height: 125px;  background: url(../images/current_projects/current_projects_hd.jpg) no-repeat;}
#project3_image:hover {background-position: 0 -125px;}

#project4 {position: relative;  margin-top: 25px;  margin-left: auto;  margin-right: auto;  width: 199px;  left: 0;}
#project4_image {width: 199px;  height: 125px;  background: url(../images/current_projects/current_projects_tm.jpg) no-repeat;}
#project4_image:hover {background-position: 0 -125px;}


#project1_description {width: 406px;  height: 125px;  margin: 0 0 25px 0;  padding: 0;  float: right;}
#project1_description h1 {font-family: Verdana, Arial, Helvetica, sans-serif;  text-transform: uppercase;  font-size: 18px;  color: rgb(102,103,104);  letter-spacing:-1px;  font-weight: normal;  text-align: left; padding-bottom: 10px;}
#project2_description {width: 406px;  height: 125px;  margin: 0 0 25px 0;  padding: 0;  float: right;}
#project2_description h1 {font-family: Verdana, Arial, Helvetica, sans-serif;  text-transform: uppercase;  font-size: 18px;  color: rgb(102,103,104);  letter-spacing:-1px;  font-weight: normal;  text-align: left; padding-bottom: 10px;}
#project3_description {width: 406px;  height: 125px;  margin: 0 0 25px 0;  padding: 0;  float: right;}
#project3_description h1 {font-family: Verdana, Arial, Helvetica, sans-serif;  text-transform: uppercase;  font-size: 18px;  color: rgb(102,103,104);  letter-spacing:-1px;  font-weight: normal;  text-align: left; padding-bottom: 10px;}
#project4_description {width: 406px;  height: 125px;  margin: 0;  padding: 0 0 50px 0;  float: right;}
#project4_description h1 {font-family: Verdana, Arial, Helvetica, sans-serif;  text-transform: uppercase;  font-size: 18px;  color: rgb(102,103,104);  letter-spacing:-1px;  font-weight: normal;  text-align: left; padding-bottom: 10px;}


.replace
{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
}



/*------- advertisement styles -------*/
#ads
{
	float: left;
	width: 225px;
	/*border-top-width: 4px;
	border-top-style: solid;
	border-top-color: rgb(102,103,104);*/
	background-image: url(../images/index_links.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
}

#ads h1 
{
	margin-left: -9000px;
	padding: 0px;
	margin-top: 0px;
}

#ads a:hover
{
	text-decoration: none;
	border: 0px;
}

#ads img
{
	margin-bottom: 20px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
}


/*------- footer styles -------*/

#footerbg 
{
	height: 145px;
	padding: 0;
	margin: 10px 0 0 0;
	background: url(../images/footer_bg.jpg) repeat-x;
	background-color: rgb(164,162,121);
}

#footer
{
	position: relative;
	width:900px;
	margin-top: 0;
	padding: 0;
	height:107px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	text-align: left;
}

#footer p 
{
	color: rgb(74,87,56);
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	float: right;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: transparent;
	text-align: right;
}

#footer ul
{
	width: 900px;
	list-style: none;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 5px;
	border: none;
	text-align:right;
}

#footer ul li
{
	width: 900px;
	padding:0;
	display: inline;
	font-weight: normal;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: rgb(74,87,56);
	/* Removes unwanted margin in IE */
}

#footer a:link, #footer a:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-weight: normal;
}

#footer a:hover
{
	text-decoration: none;
	color:rgb(74,87,56);
}



/*------- SITECREDITS STYLING -------*/
#sitecredits
{
	position: relative;
	margin-top: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 89px;
	left: -415px;
	top: -35px;
}

#sitecredits_image
{
	width: 89px;
	height: 48px;
	background: url(../images/sd_creditsimage.png) no-repeat;
}
	
#sitecredits_image:hover
{
	background-position: 0 -48px;
}

#sitecredits h1
{
	display: none;
}

.replace
{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
} 
