/* 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:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	color:#a09e9b;
	min-width:1005px;
	background:url(../images/body-tail.gif) center top repeat-x #eef2e5;
}

.bg {
	width:100%; 
	border-bottom:1px solid #f3f3e2;
	background:url(../images/bg-tail.gif) center top repeat;
}

.main-inner {padding:70px 0 69px; position:relative; overflow:hidden;}

.main {
	border:1px solid #fff;
	background:#fcfef6;
	width:1003px; 	
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.3846em;
	position:relative;
	
}

.main-shadow {
	box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
}

a {color:#ff9d06; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}
.col-1 {width:170px; margin-right:16px;}
.col-2 {width:170px;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#787b68 !important;}
.color-2 {color:#898c76;}
.color-3 {color:#8c8f79;}

.index {position:relative; z-index:2;}

.img-border {
	padding:8px;
	margin:4px 0 4px 4px;
	background:#fff;
	box-shadow:0px 0px 4px #ddd;
	-moz-box-shadow:0px 0px 4px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
}
.img-border2 {
	padding:12px;
	background:url(../images/img-border2.jpg) 0 0 no-repeat;
}

.maxheight {position:relative; overflow:hidden;}

/*********************************boxes**********************************/
.indent {padding-top:47px;}
.indent-top {padding-top:20px;}
.indent-left {padding-left:50px;}
.indent-right {padding-right:25px;}
.indent-right2 {padding-right:35px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:13px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin-right:25px;}	
.img-indent2 {float:left; margin-right:20px;}	
.img-indent3 {float:left; margin-right:15px;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.link,
.button, .button-2, .button-3,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:43px 0 0 42px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:191px;
		height:90px;
		text-indent:-5000px;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	h1 span {
		display:inline-block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:1.25em;
		color:#aaaa9b;
		font-weight:normal;
		padding-top:3px;
		margin-left:-1px;
	}
	
/***** menu *****/
.menu {
	padding:56px 23px 0 0; 
	float:right;
}
.menu li {
	float:left; 
	position:relative;
	margin-right:40px;
}
.menu li a {
	display:inline-block; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	line-height:1.25em; 
	color:#4a4c3b; 
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {color:#ff9f06;}

.menu ul {
	position:		absolute;
	padding:		0;
	top:			-999em;
	width:			136px;
}
.menu ul ul {width:172px;}

.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {margin:0; padding-bottom:1px;}
.menu li li a {
	display:		block;
	padding:		0 0 0 22px;
	font-size:		14px;
	line-height:	37px;
	color:			#fff;
	background: 	#938a6b;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {background:#6c664f;}

.menu li li li a:hover {background:#746c4e;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			-10px;
	top:			50px;
	z-index:		999;
}
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:			137px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
	
/***** slider *****/
.slider-wrapper {
	width:481px;
	height:396px;
	padding:4px 0 0 480px;
	margin:28px 0 0 0;
	background:url(../images/slider-bg.jpg) 6px 0px no-repeat;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.slider {
	position:relative;
	width:436px;
	height:355px;
}
.items {display:none;}

.banner {
	width:434px;
	height:355px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color:#c9cbb9;
	background:url(../images/banner-bg.jpg) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-434px;
	z-index:99;
}
	.banner-inner {
		padding:71px 55px 20px 75px;
	}
	.banner span {
		display:block;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:36px;
		line-height:1.2em;
		color:#fefefe;
	}
		.banner span strong {
			display:block;
			font-size:55px;
			line-height:1.2em;
			color:#fcffe4;
			font-weight:normal;
			margin-bottom:-5px;
		}

._next,
._prev {
	display:block;
	width:27px;
	height:48px;
	margin-top:-24px;
	text-indent:-5000px;
	background:url(../images/slider-control.png) left top no-repeat;
	position:absolute;
	z-index:99;
	cursor:pointer;
}
._next {
	right:-45px;
	top:50%;
}
._prev {
	background-position:left bottom;
	left:-480px;
	top:50%;
}

/*********************************aside*************************************/
aside {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}
	aside .padding {padding:38px 0;}

h4 {
	font-size:23px; 
	line-height:2em; 
	margin-bottom:12px;
	color:#868971;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:42px 0 23px;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:22px 0;}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-2.gif) 0 0 repeat-y;
}
.spacer-2 {
	width:100%; 
	background:url(../images/pic-3.gif) 0 0 repeat-y;
}

h3 {
	font-size:28px; 
	line-height:2em; 
	color:#868971;
	margin-bottom:17px;
}
	h3 strong {
		display:block;
		margin-top:-25px;
	}
h5 {
	font-size:19px;
	line-height:24px;
	color:#0076be;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:3px;
}

h6 {color:#646656;}

.border-bot {
	width:100%; 
	padding-bottom:33px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
.border-bot-2 {
	width:100%; 
	padding-bottom:15px; 
	background:url(../images/pic-4.gif) 0 bottom repeat-x;
}
.border-bot-3 {
	width:100%; 
	padding-bottom:28px; 
	margin-bottom:3px;
	background:url(../images/pic-4.gif) 0 bottom repeat-x;
}
.border-bot-4 {
	width:100%; 
	padding-bottom:33px; 
	background:url(../images/pic-4.gif) 0 bottom repeat-x;
}
.border-bot-5 {
	width:100%; 
	padding-bottom:75px; 
	background:url(../images/pic-4.gif) 0 bottom repeat-x;
}

.box {
	width:100%; 
	background:url(../images/box-tail.gif) 0 0 repeat;
}
	.box .padding {padding:20px 30px 20px 25px;}
	#page4 .box .padding {padding:16px 30px 20px 25px;}
		
.button {
	display:inline-block; 
	padding-left:16px;
	background:url(../images/button-left.png) left top no-repeat;
	cursor:pointer;
}
	.button em {
		display:inline-block;
		padding-right:16px;
		font-style:normal;
		background:url(../images/button-right.png) right top no-repeat;
	}
	.button b {
		display:inline-block;
		padding:4px 4px 6px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:19px;
		line-height:1.21em;
		font-weight:normal;
		color:#fff;
		background:url(../images/button-tail.png) left top repeat-x;
	}
.button:hover {background-position:left bottom;}
.button:hover em {background-position:right bottom;}
.button:hover b {background-position:left bottom;}
		
.button-2 {
	display:inline-block;
	padding:6px 18px 8px;
	margin-bottom:3px;
	font-size:19px;
	line-height:1.21em;
	font-weight:normal;
	color:#646464;
	border:1px solid #fbfcf5;
	background:url(../images/button2-tail.gif) left top repeat-x #f2f3e9;
	box-shadow:1px 2px 3px #ddd;
	-moz-box-shadow:1px 2px 3px #ddd;
	-webkit-box-shadow:1px 2px 3px #ddd;
	border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
}
.button-2:hover {color:#ff9f06;}

.button-3 {
	display:inline-block;
	padding-left:19px;
	color:#646464;
	background:url(../images/button3-left.png) left top no-repeat;
	cursor:pointer;
}
	.button-3  span {
		display:inline-block;
		padding-right:19px;
		background:url(../images/button3-right.png) right top no-repeat;
	}
		.button-3  span strong {
			display:inline-block;
			padding:9px 3px 12px;
			font-weight:normal;
			font-size:19px;
			line-height:1.21em;
			background:url(../images/button3-tail.png) left top repeat-x;
		}
.button-3:hover {color:#ff9f06;}

.banner-1 {
	display:block;
	margin-top:-47px;
}

.list-1 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.214em; 
	padding:3px 0 4px 12px; 
	background:url(../images/marker.gif) 0 9px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#6c6e5d;
	}
	.list-1 li a:hover {color:#ff9d06;}

.list-2 li {
	font-size:12px;
	line-height:18px; 
	padding:3px 0 3px 12px; 
	background:url(../images/marker-2.gif) 0 9px no-repeat;
}
	.list-2 li a {display:inline-block;}
	.list-2 li a:hover {text-decoration:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {
	display:inline-block;
	font-size:18px;
	line-height:21px;
	color:#aeb09c;
} 
.text-2 {
	display:block;
	font-size:18px; 
	line-height:24px;
	color:#aeb09c;
}  

dl span {float:left; width:79px;}

dl.archive dt {float:left; margin-right:5px; color:#8c8e78;}
dl.archive dd {overflow:hidden; margin-bottom:6px;}

.tdate-1 {
	display:block;
	font-size:14px;
	line-height:1.214em;
	color:#8c8e78;
	float:left;
	margin-right:12px;
	letter-spacing:1px;
}
	.tdate-1 strong {
		display:block;
		font-size:30px;
		line-height:1.2em;
		color:#90927d;
		margin-bottom:-3px;
		letter-spacing:normal;
	}

/*****carousel*****/
.carousel {
	width:100%; 
	height:770px; 
	overflow:hidden; 
	position:relative;
}
.carousel .next,
.carousel .prev {
	display:block; 
	width:24px; 
	height:24px; 
	text-indent:-5000px; 
	background:url(../images/carousel-control.jpg) left top no-repeat; 
	position:absolute; 
	z-index:99;
	right:30px; 
	top:15px;
}
.carousel .next {
	right:0;
	background-position:right bottom;
}
.carousel .next:hover {background-position:right top;}
.carousel .prev:hover {background-position:left bottom;}
#carousel li {
	width:100%; 
	height:220px; 
	margin-bottom:20px;
	position:relative;
}

/***** 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:inline-block;
				min-height:47px;
			}
			
			#contact-form input {
				width:358px;
				padding:10px;
				margin:0;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#a09e9b; 
				border-bottom:1px solid #f3f5ec;
				border-top:1px solid #f0f2e8;
				border-left:1px solid #f0f2e8;
				border-right:1px solid #f0f2e8;
				background:#eef1e7;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form .message {height:284px;}
			#contact-form textarea {
				height:264px;
				margin:0;
				width:448px;
				padding:10px;
				margin:0;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:13px;
				line-height:1.23em;
				color:#a09e9b; 
				border-bottom:1px solid #f3f5ec;
				border-top:1px solid #f0f2e8;
				border-left:1px solid #f0f2e8;
				border-right:1px solid #f0f2e8;
				background:#eef1e7;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
			.form-clear {clear:both;}
		.buttons-wrapper { padding:0px 5px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:10px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding-bottom:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.214em;
	color:#a09e9b;
}

.footer-text {
	float:left;
	display:block;
	padding:21px 0 0 40px;
}
	.footer-text span {color:#ff9d06;}

.list-services {
	padding:0 2px 0 0;
	float:right;
}
	.list-services li {
		float:left; 
		padding:0 0 0 8px;
	}
		.list-services li a {
			display:block;
			width:21px;
			height:21px;
			text-indent:-5000px;
			background:url(../images/social-icons.png) 0 0 no-repeat;
		}
		.list-services li.item-1 a {width:31px; height:23px;}
		.list-services li.item-2 a {background-position:-39px 0;}
		.list-services li.item-3 a {background-position:-67px 0;}
		.list-services li.item-4 a {background-position:-96px 0;}
		.list-services li.item-5 a {background-position:-125px 0;}
		
#easyTooltip{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 8px;
	color:#fcfef6;
	border:1px solid #fcfef6;
	background:#605b47;
	position:relative;
	z-index:99;
}
