/* MC Vehicles website v.1 stylesheets

author: Steven Booth
email: steve@stevenboothdesign.co.uk
website: http://www.stevenboothdesign.co.uk */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.6em;
	background: #fff url(images/BG.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}	


#wrapper {
	padding: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	margin: auto;
}
a {
	color: #669900;	
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #669900;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0;
}
.imgWrapRight {
	float: right;
	border: solid 4px #669900;
	margin: 0 0 0 1em;
}
.imgWrapLeft {
	float: left;
	border: solid 4px #669900;
	margin: 0 1em 0 0;
}
.imgFrame {
	border: solid 4px #669900;
}
.imgWrapMot {
	float: left;
	margin: 0 1em 0 0;
}
/*------------------------------------- Header of web page (masthead) ----------------------------*/

#header {
	margin: 1em 0 0 0;
	padding: 0;
	background: url(images/masthead.gif) no-repeat;
	width: 900px;
	height: 200px;
}
#header h1 {
	display: none;
}
/*------------------------------------- main navigation ----------------------------*/

#container {
	top: 144px;
	width: 900px;
	height: 56px;
}

#globalnav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 56px;
	display: inline;
	overflow: hidden;
	width: 900px;
	}
	
#globalnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#globalnav a {
	float: left;
	padding: 56px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:56px; /* for IE5/Win */
	}
	
#globalnav a:hover, #globalnav a:active, #globalnav a.selected {
	background-position: 0 -56px;
	}
	
#home a  {
	width: 91px;
	background: url(images/nav_01.jpg) top left no-repeat;
	}

#mcvehicles a  {
	width: 149px;
	background: url(images/nav_02.jpg) top left no-repeat;
	}

#towngate a  {
	width: 185px;
	background: url(images/nav_03.jpg) top left no-repeat;
	}	

#contact a  {
	width: 138px;
	background: url(images/nav_04.jpg) top left no-repeat;
	}
		
#find a  {
	width: 172px;
	background: url(images/nav_05.jpg) top left no-repeat;
	}



	
/*------------------------------------- main page content ----------------------------*/



#content {
	width: 860px;
	padding: 20px;
	background: url(images/content_BG_01.gif) no-repeat;
	clear: both;
}

#content h2 {
	padding: 0 0 0 60px;
	line-height: 50px;
	margin: 0 0 1em 0;
	font-size: 200%;
	color: #000000;
	background: url(images/bullit_spanner.gif) no-repeat left center;
	border-bottom: solid 2px #999999;
}
#content h3 {
	padding: 0 0 0 22px;
	margin: 0;
	font-size: 130%;
	font-style: oblique;
	background: url(images/bullit_arrow.gif) no-repeat left center;
	color: #557626;
}	
#content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#content li {
	padding: 0 0 0 20px;
	background: url(images/bullet.gif) no-repeat left center;
}

#tyres ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#tyres li {
	padding: 1em 0 1em 0;
	margin: 0;
	width: 500px;
	border-bottom: solid 1px #7eb138;
}
.topline {
	border-top: solid 1px #7eb138;
}

/*------------------------------------- home page garages area content ----------------------------*/	



.garages dl { 
	margin: 0;
	padding: 0;
	float:left; 
	width: 420px; 
	display: inline; 
}

.garages dt {  
	padding: 0;
	margin: 0; 
	line-height: 1.8em; 
	color: #669900; 
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .4em;
	position:relative; 
	text-align: center;
	width: 420px;
}
	
.garages dd {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: center;
	width: 420px;
}




/*------------------------------------- footer of web page (footer) ----------------------------*/

#footerContainer {
	background: url(images/content_BG_02.gif) no-repeat;
	clear: both;
}
#footer {
	text-align: center;
	font-size: 80%;
	padding: 6em 0 0 0;
	clear: both;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer li {
	padding: 0 1.5em 0 0;
	display: inline;
}