/* standard elements */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #000;
	background-color: #333;
	background-image: url("/graphics/bg.png");
}
a {
	color: #36C;
}
a:hover {
	color: #06F;
}


p {
	padding-bottom: 4px;
}
ul, li {
	padding-bottom: 4px;
	padding-left: 8px;	
}
.imgLeft{
	float:left;
	padding-right:8px;
}
.imgRight{
	float:right;
	padding-left:8px;	
}
/* misc */
.clear {
	clear: both;
}

/* structure */
#container {

	background-color: #fff;
	padding: 0px;
	margin: 6px auto;
	width:900px;
} 

#header {
	/*	height: 150px;*/
	margin-bottom: 0px;
	padding:0px;
	height:191px;
	background-color: transparent;
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	width:900px;	
}

/* logo */
#header .logo {
	height: 173px;
	width:674px;
	float:left;
	margin-right: 4px;
	background-image: url(images/bbh.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 12px;
}

/* header address */
#header .address {
	float:right;
	text-align: right;
	font-size: 1.1em;
	color: #FFF;
	padding-top: 48px;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 0;
	font-weight: bold;
}
#header .address a {
	color: #fff;
}


/* content */
#content {

	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:900px;	
}

#content h1 {
	margin-bottom: 4px;
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #F2A235;
}
#content h2 {
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #Fcdd2c;
}

#content li {
	list-style: url(/graphics/li.gif);
	margin-left: 18px;
}

#contact{
	background-image: url(images/contactBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width:344px;
	height:	175px;
	margin-top:10px;
	padding-left: 8px;	
}

#vehicle{
	background-image: url(images/vehiclesBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	float: left;
	width:344px;
	height:	550px;
	padding-left: 8px;	

}

#services{
	background-image: url(images/servicesBg.jpg);
	float: right;
	width:540px;
	height:	720px;	
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:10px;
	padding-right: 4px;

}

.item{
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;	
}
/* footer */
#footer, .footer {
	color: #fff;
	background-image: url(images/footerBg.jpg);
	background-repeat: repeat-x;
	height:69px;
}

#footer {
	font-size: 1em;
	margin-top: 12px;
	text-align: left;
	clear: both;

}

#footer .footerLeft {
	float:left;
	padding-top:28px;
	padding-left:12px;		
}

#footer .footerRight {
	text-align:right;
	float:right;
	padding-top:28px;	
	padding-right:12px;	

}

