/* 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 ======================================================== */
body { 
	background: url(../images/body-bg.gif) top center repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	color: #625a52;
	min-width: 1000px;
}

p { padding-top: 17px; }

.top {padding-top: 6px;}
.top1 {padding-top: 13px;}
.top2 {padding-top: 18px;}
.top3 {padding-top: 27px;}

.bot { padding-bottom: 10px;}
.bot1 { padding-bottom: 20px;}
.bot4 { padding-bottom: 40px !important;}
.bot5 { padding-bottom: 46px !important;}
.bot4-1 { padding-bottom: 38px !important;}

.bot-long {padding-bottom: 57px !important;}

.pad-right {padding-right: 4px;}

.margin-bot {margin-bottom: 38px !important;}

.margin {margin-bottom: -5px;}

.h-bot {padding-bottom: 16px;}

a {	color: #625a52; outline: none; }
a:hover{ text-decoration: none; }

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 980px;
}

	/* Header */
	header{
		height: 600px;
	}
	
	/* Content */
	section#content {
		
	}			
	/* Footer */
	footer{
		height: 92px;
	}
/* Left & Right alignment */

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

.col-1, .col-2, .col-3, .col-4, .col-5 { float: left;}

.alignright { text-align: right;}
.aligncenter { text-align: center;}

.wrapper { 
	width: 100%;
	overflow: hidden;
}
.container {
	width: 100%;
}
/*----- form defaults -----*/
input, select, textarea { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent_1 { margin: 0 -7px 0 0; float: left;}
.img-indent_2 { margin: 0 18px 0 8px; float: left;}
.img-indent { margin: 0 30px 0 0; float: left;}
.img-indent1 { margin: 0 5px 0 0; float: left;}
.img-indent2 { margin: 0 20px 0 0; float: left;}

.extra-wrap { overflow: hidden;}
.phone { display: inline-block;	width: 83px;}

/*=============================================================================== text =====*/
h1 {
	padding: 24px 0 0px 17px;
	position: relative;
	float: left;
}
	h1 a {
		display: block;
		height: 59px;
		width: 250px;
		text-indent: -5000px;
		background: url(../images/logo.png) left top no-repeat;
	}
h2 {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}
	h2 span {
		display: block;
		margin-top: -6px;
	}

.text {
	font-size: 15px;
	color: #ffd443;
}
.text1 {
	font-size: 12px;
	color: #248b2b;
	text-transform: uppercase;
}
.text-link {
	background: url(../images/text-link-bg.png) right 5px no-repeat;
	padding-right: 18px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

.line-height {line-height: 20px;}
.bot-png {
	background: url(../images/bot-png-bg.png) left bottom repeat-x;
}

.top-bg {
	background: url(../images/top-bg.jpg) top center repeat-x;
}
/*=================================================================================================================== header =====*/
.header-top-block-left-bg {
	background: url(../images/header-block-left-bg.png) 0 0 no-repeat;
	padding-left: 2px;
}
.header-top-block-right-bg {
	background: url(../images/header-block-right-bg.png) right 0 no-repeat;
	padding-right: 2px;
}
.header-top-block {
	background: url(../images/header-block-tail-bg.png) 0 0 repeat-x;
	height: 56px;
	color: #a09d9a;
}
	.header-top-block p {
		padding: 18px 0 0 28px;
		float: left;
	}
		.header-top-block p a { color: #a08329; }
/*=============================================================================== nav =====*/
nav {
	float: right;
	padding: 43px 0 40px 0;
}
	nav li {
		float: left;
		font-size: 17px;
		line-height: 20px;
		padding-left: 3px;
	}
		nav li a {
			display: block;
			margin: 0px 0px 0px 0px;
			color: #fff;
			text-shadow: 1px 0px #c6c3c0;
			text-transform: uppercase;
			text-decoration: none;
			padding: 7px 18px 9px 15px;
		}
			nav li a:hover, nav .active {
				background: url(../images/nav-a-bg.gif) 0 0 repeat-x;
				color: #1d1205;
			}
.slider-bg {
	background:url(../images/slider-bg.jpg) 0 0 no-repeat;
	padding: 5px 0 0 0;
}
	.slider-bg .fleft {
		padding: 18px 0px 0px 31px;
		width: 286px;
		line-height: 20px;
		color: #8b8681;
	}
		.slider-bg .fleft strong {
			font-size: 30px;
			line-height: 1.2em;
			color: white;
			text-transform: uppercase;
			padding-bottom: 19px;
			display: block;
		}
			.slider-bg .fleft strong span {
				display: block;
				margin-top: -10px;
			}
		.slider-bg .fleft a {
			display: inline-block;
			background: url(../images/slider-fleft-a-bg.gif) 0 0 no-repeat;
			color: white;
			text-transform: uppercase;
			margin-top: 28px;
			text-decoration: none;
			padding: 7px 17px 7px 15px;
		}
			.slider-bg .fleft a:hover {
				color: #ffd443;
			}
/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent { padding: 33px 38px 47px 30px }
.indent1 { padding: 0px 0px 0px 0px }

.padding {padding: 33px 20px 0 30px;}
.padding1 {padding: 33px 20px 0 26px;}
/*=============================================================================== col-indents =====*/
.col-indent { padding-right: 10px; }
.col-indent1 { padding-right: 31px; }
.col-indent2 { padding-right: 0px; }
.col-indent3 { padding-right: 0px; }
/*=============================================================================== boxes =====*/
.box-tail {
	background: url(../images/box-tail-bg.jpg) 0 0 repeat-y;
}
	.box-bottom {
		background: url(../images/box-bottom-bg.jpg) 0 bottom no-repeat;
	}
.box {
	padding: 0px;
	background: url(../images/box-top-bg.jpg) 0 0 no-repeat;
	width: 100%;
}

.box_1 {
	background: #ffd443;
	padding: 14px 0 31px 28px;
}
	.bg1 { background: #ff981a; }
	.bg2 { background: #ff6e00; }
	.box_1 strong {
		font-size: 29px;
		line-height: 1.2em;
		color: #301b09;
		text-transform: uppercase;
		padding: 10px 0 0 0;
		display: block;
	}
		.box_1 strong span {
			display: block;
			margin-top: -9px;
			color: white;
		}
	.box_1 p {
		color: #301b09;
		padding: 12px 0 0 3px;
		width: 250px;
	}
	.box_1 a {
		display: inline-block;
		width: 7px; 
		height: 15px;
		background: url(../images/box_1-a-bg.png) 0 1px no-repeat;
		text-decoration: none;
		margin-left: 5px;
	}
		.box_1 a:hover {margin-left: 7px;}
/*=============================================================================== line-hor =====*/
.line-hor {
	background: url(../images/line-hor.gif) 0 bottom repeat-x;
	height: 2px;
}
/*=============================================================================== lists =====*/
.list1 {padding: 4px 0 14px;}
	.list1 li {
		line-height: 25px;
		background: url(../images/list1-li-bg.gif) 0 7px no-repeat;
		padding-left: 17px;
	}
		.list1 li a {
			color: #ba9830;
			text-transform: uppercase;
		}

.list {
	padding: 11px 0 0 0;
	margin-bottom: -3px;
}
	.list li {
		line-height: 17px;
		border-bottom: 1px solid #231910;
		margin-bottom: 6px;
		width: 100%;
		overflow: hidden;
	}
		.list li a {
			text-decoration: none;
			text-transform: uppercase;
			color: white;
			display: inline-block;
			margin: 5px 0 3px;
		}
			.list li a:hover {
				text-decoration: underline;
			}
	.list span {
		float: left;
		font-size: 40px;
		line-height: 1.2307em;
		color: #ffd443;
		margin-right: 6px;
		display: inline-block;
	}
	.list p {
		padding: 0;
		overflow: hidden;
		padding-bottom: 13px;
		display: block;
	}
	.list .last {
		border-bottom: none;
	}
	.list  b {display:block; font-weight: normal;}
	.list .pad {padding-bottom: 3px;}
/*=============================================================================== links =====*/
.link {
	background:url(../images/link-left-bg.png) left top no-repeat; 
	display:inline-block;
	text-decoration:none;
	margin:10px 0 0 0px;
	color: white; 
	cursor:pointer; 
	text-transform: uppercase;
}
	.link span {
		background:url(../images/link-right-bg.png) right top no-repeat;
		display:inline-block; 
		padding:0 7px 0 7px;
	}
	.link span span  {
		background:url(../images/link-tail-bg.png) top repeat-x;
		padding:9px 12px 10px 8px;
	}
	.link:hover {color:#ffd443;}

/*=================================================================================================================== footer =====*/
footer p {
	color: #a29f9b;
	padding-top: 40px;
}
	footer p a {
		color: #a19e9b;
		text-decoration: none;
	}
		footer p a:hover {text-decoration: underline;}
footer span {
	text-transform: uppercase;
}
/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#SearchForm {
	padding:15px 15px 0px 0;
	width:249px;
	float:right;
}
	#SearchForm label {
		display:inline-block;
		vertical-align:top;
		background: url(../images/search-label-bg.png) 0 0 repeat-x;
	}
	#SearchForm input {
		vertical-align:top;
		border: none;
		background: none;
		text-transform: lowercase;
	}
	#SearchForm .input {
		width: 211px; 
		padding: 5px 0px 5px 10px;
		border: none;
		font-size: 11px; 
		line-height: 1.2307em; 
		color: #626262;
	}

#SubscribeForm {
	margin:6px 0px 70px 0;
	width:271px;
}
	#SubscribeForm label {
		float:left;
		border: 1px solid #5e5853;
		padding:0px 0 0px 0px;
		background:url(../images/SubscribeForm-label-bg.png) 0 0 repeat; 
		vertical-align: top;
	}
	#SubscribeForm input {
		width:203px; 
		padding:5px 5px 6px 5px; 
		overflow:hidden;
		border:none;
		background: none;
		font-size:12px; 
		line-height:16px; 
		color:#8f8f8f;
	}
		*+ html #SubscribeForm input {
			padding: 4px 5px 5px;
		}
	#SubscribeForm a {
		text-decoration:none;
		margin:0px 0 0 3px; 
		float:left;
		display: inline-block;
		background: url(../images/SubscribeForm-a-bg.png) 0 0 no-repeat;
		padding: 6px 17px 6px 15px;
		color: white;
	}
		#SubscribeForm a:hover {
			color: #ffd443;
		}
	#SubscribeForm h2 {padding: 2px 0 14px;}
		*+ html #SubscribeForm h2 {
			padding: 10px 0 12px;
		}
	#SubscribeForm span {
		color: #625a52;
		line-height: 24px;
	}
	#SubscribeForm div {
		width: 100%;
		overflow: hidden;
	}
#ContactForm {
	padding-top:26px;
}
	#ContactForm .column1 {
		float:left;
		width:280px;
	}
	#ContactForm .column2 {
		float:left;
		width:314px;
	}
	#ContactForm label {
		height:25px; 
		display:block;
		vertical-align: top;
	}
	#ContactForm .link {
		margin:16px 0px 0px 10px;
	}
	#ContactForm input {
		width:265px; 
		border:1px solid #a4a4a4;
		padding:2px 3px 3px 3px; 
		color:#625a52;
		background:url(../images/ContactForm-label-bg.png) 0 0 repeat; 
	}
	#ContactForm textarea {
		width:303px; 
		height:66px;
		border:1px solid #a4a4a4;
		padding:2px 3px 3px 3px; 
		overflow:auto; 
		color:#625a52; 
		background:url(../images/ContactForm-label-bg.png) 0 0 repeat; 
	}
/*==========================================*/
#faded {position:relative; overflow:hidden; margin: 0px 0 0 0;}
#faded { width:100%; height:420px;}
a { outline:0; border:0; }
	#faded img {
		float:right;
		padding-right: 5px;
	}
	#faded ul.sliders li {
		width:100%;
		overflow:hidden;
	}
				
	ul.pagination {
		list-style:none;
		padding:0;
		margin:0;
		z-index:10;
		position:absolute;
		bottom:24px;
		right:73px;
	}
		ul.pagination li {
			position:relative;
			float:left;
		}
			ul.pagination li a {
				display:inline-block;		
				color:#fff;						
				text-decoration:none;
				position:absolute;
				top:0;
				left:23px;
				display:none;
				width: 20px;
			}
			ul.pagination li.current a {
				left:0px;
				color:#fff;
				display:block;
			}
			ul.pagination li.last a{
				display:block;
			}
			/*ul.pagination li:last-child a {
				display:block;
			}*/
#faded .prev, #faded .next {
	display:block;
	width:26px;
	height:26px;
	position:absolute;
	z-index:10;
	text-decoration:none;
}
	#faded .prev {
		background:url(../images/faded-prev.png) left top no-repeat;
		right:89px;
		bottom:3px;
	}
		#faded .prev:hover {
			background:url(../images/faded-prev-hover.png) left top no-repeat;
		}
	#faded .next {
		background:url(../images/faded-next.png) left top no-repeat;
		right: 0px;
		bottom:3px;
	}
		#faded .next:hover {
			background:url(../images/faded-next-hover.png) left top no-repeat;
		}
/*------ accordion ----*/
#accordion {
	width:267px;
	z-index:20;
	overflow:hidden;
	border: 1px solid #2f261c;
	margin: 20px 0 48px;
	background:url(../images/block-bg.png) 0 0 repeat;
	padding: 0 0 0 1px;
}
	#accordion strong {
		display:block;
		cursor:pointer;
		height:35px;
		padding:1px 0 0px 11px;
		font-size:17px;
		line-height: 26px;
		margin:0px 0 2px;
		color:#fff;
		background: url(../images/acc-strong-bg.gif) 0 0 no-repeat;
	}
		#accordion div p {
			padding: 24px 30px 0 23px;
			line-height: 20px;
		}
		#accordion div a {
			color: #ffd443;
		}
		#accordion strong.selected {
			background: url(../images/acc-bg1.gif) 0 0 no-repeat;
		}
	#accordion div {
		position:relative;
		height:134px;
	}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */