/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	background-image:url(images/bg_solid.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#9eb2c9;
	}

#heading{
	background-image:url(images/bg_header.png);
	background-repeat:no-repeat;
	height:99px;
	width:778px;
	margin:0px;
	}

#content{
	background-color:#ffffff;
	width:778px;
	}

#gradient{
	background-image:url(images/bg_gradiant.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:347px;
	}

/* NAVIGATION */

#navbox{
	width:778px; height:32px;
	background-image:url(images/bg_menu.png);
	}

#navlist li a{
	display: block;
	height: 32px;
	text-indent: -5000px;
	background-position: 0% 0%;
	}

#navlist ul, #footer ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: .9em;
	}

#navlist ul li, #footer ul li{
	float: left;
	position: relative;
	cursor: hand;
	height:32px;
	text-align: center;
	}

#navlist li a.motorbutton{
	background-image:url(images/btn_motor.png);	
	width:63px;
	margin-left:170px;
	}
#navlist li a.homebutton{
	background-image:url(images/btn_home.png);		
	width:64px;
	}
#navlist li a.travelbutton{
	background-image:url(images/btn_travel.png);		
	width:64px;
	}
#navlist li a.aboutbutton{
	background-image:url(images/btn_about.png);		
	width:93px;
	}
#navlist li a.contactbutton{
	background-image:url(images/btn_contact.png);		
	width:105px;
	}

#navlist li a:hover, #footer li a:hover{
	background-position:0% 100%;
	}

#navlist ul li.travelbox{
	width:283px;
	text-align:left;
	}

#navlist li a:hover, #footer li a:hover{
	background-position:0% 100%;
	}

/* FOOTER */



#footer{
	width:778px; height:32px;
	background-image:url(images/bg_footer.png);
	}

#footer li a{
	display: block;
	height: 32px;
	text-indent: -5000px;
	background-position: 0% 0%;
	}

#footer li a.callbackbutton{
	background-image:url(images/btn_callback.png);
	width:312px;
	margin:0px; padding:0px;
	}

#footer li a.termsbutton{
	background-image:url(images/btn_terms.png);
	width:192px;
	margin:0px; margin-left:274px;
	}

#footnote{
	background-color:#ffde58;
	width:778px;
	margin:0px; padding:0px;
	}

#footnote_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:15px;
	}

ul{
	text-align:left;
	}

/* PAGE DETAILS */

.carimage{
	padding:10px;
	}

h1{
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#ffde58;
	width:auto;
	color:#000000;
	padding:5px 20px 5px 20px;
	margin:0 0 0 0;
	font-size:12pt;
	background-repeat:no-repeat;
	}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	}

.advert_box{
	width:650px;
	text-align:left;
	}

.advert_pic{
	float:left;
	width:120px;
	}

.advert, .advert_shaded{
	padding:10px;
	clear:left;
	}

.advert p, .advert_shaded p{
	padding-left:120px;
	}

.advert_shaded {
	background-color: #cad0d5;
	}

#content p{
	margin:10px 30px 10px 30px;
	text-align:left;
	line-height:18px;
	}

acronym{
	cursor:help;
	}

.required{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2em;
	color:#FF0000;
	}

#phonebanner{
	height:109px;
	border:0px; margin:0px;
	background-image:url(images/telephone_banner.png);
	}