/* basic layout all visual styles should go into style.css */

/** general page layouts - used on most pages ***/
.clearer {clear:both;}
body {
	height:100%;
	margin:0;
	padding:0;
	}
#headerspace{
	height:38px;
	}
#masthead {
	height:62px;
	}
#logo {
	top:30px;
	position:absolute;
	}
	
#phone {color: #DFDEDE;float: right;font-size: 17px;margin: -5px 0 0;}
#phone img {margin: 0 5px 0 0;position: relative;top: 4px;}

#navigation{
	width: 850px;
  	margin: 0 auto;
	}
	
.links{
	height:38px;
	padding-top:12px;
	}
#contactForm {
	float:right;
	margin-top:12px;
	}
#rss {
	float:right;
	margin-top:12px;
	}
#base {
	width: 850px;
  	margin: 0 auto;
  	background:#000;
	}
.contentarea{
	padding:25px;
	width:610px;
	float:left;
	/*min-height:500px;*/
	}
.gallerybrr{
	width:800px;
	}
.projectCars{
	width:610px;
	min-height:550px;
	padding:25px;
	float:right;
	border-right:20px;
	font-size:1.2em;
	color:#e1e1e1;
}
#titlebar{
	margin:0;
	height:60px;
	}
#pagetitle{
	height:33px;
	width:350px;
	top:10px;
	left:10px;
	position:relative;
	}
.specials{
	/*width:261px;*/
	/*float:left;*/
	padding:20px;
	overflow:
	}
.specials LI{
	/*padding-top:15px;*/
}
.specialsmiddle{
	width:264px;
	}
#gallerycolumn{
	padding:16px;
	float:right;
	width:155px;
	position:relative;
	left:-2px;
	border-left:1px #212121 solid;
	}
#leftnavigation{ /* to be used on project cars, and ultimately the product pages */
	/*padding:16px;*/
	float:left;
	width:188px;
	position:relative;
	background:url(../../images/left_nav_bg.jpg) no-repeat;
	min-height: 550px;
	border-right:1px #212121 solid;
	}
.leftnavigationcontentarea{
	padding:5px 25px 5px 25px;
	width:610px;
	float:left;
	margin-left:-1px;
	/*min-height:500px;*/
	}
#map{
	float:right;
	}
.footermodule{
	width:261px;
	height:55px;
	float:right;
	padding:10px;
	}
.footermiddle{
	width:264px;
	}
.copyright{
	padding:15px;
	}	
.clear {
	clear:both;
	}
.right {
	float:right;
}

/***** Home page specific layout  ********/
#homepageheader{
	overflow:hidden;
	height:274px;
	position:relative;
	width:850px;
	margin:auto;
	clear:both;
	}
#homepageheaderinner{
	width:9904px;
	position:relative;
	}
.homepageheaderinnertab {
	width:850px; 
	float:left;
	height:100%;
	position:relative;
	}
.homepagecontentarea{
	width:850px;
	float:left;	
	}
.tab {
	float:left;
	height:100%;
	position:relative;
	width:850px;
	}
#tab1, #tab2, #tab3, #tab4{
	height:274px;
	}
#gallery {
/*		background-color: #444;*/
		padding: 10px;
		width: 520px;
		margin-left:8px;
	}
#footerbar{
	clear:both;
	}