/* 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%;
	min-width:1034px;
	background-image: url(../images/body-bg.gif);
	background-position: center top;
	background-color: #A7BEF0;
}

.background {padding-bottom:80px;}

.main {
	width:1034px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.538em;
	background:url(../images/main-bg.gif) center top;
}

a {
	color:#121947;
	outline:none;
	text-decoration: 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:14px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:37px;}
.p6 {margin-bottom:43px;}
.spec-p {margin-bottom:6px;}
.spec-p2 {margin-bottom:10px;}

.smallindent {margin-bottom:3px;}
.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {
	text-align:right;
	vertical-align: text-top;
}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}
.mb-5 {margin-bottom:5px;}
.letter {letter-spacing:-1px;}

.color-1 {color:#2f2e2e;}
.color-2 {color:#f7514d;}
.color-3 {color:#9d9d9d;}
.color-4 {color:#fffefe;}



.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:33px;}

.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:15px;}
.pr-5 {padding-right:5px;}
.img-indent-bot {
	margin-bottom:25px;
	border: thin none #0A246A;
}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:1px 16px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.mr-10 {margin-right:10px;}
.mt-5 {margin-top:-5px;}
.mt-10 {margin-top:-10px;}
.mt2 {margin-top:2px;}
.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;}	
#page4 .img-indent2 {float:left; margin:0 10px 0px 0;}	
/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
	padding-top:8px;

}
.header-bg {
		background:url(../images/header-tail.gif) center top repeat-x;	
}
h1 {
	padding:47px 0 0 0; 
	position:relative;
	float:left;
	margin-left:-1px;
}
h1 a {
	font-size:47px;
	display:block; 
	color:#000000;
	line-height:1.2em;
	text-decoration:none;
}
h1 span {
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#858585;
	display:inline-block;
	padding-left:5px;
	margin-top:-2px;
}
/********************************dropdown menu*********************************/
.menu {
	float:left;
	position:relative;
	z-index:2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 950px;
	background-color: #3366FF;
	height: 40px;
}
.menu > li {
	float:left;
	position:relative;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.menu > li > a {
	color:#FFFFFF;
	text-align:center;
	text-transform:capitalize;
	background-position: 0 center;
	background-repeat:repeat-x;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 40px;
	font-weight: normal;
	font-variant: normal;
	vertical-align: middle;
}
.menu > li.first  {
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.menu > li > a.current, .menu > li > a:hover, .menu > li.sfHover > a {
	color:#E86908;
}


.menu ul {
	position:		absolute;
	padding:		3px 0 3px 0px;
	top:			-999em;
	width:			121px;
	background:		url(../images/menu-stage1-bg.gif);
}
.menu ul ul {
	padding:		0;
	background:		none;
	width:114px;
	background:url(../images/menu-stage2.gif);
}
.menu ul li { padding:0 16px 0  14px;}
.menu li:hover {
	visibility:	inherit;
	font-size: 17px;
}
.menu li li {	background:url(../images/border1.png) 14px bottom no-repeat;}
.menu li li.last {
	background:none;	
}
.menu li li a {
	display:inline-block;
	font: normal 14px/30px Arial, Helvetica, sans-serif;
	color:#f1f1f1;
	padding:		0 0 0 3px;
	text-align:		left;
	text-transform:	none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.menu li li a:hover{color:#000000;}

.menu li li li { 
	padding:0;
	background:none;
	width:100%;
}
.menu ul li ul li a {
	padding:0 0 0 15px; 
	display:block; 
	line-height:36px;
	color:#FFFFFF;
}
.menu li li li a:hover {background-color:#ff4d2e;  color:#FFFFFF;}
.menu li li li.first a {
	background-image:url(../images/marker2.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.menu li li li.sfHover a:hover {
	background-color:#ff4d2e;
}
.menu li:hover ul, .menu li.sfHover ul {
	left:			-18px;
	top:			48px;
	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:			121px;
	top:			60px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
.sf-sub-indicator {
    display: block;
    height: 10px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 1.05em;
    width: 20px;
}
.menu > li.sfHover > a > .sf-sub-indicator {
	background:url(../images/marker1.gif) no-repeat left top;
	top:35px;
	left:15px;
}
/**************************slider******************************************/
.slider {
	width:100%;
	margin:0;
	height:378px;
	margin-top:34px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 16px;
}

.slider-padding {
	padding:14px 0;	
}
.transform {
	text-transform:uppercase;	
}
.items {
	display:none;
}
.banner-button-indent {
	padding-left:69px;	
}
.banner-button-indent1 {
	padding-left:41px;	
}
.banner-button-indent2 {
	padding-left:41px;	
}
.banner {
	position:absolute;
	top:0;
	left:576px;
	color:#fff;
	font:20px Arial, Helvetica, sans-serif;
	background:url(../images/banner-bg1.jpg) no-repeat;
	height:378px;
	width:374px;
}
.banner .padding {
	padding:103px 15px 0 48px;	
}
.banner .padding1 {
	padding:103px 15px 0 76px;	
}
.banner .padding2 {
	padding:103px 15px 0 61px;	
}
.banner h2 {
	color:#FFFFFF;
	font-size:48px;
	line-height:1.2em;
	margin-bottom:39px;
	}
.banner h2 strong {
	display:block;
	margin-top:-10px;
}
.banner p {
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.newsletter .button ,.banner .button {
	background:#ffffff;
	font:normal 17px/32px Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	padding:5px 27px 5px 24px;
	display:inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.newsletter .button:hover, .banner .button:hover {
	background:#262626;
	color:#FFFFFF;
}

/************************end slider****************************************/
.text-box {
	color:#F1F1F1;
	background:url(../images/text-box-bg.jpg) no-repeat;
	font-size:14px;
	position:relative;
	overflow:hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 150px;
}
/*********************************content*************************************/
.center {
	text-align: center;
}
#content {
	width:100%;
	position:relative;
	z-index:1;
	background-color: #FFFFFF;
	padding-top: 53px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20;
}
#page1 #content {
	width:100%;
	padding:0;
	position:relative;
	z-index:1;
	background-color: #A8BFF1;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
 #page5 #content {
	padding:53px 0;	
}
#page6 #content {
	padding:50px 0 33px 0;	
}
.white {

}
.thick-border {
	background:url(../images/border2.gif) left bottom repeat-x;	
}
#page1 .border-indent {
	padding-bottom:47px;	
}
#page2 .border-indent {
	padding-bottom:57px;	
}
#page1 .container {
	padding:25px 30px 44px 0;	
}
#page1 .container1 {
	padding-top: 25px;
	padding-right: 30;
	padding-bottom: 0px;
	padding-left: 0;
	height: 320px;
}
#page2 .container1 {
	padding:25px 0 29px 0;
		
}
#page2 .container {
	padding:25px 0 25px 0;
	background-color: #FFFFFF;
}
#page4 .container {
	padding:25px 0 36px 0;	
}
#page4 .container1 {
	padding:25px 0 25px 0;	
}
#page4 .container2 {
	padding:25px 0 26px 0;	
}
.image-wraper {
	padding:6px;
	background:#FFFFFF;
}
#page2 .container2 {
	padding:13px 0 0 0;	
}
#page3 .container {
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#page5 .container {
	padding:25px 0 40px 0;	
}
#page6 .container {
	padding:25px 0 30px 0;	
}
.padding-box {
	padding-left:15px;	
}
#page3 .padding-box {
	padding:0 15px;	
}

h3 {
	font-size:29px; 
	line-height:1.2em; 
	margin:0 0 19px 0; 
	color:#000000;
}
h4 {
	font-size:22px;
	line-height:1.2em;
	color:#2f2f2f;
}
h5 {
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#2f2e2e;
	background:url(../images/marker8.png) left 7px no-repeat;
	padding-left:22px;
}
h6 {
	font-weight:bold;
	font-size:12px;
	line-height:30px;
	color:#2f2e2e;
	margin-bottom:15px;
}
#page4 h6 {
	padding-left:2px;	
}
#page1 h4 {
	margin:-5px 0 5px 0;	
}
#page6 h3 {
	margin-bottom:12px;	
}
.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
#page2 h4.p2 {
	margin-bottom:34px;	
}
.left-part, .left-part1 {
	width:44px;
	height:44px;
	font-size:30px;
	line-height:1.2em;
	color:#FFFFFF;
	text-align:center;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;

}
#page1 .left-part {margin:0 20px 0 11px;}
#page2 .left-part {margin:0 20px 0 0px;}
#page2 .left-part1 {margin:7px 20px 0 0px;}
.left-part strong {
	padding:1px 0 0 1px;
	display:block;
}
#page2 h4 strong {
	margin-top:-8px;
	display:block;
}
#page3 h4 strong {
	margin-top:-6px;
	display:block;
}
#page3 h4 strong.mt-7 {margin-top:-8px;}
#page2 h4 {
	margin-bottom:5px;	
}
.bgcolor {
		background:#ff5315;	
}
.bgcolor1 {
		background:#ff6913;	
}
.bgcolor2 {
		background:#ffc215;	
}
.bgcolor3 {
	background:#FF7515;
}
.bgcolor4 {
	background:#FFA415;
}
.bgcolor5 {
	background:#FFCB15;
}
#page1 .right-part-border {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:17px;
	margin-bottom:15px;
}
#page2 .right-part-border {
	border-bottom:1px solid #f1f1f1;
	padding-bottom:14px;
	margin-bottom:13px;
}
.box {
	padding-left:22px;
}
#page1 time {
	font-size:13px;
	line-height:24px;
	color:#6c6c6c;
}
#page2 time {
	background:url(../images/marker7.gif) right 12px no-repeat;
	margin-right:4px;
	padding-right:7px;
	line-height:20px;
}
#page1 .container2 {
	padding:35px 0 0 0;	
}
.open {
	background:url(../images/open.png) no-repeat;
	display:block;
	width:29px;
	height:22px;
	margin-right:8px;
}
.close {
	background:url(../images/closed.png) no-repeat;
	display:block;
	width:29px;
	height:22px;
	margin-right:8px;
}
.info {
	color:#000000;
	font-size:15px;
	line-height:1.55em;
	margin-top:5px;
	margin-bottom:0;
}
.step {
	width:136px;
	height:136px;
	background-color:#dddddd;
	border:2px solid #fbfbfb;
	border-radius:70px;
	-moz-border-radius:70px;
	-webkit-border-radius:70px;
	margin-right:18px;
	
}
.step h4 {
	padding:38px 0 0 22px;
}
.between {
	height:138px;
	width:41px;
	background:url(../images/between-bg.jpg) left 45px no-repeat;
	margin-right:13px;
	
}
.final h4 {
	font-size:20px;	
	padding-top:24px;
}
#page3 .container2 {
	padding:9px 0 0 0px;	
}
				/***************************************page3 scroller****************/
				#banners {
					background:#f0f0f0;	
					overflow:hidden;
					height:226px;
					margin-bottom:30px;

				}
				#banners  div {width:310px;}
				#nav {
					position:relative;
					left:256px;
					top:0px;
					z-index:99;
					overflow:hidden;
					height:14px;
					width:100%;
					margin-bottom:10px;
				}
				#nav a {
					text-indent:-5000px;
					background:url(../images/banners-pagg.png) left top no-repeat;
					width:14px;
					height:14px;
					display:block;
					margin-left:3px;
					float:left;
				}
				#nav a:hover {
					background:url(../images/banners-pagg.png) right bottom no-repeat;	
				}
				#nav a.activeSlide {
					background:	url(../images/banners-pagg.png) right bottom no-repeat;
					cursor:default;
				}
				#banners strong {display:block; text-transform:uppercase;}
				#banners .line-1 {
					font-size:67px;
					line-height:1.2em;
					color:#636967;
					text-transform:uppercase;
				}
				#banners .line-2 {
					font-size:55px;
					line-height:1.2em;
					color:#f7514d;
					margin-top:-18px;
				}
				#banners .line-3 {
					font-size:31px;
					line-height:1.2em;
					color:#636967;
				}
				#banners .line-4 {
					font-size:46px;
					line-height:1.2em;
					color:#636967;
					margin-top:-5px;
				}
				
				
				
				/************************************end page3 scroller*****************/
.newsletter {
	background:url(../images/newsletter-bg.jpg) no-repeat;	
	padding:20px 34px 21px 22px;
	position:relative;
	overflow:hidden;
}
.newsletter h3 {
	margin-bottom:15px;
}
.newsletter input {
	width:231px;
	border-left:1px solid #ba6e6c;
	border-top:1px solid #ba6e6c;	
	border-bottom:none;
	border-right:none;
	background:url(../images/newsletter-bg-1.jpg);
	padding:9px 10px 8px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.23em;
	margin:0;
}
.newsletter-button {
	padding:16px 0 0 0;
	text-align:right;
}
.list-padding {
	padding:0 0 0 18px;	
}
.list-padding1 {
	padding:0 0 0 10px;	
}
.smallbox {
	margin-bottom:28px;	
}
.map {
	margin-right:20px;	
}
.button {
	display:inline-block; 
	padding:0 10px;
	color:#000; 
}
	
	.button:hover {color:#fff;}
.button-shadow {
	padding-bottom:7px;
	display:inline-block;
	background:url(../images/button-shadow.png) left bottom no-repeat;
}
.link {
	padding-left:31px;
	font:bold 12px/23px Arial, Helvetica, sans-serif;
	color:#f7514d;
	display:inline-block;
	vertical-align: middle;
	background-image: url(../images/marker4.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.list-1 {
	padding-top:8px;	
}
.list-1 li {
	line-height:1.25em;
	padding:2px 0 4px 17px; 
	background:url(../images/marker3.gif) 0 6px no-repeat;
	font-size:12px;
	text-transform:uppercase;
}
	.list-1 li a {
		display:inline-block;
		color:#9b9b9b;
	}
		.list-1 li a:hover {
			color:#000000;
			text-decoration:underline;
		}


.list-2 li {
	font-size:14px; 
	line-height:24px; 
	padding:0px; 
	background:url(../images/marker6.png) left 10px no-repeat;
}
	.list-2 li a {
		display:inline-block; 
		color:#1f1f1f; 
		padding-left:12px; 
		font:bold 13px/24px Arial, Helvetica, sans-serif;
	}
		.list-2 li a:hover {			
			color:#000000;
			text-decoration:underline;
			}
	.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;} 
.link-2 {
	font:bold 12px/30px Arial, Helvetica, sans-serif;
	color:#2f2e2e;
	background:url(../images/marker5.png) right 6px no-repeat;
	padding-right:10px;
	cursor:pointer;
}
.text-1 {font-size:14px;} 
.text-2 {font-size:13px; line-height:18px;} 
.text-3 {font-size:12px; line-height:21px;}
.text-4 {font-size:13px; line-height:20px;}
.text-bold {font-size:13px; font-weight:bold; line-height:21px;}
.text-bold1 {font-size:13px; font-weight:bold; line-height:24px;}

dl span {float:left; width:77px;}
dt {
	font-weight:bold;
	color:#000000;
	margin-bottom:20px;
}
/***** 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;
				padding-bottom:11px;
			}
			#contact-form label.message {
				padding-bottom:0;	
			}
			#contact-form input {
				width:359px;
				padding:9px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#6f6f6f; 
				border-left:1px solid #cecece;
				border-top:1px solid #cecece;
				border-bottom:none;
				border-right:none;
				background:#fcfdfd;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:107px;
				margin:0;
				width:539px;
				padding:8px 10px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#6f6f6f; 
				border-left:1px solid #cecece;
				border-top:1px solid #cecece;
				border-bottom:none;
				border-right:none;
				background:#fcfdfd;
				overflow:auto;
			}
			#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:1.25em;
					display:none;
					overflow:hidden;
				}
		.buttons { padding:23px 0px 0 0; text-align:right;}
		.buttons-wrapper a { margin-left:20px;}
.contacts-buttons {
	background-color:#f7514d;
	font:normal 17px/32px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px 18px 5px 18px;
	display:block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	text-decoration:none;

}
.contacts-buttons:hover {
	background-color:#262626;
	color:#FFFFFF;
	background-position:14px -5px;
	background-repeat:no-repeat;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.buttons-wrapper1, .buttons-wrapper2 {
	padding-bottom:9px;	
	display:block;
	margin-left:13px;
	float:right;
}
.buttons-wrapper1 {
	background:url(../images/button-wrapper1.jpg) left bottom no-repeat;
}
.buttons-wrapper2 {
	background:url(../images/button-wrapper2.jpg) left bottom no-repeat;
}
/****************************footer************************/
footer {
	width:100%;
	background:url(../images/footer-bg.jpg) center top repeat-x #b5b5b5;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.footer-links-box {
	width: 900px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.footer-links {
	display:block;
	color:#fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
.footer-links a {
	color:#fefefe;
	text-decoration:none;
	padding-left:5px;
}
.footer-links a:hover {
	text-decoration:underline;	
}
.list-services {
	padding:0 2px 0 0;
	float:right;
}
	.list-services li {
		float:left; 
		padding:0 0 0 6px;
	}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #FFFFFF;
	background:#b7b7b7;
	color:#fff;
	font-size:11px;
	text-transform:none;
	position:relative;
	font-weight:bold;
	z-index:99;
}
