/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/******************************* Global properties ***************************/
html {width:100%;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#4c4c4c;
	background: #fcfcfc;
	min-width:980px;
}

.main {
	width:970px;
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.5em;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:999;
}
	header .indents{padding:28px 10px 0;}

.header-bg{
	background: url(../images/header-tail.gif) center top repeat;
	width:100%;
	overflow:auto;
	border-bottom:4px solid #f1f1f1;
}
.header-bg1{
	background: url(../images/header-bg.jpg) center top no-repeat;
	width:100%;
	height:99px;
}

h1{
	position:relative;
	float:left;
	padding-top:22px;
	color:#9c9c9c;
	font-weight:normal;
	font-size:100%;
	line-height:1.214em;
	font-family: 'Quattrocento Sans', sans-serif;
	text-align: center;
}
	h1 a {
	display:block;
	font-size:51px;
	line-height:0.8em;
	color:#fff;
	text-decoration:none;
	text-transform:none;
	margin-left:-3px;
	letter-spacing:-1px;
	font-family: "Quattrocento Sans";
	}
		h1 a span{
	color:#f9683a;
	font-size: 100%;
}

.header-box{
	font-size:12px;
	line-height:1.5em;
	color:#9b9b9b;
}
	.header-box a{color:#fff; text-decoration:none;}
		.header-box a:hover{
	color:#f9683a;
	font-weight: bold;
	font-size: 12px;
}

/**********Search form**********/
#search-form{
	position:relative;
	vertical-align:top;
	width:197px;
	padding:17px 0 0 46px;;
	overflow:hidden;
}
	#search-form fieldset {border:none;padding:0;}
		#search-form label {display:block; position:relative;float:left;height:20px; width:178px;}
		#search-form input{
				position:absolute;
				left:50px;
				top:0;
				background:#fff;
				border:1px solid #e4e3e3;
				border-right:none;
				color:#9b9b9b;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				padding:2px 4px;
				outline:none;
				width:119px;
				height:14px;
			}
	#search-form a{
		float:right;
		display:block;
		background: url(../images/search-button-bg.jpg) center top no-repeat;
		border:none;
		text-decoration:none;
		width:19px;
		height:20px;
		cursor:pointer;
	}
		#search-form a:hover{background-position:center bottom;}
/************ menu ************/
nav {
	position:relative;
	z-index:999;
	width:100%;
	background:#fefefe;
	border-bottom:1px solid #dcdcdc;
}

.menu {
	width:100%;
	padding-top:26px;
	position:relative;
}
	.menu >li {
		float:left; 
		position:relative;
		text-align:center;
		margin-bottom:-1px;
	}
	.menu > li > a {
		display:inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		line-height:1.25em;
		color:#4b4b4b; 
		text-decoration:none;
		text-transform: uppercase;
		cursor:pointer;
		padding:11px 14px;
	}

	.menu li a.active{
		background:#fcfcfc;
		color:#f9683a;
		border:1px solid #dcdcdc;
		border-bottom:1px solid #fcfcfc;
		padding:10px 14px 11px;
		cursor:default;
	}
	.menu > li > a:hover,
	.menu > li.sfHover > a {color:#f9683a;}

	.menu ul {
		position:absolute;
		padding: 13px 14px;
		top:-999em;
		background:#fefefe;
		border:1px solid #dcdcdc;
		width:140px;
	}
		.menu li a.active + ul {
			background:#fcfcfc;
			border-top:none;
			top:38px;
			left:0px;
		}
		
		.menu ul li {
			width:100%;
			text-align:left;
		}
		.menu li:hover {visibility: inherit; }
			.menu li li {padding:0; position:relative;margin-bottom:9px;}
			.menu li li a {
				display: inline-block;
				font-family: Arial, Helvetica, sans-serif;
				color:#949494;
				font-size: 11px;
				line-height:1.2727em;
				text-decoration:none;
				text-transform:uppercase;
				font-weight:bold;
			}
				.menu li li > a:hover, 
				.menu li li.sfHover > a,
				.menu li li li a:hover {
					color:#4b4b4b;
					text-decoration:none;
				}
				.menu li:hover ul, .menu li.sfHover ul {
					left:-1px;
					top:37px;
					z-index:9999;
				}
			.menu ul ul{
				width:100px;
				border-top:1px solid #dcdcdc;
				background:#ededed;
			}
				.menu ul ul li a{color:#4b4b4b;}
					.menu ul ul li a:hover{color:#f9683a;}
				
				ul.menu li:hover li ul, ul.menu li.sfHover li ul {top:-999em;}
				ul.menu li li:hover ul, ul.menu li li.sfHover ul {
					left:154px;
					top:-14px;
					z-index:9999;
				}
				ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {top:-999em;}

/*****************slider***************/
.slider-box{
	position:relative;
	width:100%;
	padding:34px 0 12px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/loading.gif) center center no-repeat;
}

.slider{
	height:340px;
	width:1980px;
	position:relative;
	z-index:2;
	left:50%;
	margin-left:-990px;
}

.items{display:none;}

.banner{
	background:url(../images/banner-tail.gif) center top repeat;
	position:absolute;
	top:30px;
	left:1000px;
	z-index:9 !important;
	width:530px;
	height:77px;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	line-height:1.4285em;
}
	.banner .indents{padding:15px 26px 0 19px;}
	.banner h2{
	color:#fff;
	font-size:21px;
	line-height:1.2em;
	font-weight:normal;
	font-family:'Quattrocento Sans', sans-serif;
	}
	.banner a{
		display:block;
		color:#fff;
		text-decoration:none;
		font-size:12px;
		line-height:1.25em;
		background:url(../images/banner-marker.gif) right 5px no-repeat;
		padding-right:8px;
	}
		.banner a:hover{color:#f9683a;}
.pagination{
	position:absolute;
	top:10px;
	left:1400px;
	z-index:9999;
}
	.pagination li{
		float:left;
		padding-left:10px;
	}
		.pagination li a{
			display:block;
			height:11px;
			width:11px;
			background:url(../images/pagination.png) right top no-repeat;
			cursor:pointer;
		}
			.pagination li a:hover, .pagination .current a{background-position:left top;}
			.pagination .current a {cursor:default;}
/*****************************************content**********************************************/
#content {
	width:100%; 
	position:relative;
	z-index:1;
}

/*tags*/
a {color:#f9683a; outline:none;text-decoration:underline;}
a:hover {text-decoration:none;}
	#page7 #content a{font-style:italic;}

p, .p0 {
	margin-bottom:18px;
	text-align: left;
}
	p.font1{color:#898888; margin-bottom:10px;}
	p.font2{color:#898888; margin-bottom:10px; font-size:11px;}
.p1{margin-bottom:5px;}
.p2{margin-bottom:10px;}
.p3{margin-bottom:22px;}
.p4{margin-bottom:25px;}
.p5{margin-bottom:15px;}

h3{
	font-family:'Quattrocento Sans', sans-serif;
	font-weight:bolder;
	font-size:30px;
	line-height:2em;
	color:#333;
	margin-bottom:8px;
	display:block;
	text-align: left;
}
	h3.margin-bottom{margin-bottom:12px;}
	h3 span{display:block; margin-top:-24px;}

h4{
	font-family:'Quattrocento Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	line-height:2em;
	color:#333;
	display:block;
}
h5{
	font-family:'Quattrocento Sans', sans-serif;
	font-size:15px;
	line-height:1.2144em;
	font-weight: normal;
	color:#f9683a;
	margin-bottom:13px;
}

h6{
	font-size:12px;
	line-height:1.5em;
	font-weight:bold;
	color:#4c4c4c;
}

span.font3{
	display:inline-block;
	font-size:18px;
	line-height:1.222em;
	color:#4c4c4c;
}
	.button + span{padding:3px 0 0 20px;}
	#page4 .button + span{padding:3px 0 0 22px;}

figure.margin-bottom{margin-bottom:17px;}
figure.img-indent {float:left; margin:0 20px 0px 0;}
figure.img-indent1 {float:left; margin:0 18px 0px 0;}
figure.img-indent2 {float:left; margin:0 12px 0px 0;}

/*classes*/
.wrapper {
	width:940px;
	overflow:visible;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	font-size: 12px;
}

.button{
	display:inline-block;
	background: #000000;
	border:1px solid #000000;
	cursor:pointer;
	color:#fff;
	font-size:15px;
	line-height:1.25em;
	padding:8px 22px 9px;
	font-weight:bold;
	text-decoration:none;
}
	.button:hover{background:#000000;}
	#page3 .button, #page4 .button{padding:5px 16px 6px;}

.fleft{float:left;}
.fright{float:right;}

/**************boxes*****************/
.box{
	display:block;
	box-shadow:0px 0px 5px #f2f2f2;
	-moz-box-shadow:0px 0px 5px #f2f2f2;
	-webkit-box-shadow:0px 0px 5px #f2f2f2;
	padding:11px 10px 10px 11px;
	margin-bottom:17px;
	color: #000;
}
	.box.img-indent{margin-bottom:0 !important;}
	.box.indents{padding:20px 21px 24px 20px;box-shadow:0px 2px 5px #f1f1f1;-moz-box-shadow:0px 2px 5px #f1f1f1; -webkit-box-shadow:0px 2px 5px #f1f1f1;}
	.box h4{font-size:18px;}
	#page1 .box{padding:0;}
		#page1 .box a{
	background: #fff;
	text-align: left;
}
	#page2 .box, #page3 .box{box-shadow:0px 2px 5px #f2f2f2; -moz-box-shadow:0px 2px 5px #f2f2f2; -webkit-box-shadow:0px 2px 5px #f2f2f2; margin-bottom:24px;}
	#page6 .box{box-shadow:0px 2px 5px #f2f2f2; -moz-box-shadow:0px 2px 5px #f2f2f2; -webkit-box-shadow:0px 2px 5px #f2f2f2; margin-bottom:22px;}

.box1{width:278px;}
	.box1 h6{margin-bottom:10px; padding-top:5px;}
	.box1 .img-indent{margin-right:16px;}

.box2{background:#2d2d2d; width:100%; margin-bottom:12px;}
	.box2 .indents{padding:14px 23px 39px 25px;}
	.box2 h3{color:#f4f5f0; font-size:24px; margin-bottom:10px;}
		#page4 .box2 .button{padding: 5px 19px 6px;}
		#page5 .box2{margin-bottom:36px;}
		#page5 .box2 h3{margin-bottom:3px;}
		#page5 .box2 .indents{padding:14px 23px 29px 25px;}

.box3{
	background: url(../images/box3-bg.jpg) 17px 67px no-repeat #854633;
	min-height:180px;
	width:100%;
	font-size:13px;
	line-height:1.23em;
	color:#ceb5ad;
	margin-bottom:37px;
}
	.box3 .indents{padding:13px 15px 35px 23px;}
	.box3 h3{color:#f4f5f0; margin-bottom:2px;}
	.box3 span{
		display:block;
		padding-left:124px;
		color:#fff;
		font-size:15px;
		line-height:1.2em;
		margin-bottom:6px;
	}
	.box3 strong{
		display:block;
		padding-left:124px;
		color:#f9683a;
		font-size:14px;
		line-height:1.214em;
		margin-bottom:9px;
		font-weight:bold;
	}
	.box3 em{
		display:block;
		padding-left:139px;
		font-style:normal;
	}

/****************lists***************/
.last-item{margin-right:0 !important; margin-bottom:0 !important;}

.list li{margin-bottom:6px;}
	.list li a{color:#9b9b9b;text-decoration:none;}
		.list li a:hover{text-decoration:underline;}

.list-1 li{
	margin-bottom:10px;
	background:url(../images/marker.gif) 1px 4px no-repeat;
	font-style:italic;
	padding-left:12px;
	width:100%;
}
	.list-1 li a{text-decoration:none;}
		.list-1 li a:hover{color:#4c4c4c;}

/*************borders*****************/
.borders{border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;padding:12px 0 29px;}
.border-bottom{border-bottom:1px solid #dcdcdc;padding:56px 0 29px;}
	#page1 .border-bottom{padding:13px 0 26px;}
	#page2 .border-bottom{padding:56px 0 23px;}
	
.border-bottom1{border-bottom:1px solid #dcdcdc;padding:18px 0 26px;}
	#page2 .border-bottom1{border-bottom:1px solid #dcdcdc;padding:15px 0 29px;}
	#page3 .border-bottom1{border-bottom:1px solid #dcdcdc;padding:15px 0 29px;}
.border-bottom2{border-bottom:1px solid #dcdcdc;padding-bottom:32px; margin-bottom:15px;}

/**************indents**************/
.margin-bot-none{margin-bottom:0 !important;}
.margin-bottom{margin-bottom:15px;}
	#page2 .box1.margin-bottom{margin-bottom:18px;}
.margin-bottom1{margin-bottom:33px;}
.margin-bottom2{margin-bottom:20px;}
.margin-bottom3{margin-bottom:25px;}

.indents1{
	padding-top: 16px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
}
.indent-right{padding-right:30px;}
.indent-left{padding-left:5px;}
.indent-top{padding-top:6px;}


/**********************forms********************************/
/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 220px;
	position:relative;
	height: 28px;
}
	#search-form2 .jqTransformSelectWrapper{float:left;}
	#search-form2 .sort .jqTransformSelectWrapper{width:133px;}

	#search-form2 .price1 .jqTransformSelectWrapper,
	#search-form2 .price2 .jqTransformSelectWrapper{width:89px;}

	#search-form3 .jqTransformSelectWrapper,
	#search-form4 .jqTransformSelectWrapper {width:223px;}
	
	#search-form4 .month .jqTransformSelectWrapper{width:74px;}
	#search-form4 .day .jqTransformSelectWrapper,
	#search-form4 .year .jqTransformSelectWrapper{width:68px;}

.jqTransformSelectWrapper div span {
	margin:0;
	padding:6px 4px;
	background:#fefefe;
	border:1px solid #e6e6e6;
	color:#9b9b9b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.25em;
	outline:none;
	width:184px;
	height:14px;
	float: none;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	cursor:pointer;
	border-right: none;
}
	#search-form2 .sort .jqTransformSelectWrapper div span{width:106px;}

	#search-form2 .price1 .jqTransformSelectWrapper div span,
	#search-form2 .price2 .jqTransformSelectWrapper div span{width:62px;}

	#search-form3 .jqTransformSelectWrapper div span, #search-form4 .jqTransformSelectWrapper div span{width:195px;padding:6px;}
	
	#search-form4 .month .jqTransformSelectWrapper div span{width:41px; padding:6px 7px;}
	#search-form4 .day .jqTransformSelectWrapper div span,
	#search-form4 .year .jqTransformSelectWrapper div span{width:35px; padding:6px 7px;}
	
.jqTransformSelectWrapper a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 26px;
	height: 26px;
	background:url(../images/select-arrow.gif) 9px 12px no-repeat #fefefe;
	border:1px solid #e6e6e6;
	border-left:none;
}
	#search-form3 .jqTransformSelectWrapper a.jqTransformSelectOpen,
	#search-form4 .jqTransformSelectWrapper a.jqTransformSelectOpen{
		background:url(../images/select-arrow2.gif) 9px 12px no-repeat #fefefe;
	}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 218px;
	top: 28px;
	left: 0px;
	list-style: none;
	background-color: #fefefe;
	border: solid 1px #e6e6e6;
	border-top:none;
	display: none;
	padding: 0px;
	overflow-y: auto;
}
	#search-form2 .sort .jqTransformSelectWrapper ul{width:131px;}

	#search-form2 .price1 .jqTransformSelectWrapper ul,
	#search-form2 .price2 .jqTransformSelectWrapper ul{width:87px;}
	
	#search-form3 .jqTransformSelectWrapper ul {width:221px;}
	
	#search-form4 .month .jqTransformSelectWrapper ul{width:72px;}
	#search-form4 .day .jqTransformSelectWrapper ul,
	#search-form4 .year .jqTransformSelectWrapper ul{width:66px;}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color:#4c4c4c;
	background-color: #fefefe;
	font-size: 12px;
	line-height:1.25em;
}

.jqTransformSelectWrapper ul a.selected {
	background: #f9683a;
	color: #fefefe;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background: #e6e6e6;
	color: #4c4c4c;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/**********Full search form (page1)**********/
#full-search-form{
	position:relative;
	vertical-align:top;
	width:100%;
	color:#f9683a;
	font-size:12px;
	line-height:1.25em;
}
	#full-search-form fieldset {
		border:none;
		padding:0;
		min-height:117px;
	}
		#full-search-form label {
			display:block;
			width:100%;
			color:#4c4c4c;
			font-size:12px;
			line-height:1.25em;
			min-height:57px;
			padding:0;
		}
			#full-search-form label strong{
	display:block;
	margin-bottom:7px;
	font-weight:normal;
	text-align: justify;
}
		#full-search-form input{
			background:#fefefe;
			border:1px solid #e6e6e6;
			color:#9b9b9b;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:1.25em;
			padding:6px 4px;
			outline:none;
			width:210px;
			height:14px;
		}
	#full-search-form .link{
		color:#4c4c4c;
		font-weight:bold;
	}
		#full-search-form .button-wrapper span{display:inline-block; padding-top:7px;}

/**********Search form 2 (page3)**********/
#search-form2{
	position:relative;
	vertical-align:top;
	width:100%;
	padding-bottom:25px;
	z-index:9999;
}
	#search-form2 fieldset {border:none;padding:0;}
		#search-form2 label {
			display:block;
			color:#4c4c4c;
			font-size:12px;
			line-height:1.25em;
			position:relative;
			float:left;
		}
			#search-form2 .sort{width:202px;}
			#search-form2 .price1{width:141px;}
			#search-form2 .price2{width:111px;}
				#search-form2 label strong{display:block; font-weight:normal; padding-top:6px; float:left;}
					#search-form2 .sort strong{width:38px;}
					#search-form2 .price1 strong{width:36px;}
					#search-form2 .price2 strong{width:22px;}

/**********Search form 3 (page4)**********/
#search-form3{
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:9999;
}
	#search-form3 fieldset {border:none;padding:0;}
		#search-form3 label {display:block;height:40px;}
		#search-form3 .postcode{height:51px;}

/**********Search form 4 (page5)**********/
#search-form4{
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:9999;
}
	#search-form4 fieldset {border:none;padding:0;}
		#search-form4 label {display:block;height:62px;}
		#search-form4 .month{float:left; margin-right:6px;height:44px;}
		#search-form4 .day{float:left; margin-right:7px;height:44px;}
		#search-form4 .year {float:left;height:44px;}
		#search-form4 .from{height:73px;}
		
		#search-form4 strong{
			display:block;
			font-weight:normal;
			margin-bottom:3px;
			color:#888888;
		}

/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
	#contact-form fieldset {
		border:none;
		padding:0;
	}
			#contact-form label {
				display:block;
				min-height:40px;
			}
			#contact-form .message{height:302px;}
			#contact-form input, #contact-form textarea {
				padding:8px 10px 7px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#515050;
				border:1px solid #e6e6e6;
				background-color:#fefefe;
				outline:none;
			}
			#contact-form input {width:329px;}
			#contact-form .area .error {float:none;}
			#contact-form textarea {
				padding-top:9px;
				height:258px;
				width:520px;
				overflow:auto;
			}
			#contact-form .success {display:none; margin-bottom:20px;}
			#contact-form .error,
			#contact-form .empty {
				color:#f00;
				font-size:11px;
				line-height:1.27em;
				display:none;
				overflow:hidden;
			}
.buttons-wrapper{text-align:right;}
.buttons-wrapper a {padding: 5px 15px 6px;;margin-left:4px; cursor:pointer;}

/***************lightbox***************/
.lightbox-image {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
	.lightbox-image img {
		position: relative;
		z-index: 1;
	}
	.lightbox-image span {
		background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
		display: inline-block;
		height: 100%;
		left: 0;
		padding: 0;
		position: absolute;
		top: -100%;
		width: 100%;
		z-index: 2;
	}

/*****map*****/
dt{
	font-size:12px;
	line-height:1.25em;
	color:#515050;
	font-weight:bold;
	margin-bottom:18px;
}
dl span {float:left; width:70px;}
dl a{font-style:italic;}

/****************************footer************************/
footer{width:100%;}

.footer-text{
	width:100%;
	overflow:hidden;
	position:relative;
	color:#2b2b2b;
	font-size:12px;
	line-height:1.25em;
}
	.footer-text .indents {padding:27px 10px 35px;}
	.footer-text a{color:#2b2b2b; text-decoration:none;}
		.footer-text a:hover{text-decoration:underline;}
