/* 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:#575454;
	min-width:960px;
	background:url(../images/body-bg.jpg);
}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.6153em;
}

a {color:#1799cf; 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:11px;}
.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;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#575454;}
.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:45px;}
.indent-bot4 {margin-bottom:18px;}
.indent-bot5 {margin-bottom:22px;}
.indent-bot6 {margin-bottom:21px;}
.indent-bot7 {margin-bottom:14px;}
.indent-bot8 {margin-bottom:23px;}

.mb5 {margin-bottom:8px;}
.mb8 {margin-bottom:4px;}
.mt-2 {margin-top:-2px;}
.mb-5 { margin-bottom:-11px;}
.mb6 {margin-bottom:6px;}


.img-indent-bot {margin-bottom:25px;}
.img-indent-bot1 {margin-bottom:27px;}
.img-indent-bot2 {margin-bottom:28px;}
.img-indent {float:left; margin:0 22px 0px 0;}
.img-indent1 {float:left; margin:0 13px 0px 0;}	
.img-indent2 {float:left; margin:0 10px 0px 0;}	
.img-indent3 {float:left; margin:0 18px 0px 0;}	
.img-indent4 {float:left; margin:0 16px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.h3-indent { margin-bottom:7px;}
.h3-indent1 { margin-bottom:4px;}
.h3-indent2 { margin-bottom:10px;}

.buttons a:hover {cursor:pointer;}

.padd-bot {
	padding-bottom:22px;	
}
.padd-top {
	padding-top:9px;	
}
.padds{
	padding:7px 18px 0 0;	
}
.padd-right { padding-right:65px;}
.underline { text-decoration:underline;}

.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.jpg) center top;
}

h1 {
	padding:6px 0 0 368px; 
	position:relative;
}
h1 a {
	display:block; 
	width:205px; 
	height:121px; 
	text-indent:-5000px; 
	background:url(../images/logo.png) 0 0 no-repeat;
	text-decoration:none;
}
.logo-indent {
	margin-bottom:11px;	
}
.menu-bg {
	background:url(../images/menu-bg.png) left top;
	width:100%;
	position:relative;
	z-index:2;
	height:61px;
}
.slider-bg {
	background:url(../images/shadow.jpg) left bottom repeat-x #FFFFFF;
	width:100%;
	margin-top:-2px;
	padding-bottom:10px;
}
.slider-container {
	width:1680px;
	height:542px;
	left:50%;
	margin:0px 0 0 -837px;
	position:relative;
}
/**********************************slider***************************************/
.slider {
	height:542px;
	width:1680px;
	position:relative;
}
.items {
	display:none;
}
.prev, .next {
	position:absolute;
	display:block;
	width:13px;
	height:16px;
	text-indent:-5000px;
	z-index:999;
}
.banner {
	width:890px;
	height:360px;
	position:absolute;
	left:211px;
	top:67px;
}
.prev {
	bottom:12px;
	right:100px;
	background:url(../images/prev.png) left top no-repeat;
}
.next {
	bottom:12px;
	right:8px;
	background:url(../images/next.png) left top no-repeat;
}
.prev:hover { background-position:left bottom;}
.next:hover {background-position:left bottom;}

.control-bg {
	width:100%;
	background:url(../images/control-bg.png);
	position:absolute;
	z-index:3;
	bottom:10px;
	left:0;
	overflow:hidden;
}
.slider-control {
	height:42px;
	position:relative;
}
.pagination {
	position:absolute;
	right:23px;
	top:0px;
	background:url(../images/separator.jpg) right top no-repeat;
}
.pagination li {
	float:left;
	background:url(../images/separator.jpg) left top no-repeat;
}
.pagination li a {
	display:block;
	line-height:2em;
	font-size:25px;
	color:#2c2c2c;
	text-decoration:none;
	margin-top:-5px;
	padding:0 4px 0 4px;
}
.pagination li.current a {
	color:#ef4d23;
}	
/****************************menu*********************************************/
.menu {
	padding:17px 0px 16px 0;
	float:left;
}
.menu > li {
	float:left; 
	position:relative;
	padding:0 27px 0 26px;
	background:url(../images/menu-li.png) right 9px no-repeat;
	
}
.menu > li.first {
	padding-left:14px;	
}
.menu > li.last {
	padding-right:0px;	
}
.menu > li > a {
	display:inline-block;
	font-size:13px;
	line-height:2em; 
	padding:0px 0 0px 0; 
	color:#FFFFFF; 
	text-align:center; 
	text-transform:uppercase; 
}
.menu li.sfHover > a, .menu > li > a:hover, .menu > li > a.current {
	color:#ef4d23;	
}
.menu ul {
	position:		absolute;
	padding:		0px;
	top:			-999em;
	width:			111px;
	background:		none;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:0px 0 3px 0; background:none;}
.menu li li a {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:		0px 0 0px 0px;
	text-transform:	uppercase;
	color:#ffffff;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#ef4d23;}

.menu li li a > strong {
	display:block;
	padding-left:9px;
	background:url(../images/left-but-part.png) left 0px no-repeat;
	font-weight:normal;
}

.menu li li a > strong > strong {
	display:block;
	background:url(../images/right-but-part.png) right 0px no-repeat;
	padding-right:9px;
	font-weight:normal;
}

.menu li li a > strong > strong strong{
	background:url(../images/mid-but-part.png) left 0px repeat-x;
	display:block;
	padding:7px 0px 10px 5px;
	font-weight:normal;
	font-size:		13px;
	line-height:	1.5em;

}

.menu li li.sfHover > a > strong , .menu li li.sfHover > a > strong > strong strong, .menu li li a:hover > strong, .menu li li a:hover > strong > strong strong { background-position:left top;}
.menu li li.sfHover > a > strong > strong, .menu li li a:hover > strong > strong {background-position:right top;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			36px;
	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:			113px;
	top:			40px;
	z-index:		9999;
	padding:		0px;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*************************end menu********************************************/
/*********************************content*************************************/
aside {
	width:100%;
	background:url(../images/aside-bg.jpg) center top;
}
.aside-container {
	padding:20px 0 34px 0;	
}
.greating {
	font-size:22px;
	color:#9f9f9f;
	line-height:2em;
	letter-spacing:-1px;
}
.greating  strong {
	display:block;
	margin-top:-21px;
}
.greating  strong.sec {
	margin-top:-15px;
}
.border-bot {
	width:100%;
	background:url(../images/border-bot.gif) center bottom repeat-x;
}
.border-bot2 {
	background:url(../images/border-bot2.png) center bottom repeat-x;	
}
.border-bot3 {
	background:url(../images/border-bot3.gif) center bottom repeat-x;	
}
.border-top {
	background:url(../images/border-top.png) center 2px repeat-x;
	width:100%;
}
.row-1 {
	background:url(../images/content-bg.jpg) center top;	
}
#content {
	width:100%; 
	padding:0;
	position:relative;
	z-index:1;
	background:url(../images/content-bg1.jpg) center top;
}
.container-1 {
	padding:28px 0 37px 0;
	position:relative;
	overflow:hidden;
	font-size:13px;
	line-height:21px;
}
.container-2 {
	padding:26px 0 38px 0;
	position:relative;
	overflow:hidden;
	font-size:13px;
	line-height:21px;
}
.container-3 {
	padding:37px 0 42px 0;
	position:relative;
	overflow:hidden;
	font-size:13px;
	line-height:21px;
}
.img-container {
	float:left;
	background:#FFFFFF;
	border:1px solid #e5e5e5;
	padding:2px;
	border-radius:6px;
	box-shadow:0px 0px 2px #e5e5e5;
	-moz-box-shadow: 0px 0px 2px #e5e5e5;
	-webkit-box-shadow:0px 0px 2px #e5e5e5;
	margin-bottom:2px;
}
.text-box {
	background:#FFFFFF;
	border:1px solid #e2e2e2;
	padding:21px 10px 25px 15px; 
}
.text-box-2 {
	background:url(../images/text-box-bg.png) 21px top no-repeat;
	font-size:14px;
	line-height:2em;
	color:#989898;
	margin-top:-1px;
	padding-top:26px;
	margin-bottom:15px;
}
h3 {
	font-size:24px; 
	line-height:2em; 
	margin:0 0 13px 0; 
	color:#2c2c2c;
	text-transform:uppercase;
	letter-spacing:-1px;
}
h3 strong {
	display:block;
	margin-top:-18px;
}
h4 {
	font-size:15px;
	line-height:2em;
	color:#5b5b5b;
	margin-bottom:6px;
}
.button {
	display:inline-block; 
	padding:0 10px 4px 10px;
	color:#FFFFFF; 
	background:url(../images/button.jpg) left top repeat-x #020202;
	font-size:15px;
	line-height:1.5em;
	border-radius:3px;
}
	
	.button:hover {color:#fff; background-position: left bottom; background-color:#ee4d23;}

.list-1 li {
	line-height:18px;
	font-size:13px;
	padding:5px 0 5px 15px; 
	background:url(../images/marker-1.png) 0 12px no-repeat;
	font-weight:bold;
}
	.list-1 li a {
		display:inline-block;
		color:#575454;
	}
		.list-1 li a:hover {
			color:#EF4D23;
		}

.list-2 li {
	font-size:13px; 
	line-height:21px; 
	background:url(../images/marker-2.png) left 6px no-repeat;
	padding:0 0 18px 22px;
}
	.list-2 li.spec { padding-bottom:22px;}
	.list-2 li a {
		display:inline-block;
		color:#575454;
	}
		.list-2 li a:hover {text-decoration:underline;}
			
			.list-3 li {
				padding:0 0 22px 30px;
				background:url(../images/marker-3.png) left 3px no-repeat;
			}
			.list-3 li.last {padding-bottom:0;}
			.list-3 li a { 
				font-weight:bold;
				color:#575454;
				margin-bottom:8px;
				display:inline-block;
			}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:15px; 
	line-height:2em;
	text-transform:lowercase;
	color:#838585;
	text-decoration:none;
}
.link-1:hover {color:#EF4D23;} 

.link-2 {
	display:inline-block; 
	font-size:15px; 
	line-height:2em;
	text-transform:lowercase;
	color:#000000;
	text-decoration:none;
}
.link-2:hover {color:#EF4D23;} 
/**************************************************************************************************************index-1.html************************************************************************************************/
#page2 .aside-container {
    padding: 23px 0 41px;
	position:relative;
	overflow:hidden;
	font-size:13px;
	line-height:21px;
}
#page2 .container-1 {
    padding: 28px 0 40px;
	font-size:13px;
	line-height:21px;
}
#page2 .container-2 {
    padding: 28px 0 48px;
	font-size:13px;
	line-height:21px;
}
.year {
	float:left;
	font-size:30px;
	color:#878787;
	line-height:2em;
	letter-spacing:-3px;
	margin-top:-18px;
	margin-right:12px;
}
#page2 .list-2 li {
	padding-bottom:22px;	
}
		#page2 .list-2 li.last { padding-bottom:0;}
		
/************************************************************************************************************end index-1.html************************************************************************************************/
/**************************************************************************************************************index-2.html************************************************************************************************/
#page3 .container-1 {
    padding: 23px 0 30px;
	font-size:13px;
	line-height:21px;
}
/************************************************************************************************************end index-2.html**********************************************************************************************/
/**************************************************************************************************************index-3.html************************************************************************************************/
#page4 .container-1 {
    padding: 23px 0 39px;
	margin-bottom:28px;
	font-size:13px;
	line-height:21px;
}
#page4 .container-4 {
    padding: 0px 0 37px;
	margin-bottom:28px;
	font-size:13px;
	line-height:21px;
}
#page4 .container-5 {
    padding: 0px 0 54px;
	font-size:13px;
	line-height:21px;
}
#page4 .list-2 li {
	padding-bottom:14px;	
}
#page4 .list-2 li.last {
	padding-bottom:0px;	
}
/************************************************************************************************************end index-3.html**********************************************************************************************/
/**************************************************************************************************************index-4.html************************************************************************************************/
#page5 .container-1 {
    padding: 23px 0 80px;
	font-size:13px;
	line-height:21px;
}
.container-indent {
	padding-bottom:40px;
	margin-bottom:46px;
}
.container-indent1 {
	padding-bottom:37px;
	margin-bottom:28px;
}
.container-indent2 {
	padding-bottom:41px;
	margin-bottom:29px;
}
/**********************************************************************************************************end index-4.html************************************************************************************************/
/**************************************************************************************************************index-5.html************************************************************************************************/
#page6 .container-1 {
    padding: 23px 0 55px;
	font-size:13px;
	line-height:21px;
}
.box {
	background:#FFFFFF;
	border-radius:5px;
	padding:19px 19px 24px 19px;
	overflow:hidden;
}
.box-padd {
	padding:0 0 0 11px;	
}
/**********************************************************************************************************end index-5.html************************************************************************************************/
/**************************************************************************************************************index-6.html************************************************************************************************/
#page7 .container-1 {
    padding: 23px 0 49px;
	font-size:13px;
	line-height:21px;
}
#page7 .container-indent {
	margin-bottom:28px;	
}
.large-button {
	font-size:13px;
	color:#8a8a93;
	background:#FFFFFF;
	border-radius:3px;
	display:inline-block;
	padding:3px 25px 0 25px;
	text-transform:uppercase;
	line-height:1.6em;
	min-height:42px;
}
.large-button strong { display:inline-block; margin-top:-6px;}
.large-button:hover { background:#ee4d23; color:#FFFFFF;}
/**********************************************************************************************************end index-6.html************************************************************************************************/
/**************************************************************************************************************index-7.html************************************************************************************************/
#page8 .container-1 {
    padding: 23px 0 47px;
	font-size:13px;
	line-height:21px;
}
#page8 .container-indent {
	margin-bottom:28px;	
}
dl span {float:left; width:91px;}

/***** 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:48px;
			}
			#contact-form label.name {padding:0;}
			#contact-form label.message {
				height:254px;
			}
			#contact-form input {
				width:277px;
				padding:9px 10px 11px 13px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.25em;
				color:#575454;				
				border:none;
				background:#ffffff;
				outline:none;
				border-radius:5px;
				}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:234px;
				margin:0;
				width:437px;
				padding:9px 10px 11px 13px;
				margin:0;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:1.25em;
				color:#575454;
				border:none;
				background:#ffffff;
				overflow:auto;
				outline:none;
				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:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-2{ padding:2px 0px 0px 0px; text-align:right; position:relative; overflow:hidden;}
		.buttons-2 a { margin-left:30px; letter-spacing:-1px;}
/**********************************************************************************************************end index-7.html************************************************************************************************/
/**************************************************************************************************************index-8.html************************************************************************************************/
#page9 .container-1 {
    padding: 23px 0 47px;
	font-size:13px;
	line-height:21px;
}
/***********************************************************************************************************end index-8.html***********************************************************************************************/
/****************************footer************************/
footer {
	width:100%; 
	padding:42px 0 47px;
	background:url(../images/footer-bg.jpg) left top repeat-x;
	color:#646464;
}
footer a {
	color:#646464;	
}
.footer-link {
	font-size:12px;
	padding:0 0 0 19px;
	display:block;
	margin-top:-4px;
}
.footer-logo {
	display:block;
	text-indent:-5000px;
	background:url(../images/footer-logo.png) left top no-repeat;
	width:130px;
	height:85px;
	margin-left:11px;
}
.footer-padd {
	padding-top:28px;	
}
.list-services {
	padding:0px 0 0 0;
}
	.list-services li {
		float:left; 
		padding:0 7px 0 0px;
	}
	.list-services li a {
		display:block;
		width:24px;
		height:24px;
	}
	.list-services li a.first {
		background:url(../images/google.png) no-repeat;
	}
	.list-services li a.second {
		background:url(../images/linkedin.png) no-repeat;
	}
	.list-services li a.third {
		background:url(../images/twitter.png) no-repeat;
	}
	.list-services li a.four {
		background:url(../images/rss.png) no-repeat;
	}
	#easyTooltip{
	padding:5px 10px;
	border:1px solid #171717;
	background:#F2F2F2;
	color:#171717;
	font-size:11px;
	text-transform:none;
	position:relative;
	font-weight:bold;
	z-index:99;
}
#newsletter label {
	height:28px;
	display:inline-block;
	margin-right:5px;
}
#newsletter input {
	border:1px solid #e3dede;
	background:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0;
	outline:none;
	border-radius:3px;
	padding:4px 10px 5px 8px;
	width:146px;
}