/* 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 ======================================================== */
body { 
	background:url(../images/body-tail.jpg) repeat center top; 
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#6b6b6b;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	width:980px;
	font-size:0.75em;
	padding-top:63px;
	height: 90%;
}

	/* Header */
	header {
		height:159px;
		position:relative;
		background:url(../images/line-hor.png) repeat-x left top;
	}
	
	/* Content */
	section#content {
	min-height:617px;
	position:relative;
	visibility: visible;
	}
	
	/* Footer */
	footer {
		height:111px;
		background:url(../images/line-hor.png) repeat-x left top;
		font-size:.917em;
		line-height:1.2em;
	}




/* Left & Right alignment */

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

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

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

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
#splash {
	background:url(../images/splash.jpg) no-repeat center top;
	min-height:100%;
	height:auto!important;
	height:100%;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	color:#6b6b6b;
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list li {
	padding:0 0 7px 18px;
	background:url(../images/marker1.gif) no-repeat left 5px;
	height:1%;
} 
	.list li a:hover {
		color:#0a95c9;
	}

#testimonials {
	padding-bottom:20px;
}	
	#testimonials li {
		float:left;
		width:240px;
		margin-left:40px;
	}
	#testimonials li:first-child {
		margin:0;
	}
		#testimonials li cite {
			font-style:normal;
			line-height:1.417em;
			display:block;
			padding-bottom:15px;
		}
		#testimonials li h5 {
			text-align:right;
			text-transform:none;
		}
		
#services li {
	width:100%;
	clear:both;
	padding-top:40px;
}
#services li:first-child {
	padding:0;
}
	#services li img {
		float:left;
		margin-right:20px;
	}

#partners {
	margin-top:-35px;
	padding-bottom:25px;
}
	#partners li {
		width:227px;
		float:left;
		line-height:1.417em;
		margin-right:52px;
		padding-top:35px;
	}	
	#partners li.alt {
		margin:0;
	}
		#partners li img {
			margin-right:20px;
			float:left;
		}
		#partners li h5 {
			margin:0;
		}
		

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.417em;
}
.p0 {
	margin:0;
	padding:0;
}
	
address {
	font-style:normal;
	line-height:1.417em;
}
	address span {
		float:right;
		padding-right:134px;
	}


/*----- txt, links, lines, titles -----*/
a {
	color:#6b6b6b; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		position:absolute;
		left:8px;
		top:75px;
		background:url(../images/logo.png) no-repeat left top;
		width:332px;
		height:55px;		
	}
h2 {
	font-size:36px;
	line-height:1.2em;
	color:#414040;
	text-transform:uppercase;
	border-bottom:1px solid #afafaf;
	padding-bottom:15px;
	margin-bottom:20px;
}
h3 {
	font-size:30px;
	line-height:1.2em;
	color:#414040;
	text-transform:uppercase;
	border-bottom:1px solid #afafaf;
	padding-bottom:17px;
	margin-bottom:30px;	
}
h5 {
	color:#4c4c4c;
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.5em;
	margin-bottom:7px;	
}

.link {
	color:#00aeef;
	text-decoration:none;
	text-transform:uppercase;
	font-size:24px;
	line-height:1.2em;
}
.link:hover {
	color:#000;
}


.hr { 
	background:url(../images/line-hor1.gif) repeat-x left top;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:25px 0;
	display:block;
}


/*==================boxes====================*/
#cont-box {
	position:absolute;
	right:57px;
	top:0;
	background-color:#cfcfcf;
	width:636px;
	overflow: auto;
	padding-bottom: 20px;
}
	#cont-box .inner {
		padding:19px 0 0 49px;
	}
	#cont-box .inner.extra {
		padding-top:39px;
		padding-right:30px;
	}


/*===== content =====*/
#content .bot-indent {
	padding-bottom:25px;
}
#content nav {
	width:221px;
	position: absolute;
	top:47px;
	left:47px;
}
	#content nav ul li {
		padding-bottom:1px;
	}
		#content nav ul li a {
			background-image:url(../images/marker.png);
			background-repeat:no-repeat;
			background-position: 21px 22px;
			background-color: #262626;
			text-decoration:none;
			display:block;
			padding:10px 0 0 45px;
			height:58px;
		}
		#content nav ul li a:hover,
		#content nav ul li.current a {
			background-color:#1b2132;
		}
			#content nav ul li a strong {
				color:#00aeef;
				display:block;
				text-transform:uppercase;
				font-size:30px;
				line-height:1.2em;
				margin-bottom:-6px;
			}
			#content nav ul li a span {
				color:#a6a6a6;
				font-family:Arial, Helvetica, sans-serif;
			}

/*===== footer =====*/
footer .inside {
	padding:24px 15px 0 15px;
}
footer,
footer a {
	color:#d3d3d3;
}
footer a {
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


/*----- forms -----*/

#contacts-form {
	width:100%;
	height:100px;
}
	#contacts-form .rowElem { 
		height:26px;
	}
	#contacts-form label {
		line-height:20px;
		float:left;
		width:43px;
	}
	#contacts-form .col-2 label {
		width:58px;
	}
	#contacts-form input,
	#contacts-form textarea {
		background:#d9d9d9;
		border:1px solid #afafaf; 
		padding:2px 3px;
		float:left;
		width:200px; 
	}
	#contacts-form input {
		vertical-align:top;	
		line-height:1.2em;
	}
	#contacts-form textarea { 
		height:41px; 
		overflow:auto;
	}
	#contacts-form .txt-area {
		padding-bottom:18px;
		width:100%;
	}

/*==========================================*/
    
/* menu */    
ul.sdt_menu{
	margin:0;
	padding:0 118px 0 0;
	list-style: none;
	position:relative;
	top:47px;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:right;
	width:221px;
	height:217px;
	position:relative;
	cursor:pointer;
	margin-right:1px;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0;
	left:0;
	width:221px;
	height:68px;
	z-index:12;
	background:#262626;
}
ul.sdt_menu li.style1 {
	margin:0 413px 0 0;
} 
ul.sdt_menu li.style2 {
	margin-top:0;
}
ul.sdt_menu li.style3 {
	padding:0 102px 0 0;
}
ul.sdt_menu li.style4 {
	top:0;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
}
ul.sdt_menu li span.sdt_wrap{
	position:absolute;
	top:0;
	left:0px;
	width:221px;
	height:60px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#1b2132;
	top:69px;
	width:221px;
	height:0px;
	left:0px;
	z-index:14;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li span span.sdt_descr,
ul.sdt_menu li div.sdt_box a {
	margin-left:21px;
	padding-left:24px;
}
ul.sdt_menu li span span.sdt_link{
	color:#00aeef;
	font-size:30px;
	line-height:1.2em;
	float:left;
	clear:both;
	text-transform:uppercase;
	background:url(../images/marker.png) no-repeat left 22px;
	padding-top:10px;
}
ul.sdt_menu li span span.sdt_descr{
	color:#a6a6a6;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	width:155px; /*For dumbass IE7*/
	margin-top:-6px;
}
ul.sdt_menu li div.sdt_box{
	display:block;
	position:absolute;
	width:221px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}

/*--- scroll-pane ---*/
.scroll-pane {
	width:557px;
	height:90%;
	padding-top:20px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding:0 13px 0 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#fff;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.gif) no-repeat center top;
	height:46px;
	margin:29px 0 0 0;
	padding-bottom:54px;
}
