* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000 url(../images/diagonal.png) repeat-x 0px -2px;
	margin: 0;
	padding: 0;
	font: 12px/1.4em "Lucidia Grande", Arial, Verdana, Sans-Serif;
	color: #ffffff;
}

#wrap {
	width: 870px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/wrap-bg.png) repeat-y -10px 0px;
}

#header {
	border-bottom: 15px solid #17adec;
	height: 110px;
	position: relative;
	width: 870px;
	z-index: 1;
}

#content {
	width: 732px;
	float: right;
}

#content-main {
	float: left;
	width: 260px;
	padding: 20px 37px 20px 20px;
}

#content a {
	color: #fff;
}

#content a:hover {
	color: #ffd527;
}

#content-side {
	float: right;
	padding: 0px 30px 0px 0px;
	width: 364px;
	_margin-right: -30px;
}

/* nav */
#nav {
	width: 128px;
	float:left;
}

#nav a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
}

.selected {
	text-decoration: underline !important;
	font-weight: bold;
}
	
#nav a:hover {
	text-decoration: none;
}

#nav ul {
	margin: 20px 0px 0px 10px;
}
#nav ul ul {
	margin: 0;
}

#nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	text-align: center;
}

/* Typography */

#header span {
	width: 213px;
	height: 49px;
	display: block;
	background: url(../images/millers-garage.png) no-repeat top left;
	position: absolute;
	top: 61px;
	left: 218px;
	text-indent: -9999px;
}

a.home-logo {
	position: absolute;
	z-index: 5;
	display: block;
	width:128px;
	height: 125px;
	background: url(../images/renault.png) no-repeat top left;
	text-indent: -9999px;
	}
	
p {
	margin: 5px 0px 10px 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

.call-today {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
}

.call-today span {
	color: #ffd527;
	font-size: 50px;
}

#contactform {
	overflow: hidden;
}

#contactform label {
	display: block;
	float: left;
	width: 105px;
	clear: both;
	font-weight: bold;
}
#contactform input {
	width: 150px;
	_float: right;
	clear: both;
	margin: 0 0 10px 0;
	font: 12px/1.4em "Lucidia Grande", Arial, Verdana, Sans-Serif;
}
#contactform input#newsletter,
#contactform input#send {
	width: auto;
}
#contactform input#send {
	_float: left;
}
#contactform textarea {
	width: 300px;
	_width: 260px;
	_overflow: auto;
	clear: both;
	font: 12px/1.4em "Lucidia Grande", Arial, Verdana, Sans-Serif;
}

#footer a {
	color: #ccc;
}

#footer a:hover {
	text-decoration: none;
}

#footer span {
	float: right;
	margin: -17px 0px 0px 0px;
}

#wrap #content #content-main p a.special {
	color: #FFd527;
	font-size: 25px;
}

