*, html {
margin: 0;
padding: 0;
}

body {
background: #141215 url(img/bg.jpg) top left repeat-x;
font-family: Arial, Helvetica, sans-serif;
}

.clear {
clear: both;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.smaller {
font-size: 12px;
}
.bold {
font-weight: bold;
}


/****** LINK COLOUR ******/
a {
color:#000000;
text-decoration: none;
}

/****** LINK COLOUR IN HOVER STATE ******/
a:hover {
color: #333333;
text-decoration: underline;
}
a img {
border: none;
}


/****** GENERAL SETTINGS ******/
#wrap {
width: 859px;
margin: 0 auto 0 auto;
}
#header {
background: #66686f;
height: 140px;
margin: 0 5px 0 3px;
}
#header img {
margin: 30px 0 0 20px;
float: left;
}
#header p {
float: right;
margin: 30px 30px 0 0;
font-size: 11px;
}




/********* MAIN TOP NAVIGATION *********/
ul#nav {
margin: 2px 3px 0 3px;
padding: 0;
}
ul#nav li {
list-style: none;
float: left;
margin: 0 1px 0 0;
text-transform: uppercase;
font-size: 15px;
text-align: center;
}
ul#nav li a.lastnav {
width: 141px;
}
ul#nav li a {
color: #FFFFFF;
background: url(img/nav-bg.gif) top left repeat-x;
display: block;
width: 141px;
padding: 8px 0 8px 0;
text-shadow: 0px 1px 1px #333333;
}
ul#nav li a {
text-decoration: none;
}
ul#nav li a:hover, ul#nav li a.current {
color: #FFFFFF;
background: url(img/nav-bg-over.gif) top left repeat-x;
display: block;
}

#mainimage {
margin: 0 0 0 3px;
}


/************ MAIN CONTENT AREA ************/
#content {
margin: 0 0 0 3px;
padding: 15px 0 0 0;
}

#content h1 {
margin: 0 0 15px 0;
color: #FFFFFF;
font-weight: normal;
}
#content p {
color: #FFFFFF;
font-size: 15px;
line-height: 20px;
}
#content h3 {
color: #FFFFFF;
font-size: 15px;
line-height: 20px;
}
#content h4 {
color: #FFFFFF;
font-size: 15px;
line-height: 20px;
font-weight: normal;
}

#content a {
color: #e10022;
text-decoration: none;
}
#content a:hover {
color: #666666;
text-decoration: underline;
}


/************** INNNER PAGES ***********/
.carwrap {
border-top: #999999 1px solid;
margin: 20px 0 0 0;
padding: 30px 0 10px 0;
}


.leftimages {
width: 450px;
float: left;
}
.leftimages img {
float: left;
margin: 0 10px 10px 0 ;
}
#content .leftimages p {
width: 180px;
float: left;
color:#666666;
clear: both;
margin: -7px 10px 0 182px;

/*** IE 6 boxmodel fix ***/
_margin: -7px 10px 0 91px;
/*************************/
}




.righttable {
padding: 0 0 0 30px;
float: left;
width: 350px;
}
#content .righttable h1 {
color: #e10022;
font-weight: normal;
font-size: 18px;
margin: 0;
}
.righttable h2 {
color: #666666;
font-style: italic;
font-weight: normal;
font-size: 14px;
margin: 5px 0 0 0;
}
.righttable table {
color: #FFFFFF;
margin: 10px 0 0 0;
font-size: 14px;
}
.righttable table tr td {
padding: 10px 12px 0 0;
}

.description {
clear: both;
padding: 10px 0 0 0;
}
#content .description p {
font-size: 12px;
line-height: 16px;
margin: 5px 0 0 0;
}




/******** CONTACT PAGE ********/
.leftcontact {
width: 530px;
float: left;
}
#content .rightcontact {
padding: 0 0 0 80px;
float: left;
}






/********* FOOTER *********/
#footer {
border-top: #999999 1px solid;
height: 30px;
margin: 20px 0 0 0;
clear: both;
}
