/* 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:#868686;
	min-width:990px;
	background:url(../images/body-bg.gif);
}

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

.main {
	width:990px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.538em;
}

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

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

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
p {margin-bottom:18px;}
.p1 {margin-bottom:12px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:56px;}

.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;}

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

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#747474;}
.color-4 {color:#868686;}
.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
.text-1 {font-size:14px;} 
.text-2 {font-size:14px; line-height:1.285em;}  
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:17px;}
.indent-bot4 {margin-bottom:28px;}
.indent-bot5 {margin-bottom:27px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mt-3 {margin-top:-3px;}

.img-indent-bot {margin-bottom:27px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 25px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.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;
}
h1 {
	/*padding:81px 0 0 18px;  */
	padding:5px 0 0 10px; 
	position:relative;
	float:left;
	margin-right:158px;
}
h1 a {
	display:block; 
	/*width:273px; 
	height:66px; */
	width:290px; 
	height:111px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
	text-decoration:none;
}
.main-shaining {
	background:url(../images/main-shaning.png) center top no-repeat;
	width:100%;
}
.main-shaining2 {
	background:url(../images/shining-2.png) center 323px no-repeat;
	width:100%;
}
/****************************menu*********************************************/
.items {display:none;}
nav { float:right;}
.menu {
	padding:-100px 0px 0 0;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0 0px 0 0px;
	
}
.menu > li.last {
	padding-right:0;	
}
.menu > li > a {
	display:block; 
	font-size:19px; 
	line-height:2em; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#FFFFFF; 
	text-align:center; 
	text-transform:lowercase; 
	letter-spacing:-1px;
	 -webkit-transform: rotate(-4.5deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(-4.5deg);  /* FF3.5+ */
	-ms-transform: rotate(-4.5deg);  /* IE9 */
	/*-o-transform: rotate(-4.5deg);  /* Opera 10.5 */
	transform: rotate(-4.5deg);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	position:relative;
	overflow:hidden;
}
.menu > li > a:hover, .menu > li > a.current { 
	background-color: transparent;
  	background-color: rgba(0, 0, 0, 0.4); }
.menu > li > a > strong {
	display:block;
	padding-left:8px;
	background:url(../images/left-but-part.png) left -100px no-repeat;
	overflow:hidden;
	cursor:pointer;
	font-weight:bold;
}
.menu > li > a > strong > strong {
	display:block;
	padding-right:8px;
	cursor:pointer;
	font-weight:bold;
}
.menu > li > a > strong > strong strong{
	display:block;
	padding:3px 15px 3px 15px;
	cursor:pointer;
	font-weight:bold;
}

.menu ul {
	position:		absolute;
	padding:		0px;
	top:			-999em;
	width:			14px;
	background:		none;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:0px 0 1px 0; background:none;}
.menu li li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:		13px;
	line-height:	26px;
	text-transform:	capitalize;
	color:#FFFFFF;
	text-align:center;
}
.menu  li  a > em {
	display:block;
	padding-left:7px;
	background:url(../images/left-but-part1.png) left bottom no-repeat;
	overflow:hidden;
	cursor:pointer;
	font-style:normal;
}
.menu  li  a > em > em {
	display:block;
	background:url(../images/right-but-part1.png) right bottom no-repeat;
	padding-right:7px;
	cursor:pointer;
	font-style:normal;
}
.menu  li  a > em > em em{
	background:url(../images/mid-but-part1.png) left bottom repeat-x;
	display:block;
	padding:9px 0px 9px 0px;
	cursor:pointer;
	font-style:normal;
	font-weight:bold;

}

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

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	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:			142px;
	top:			0px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*************************end menu********************************************/
.slider-container {
	width:1522px;
	height:573px;
	left:50%;
	margin:0px 0 0 -771px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.slider {
	height:573px;
	width:1522px;
	position:relative;
}
.pagination {
	position:absolute;
	padding:11px 13px 11px 20px;
	background:url(../images/pagination-bg.png);
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	z-index:9;
	bottom:5px;
	left:661px;
}
.pagination li {
	float:left;
	padding-right:6px;
}
.pagination li a {
	display:block;
	text-indent:-5000px;
	width:18px;
	height:18px;
	background:url(../images/pagination.png) right top no-repeat;
}
.pagination li a:hover, .pagination li.current a { background-position:left top;}
.pagination li.current a {cursor:default;}
.position-1 { position:relative; z-index:2;}
.position-2 {position:relative; z-index:1;}
/*********************************content*************************************/
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
}
#page1 .container-1 {
	padding:59px 0 75px 0;	
}
.container-1 {
	padding:51px 0 80px 0;
	line-height:20px;
}
/***** carousel style*****/
.carousel-bg {
	background:url(../images/carousel-bg.png) 1px top no-repeat;
	width:100%;
}
.carousel-1 {
	height:230px;
	width:879px;
	overflow:hidden;
	position:relative;
	left:62px;
	padding:56px 0 16px 0;
	}
.next2,
.prev2 {display:block; width:36px;	height:53px; text-indent:-5000px; position:absolute; 	z-index:55;	}
.next2 {
	background-image:url(../images/next.png);
	background-repeat:no-repeat;
	background-position:0 top;
	right:6px; 
	z-index:55;
	top:124px;
	}
	.next2:hover {
	background-position:0 bottom;
	}
.prev2 {
	background:url(../images/prev.png);
	background-repeat:no-repeat;
	background-position:left top;
	left:11px;
	top:145px;
	}
	.prev2:hover {
	background-position:left bottom;
	}
#carousel-1 li {width:292px; height:230px; overflow:hidden; position:relative; margin-right:1px;}
.jCarouselLite-1 {width:879px !important;}
.relative {position:relative;}
/**********end**********/
/***************************************scroller****************/
				#banners {
					background:url(../images/banners-bg.png) left top no-repeat;	
					overflow:hidden;
					height:250px;

				}
				#banners  .data {width:254px; background:none !important; height:250px;}
				#prev {
					position:absolute;
					left:202px;
					top:262px;
					z-index:99;
					overflow:hidden;
					height:15px;
					width:11px;
					background:url(../images/prev-1.png) left top no-repeat;
					cursor:pointer;
				}
				 #prev:hover {
					background-position:left bottom;	
				}
				#next:hover { background-position:left bottom;}
				 #next {
					position:absolute;
					right:24px;
					top:262px;
					z-index:99;
					overflow:hidden;
					height:15px;
					width:11px;
					background:url(../images/next-1.png) left top no-repeat;
					cursor:pointer;
				}
 				/************************************end scroller*****************/
.border-1 {
	background:url(../images/border-1.png) center bottom no-repeat;
	width:100%;
}
.border-2 {
	background:url(../images/border-2.png) center bottom repeat-x;
	width:100%;
}
.padd-bot { padding-bottom:28px;}
.padd-bot1 { padding-bottom:19px; }
.padd-bot2 {padding-bottom:41px;}
.padd-bot3 {padding-bottom:31px;}
.padd-top {padding-top:4px;}
/*******************************************************************************************index-1.html******************************************************************************************/
.small-col { width:220px; float:left;}

.lightbox-image { position:relative; display:block;}
.lightbox-image span {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:43%;
	left:45%;
	background:url(../images/marker.png) no-repeat;
}
.lightbox-image2 { position:relative; display:block;}
.lightbox-image2 span {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:37%;
	left:37%;
	background:url(../images/marker.png) no-repeat;
}

.lightbox-image3 { position:relative; display:block;}
.lightbox-image3 span {
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:37%;
	left:40%;
	background:url(../images/marker.png) no-repeat;
}
/****************************************************************************************end index-1.html******************************************************************************************/
/*******************************************************************************************index-2.html******************************************************************************************/
#page3 .container-1 {
	padding:51px 0 72px 0;	
}
.carousel-2 {
	height:300px;
	width:650px;
	overflow:hidden;
	position:relative;
	left:0px;
	padding:0px 0px 0;
	}
.next1,
.prev1 {display:block; width:11px;	height:15px; text-indent:-5000px; position:absolute; 	z-index:55;	}
.next1 {
	background-image:url(../images/next-1.png);
	background-repeat:no-repeat;
	background-position:0 top;
	right:6px; 
	z-index:55;
	top:-40px;
	}
	.next1:hover {
	background-position:0 bottom;
	}
.prev1 {
	background:url(../images/prev-1.png);
	background-repeat:no-repeat;
	background-position:left top;
	right:21px;
	top:-40px;
	}
	.prev1:hover {
	background-position:left bottom;
	}
#carousel-2 li {width:203px; height:300px; overflow:hidden; position:relative; margin-right:20px;}
.jCarouselLite-2 {width:650px !important;}
.relative {position:relative;}
/****************************************************************************************end index-2.html*****************************************************************************************/
/****************************************************************************************index-4.html*****************************************************************************************/
#page5 .container-1 {
	padding:51px 0 79px 0;	
}
dl span {float:left; width:90px;}
/***** 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:56px;
			}
			#contact-form label.name {padding:0;}
			#contact-form label.message {
				height:207px;
			}
			#contact-form input {
				width:437px;
				padding:14px 10px 14px 16px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.25em;
				color:#868686;				
				border:1px solid #4d4e4f;
				background:url(../images/form-bg.png);
				outline:none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:177px;
				margin:0;
				width:513px;
				padding:14px 10px 14px 16px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.25em;
				color:#868686;
				border:1px solid #4d4e4f;
				background:url(../images/form-bg.png);
				overflow:auto;
				outline:none;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:10px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-2{ padding:17px 0px 0px 0px; text-align:right; position:relative; overflow:hidden;}
		.buttons-2 a { margin-left:18px;}
/****************************************************************************************end index-4.html*****************************************************************************************/
/****************************************************************************************index-5.html*****************************************************************************************/
#page6 .container-1 {
	padding:51px 0 75px 0;	
}
/**************************************************************************************end index-5.html*****************************************************************************************/

h3 {
	font-size:22px; 
	line-height:1.2em; 
	margin:0 0 22px 0;
}
.text-box {
	line-height:18px;
	color:#b0b1b2;
	height:138px;
	position:relative;
	overflow:hidden;
}
.text-box-pad { padding:30px 30px 38px 30px; }
.name {
	color:#FFFFFF;
	font-size:16px;
	display:block;
	line-height:1.2em;
}
.button {
	display:inline-block; 
	padding:9px 19px 10px 19px;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	background:#e93903;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
	
	.button:hover {color:#000; background:#fbbc09;}
.list-1 {padding-left:2px;}
.list-1 li {
	line-height:20px;
	font-size:14px;
	padding:5px 0 5px 14px; 
	background:url(../images/marker-1.png) 0 12px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#fff;
	}
		.list-1 li a:hover {
			color:#e93903;
		}

.list-2 li {
	font-size:14px; 
	line-height:24px; 
	padding:0px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 li a {
		display:block; 
		color:#1799cf; 
		padding-left:12px; 
		background:url(../images/marker-1.gif) 0 10px no-repeat;
	}
		.list-2 li a:hover {color:#fff;}
	.list-2 .last-item {background: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;} 


		
/****************************footer************************/
footer {
	width:100%; 
	padding:18px 0 18px;
	background:url(../images/footer-bg.png);
	margin-bottom:20px;
}
.footer-link {
	float:left;
	display:block;
	font-size:14px;
	color:#FFFFFF;
	line-height:1.2em;
}
.footer-link a {color:#FFFFFF; text-decoration:none;}
.footer-link a:hover { color:#e93903;}
.footer-container {
	margin:0 28px 0 17px;	
}
.list-services {
	padding:0px 0 0 0;
	float:right;
}
	.list-services li {
		float:left; 
		padding:0 0 0 10px;
	}
	.list-services li a {
		display:block;
		width:24px;
		height:24px;
	}
	.list-services li a.first {
		background:url(../images/facebook.png) no-repeat;
	}
	.list-services li a.second {
		background:url(../images/twitter.png) left top no-repeat;
	}
	.list-services li a.third {
		background:url(../images/soclink.png) left top no-repeat;
	}
	.list-services li a.four {
		background:url(../images/linkedin.png) no-repeat;
	}
	#easyTooltip{
	padding:5px 10px;
	border:1px solid #ffffff;
	background:#e93903;
	color:#ffffff;
	font-size:11px;
	text-transform:none;
	position:relative;
	font-weight:bold;
	z-index:99;
}