/* 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:#585252;
	min-width:960px;
	background:url(../images/bg.gif) 0 0 repeat;
}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.5em;
}

a {color:#9bbe24; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.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;}
.p6 {margin-bottom:60px;}

.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;}
.bo {font-weight:bold;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#9bbe24;}

.index-1 {z-index:1; position:relative;}
.index-2 {z-index:2; position:relative;}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.indent {padding:0 0 20px 0px;}
.indent2 {padding:23px 19px 21px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:25px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 15px 0px 0;}
.img-indent2 {float:left; margin:0 5px 0px 0;}
.img-indent3 {float:left; margin:0 20px 0px 0;}

.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;
	background:url(../images/header-bg.png) center top repeat-x #fff; 
}
.header-bg {
	background:url(../images/header-tail.png) 0 0 repeat-x;
}

.header-indent {padding:0 0 16px;}

h1 {
	padding:22px 0 15px; 
	position:relative;
	float:left;
}
h1 a {
	display:block;
	width:151px;
	height:40px;
	background:url(../images/logo.png) 7px 0 no-repeat;
}

.search-style {
	padding: 24px 0px 0 0px;
	float:right;
	width:247px;
}

.search-style span {
	display:inline-block;
	float:left;
	color:#8c8585;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:7px 15px 0 0;
}
.search {
	background:url(../images/search-input-bg.png) 0 0 no-repeat;
	height:36px;
	position:relative;
	overflow:hidden;	
}
.searchtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#767f88;
	padding:9px 0px 9px 10px;
	font-size:12px;
	line-height:1.25em;
	border:none;
	width:145px;
	display:inline-block;
	outline:0;
	margin:0;	
	background:none;
	border-radius:18px 0 0 18px;
	-moz-border-radius:18px 0 0 18px;
	-webkit-border-radius:18px 0 0 18px;
}
.submitbutton {
	background:url(../images/search-button.png) 0 0 no-repeat;
	position:absolute;
	height:15px;
	width:16px;
	top:9px;
	right:16px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	outline:none;
}

.path {
	color:#8c8a7e;
	font-size:13px;
	padding:9px 0 1px 7px;
}
.path a {color:#b3d63a;}

/*********************************menu**********************************/
.menu {
	padding:0 0 0px; 
	width:100%;
}
.menu-bot {
	background:url(../images/menu-bot.png) center bottom no-repeat;
	padding-bottom:10px;
	position:relative;
	z-index:1;
}
.menu > li {
	float:left; 
	position:relative;
	width:156px;
	border-left:1px solid #1f1f1f;	
}
.menu > li:first-child {
	border-left:none;
	width:157px;
}
.menu > li.last {width:154px;}

.menu li a {
	display:block; 
	font-size:14px; 
	line-height:1.5em; 
	letter-spacing:-1px;
	color:#fff; 
	text-align:center; 
	text-transform:uppercase; 
	padding:18px 0px 17px;
	background:url(../images/menu-bg.gif) 0 top repeat-x;
	position:relative
}
.menu li a.first {
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
}
.menu li a.last {
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
}
.menu li a:hover, .menu li.sfHover > a {background-position: 0 bottom;color:#171717;}

.menu li.sfHover > a.active {color:#fff;} 

.menu li a.active:hover {color:#FFF;}

.menu li a.active {background:url(../images/menu-active-bg.gif) 0 top repeat-x;}

.menu ul {
	position:		absolute;
	padding:		15px 0 13px 0px;
	top:			-999em;
	width:			188px;
	letter-spacing:normal;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:0px 0 6px;background:url(../images/sf-bg.png) center 0 repeat-y;}
.menu li li:first-child {padding-top:15px;}
.menu li li.last {background:url(../images/sf-last.png) center bottom no-repeat; padding-bottom:18px; }
.menu li li a {
	display:block;
	padding:		9px 0 8px 27px;
	font-size:		14px;
	line-height:	1.2em;
	text-align:		left;
	color:#fff;
	background:url(../images/sf-hover.png) 0 top no-repeat;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#3b3636;background-position: 0 bottom;}
.menu li li.sfHover > a {}

.menu li li li { 
	padding:0;
}

.menu li li li:first-child {background:url(../images/sf-first.png) center top no-repeat; padding-top:15px;}
.menu li li li a:hover {}
.menu li:hover ul, .menu li.sfHover ul {
	left:			-7px;
	top:			41px;
	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:			188px;
	top:			40px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************slider**********************************/
.slider-wrapper {
	width:100%;
	height:421px;
	position:relative;
	z-index:1;
	padding-top:12px;
	overflow:hidden;
}
.slider {
	width:100%;
	height:419px;
	position:relative;
	overflow:hidden;
}
.items {
	display:none;
}

.pagination {
	position:absolute;
	left:378px;
	bottom:1px;
	z-index:999;
	padding:9px 20px 15px 26px;
	background:url(../images/pagination-bg.png) 0 0 no-repeat;
	width:141px;
}
.pagination li {
	float:left;
	padding-right:6px;
}
.pagination li a {
	display:block;
	width:21px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/pagination-control.png) right top no-repeat;
}
.pagination li.current a, 
.pagination li a:hover {background-position:left top;}

.pagination li.current a {cursor:default;}

.banner {
	display:block;
	position:absolute;
	overflow:hidden;
	top:64px;
	left:622px;
	width:288px;
	height:236px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#8c8585;
	font-size:13px;
	line-height:1.35em;
}

.banner-inner {
	padding:29px 30px 35px 33px;
	background:#252525;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.banner h3 {margin-bottom:12px;color:#b3d63a;font-size:25px;}
.banner span {margin-bottom:20px;}
.banner a {font-size:13px;}
.banner a:hover {color:#fff;}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:50px 0;
	position:relative;
	z-index:1;
	background:#FFF;
}

#page1 #content {padding:0 0 50px;}
#page2 #content {padding-bottom:37px;}
#page4 #content {padding-bottom:52px;}

h3 {
	font-size:23px;
	line-height:1.5em; 
	color:#9bbe24;
}

h4 {
	font-size:14px;
	line-height:1.5em; 
	color:#9bbe24;
	text-transform:uppercase;
	margin-bottom:5px;
}

h5 {
	color:#9bbe24;
	font-weight:normal;
}

.button {
	display:inline-block; 
	color:#413c3c; 
	background:url(../images/button-bg.gif) 0 0 repeat-x #99c82c;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	text-transform:uppercase;
	box-shadow: 1px 1px #999;
	-webkit-box-shadow: 1px 1px #999;
	-moz-box-shadow: 1px 1px #999;
	padding:1px 17px;
	font-size:13px;
	line-height:2em;
	position:relative;
}
	
	.button:hover {background:#413c3c;color:#9bbe24;}

.important-block {
	background:#fafafa;
	width:100%;
	border:1px solid #d1d1d1;
	border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	box-shadow: 1px 1px 2px #eaeaea;
	-webkit-box-shadow: 1px 1px 2px #eaeaea;
	-moz-box-shadow: 1px 1px 2px #eaeaea;
	margin-bottom:53px;
}

.important-block h3 {
	color: #585252;
	font-size:23px;
	margin-bottom:14px;
}

.important-block span {
	display:block;
	margin-bottom:22px;
}
.impo-block1, .impo-block2, .impo-block3 {float:left; width:312px;}

.impo-inner {padding: 23px 18px 28px;}

.impo-block1 {border-right:1px solid #d4d4d4;}
.impo-block2 {border-right:1px solid #d4d4d4;}
.impo-block3 {}


.img-border {
	border:1px solid #c3c3c3;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
}

.circle, .circle2 {
	float:left;
	background:url(../images/circle.png) 0 0 no-repeat;
	font-size:48px;
	line-height:1.5em;
	color:#FFF;
	padding: 3px 0px 3px 26px;
	margin:0 13px 7px 0;
	width:51px;
}

.circle2 {
	margin:4px 16px 7px 0;
}

.list-1 {padding-top:3px;}

.list-1 li {
	border-top:1px solid #e8e8e9;
	padding:10px 0 11px;
}
.list-1 li:first-child  {
	border-top:none;
}
	.list-1 li a {
		display:inline-block;
		color:#585252;
	}
		.list-1 li a:hover {
			color: #9BBE24;
		}

.list-2 {background:url(../images/list2-bg.png) center 0 no-repeat;padding:10px 0 5px; margin-bottom:55px;}

.list-2 li {padding:0px 0 6px; background:none;width:100%;}

	.list-2 li a {
		display:block;
		padding:		9px 0 8px 20px;
		font-size:		14px;
		line-height:	1.214em;
		text-align:		left;
		color:#fff;
		background:url(../images/list2-hover.png) 0 top no-repeat;
		letter-spacing:-1px;
	}
		.list-2 li a:hover {color:#3b3636;background-position: 0 bottom;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	color:#9bbe24; 
	background:url(../images/marker-1.gif) right 7px no-repeat;
	padding-right:7px;
	text-decoration:none;
	font-size:13px;
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.link-1:hover {color:#000;} 

.arrow {
	width:200px;
	background:url(../images/arrow.png) right 50px no-repeat; 
	padding-right:49px;
	float:left;
	margin-right:20px;
}

.text-1 {
	font-size:13px;
	line-height:1.7em; 
	color:#9bbe24;
	text-transform:uppercase;
	padding-top:55px;
}

blockquote {
	border:1px solid #c3c3c3;
	font-size:13px;
	line-height:1.7em; 
	color:#585252;
	text-transform:uppercase;
	padding:13px 10px 15px 17px;
	position:relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.quote-corner {
	background:url(../images/quote-corner.gif) 0 0 no-repeat;
	width:22px;
	height:12px;
	position:absolute;
	bottom:-12px;
	left:97px;
}

dl span {float:left; width:67px;}

/*****carousel style*****/
.carousel-box {width:100%; height:270px; overflow:hidden; position:relative;}
.carousel-box .next {display:block; width:38px; height:31px; text-indent:-5000px; background:url(../images/carousel-control.png) right top no-repeat; position:absolute; right:0px; top:5px;}
.carousel-box .prev {display:block; width:38px; height:31px; text-indent:-5000px; background:url(../images/carousel-control.png) left top no-repeat; position:absolute; right:38px; top:5px;}
#carousel li {width:164px !important; height:215px !important; margin-right:20px !important;}
.carousel-box .img-bg {padding:6px;	float:left; background:url(../images/img-bg.png) left top no-repeat;}

.jCarouselLite {margin:19px 0 0 0px;}

.carousel-block {
	background:#fafafa;
	width:100%;
	border:1px solid #d1d1d1;
	border-radius:23px;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	box-shadow: 1px 1px 2px #eaeaea;
	-webkit-box-shadow: 1px 1px 2px #eaeaea;
	-moz-box-shadow: 1px 1px 2px #eaeaea;
}
.carousel-block h3 {
	color: #585252;
	font-size:23px;
	margin-bottom:14px;
}

.button2 {
	background:url(../images/button2-left.png) left 0 no-repeat;
	padding-left:15px;
	display:inline-block;
	color:#413c3c; 
	text-transform:uppercase;
	font-size:13px;
	line-height:2.1em;
	font-family:Tahoma, Geneva, sans-serif !important;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.button2 > span {
	background:url(../images/button2-right.png) right 0 no-repeat;
	padding-right:15px;
	display:inline-block;
	height:31px;
}

.button2 span span {
	background:url(../images/button2-tail.png) 0 0 repeat-x !important;
	display:inline-block; 
	height:31px;
}
	
	.button2:hover {color:#fff;}


/***** 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 label.message {
				min-height:187px;
			}
			
			#contact-form input {
				width:281px;
				padding:6px 8px 7px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#4d4d4d; 
				border:1px solid #c3c3c3;
				background:none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				outline:none;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:147px;
				margin:0;
				width:281px;
				padding:6px 8px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#4d4d4d; 
				border:1px solid #c3c3c3;
				background:none;
				overflow:auto;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				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;
				}
		.buttons-wrapper a { 
			margin-right:23px;
			font-size:13px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			padding-right:10px;
		}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:44px 0 50px;
	background:url(../images/bg.gif) 0 0 repeat;
	color:#FFF;
}

.footer-text {
	float:right;
	padding-right:32px;
}

footer a {text-decoration:none;}
footer a:hover {text-decoration:underline;}

.list-services {
	padding:0;
	float:left;
}
	.list-services li {
		float:left; 
		margin-right:22px;
	}
	
	.list-services a {padding:0 0 2px 28px;background:url(../images/twitter.png) 0 0 no-repeat;}
	.list-services li.item-2 a {background:url(../images/facebook.png) 0 0 no-repeat;}
	.list-services li.item-3 a {background:url(../images/google-plus.png) 0 0 no-repeat;margin-right:0;padding-left:25px;}
	
	
/***** Lightbox image *****/
.lightbox-image {
	position:relative;
	z-index:1;
	overflow:hidden;
	display:inline-block;
	cursor:pointer;
	}
	.lightbox-image img {
		position:relative;
		z-index:1;
	}
	.lightbox-image span {
		display:inline-block;
		position:absolute;
		left:0px;
		top:-120px;
		width:100%;
		height:100%;
		background:url(../images/magnify.png) no-repeat 50% 0;
		z-index:2;
		padding:0;
	}