/* 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:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#ffffff;
	background:#ffffff;
	min-width:996px;
}

.bg {width:100%; background:url(../images/bg.jpg) center 0 repeat;}

.main {
	width:996px; 	
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:20px;
}

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

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

.wrapper {width:100%; overflow:hidden;position:relative;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.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;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.bl {display:block;}
.no-bord {border:none !important;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.indent {padding:19px 7px 40px 30px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}
.indent-bot3 {margin-bottom:18px;}

.img-indent {float:left; margin:3px 15px 0px 0;}	
.img-indent2 {float:left; margin:12px 20px 0px 0;}
.img-indent3 {float:left; margin:0px 10px 0px 0;}
.indent-r {padding-right:20px;}
.indent-r2 {padding-right:28px;}
.top-indent {padding-top:12px;}
.top-indent2 {padding-top:9px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
	border-bottom:1px solid #726e7d;
	background:url(../images/header-bg.jpg) center top repeat-x;
}

h1 {
	padding:27px 0 12px 0; 
	position:relative;
	float:left;
}
h1 a {
	display:block; 
	width:273px;
	height:43px;
	background:url(../images/logo.png) 0 0 no-repeat;
}

.header-inner {
	width: 940px;
	margin:0 auto;
}

/*********************************menu**********************************/
.menu {
	padding:42px 0 0; 
	float:right;
}
.menu li {
	float:left; 
	margin-left:-10px;
}
.menu > li > a {
	display:inline-block; 
	font-size:13px; 
	line-height:2.8em; 
	color:#302e34; 
	text-align:center; 
	text-transform:uppercase; 
	font-style:italic;
	font-weight:bold;
	background:url(../images/corner-left.png) left bottom no-repeat;
	padding:0px 0 0 19px;
	height:40px;
	cursor:pointer;
}

.menu > li a > span {
	display:inline-block;
	background:url(../images/corner-right.png) right bottom no-repeat;
	padding-right:19px;
	height:40px;
}
.menu > li > a > span > span {
	display:inline-block;
	background:url(../images/menu-tail.gif) 0 bottom repeat-x;
	height:40px;
	text-align:center;
	width:96px;
}

.menu > li > a:hover, .menu li a.active, .menu > li.sfHover > a {background-position: left top;}
.menu li a:hover > span, .menu li a.active > span, .menu li.sfHover > a > span {background-position: right top;}
.menu li a:hover span span, .menu li a.active span span, .menu li.sfHover > a span span  {background-position: 0 top;}

.menu li a.active {}

.menu ul {
	position:		absolute;
	padding:		8px 0 0px;
	width:			100%;
	background:		#a4a1af;
}
.menu ul ul {
	padding:		0;
	background:		none;
	width:			319px;
}
.menu ul li li{width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:0; margin:0;position:relative; background:none;left:50%;margin-left:5px;}
.menu li li:first-child {margin-left:-78px;}
.menu li li a {
	display:inline-block;
	padding:		0 0 0 9px;
	font-size:		11px;
	line-height:	1.2em;
	text-align:		left;
	font-size:11px;
	text-transform:uppercase;
	color:#242327;
	background:url(../images/marker-3.gif) left 5px no-repeat;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#fff;}
.menu li li.sfHover > a {}

.menu li li li { 
	margin-top:1px; 
	padding:0px 0 0px 0px;
	background:#a4a1af;
	width:150px;
	float:none;
}
.menu li li li {margin-left:0 !important;}
.menu li li li a {
	background:url(../images/marker-3.gif) 9px 11px no-repeat;
	padding:7px 0 7px 19px;
	display:block;
}
.menu li li li a:hover {}
.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			82px;
	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:			-167px;
	top:			22px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************slider**********************************/
.slider {
	width:100%;
	height:419px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:29px 0 39px;
	position:relative;
	z-index:1;
	background:url(../images/content-bg.png) 0 0 repeat-x;
}

#page2 #content {padding-bottom:50px;}
#page3 #content {padding-bottom:27px;}
#page4 #content {padding-bottom:27px;}
#page5 #content {padding-bottom:50px;}

.slider {
	background:url(../images/slider.png) 0 0 no-repeat;
	width:996px;
	height:450px;
	left:50%;
	margin:0 0 10px -504px;
	overflow:hidden;
	position:relative;
}

.box-bg {
	padding:22px 0 10px;
	background:url(../images/box-bg.png) 0 0 no-repeat;
}

.box-bg2 {
	padding:22px 0 10px;
	background:url(../images/box-bg2.png) 0 0 no-repeat;
}

.box {
	height:27px;
	padding:70px 0 0px 195px;
}
.first {background:url(../images/box-1.png) 0 0 no-repeat;}
.second {background:url(../images/box-2.png) 0 0 no-repeat;}
.third {background:url(../images/box-3.png) 0 0 no-repeat;}

.box-bg a, .box-bg2 a {
	font-size:11px;
	line-height:18px;
	color:#625e6e;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	background:url(../images/marker-1.png) right 3px no-repeat;
	padding:2px 13px 2px 0;
	display:inline-block;
}
.box-bg a:hover, .box-bg2 a:hover {color:#999;}

h3 {
	font-size:23px; 
	line-height:1.5em; 
	color:#e6e5eb; 
	text-transform:uppercase; 
	font-weight:bold;
	display:block; 
	font-style:italic; 
}

h4 {
	font-size:48px; 
	line-height:1.5em; 
	color:#e6e5eb; 
	text-transform:uppercase; 
	font-weight:bold;
	display:block; 
	font-style:italic; 
	letter-spacing:-2px;
}

h5 {
	color:#CECCD6;
	font-size:13px;
	line-height:16px;
}

.button {
	display:inline-block; 
	font-size:11px; 
	line-height:2.0em; 
	color:#a5a2ad; 
	text-align:center; 
	text-transform:uppercase; 
	font-style:italic;
	font-weight:bold;
	background:url(../images/button-left.png) left top no-repeat;
	padding:0px 0px 0 10px;
	height:25px;
	cursor:pointer;
}

.button > span {
	display:inline-block;
	background:url(../images/button-right.png) right top no-repeat;
	padding-right:10px;
	height:25px;
}
.button span span {
	display:inline-block;
	background:url(../images/button-tail.png) 0 top repeat-x;
	height:25px;
	text-align:center;
	padding:0 5px;
}

.button:hover {background-position: left bottom;}
.button:hover > span {background-position: right bottom;}
.button:hover span span {background-position: 0 bottom;}

.block {
	background:url(../images/block-top-bg.png) 0 11px no-repeat;
	position:relative;
	overflow:hidden;
}
.block-bot {
	background:url(../images/block-bot.png) 0 top no-repeat;
	height:40px;
	position:relative;
}
.block-bot a {
	position:absolute;
	bottom:10px;
	right:30px;
}
.block-indent {
	padding:40px 29px 2px;
}
.date-style {
	color:#ceccd6;
	display:block;
	font-weight:bold;
	padding-top:5px;
	font-size:13px;
	line-height:20px;
}
.date-style a {
	color:#ceccd6;
}
.block span {
	font-size:11px;
	line-height:16px;
	color:#747080;
	display:block;
	border-bottom:1px solid #2d2c2f;
	padding-bottom:6px;
}

.block-bg {
	background:url(../images/block-bg.png) 0 10px no-repeat;
	margin-top:15px;
}
.block-bg3 {
	background:url(../images/block-bg3.png) 0 10px no-repeat;
	margin-top:15px;
	position:relative;
	overflow:hidden;
}

.style-1 {
	font-size:11px;
	line-height:16px;
}

.datepicker-bg {
	background:url(../images/block-bg2.png) 0 10px no-repeat;
	margin-top:15px;
}

.datepicker-wrap {
	padding: 15px 59px 52px;
}
.list-1 {
	padding: 11px 0 23px 26px;
}
.list-1 li {
	padding:3px 0 3px 20px; 
	background:url(../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#ceccd6;
		font-weight:bold;
	}
		.list-1 li a:hover {
			color:#fff;
		}

.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 {
	font-size:16px;
	line-height:20px;
	display:block;
	color:#bebcc4;
	margin:11px 0;
} 
.text-2 {font-size:11px; line-height:16px;}

dl span {float:left; width:75px;}

dt {display:block; font-weight:bold; color:#ceccd6; font-size:13px; line-height:16px; margin-bottom:18px;}

dd {font-size:11px; line-height:16px;}

/*****carousel style*****/
.carousel-box {width:100%; height:200px; overflow:hidden; position:relative; background:url(../images/carousel-bg.png) 0 26px no-repeat;}
.carousel-box .next {display:block; width:52px; height:40px; text-indent:-5000px; background:url(../images/carousel-control.png) left top no-repeat; position:absolute; right:30px; top:90px;}
.carousel-box .prev {display:block; width:52px; height:40px; text-indent:-5000px; background:url(../images/carousel-control.png) right top no-repeat; position:absolute; left:30px; top:90px;}
.carousel-box .button {position:absolute; top:165px; right:29px;}
#carousel li {width:130px !important; height:90px !important; margin-right:20px !important;position:relative;}
.carousel-box h3 {padding-left:28px;}
.jCarouselLite {top:30px !important; left:105px !important; width:730px !important;}

.carouse2-box {width:1080px; height:450px; overflow:hidden; position:relative;left:50%; margin-left:-540px; font-size:11px; line-height:16px; color:#747080;}
.carouse2-box .next {display:block; width:52px; height:40px; text-indent:-5000px; background:url(../images/carousel2-control.png) left top no-repeat; position:absolute; right:0px; top:209px;}
.carouse2-box .prev {display:block; width:52px; height:40px; text-indent:-5000px; background:url(../images/carousel2-control.png) right top no-repeat; position:absolute; left:0px; top:209px;}
#carouse2 li {width:219px !important; height:370px !important; margin-right:21px !important;}
.carouse2-box h4 {padding-left:67px;}
.carouse2-box span {display:block; font-weight:bold; color:#ceccd6; font-size:13px;}
.carouse2-box a {margin-bottom:17px; display:inline-block;}
.jCarouselLite2 {margin:22px 0 0 0px; left:70px !important; width:940px !important;}

/*****slideshow style*****/
#slideshow {width:242px;height:207px;overflow:hidden;}

.slideshow-box {width:100%;}

#nav {
	position:absolute;
	top:31px;
	right:16px;
	overflow:hidden;
}

#nav a {
	background:url(../images/slideshow-control.png) right 0 no-repeat;
	text-indent:-5000px;
	display:block;
	height:13px;
	width:13px;
	margin-right:4px;
	float:left;
}
#nav a:hover, #nav a.activeSlide {background-position:left 0;}

#nav a.activeSlide {cursor:default;}

/***** 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:49px;
			}
			#contact-form label.message {
				min-height:277px;
			}
			
			#contact-form input {
				width:313px;
				padding:7px 2px 11px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:16px;
				color:#ceccd6; 
				font-weight:bold;
				border:none;
				background:url(../images/input-bg.png) 0 0 repeat-x;
				display:inline-block;
				outline:none;
			}
			.input {background:url(../images/input-left.png) left 0 no-repeat; padding-left:10px; width:327px; display:inline-block;}
			.input span {background:url(../images/input-right.png) right 0 no-repeat; padding-right:10px; display:inline-block;}
			
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:242px;
				margin:0;
				width:516px;
				padding:10px 2px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:16px;
				color:#ceccd6; 
				font-weight:bold;
				border:none;
				overflow:auto;
				outline:none;
				background:none;
			}
			
			.textarea {background:url(../images/message-left.png) left 0 no-repeat; padding-left:10px; width:530px; display:block;}
			.textarea > span {background:url(../images/message-right.png) right 0 no-repeat; padding-right:10px; display:block;}
			.textarea span span {background:url(../images/message-bg.png) 0 0 repeat-x; display:block; width:520px;}
			
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding:0 0px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:20px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:12px 0 15px;
	border-top:1px solid #2b2930;
}
.footer-text {
	float:right;
	font-size:11px;	
	color:#48474e;
	text-align:right;
}

.footer-text a {
	color:#48474e;
}

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