@charset "utf-8";

/********************** CSS Document  ********************/
BODY{
	margin:0;
	padding:12px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/body_bg.gif) repeat-x left top;
	line-height:15px;
}

H1, H2, H3, Ul, Ol, LI, FORM{
	margin:0;
	padding:0;
}

Ol, LI{
	list-style:none;
}

H1{
	font-size:18px;
	font-weight:normal;
	color:#f79238;
	margin:-5px 0 10px;
}

H5{
	font-size:18px;
	font-weight:normal;
	color:#f79238;
	margin:0 0 10px;
}

H2{
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	margin-bottom:5px;
}

H3{
	font-weight:bold;
	font-style:italic;
	font-size:11px;
}

H4	
	{
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
	}

SELECT, INPUT, TEXTAREA, FILE{
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

A{
	color:#333;
	text-decoration:none;
	outline:none;
}

A:hover{
	text-decoration:underline;
}

A IMG {
	border:0;
}

P{
	margin:0 0 15px 0;
	padding:0;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
*:first-child+html .clearfix{    /* For IE 7 */
	height:1%;
}

*html .clearfix {    /* For IE 6 and below */
	height:1%;
}/* End hide from IE-mac */

.clr{
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
}

#main_layout{
	width:891px;
	margin:auto;
}

#header{
	height:104px;
	position:relative;
	background:#000;
}
#header1{
	height:104px;
	position:relative;
	background:url(../images/inside_banner2.jpg) no-repeat left top;
}

#header .lcrv{
	position:absolute;
	left:0;
	top:0;
}

#header .rcrv{
	position:absolute;
	right:0;
	top:0;
}

*HTML #header .rcrv{
	right:-1px;
}

#header .logo{
	float:left;
	margin:9px 0 0 19px;
}

#header .logo1{
	float:right;
	margin:9px 19px 0 0;
}

#header .contact{
	float:left;
	margin:55px 0 0 155px;
	
}

#header1 .logo{
	float:left;
	margin:9px 0 0 19px;
}

#header1 .logo1{
	float:right;
	margin:9px 19px 0 0;
}

#header1 .contact{
	float:left;
	margin:55px 0 0 155px;
}

#main_nav{
	height:49px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:16px;
}

.main_nav{
	height:33px !important;
	overflow:hidden;
}

.main_nav A{
	height:33px !important;
}

.main_nav A SPAN{
	height:26px !important;
}

#main_nav A{
	height:49px;
	float:left;
	color:#fff;
	position:relative;
	text-decoration:none;
	padding-left:5px;
	background:url(../images/links_sprtr.gif) no-repeat left top;
	margin-right:2px;
}

#main_nav A:hover{
	background:url(../images/link_lcrv.gif) no-repeat left top;
}

#main_nav A SPAN{
	display:block;
	float:left;
	cursor:pointer;
	height:42px;
	padding:7px 13px 0 8px;
}

#main_nav A:hover SPAN{
	background:url(../images/link_rcrv.gif) no-repeat right top;
}

#main_nav A.first{
	background:none;
}

#main_nav A.active{
	background:url(../images/link_lcrv.gif) no-repeat left top;
}

#main_nav A SPAN.active{
	background:url(../images/link_rcrv.gif) no-repeat right top;
}

#sub_nav{
	height:49px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left:16px;
}

.sub_nav{
	height:33px !important;
	overflow:hidden;
}

.sub_nav A{
	height:33px !important;
}

.sub_nav A SPAN{
	height:26px !important;
}

#sub_nav A{
	height:49px;
	float:left;
	color:#fff;
	position:relative;
	text-decoration:none;
	padding-left:5px;
	background:url(../images/sub_links_sprtr.gif) no-repeat left top;
	margin-right:2px;
}

#sub_nav A:hover{
	background:url(../images/sub_link_lcrv.gif) no-repeat left top;
}

#sub_nav A SPAN{
	display:block;
	float:left;
	cursor:pointer;
	height:42px;
	padding:7px 13px 0 8px;
}

#sub_nav A:hover SPAN{
	background:url(../images/sub_link_rcrv.gif) no-repeat right top;
}

#sub_nav A.first{
	background:none;
}

#sub_nav A.active{
	background:url(../images/sub_link_lcrv.gif) no-repeat left top;
}

#sub_nav A SPAN.active{
	background:url(../images/sub_link_rcrv.gif) no-repeat right top;
}

.body_left{
	width:605px;
	float:left;
	padding:25px 10px 10px 20px;
	margin-bottom:15px;
}

.body_right{
	width:246px;
	float:right;
	padding-top:13px;
	margin-bottom:15px;
}

.body_left_map{
	width:390px;
	float:left;
	padding:25px 10px 10px 20px;
	margin-bottom:15px;
}

.body_map{
	width:450px;
	float:right;
	padding-top:13px;
	margin-bottom:15px;
}

.testimonial{
	background:url(../images/testimonial_bg.gif) no-repeat left top;
	width:216px;
	height:161px;
	padding:10px 15px;
	margin-bottom:10px;
}

.testimonial .title{
	font-size:18px;
	color:#b1cc3c;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:10px;	
	padding-bottom:4px;
}

.testimonial .pic{
	width:73px;
	height:73px;
	float:left;
}

.testimonial .text{
	width:133px;
	float:right;
	font-size:10px;
	color:#777;
	line-height:15px;
}

.testimonial .client{
	font-style:italic;
	color:#000;
	margin-top:5px;
}

.copyright{
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	border-top:dashed 1px #ccc;
	width:865px;
	margin-left:20px;
}

.btm_lnks{
	padding:5px 0 5px 50px;
	background:#ececec;
	margin:2px 0;
	height:23px;
}

.btm_lnks A{
	display:block;
	float:left;
	padding:2px 10px 4px;
	margin-right:20px;
}

.btm_lnks A:hover,.btm_lnks A.active{
	background:#b5b5b5;
	color:#fff;
	text-decoration:none;
}


.home_banner A{
	display:block;
	float:left;
	height:33px;
	margin-top:301px;
}
.home_banner A:hover{
	background-position:left top !important;
}

.home_banner A.l1{
	width:111px;
	margin-left:25px;
	background:url(../images/l1.gif) no-repeat left -33px;
}

*HTML .home_banner A.l1{
	margin-left:12px;
}

.home_banner A.l2{
	width:204px;
	margin-left:3px;
	background:url(../images/l2.gif) no-repeat left -33px;
}

.home_banner A.l3{
	width:114px;
	margin-left:3px;
	background:url(../images/l3.gif) no-repeat left -33px;
}

.home_banner A.l4{
	width:196px;
	margin-left:3px;
	background:url(../images/l4.gif) no-repeat left -33px;
}

.home_banner A.l5{
	width:210px;
	margin-left:3px;
	background:url(../images/l5.gif) no-repeat left -33px;
}

.inside_banner{
	background:url(../images/inside_banner.jpg) no-repeat left top;
	height:283px;
}

.inside_banner A{
	display:block;
	float:left;
	height:33px;
	margin-top:228px;
}

.inside_banner A:hover{
	background-position:left top !important;
}

.inside_banner A.l1{
	width:111px;
	margin-left:25px;
	background:url(../images/l1.gif) no-repeat left -33px;
}

*HTML .inside_banner A.l1{
	margin-left:12px;
}

.inside_banner A.l2{
	width:204px;
	margin-left:1px;
	background:url(../images/l2.gif) no-repeat left -33px;
}

.inside_banner A.l3{
	width:113px;
	margin-left:3px;
	background:url(../images/l3.gif) no-repeat left -33px;
}

.inside_banner A.l4{
	width:195px;
	margin-left:4px;
	background:url(../images/l4.gif) no-repeat left -33px;
}

.inside_banner A.l5{
	width:209px;
	margin-left:3px;
	background:url(../images/l5.gif) no-repeat left -33px;
}



.our_windows{
	margin-bottom:15px;
}

.our_windows .top{
	background:url(../images/window_top.gif) no-repeat left top;
	height:15px;
}

.our_windows .body{
	background:url(../images/window_bg.gif) repeat-y left top;
}

.our_windows .body .in_body{
	background:url(../images/window_btm.gif) no-repeat left bottom;
	min-height:29px;
	height:auto !important;
	height:40px;
	padding:0 20px 20px;
	font-size:10px;
	color:#777;
	line-height:12px;
}

.our_windows .title{
	font-size:18px;
	color:#b1cc3c;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:5px;	
	padding-bottom:6px;
}

.win_tbl TD{
	padding:14px 0;
}

.phone{
	color:#f79238;
	font-size:18px;
}

TABLE.showroom{
	width:390px;
}

TABLE.showroom TD{
	padding:4px 10px 25px 0;
}


TABLE.showroom .name{
	font-weight:bold;
	color:#f79238;
	font-size:12px;
	margin-bottom:3px;
}

.view_map{
	margin-top:5px;
}

.tab_top{
	background:url(../images/tab_top.gif) no-repeat left top;
	height:15px;
}

.tab_btm{
	background:url(../images/tab_btm.gif) no-repeat left top;
	height:15px;
}

.tab_body{
	background:url(../images/tab_bg.gif) repeat-y left top;
	padding:0 20px;
}

.tab_body A{
	display:block;
	font-weight:bold;
	background:url(../images/tab_bullet.gif) no-repeat left 9px;
	color:#827f7f;
	font-size:12px;
	padding:7px 0 7px 22px;
}

.tab_body A:hover{
	color:#fac99d;
	text-decoration:none;
}

ol#tab li.current a {
    color:#f79238;
	text-decoration:none;
}

.your_details
    {
		margin-bottom:15px;
	}

.your_details TD
    {padding:5px 5px 5px 0;}

.window{
	margin-bottom:3px;
}

.window_pics IMG{
	border:solid 4px #e7e6e5;
	margin:0 20px 20px 0;
}

DIV.content{
	display:none;
}
.newsletterformat TD
{padding:5px;}


	
.additionalcomments TD
{padding:10px;} 	

.additionalcomments textarea
{height::300px;} 

.dropdown_webtoday
{padding:10px;}

.subheading
{font-weight:bold;
margin-bottom:3px;
color:#f79238;}


.finace_img

{height:111px; width:152px; float:left; margin:10px 10px 20px 0;}

.contact_input
	{
	width:150px;
	}
	
.bespoke_input
	{
	width:150px;
	}	
	
.contact_text
	{
	width:150px;
	height:40px;
	}
.bespoke_text
	{
	width:150px;
	height:40px;
	}	
	
.contact_form
	{
	width:350px;
	float:left;
	}
	
.bespoke_form
	{
	}
	
.contact_details
	{
	width:230px;
	float:right;
	padding:5px;
	}
	
.showrooms TD{
	padding:7px 0;
	border-bottom:1px dashed #9AA9C0;
}

#map
	{
	width:440px;
	height:400px;
	}
		
#map_contact
	{
	width:610px;
	height:400px;
	}
		
.inside_banner1{
	background:url(../images/inside_banner1.jpg) no-repeat left top;
	height:74px;
}

.inside_banner1 A{
	display:block;
	float:left;
	height:33px;
	margin-top:10px;
}
.inside_banner1 A:hover, .inside_banner1 A.active{
	background-position:left top !important;
}

.inside_banner1 A.l1{
	width:111px;
	margin-left:25px;
	background:url(../images/l1.gif) no-repeat left -33px;
}


*HTML .inside_banner1 A.l1{
	margin-left:12px;
}

.inside_banner1 A.l2{
	width:204px;
	margin-left:1px;
	background:url(../images/l2.gif) no-repeat left -33px;
}

.inside_banner1 A.l3{
	width:113px;
	margin-left:3px;
	background:url(../images/l3.gif) no-repeat left -33px;
}

.inside_banner1 A.l4{
	width:195px;
	margin-left:4px;
	background:url(../images/l4.gif) no-repeat left -33px;
}

.inside_banner1 A.l5{
	width:209px;
	margin-left:3px;
	background:url(../images/l5.gif) no-repeat left -33px;
}

.bt_tbl {
	margin:7px 0;
}

.bt_tbl TD{
	background:#ececec;
	border-right:solid 7px #fff;
	padding:7px 5px;
}

.bt_tbl TD.last{
	border:0;
}

.bt_tbl A{
	display:block;
	padding:2px 10px 4px;
}

.bt_tbl A.first{
	font-weight:bold;
}

.bt_tbl A:hover{
	text-decoration:underline;
}
.bt_tbl A.active{
	background:#b5b5b5;
	color:#fff;
	text-decoration:none;
}
SPAN.mandatory{
	font-size:13px;color:#ff0000; font-weight:normal;}
