@charset "utf-8";
/* CSS Document */

body{
	font:12px Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#475C8F;
	background:url(../images/header_bg.jpg) repeat-x;
}

*{
	border:none;
	outline:none;
}

.clear{
	clear:both;
	line-height:0;
	padding:0;
	margin:0;
}

#wrapper{
	height:auto;
	width:960px;
	margin:auto;
	border:1px solid #ccc;
}

#upper_menu{
	height:37px;
	width:960px;
	background:url(../images/menu_bg.jpg) repeat-x;
	text-align:center;
}

#upper_menu ul{
	list-style:none;
	margin:0;
}

#upper_menu ul li{
	float:left;
	width:auto;
	margin-top:13px;
	margin-left:30px;
}

#upper_menu ul li a{
	text-decoration:none;
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	margin-right:2px;
	padding:15px 10px 15px 10px;
}

#upper_menu ul li a:hover{
	text-decoration:none;
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	margin-right:2px;
	background:url(../images/menu_bg_hover.jpg) repeat-x;
	padding:8px 10px 10px 10px;
	background-position:bottom;
}

/*UPPER MENU BUTTON*/
.buttons{
	width:150px;
	height:30px;
	float:right;
	margin-top:7px;
}

.buttons a{
	margin-right:5px;
	outline:0;
}

.blue1{
	background:url(../images/buttons/green.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

.blue1:hover{
	background:url(../images/buttons/grey.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

.purple1{
	background:url(../images/buttons/pink.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:8px;
}

.purple1:hover{
	background:url(../images/buttons/grey.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:8px;
}

.orange1{
	background:url(../images/buttons/blue.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

.orange1:hover{
	background:url(../images/buttons/grey.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

.lightblue1{
	background:url(../images/buttons/orange.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}

.lightblue1:hover{
	background:url(../images/buttons/grey.jpg) no-repeat;
	height:24px;
	width:24px;
	float:left;
	margin-left:10px;
}
/*UPPER MENU BUTTON end*/

#header{
	height:315px;
	width:960px;
	background:url(../images/header_bg.jpg) repeat-x;
	text-align:center;
}

#header object{
	margin-top:1px;
}


/*CONTENT*/

#info_bar{
	height:21px;
	width:960px;
	background:#e8ecf2;
	margin-top:6px;
}

#info_bar p{
	color:#475C8F;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:3px 3px 3px 10px;
	font-weight:bolder;
}

.breadcrumb{
	width:500px;
	height:18px;
	color:#6e8abc;
	font:10px Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-left:70px;
	margin-top:5px;
	background:url(../images/buttons/breadcrumb.jpg) no-repeat;
}

.breadcrumb a{
	color:#6e8abc;
	font:10px Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
	outline:0;
}

.breadcrumb a:hover{
	color:#ccc;
	font:10px Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.breadcrumb_active{
	color:#ccc;
	font:10px Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

.margin-left{
	margin-left:20px;
}

/*MAINMENU*/
#mainmenu{
	height:62px;
	background:url(../images/main_menu_bg.jpg) repeat-x;
	width:960px;
	border-top:1px solid #d2d9e6;
}

#mainmenu ul{
	width:900px;
	height:55px;
	list-style:none;
	padding:0;
	text-align:center;
	margin:auto;
}

#mainmenu ul li{
	float:left;
	width:169px;
	text-align:center;
	padding:10px 0px 10px 0px;
	margin-left:10px;
	margin-top:5px;
}

#mainmenu ul li a{
	font:15px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

/*MENU BGS*/
.blue{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/blue.jpg) no-repeat;
}

.blue:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/blue_h.jpg) no-repeat;
}

.puple{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/purple.jpg) no-repeat;
}

.puple:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/purple_h.jpg) no-repeat;
}

.green{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/green.jpg) no-repeat;
}

.green:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/green_h.jpg) no-repeat;
}

.orange{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/orange.jpg) no-repeat;
        padding-top:3px !important;
}

.orange:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/orange_h.jpg) no-repeat;
}

.gray{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/blue.jpg) no-repeat;
}

.gray:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/blue_h.jpg) no-repeat;
}

.lightblue{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/lightblue.jpg) no-repeat;
}

.lightblue:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/lightblue_h.jpg) no-repeat;
}

.red{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/red.jpg) no-repeat;
}

.red:hover{
	height:48px;
	width:169px;
	background:url(../images/buttons/nav/red_h.jpg) no-repeat;
}

/*MENU BGS end*/

/*CONTENT*/
#content{
	width:960px;
	height:auto;
	background:url(../images/underfooter.jpg) repeat-x bottom;
}

#content h1, #content h2{
	font:18px Verdana, Geneva, sans-serif;
	color:#FFF;
	background:url(../images/heading_bg.jpg) no-repeat;
	padding-left:30px;
	padding-top:3px;
	height:27px;
	width:291px;
	margin:0;
}

#content_left{
	height:auto;
	width:750px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
}
#content_left_s{
	height:auto;
	width:470px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:-70px;
}

#content_right{
	margin-top:10px;
	height:500px;
	width:170px;
	float:right;
	margin-left:10px;
	margin-top:10px;
}

#weather{
	width:160px;
	height:106px;
	float:right;
	background:url(../images/weather.jpg) no-repeat;
	text-align:center;
	padding-top:3px;
}

#weather img{
	border:none;
}

#weather a{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.info{
	width:150px;
	height:125px;
	float:right;
	margin-top:10px;
	background:url(http://www.riversidecarslondon.com/images/info.jpg) no-repeat center;
}

.info a{
	font:11px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	outline:0;
	display:block;
}

.info a:hover{
	color:#27a8d7;
}
.info_txt{
	margin:7px 0 0 55px;
}

.info_active{
	font:11px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top:98px;
	left:70px;
	color:#27a8d7;
}

.info img{
	margin-top:10px;
	margin-left:14px;
}

#content_bottom{
	width:930px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
}


#content_bottom img{
	background:transparent;
}

#content_bottom a{
	margin-left:50px;
	outline:0;
}

/*CONTENT end*/

/*FOOTER*/
#footer{
	width:960px;
	overflow: hidden;
	background: url("../images/footer_bg.jpg") no-repeat scroll 0 0 #284A89;
}

#footer p{
	font:9px Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
	margin:0;
	padding:5px 5px 3px 20px;
	text-align:center;
}

#footer a{
	font:9px Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:none;
	margin:0;
	outline:0;
}

#footer a:hover{
	font:9px Verdana, Geneva, sans-serif;
	color:#FFF;
	text-decoration:underline;
	margin:0;
}
/*FOOTER end*/


/*NAVIGATION_CONTENT*/

ul#nav{
	list-style:none;
	text-align:left;
	width:230px;
	height:auto;
}

ul#nav li{
	list-style:none;
	margin:2px 0;
}

ul#nav li a{
	background:url(../images/nav_bg_hover.jpg) no-repeat;
	height:18px;
	width:229px;
	color:#ECEFF5;
	text-decoration:none;
	display:block;
	padding-top:2px;
	padding-left:30px;
	
}

ul#nav li a:hover{
	background:url(../images/nav_bg.jpg) no-repeat;
	color:#6a85b6;
	text-decoration:none;
}
ul#nav li a.active{
	background:url(../images/nav_bg.jpg) no-repeat;
	color:#6a85b6;
	text-decoration:none;
}

ul#nav li ul{
	background:#eceff5;
	height:auto;
	width:189px;
	margin-top:4px;
	margin-bottom:4px;
}

ul#nav li ul li{
	padding:0;
	margin:0;
	list-style:square;
	padding-top:2px;
	padding-bottom:2px;
	list-style-position:inside;
	margin-left:-40px;
	padding-left:30px;
}

ul#nav li ul li:hover{
	background:#c9d1e1;
	color:#FFF;
	padding:0px;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
	list-style-position:inside;
	margin-left:-40px;
	padding-left:30px;
}

ul#nav li ul li a{
	background:none;
	display:block;
	padding:0px;
	margin-top:-14px;
	margin-left:10px;
	font-weight:normal;
	color:#5a729f;
	width:200px;
	
	height:inherit;
}

ul#nav li ul li a:hover{
	background:#c9d1e1;
	display:block;
	padding:0px;
	margin-top:-14px;
	margin-left:10px;
	font-weight:normal;
	color:#5a729f;
	width:189px;
	color:#FFF;
	
}

ul#nav li ul li a.sub_active{
	background:#c9d1e1;
        display:block;
	padding:0px;
	margin-top:-14px;
	margin-left:10px;
	font-weight:normal;
	color:#5a729f;
	width:189px;
	color:#FFF;
}

/*NAVIGATION_CONTENT end*/

/*BOOKING*/
#booking{
	width:640px;
	height:auto;
	margin:auto;
	text-align:center;
	margin-top:20px;
}

.field{
	height:20px;
	margin-bottom:10px;
	outline:0;
}

.select{
	background:url(../images/input_button.jpg) no-repeat;
	height:25px;
	width:69px;
	float:right;
	color:#fff;
	font:11px Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-right:10px;
	outline:0;
	overflow:hidden;
}

.select:hover{
	background:url(../images/input_button.jpg) no-repeat;
	height:25px;
	width:69px;
	float:right;
	color:#666;
	font:11px Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-right:10px;
	outline:0;
	overflow:hidden;
}

.input{
	background:url(../images/input_bg.jpg) repeat-x;
	border:1px solid #d4dbe7;
	width:274px;
	float:left;
	margin-left:17px;
	margin-bottom:10px;
	outline:0;
}

#booking input.errFld{
	border:1px solid #F00;
}

#booking select.errFld{
	border:1px solid #F00;
}

#booking textarea.errFld{
	border:1px solid #F00;
}


.inputtextfield{
	background:url(../images/textfield.jpg) repeat-x;
	border:1px solid #d4dbe7;
	width:274px;
	height:95px;
	float:left;
	margin-left:17px;
	margin-bottom:10px;
	outline:0;
}
	
#booking p{
	margin:0;
	text-align:right;
	font:11px Verdana, Geneva, sans-serif;
	color:#92a3c3;
	font-weight:bold;
	float:left;
	margin-left:0px;
	margin-right:20px;
	width:250px;
	margin-bottom:5px;
}

#booking a{
	margin:0;
	text-align:left;
	font:11px Verdana, Geneva, sans-serif;
	color:#92a3c3;
	font-weight:bold;
	margin-right:0px;
	outline:0;
}
/*BOOKING end*/

/*FLEET*/
.article{
	height:auto;
	width:250px;
	margin-bottom:10px;
	text-align:center;
}

.article p{
	color:#6a85b6;
	font:18px Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding-top:5px;
}

.article a{
	color:#9BAFCF;
	font:11px Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding-top:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	outline:0;
}

.article a:hover{
	color:#27a8d7;
	font:11px Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding-top:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	outline:0;
}

.article h2{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	margin-bottom:5px;
}

.article img{
	border:1px solid #99a9c7;
}

.bordernone{
	border:none;
}
/*FLEET end*/

/*ART_FLEET*/
.article_fleet{
	height:auto;
	width:250px;
	margin-bottom:10px;
	text-align:center;
}

.article_fleet p{
	color:#6a85b6;
	font:18px Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding-top:5px;
}

.article_fleet a{
	color:#72bce9;
	font:11px Verdana, Geneva, sans-serif;
	text-align:center;
	margin:0;
	padding-top:5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	outline:0;
}

.article_fleet h2{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	margin:0;
	text-align:left;
	padding-left:15px;
	margin-bottom:5px;
}

.article_fleet img{
	border:1px solid #99a9c7;
}

.bordernone{
	border:none;
}
/*ART_FLEET end*/



/********************/


#content_left img{
	border:1px solid #d2d9e6;
	padding:2px;
	margin-top:10px;
}

#content_left a{
	text-decoration:underline;
	cursor:pointer;
	color:#92a3c3;
	outline:0;
}

#content_left a:hover{
	color:#CCC;
	text-decoration:underline;
}

.left{
	float:left;
	width:210px;
	height:auto
}

.left img{
	margin-bottom:10px;
}

.right{
	float:left;
	width:500px;
	height:auto;
	padding:10px;
	text-align:center;
}

.sitemap{
	margin-left:10px;
	margin-top:10px;
}

.sitemap ul{
	margin:0;
	padding-top:10px;	

}

.sitemap a{
	font:12px Verdana, Geneva, sans-serif;
	color:#6c87b9;
	text-decoration:none;
	outline:0;
}

.up{
	width:950px;
	height:275px;
	margin:auto;
	margin-bottom:10px;
	background:url(../images/up_bg.jpg) repeat-x bottom;
}
/*UPLEFT*/
.upleft{
	width:450px;
	height:180px;
	float:left;
	padding:10px;
	margin-top:0px;
	margin-right:30px;
}

.upleft p{
	font-weight:normal;
	line-height:14px;
}

.upleft img{
	padding:2px;
	border:none;
}

.upleft h3{
	margin:0;
	padding:0;
}

.upleft a{
	font-weight:normal;
	color:#6c87b9;
	outline:0;
}

.upleft a:hover{
	font-weight:normal;
	color:#ccc;
}

/*UPRIGHT*/
.upright{
	width:420px;
	height:180px;
	float:left;
	margin-top:0px;
	padding-top:20px;
	margin-left:10px;

}

.upright p{
	font-weight:normal;
}

.center{
	width:950px;
	height:200px;
	margin:auto;
}

.partners{
	width:940px;
	float:left;
}

.partners img{
	float:left;
	margin-left:20px;
}

.article{
	background:url(../images/article_bg.jpg) no-repeat;
	height:180px;
	width:169px;
	float:left;
	margin:10px 20px 10px 10px;
}

.call{
	background:transparent url(../images/call.png) no-repeat;
	width:321px;
	height:170px;
	float:right;
	margin-top:10px;
}

.call p{
	margin:0;
	color:#6a84b5;
	font:18px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	padding-top:25px;
	font-style:italic;
	line-height:25px;
}

.call a{
	margin:0;
	color:#6a84b5;
	font:18px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
	margin-top:25px;
	font-style:italic;
	line-height:25px;
	outline:0;
}

.bottom{
	width:950px;
	height:130px;
	margin:auto;
}

.manager{
	background:#6C7EAE;
	float:left;
	color:#FFF;
	font-weight:bold;
	margin-left:2px;
	margin-top:2px;
	padding:1px;
}

/*CREDITFORM*/
.creditform{
}

/*SERVICES*/


#smenu1{
	width:230px;
	height:200px;
	background:#F00;
	position:relative;
	float:none;
}

#smenu1 p{
	margin:0;
	padding-left:195px;
}

/*SERVICES-CONTENTAREA*/

.contentarea{
	width:435px;
	min-height:480px;
	height:auto;
	background:#eceff5;
	padding:20px;
	margin-top:10px;
}

.contentarea p{
	font:12px Verdana, Geneva, sans-serif;
	color:#6a85b6;
}

.contentarea a{
	color:#ffa71d;
	font:11px Verdana, Geneva, sans-serif;
}

.contentarea img{
	border:1px solid #6a85b6;
	padding:1px;
	margin:10px 10px 10px 0px;
}
/*SERVICES-CONTENTAREA end*/


.payment{
	margin-left:50px;
}

/*NEW HOME*/

/*CONTENT_INDEX*/
/*LEFT*/
.left_ci{
	width:300px;
	float:left;
	margin-left:20px;
}

.news{
	background:#eef0f5;
	width:280px;
	-moz-border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
	margin:auto;
	padding-bottom:30px;
	margin-bottom:20px;
}

.newsarticle{
	width:260px;
	margin:auto;
	margin-top:10px;
	padding:20px 0px 0px 0px;
}

.newsarticle h4{
	margin:0;
	padding:5px;
	font:12px Verdana, Geneva, sans-serif;
	background:url(../images/newsh4.gif) no-repeat;
	color:#6c87b9;
	width:141px;
	height:24px;
	font-weight:bold;
}

.newsarticle p{
	font:12px Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

/*RIGHT*/
.right_ci{
	min-height:600px;
	width:600px;
	float:right;
	padding-right:10px;
}

.width_content{
	float:left;
        width: 680px;
}

#airport_page {
	margin: 0px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 50px 20px;
	font-size: 12px;
	background-color: #FFFFFF;

}
#airport_page .feature {
	background-color: #c2e1f9;
}

#airport_page form {
	background-color: #c2e1f9;
	padding: 10px 0px 10px 0px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 235px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
#subForm #quote {
	margin: 20px auto;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: solid;
	background-color: #E3E8F7;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 1px;
	width: 500px;
}
#quote .quote_button {
	margin-left: 200px;
	display: block;
}

#quote #quote_text p input.quote_button {
	margin: 0 20px;
	display: inline-block !important;
}

#quote h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid gray;
	color: #1775D5;
}

#quote_text{
	display:none;
	width:475px;
	padding: 5px;
	margin: 0px auto;
	text-align: center;
	color: #FF3333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	   }
#quote img {
	margin: 0px;
	padding: 0px;
}
#header img {
	border: none;
}
#container #header #links {
	position: absolute;
	top: -163px;
	right: 3px;
	border: none;
}

#quote #book_now {
	display: none;
}
#booking_form #price_details {
	display: none;
}
.selectbutton {
	width: 70px;
	font-weight: normal;
	position: relative;
	top: -4px;
	display: block;
	margin-left: 160px;
	margin: 3px 0px 5px 160px;
}
#paypal {
	display: none;
}
#container #mainContent #latest_news {
	background-color: #DFF0FB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A8B9FF;
	border-bottom-color: #A8B9FF;
}
#container #header #quote {
	position: absolute;
	left: 13px;
	top: 10px;
}
#container #header_upper #advert {
	position: absolute;
	left: 593px;
	top: 12px;
	border: none;
}
