
body, td, p, ul, li  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
#headercontainer {
	width: 100%;
	height: 136px;
	background-color: #000000;
}
#header {
	/**width: 1170px;**/
	width: 960px;
	height: 136px;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 105px;
}
#header img {
	border: none;
}
.logo {
	width: 250px;
	height: 70px;
	float: left;
}
.tools {
	/**width: 710px;**/
	width: 465px;
	/**height: 70px;**/
	height: 45px;
	float: left;
	text-align: right;
	padding: 25px 0 0 245px;
}
.toolsitem {
	float: left;
	margin: 0 23px 0 0;
}
.tablesearch {
	width: 192px;
	height: 23px;
	float: left;
	border-collapse: collapse;
}
.tablesearch tr td {
	margin: 0;
	padding: 0;
}
.tablesearch img {
	margin-bottom: 0;
	margin-bottom: -2px !important;
	*margin-bottom: 0 !important;
}
.inputsearch {
	/**width: 170px;**/
	width: 130px;
	/**height: 23px;**/
	height: 18px;
	padding: 5px 10px 0 30px;
	background-image: url(../images/search_background.gif);
	background-repeat: no-repeat;
	background-color: none;
	font-size: 10px;
	border: 0;
}
#topnav {
	clear: both;
	width: 960px;
	/**height: 66px;**/
	height: 21px;
	padding: 45px 0 0 0;
}
#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
#topnav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#topnav ul li a:link, #topnav ul li a:visited, #topnav ul li a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}
#topnav ul li a:hover {
	color: #ee8220;
}
#container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.featurehome {
	/**width: 1170px;**/
	width: 1065px;
	height: 261px;
	background-image: url(../images/feature_background.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 105px;
}
.featurehome ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featurehome ul li {
	margin: 0;
	padding: 0;
}
.featurehome img {
	border: 0;
	margin: 0 0 -2px 0;
}
.featureinner {
	width: 960px;
	height: 120px;
	background-image: url(../images/feature2_background.jpg);
	background-repeat: no-repeat;
	padding: 0 105px;
}
.featureinner ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.featureinner ul li {
	margin: 0;
	padding: 0;
	float: left;
}
.featureinner img {
	border: 0;
	margin: 0 0 -2px 0;
}
.contenthome {
	/**width: 1170px;**/
	width: 960px;
	min-height: 500px;
	background-image: url(../images/home_content_background.jpg);
	background-repeat: no-repeat;
	padding: 0 105px;
	background-position: bottom;
}
.contentinner {
	/**width: 1170px;**/
	width: 960px;
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	padding: 0 105px;
	height: auto;
}
.homeleft {
	/**width: 515px;**;**/
	width: 495px;
	min-height: 353px;
	height: 0 auto;
	float: left;
	padding: 15px 10px;
}
.titleimage {
	margin: 0 0 8px 0;
}
.homeright {
	float: left;
	padding: 15px;
}
.innermain {
	width: 960px;
	height: auto;
	float: left;
	padding: 15px 0;
}
.contentbox {
	background-image: url(../images/content_box_background3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 938px;
	height: auto;
	border-right: 1px solid #1c1c1c;
	border-left: 1px solid #1c1c1c;
	padding: 0 10px;
	margin: -1px 0;
	float: left;
}
.title {
	color: #c7823b;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.subtitle {
	color: #3284a2;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}
.secondlevel {
	margin: 0;
	padding: 0 0 15px 0;
	width: 940px;
}
.secondlevel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.secondlevel ul li {
	margin: 0;
	padding: 0;
	float: left;
}
.secondlevel ul li a:link, .secondlevel ul li a:visited, .secondlevel ul li a:active {
	color: #a2a1a1;
	text-transform: uppercase;
	margin: 0 0 0 15px;
}
.secondlevel ul li a:hover {
	color: #FFFFFF;
}
.footer {
	clear: both;
}
.footer img {
	border: 0;
}
.footerinner {
	width: 960px;
	height: 30px;
	margin: 0 105px 20px 0px;
}
.footerinner img {
	border: 0;
}


/* ---- LINKS */
a:link, a:active, a:visited { 
	color: #ee8220;
	text-decoration: none;
}

a:hover {
	color: #abdce2;
	text-decoration: none;
}



/*================================
	FLYOUT
================================*/

.flyout {
	visibility:hidden;
	position:absolute;
	width: 179px;
	background-color: #0D3433;
	border: 1px solid #001A1C;
	border-top: 0px;
	text-align: left;
}

.flyout li
{
    border-bottom:1px dotted #2B5251;
	width: 179px;
	padding: 0 7px 4px 7px;
}

.flyout li:hover
{
	background-color: #001A1C;
}

.flyout a {
	display: block;
	padding: 3px 0px;
	background: url('../images/flyout_bullet.gif') top left no-repeat;
	color: #001A1C;
}

.flyout a:hover {
	color: #001A1C;	
}

/*================================
	DEALER LIST 
================================*/


.columnLeftAlternate {
    width: 265px;
	float: left;
}

.columnRightAlternate {
	width: 615px;
	float: right;
	overflow: hidden;
}

.dealerList {
    line-height: 25px;
}

.dealerList ul {
    padding-left: 0px;   
}

.dealerList li ul {
    padding-left: 25px;  
    *padding-left: 0px;  
    -padding-left: 0px; 
}

.dealerList a:link,
.dealerList a:visited,
.dealerList a:active {
    font-weight: normal;
}

.dealerInfoLeft, 
.dealerInfoMiddle, 
.dealerInfoRight {
    line-height: 20px;    
    float: left; 
}

.dealerInfoLeft {
    width: 195px;
}

.dealerInfoMiddle {
    width: 160px;
}

.dealerInfoRight {
    width: 250px;
}

.dealerTitle 
{
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 5px;    
    
}

.mapPanel
{   
    padding: 30px;
}


.postcodeSearch
{
    border-bottom: 1px solid #3C3C3C;
    padding: 0 0 15px 10px;
    margin: 15px 50px 0px 15px;   
}

.postcodeSearch label
{
    display: block;
    float: left;
    padding: 5px 5px 0 0;
}