/*
diesel doctor
	  
*/

* { padding: 0; margin: 0; }

body {
	background:url(images/bg.gif) no-repeat center top scroll ;
background-repeat:no-repeat;
background-attachment:fixed;
background-color:black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;

}
#wrapper { 
background:url(images/bg_content_06.gif);
background-color:black;
background-repeat:repeat-y;
color: white;
 margin: 0 auto;
 width: 922px;
  -webkit-box-shadow:0px 0px 10px #333;
  -moz-box-shadow: 0px 0px 10px #000;
box-shadow: 10px 10px 15px #fff; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
behavior: url(ie-css3.htc);
 
}
#faux {

 margin-bottom: 0px;
 overflow: hidden;
 width: 100%
}
#header {
background:url(images/header.jpg);
background-repeat:no-repeat;
 width: 922px;
 height:467px;
 padding:0px;

 margin:0px 0px 0px 0px;

}
/*#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #ABBEBE;
}*/


#rightcolumn { 
 display: inline;
 color: white;
 margin: 10px;
 padding: 0px;
 width: 683px;
 float: right;
}

.map{
	float:left;
	margin-left: 20px;
}


.title{
display:block;

}


.shop{
	margin-top:-170px;
	margin-right: 25px;
float:right;
display:inline;
}

#specials{
margin-left:40px;
line-height: 25px;

}
.company{
width: 400px;
margin-left: 15px;
}

.owners{
	float: right;
	margin-right: 25px;
}
.owners_names{
	float: right;
	margin-right: 30px;
}



.staff{
display:inline;
margin-left:60px;
margin-right:40px;
}

.names{
	margin-top: 5px;
	margin-left:15px;
	text-align:center;
	float:left;
display:inline;
width:200px;
}

.names2{
	margin-top: 5px;
	margin-left:29px;
	text-align:center;
	float:left;
display:inline;
width: 200px;
}

.names3{
	margin-top: 5px;
	margin-left:25px;
	float:left;
display:inline;
width: 200px;
text-align:center;
}

.names_4
{
margin-top:15px;
	margin-left:15px;
	text-align:center;

width:200px;
}
.names_5
{
margin-top:-60px;
	margin-left:248px;
	text-align:center;

width:200px;
}

#leftcolumn { 
 float: left;
 color: white;
 margin:0px;
 padding: 0px;
 width: 200px;
 display: inline;
 position: relative;
}

.quick_links{
	margin-left: 10px;
}



#navcontainer ul li{
	color:white;
	list-type: none;
	margin-left: 30px;
}


#navcontainer ul li a#current
{

color: white;
}


#navcontainer ul li a:hover
{

color:#F00;
}
#footer { 
 width: 922px;
 height: 100px;
 clear: both;
 color: white;
 background:black;

}
.clear { clear: both; background: none; }
