body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #d7d7d7 url(images/bg.png) repeat-x;
	color: #555;
}
#wrapper {
	width: 900px;
	margin: 15px auto 20px auto;
	background: #ebebeb;
}
#mainContent {
	width: 830px;
	margin: 15px 15px 0 15px;
	background:#FFFFFF;
	padding: 5px 20px 20px 20px;
}
#heading {
	width: 484px;
	height: 34px;
	margin: 0 auto 10px auto;
}
.section {
	overflow: auto;
	width: 100%;
	margin: 0 0 40px 0;
}
.leftContent {
	float: left;
	width: 500px;
}
.rightContent {
	float: right;
	width: 300px;
}
#indexImage {
	position: relative;
	height: 329px;
	overflow: hidden;
	margin-bottom: 20px;
}
.volvo-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
.renault-logo {
	position: absolute;
	bottom: 0;
	left: 0;
}
#serviceImage {
	width: 290px;
}
.logoBox {
	position:relative; 
	float:left; 
	background:#fff;
	width:130px; 
	height:180px;
	top:5px
}
.leftBox {
	position:relative; 
	float:left; 
	background:#fff; 
	width:202px; 
	height:110px; 
	left:20px; 
	top:72px;
	border-left: 3px solid #ccc;
	padding: 0 0 0 10px;
	line-height: 1.6em; 
	color: #666;
}
.midBox {
	position:relative; 
	float:left; 
	background:#fff; 
	width:202px;
	height:110px; 
	left:40px; 
	top:72px;
	border-left: 3px solid #ccc;
	padding: 0 0 0 10px;
	line-height: 1.6em; 
	color: #666;
}
.rightBox {
	position:relative; 
	float:left; 
	background-color:#fff; 
	width:202px;
	height:110px; 
	left:60px; 
	top:72px;
	border-left: 3px solid #ccc;
	padding: 0 0 0 10px;
	line-height: 1.6em; 
	color: #666;
} 

/* Corners */
.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
.borderTL {
	margin-left: -4px;
	ma\rgin-left: -1px;
}
html>body .borderTL  {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	ma\rgin-right: -1px;
}
html>body .borderTR  {
	margin-right: -1px;
}
.borderBL {
	margin-left: -3px;
	ma\rgin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -3px;
	ma\rgin-right: 0px;
}
html>body .borderBR {
	margin-right: 0px;
}
.border {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#btmCorners {
	background: #d7d7d7 url(images/footer.gif);
	height: 44px;
	width: 900px;
}

/* Headings */
p { 
	line-height: 1.6em; 
}
h1,h2,h3,h4,h5,h6 { font: 100% Arial Black, verdana, tahoma, sans-serif; }
.leftBox h1, .midBox h1, .rightBox h1 {
	height: 35px;
	width: 198px;
	margin: 0 0 10px 0;
}
h1 {
	height: 50px;
	width: 500px;
	margin: 0 0 20px 0;
}
h1 span { display: none; visibility: hidden; }
h1#welcome { background: url(images/welcome.png) no-repeat; }
h1#services { background: url(images/services.png) no-repeat; }
h1#contact { background: url(images/contact.png) no-repeat; }
h1#address { background: url(images/address.png) no-repeat; }
h1#locate { background: url(images/locate.png) no-repeat; }
h1#about { background: url(images/about.png) no-repeat; }
h1#mission { background: url(images/mission.png) no-repeat; }
h1#parts { background: url(images/parts.png) no-repeat; }

/* Footer */
#footerLinks {
	width: 900px;
	margin:0 auto;
}
.copyright {
	position:relative; 
	float:left; 
	top: 0px;
	font-size: 11px;
	color: #a8a4a4;
	width: 200px;
	margin: 0 0 10px 10px;
}
.buttery {
	position:relative; 
	float:right; 
	top: 0px;
	font-size: 11px;
	color: #a8a4a4;
	width: 200px;
	text-align: right;
	margin: 0 10px 10px 0;
}
.buttery a:link, .buttery a:visited {
	color: #a8a4a4;
	text-decoration:underline;
	font-weight: normal;
}
.buttery a:hover {
	color: #344f92;
	text-decoration:none;
	font-weight: normal;
}

/* Links */
a, a:visited {
	color: #134684;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #666;
	font-weight:bold;
}

/* Lists */
ul {
	margin: 0;
	padding: 0;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #134684;
	margin: 0 0 10px 0;
}
.serviceList {
	line-height: 1.8em;
	list-style:square;
	margin: 0 0 30px 15px;
}
.serviceList li {
	margin-bottom: 5px;
}
