@charset "utf-8";
body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/carbondrop.gif);
	word-wrap: break-word;
}

a{
	color: #F8AD00;
	border: 0px;
}

h1{
	color: #e5ab1a;
	font-size: 150%;
	}
h2{
	color: #e5ab1a;
	font-size: 130%;
}
h3{
	color: #e5ab1a;
	font-size: 120%;
	}
h4{
	color: #e5ab1a;
	font-size: 110%;
	}

.thrColAbsHdr #gradoverlay{
	background-image: url(../images/carbongraddrop.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 880px;
}

.thrColAbsHdr #containerdropshadow{
	width: 959px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	padding-bottom: 10px;
	background-image: url(../images/dropshadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	}

.thrColAbsHdr #container {
	width: 939px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	color: #FFF;
} 



.header {
	height: 184px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background-image: url(../images/PaulMattyHeaderBackground.jpg);
	background-repeat:repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.main {
	width:939px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	float: left;
}

/* 1 - ONE COLUMN LAYOUT */

.mainContent1 {
	margin-top:0px;
	width:939px;
	
}

/* 2 - TWO COLUMN LAYOUT */

.sidebar2R {
	margin-top:0px;
	float:right;
	width: 240px;
	
}

.mainContent2 {
	margin-top:0px;
	width:699px;
	
}

/* 3 - THREE COLUMN LAYOUT */

.sidebar3L {
	margin-top:0px;
	float:left;
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	
}

.sidebar3R {
	margin-top:0px;
	float:right;
	width: 240px;
	
}

.mainContent3 {
	margin-top:0px;
	width: 459px;
	margin-left:240px;
	
}



/* CONTENT MARGINS */

.mainContent1 #content{
	margin: 30px;
	margin-top: 15px;
}

.mainContent2 #content{
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.sidebar2R #content{
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.sidebar2R #content img{
	margin-bottom: 6px;
}

.mainContent3 #content{
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.sidebar3L #content{
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
}
.sidebar3R #content{
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.sidebar3L #content td{
	padding-bottom: 5px;	
}

.sidebar3R #content img{
	margin-bottom: 10px;
}

.footer {
	padding: 0;
	clear: both;
	background-color:#F8AD00;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footer #footerMain {
	background-color:#F8AD00;
	min-height:110px;
} 
.footer #footerCopyright {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:23px;
	background:#FFFFFF;
	font-size:8px;
	color:#000000;
	clear: both;
} 

#EnquiryFormTable input, textarea {
	width: 100%;
	margin-bottom: 3px;
	margin-left: 5px;
}

#SubmitRow input {
	width:70px;
}

.homeflash{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	width: 364px;
}

#absbottomleft{
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 0px;
}

img{
	border: 0px;
	margin: 0;
}

.mainContent2 img {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;}

.mainContent3 img {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 418px;
}

.sidebar3R img {
	margin: 0px;
	margin-bottom: 10px;
}

#MainImage{
	margin: 0px;
	max-width: 428px;
	margin-bottom: 10px;
}

/*.mainContent1 img {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;}*/

#floatright {
	float:right;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#stocklist{width:auto;
margin-left:auto;
margin-right:auto;
}

#stocklistentry{
	width: 398px;
	float: left;
	min-height: 170px;
	padding:10px;
	margin:10px;
	background-color:#1A1A1A;
}
#stockimagecontainer{}
#stockimage{
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
#stockinfogroup{}
#stocktitle{margin-bottom: 5px;}
#stockyear{margin-bottom: 5px;}
#stockmileage{margin-bottom: 5px;}
#stockdescription{}
#footercontact{
	float: right;
	margin-right: 16px;
	margin-top: 6px;
	margin-left: 25px;
}

#driverprofileslist{width:auto;
margin-left:auto;
margin-right:auto;
}

#driverprofileslistentry{
	width: 409px;
	float: left;
	min-height: 20px;
	padding:10px;
	background-color:#1A1A1A;
	margin-bottom: 10px;
}
#driverprofilesimagecontainer{}
#driverprofilesimage{
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
#driverprofilesinfogroup{}
#driverprofilestitle{margin-bottom: 5px;}
#driverprofilesyear{margin-bottom: 5px;}
#driverprofilesmileage{margin-bottom: 5px;}
#driverprofilesdescription{}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/* =-=-=-=-=-=-=-[Menu Four]-=-=-=-=-=-=-=- */

.submenucontainer {
	width: 240px;
	margin-top: 10px;
	margin-left: -30px;


}

.submenucontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
        }

#submenu {
	margin: 0;
	width: 150px;
	border-size: 1px;
	font-size: 80%;
	font-weight: bold;
        }

#submenu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
	text-decoration: none;
	margin-bottom:4px;
	width: 210px;
        }

#submenu li a:link, #submenu li a:visited {
	color: #FFF;
	display: block;
	padding: 4px 0 0 30px;
	background-color: #0b352b;
        }

#submenu li a:hover, #submenu li #current {
	color: #0b352b;
	padding: 4px 0 0 30px;
	background-color: #FFF;
        }

#submenu li a:active {
	color: #fff;
	padding: 4px 0 0 30px;
	background-color: #0b352b;
        }
#imgtitle{
	margin-bottom: 6px;
}
.prefooter{
	width: 939px;
	clear: both;
}
.prefooter #content{
	margin-top: 0px;
	margin-right: 30px;
	/*margin-left: 30px;*/
	margin-bottom: 30px;
	background-color: #1A1A1A;
	padding: 10px;
	padding-top: 2px;
}
.prefooter #content table td{
	font-size: 10px;
	border-bottom: solid 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-color: #333;

}

.driverstandings{
	width: 240px;
	clear: both;
}
.driverstandings #content{
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #1A1A1A;
	padding: 10px;
	padding-top: 2px;
}
.driverstandings #content table td{
	font-size: 10px;
	border-bottom: solid 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-color: #333;

}
.driverstandings #content table td a{
	text-decoration: none;
	color: #FFFFFF;

}

.blogbox{

}
.blogbox #content{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #1A1A1A;
	padding: 10px;
	padding-top: 2px;
	padding-right: 2px;
}

#AccomodationTable td{
	border-bottom: solid 1px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-color: #333;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.latestQuoteBox{
	font-style: italic;
	margin-left: 30px;
	margin-top: 6px;
	float: left;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	color: #FFF;
	width: 190px;
	padding-top: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
}

hr {
	border: 0;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	width: 100%;
	text-align: left;
}
