* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:960px;
}
body { 
	background:#fff; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#545454;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
.container {
	width:960px; 
	margin:0 auto;
	font-size:.8125em;
	position:relative;
}

#header {
	height:544px;
	overflow:hidden;
}
#content {
	padding:0 0 5px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h3 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
}
	h3.alt {
		font-size:30px;
		color:#545454;
		line-height:1em;
		margin-bottom:23px;
	}
		h3.alt span {
			color:#fff;
		}
h4 {
	font-size:12px;
	color:#4396e9;
	text-transform:uppercase;
}
h5 {
	font-size:12px;
	color:#4396e9;
	text-transform:uppercase;
	margin-bottom:18px;
}
h6 {
	font-size:1em;
	font-weight:normal;
}
	h6.alt {
		margin-bottom:18px;
	}

.txt1 {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}

.button {
	background:#171514;
	padding:3px 10px 4px 10px;
	float:left;
	color:#c2c2c2;
	text-decoration:none;
	border:1px solid #171514;
	border-radius:2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 0 2px #111;
	-moz-box-shadow:0 0 2px #111;
	-webkit-box-shadow:0 0 2px #111;
	margin:5px 0 5px 0;
}
.button:hover {
	box-shadow:0 0 3px #111;
	-moz-box-shadow:0 0 3px #111;
	-webkit-box-shadow:0 0 3px #111;
	color:#fff;
	background:#4396e9;
	text-shadow:1px 1px 1px #000;
}

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address { 
	float:left;
	padding-bottom:18px;
	width:267px;
}
	.address dt {
		color:#c2c2c2;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
	.address dd.last {
		text-align:left;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#4396e9;
		}


/*===== header =====*/
#header .row-1 {
	height:36px;
	overflow:hidden;
}
	
	#header .nav {
		float:left;
		padding:4px 0 0 0;
		position:relative;
	}
		#header .nav li {
			float:left;
			position:relative;
		}
			#header .nav li a {
				float:left;
				font-size:12px;
				color:#b3b5b8;
				font-weight:bold;
				text-decoration:none;
				text-transform:uppercase;
				text-align:center;
				background:url(images/nav-bg.png) no-repeat 0 0;
				width:115px;
				line-height:32px;
				margin-right:-15px;
				position:relative;
				text-indent:-10px;
			}
			#header .nav li a:hover {
				background:url(images/nav-bg-act.png) no-repeat 0 0;
				color:#fff;
			}
			#header .nav li.current {
				z-index:100 !important;
			}
				#header .nav li.current a {
					background:url(images/nav-bg-act.png) no-repeat 0 0;
					color:#fff;
				}
	
	#header .nav li.item1 {
		z-index:7;
	}
	#header .nav li.item2 {
		z-index:6;
	}
	#header .nav li.item3 {
		z-index:5;
	}
	#header .nav li.item4 {
		z-index:4;
	}
	#header .nav li.item5 {
		z-index:3;
	}
	#header .nav li.item6 {
		z-index:2;
	}
	#header .nav li.item7 {
		z-index:1;
	}
	
	
	#header .social-services {
		float:right;
		padding:11px 0 0 0;
	}
		#header .social-services li {
			float:left;
			padding-left:12px;
		}
	
	
	
	
		
#header .row-2 {
	height:82px;
	background:#171514;
}
	#header .row-2 .container {
		border-bottom:4px solid #1f1e1c;
	}
		#header .row-2 .indent {
			padding:21px 0 14px 0;
			text-align:center;
		}

#header .row-3 {
	height:430px;
	background:#171514;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}


/*--- moving-boxes ---*/
#slider {
	width: 960px;
	position: relative;
	height:380px;
	padding-top:38px;
}

.scroll {
	overflow: hidden;
	width: 906px;
	margin: 0 auto;
	position: relative;
	height:380px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
  padding: 4px;
  width: 295px;
	
}

#left-shadow {
	position: absolute;
	top: -1px;
	left: 0;
	height:344px;
	width:264px;
	background:url(images/left-shadow.png) no-repeat 0 0;
}

#right-shadow {
	position: absolute;
	top: -1px;
	right: 0;
	background:url(images/right-shadow.png) no-repeat 0 0;
	height:344px;
	width:264px;
}


.inside {
	padding: 5px;
	background:#161616;
	box-shadow:0 0 0 #000;
	border:1px solid #292929;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 275px;
	margin:0 auto;
}

.inside h2 {
	color: #2982e6;
	font-size: 12px;
	padding:12px 0 0 12px;
	text-transform:uppercase;
}

.inside p {
	font-size: 13px;
	color: #636363;
	padding:0 0 0 12px;
	margin:0;
}
.inside a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.scrollButtons {
    position: absolute;
    top: 202px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}

/*===== content =====*/
#content .row-1 {
	background:#171514;
	width:100%;
}
	#content .row-1 .container {
		border-top:4px solid #1f1e1c;	
	}
	#content .indent {
		padding:41px 0 37px 0;
	}
	

#content .row-2 h3 {
	color:#171514;
	text-transform:uppercase;
}
#content .row-2 h6 {
	color:#c2c2c2;
}


.list1 li {
	background:url(images/arrow-1.gif) no-repeat 0 6px;
	padding:0 0 8px 28px;
	border-bottom:1px dotted #262626;
	margin-bottom:8px;
	vertical-align:top;
}
	.list1 li a {
		color:#4396e9;
		text-decoration:none;
	}
	.list1 li a:hover {
		color:#fff;
	}


.list2 li {
	border-bottom:1px dotted #c2c2c2;
	color:#c2c2c2;
	padding:0 0 2px 0;
	margin-bottom:2px;
}
	.list2 li a {
		color:#545454;
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#49a4ff;
	}


.list3 li {
	border-bottom:1px dotted #c2c2c2;
	width:100%;
	overflow:hidden;
	margin-bottom:2px;
	padding-bottom:2px;
	vertical-align:top;
}
	.list3 li a {
		color:#49a4ff;
		text-decoration:none;
		background:url(images/arrow2.gif) no-repeat 100% 7px;
		display:block;
	}
	.list3 li a:hover {
		color:#000;
	}


.help-block {
	padding:10px 0 5px 0;
}
.help-block dt {
	background:url(images/icon-phone.gif) no-repeat 0 4px;
	padding:0 0 40px 56px;
	font-size:33px;
	line-height:1.2em;
	color:#000;
	letter-spacing:-1px;
}
	.help-block dt strong {
		font-weight:bold;
	}


	.help-block dd {
		border:1px solid #ededed;
		color:#40a7ff;
		padding:4px 0 4px 12px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	.help-block dd:hover {
		border:1px solid #111;
		background:#40a7ff;
		color:#fff;
		box-shadow:2px 0 10px #999;
		-moz-box-shadow:2px 0 10px #999;
		-webkit-box-shadow:2px 0 10px #999;
		text-shadow:1px 1px 1px #000;
	}
		.help-block dd a {
			color:#40a7ff;
			text-decoration:none;
		}
		.help-block dd:hover a {
			color:#fff;
		}




/*===== footer =====*/
#footer {
	color:#171514;
}
	#footer .container {
		border-top:1px solid #ebebeb;
		padding:12px 0 15px 0;
	}
		#footer em {
			float:right;
			color:#b9b9b9;
			font-size:15px;
		}
		#footer a {
			color:#171514;
			text-decoration:none;
		}
		#footer a:hover {
			text-decoration:underline;
		}


#search-form {
	background:url(images/search-bg.gif) no-repeat 0 0;
	padding:0 0 34px 0;
}
#search-form fieldset {
	border:none;
}
	#search-form input.text {
		width:220px;
		border:none;
		padding:2px 0 2px 5px;
		color:#8d8d8d;
	}
	#search-form input.submit {
		width:31px;
		height:30px;
		border:none;
		background:none;
		cursor:pointer;
	}

/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form .field {
		overflow:hidden;
		height:26px;
	}
		#contacts-form label {
			float:left;
			width:70px;
		}
			#contacts-form input {
				float:left;
				width:205px;
				padding:0 0 0 5px;
			}
	
	#contacts-form textarea {
		width:205px;
		height:44px;
		padding:0 0 0 5px;
		overflow:auto;
		float:left;
	}
		#contacts-form .button {
			float:right;
			margin-left:15px;
		}
	
	#contacts-form .links {
		padding-top:22px;
	}

/*==========================================*/
