/* 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:#222222; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#a3a2a2;
	min-width:980px;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:980px;
	font-size:.75em;
	margin-top:-174px;
}

	/* Header */
	header{
		height:728px;
		position:relative;
	}
	
	/* Content */
	section#content {
		float:left;
		width:675px;
		padding-top:44px;
	}
	
	/* Sidebar */
	aside {
		width:262px;
		float:left;
		margin:-96px 43px 0 0;
		position:relative;
		z-index:3;
		color:#fff;
		background:url(../images/bg-tail.gif) repeat-x left top #780217;
	}
			
	/* Footer */
	footer {
		font-size:.92em;
		height:102px;
		text-transform:uppercase;
	}




/* 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;
}

.container {
	width:100%;
	padding-bottom:38px;
}


/*---- tailings ----*/
.tail-top { 
	background:#161515;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}


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

.news {
	width:100%;
	overflow:hidden;
}
.news li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:20px;
	margin-bottom:22px;
	background:url(../images/line-hor.png) repeat-x left bottom;
}
	.news li a {
		text-decoration:none;
	}
		.news li strong {
			text-transform:uppercase;
			color:#fff;
			display:block;
			font-size:1.08em;
			background-color:#f09b0b;
			padding:6px 0 6px 11px;
		}
		.news li a {
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			line-height:1.667em;
			display:block;
			padding-top:8px;
		}
		.news li a:hover {
			color:#000;
		}
			.news li a img {
				position:relative;
				top:5px;
			}

.list {
	padding-bottom:20px;
}
	.list li {
		padding:0 0 4px 11px;
		background-repeat:no-repeat;
		background-position:0 3px;
		background-image:url(../images/marker1.gif);
	} 
	.list.extra li {
		background-image:url(../images/marker2.gif);
	}
			.list li a {
				text-transform:uppercase;
				color:#faac09;
				text-decoration:none;
				font-weight:bold;
				font-size:1.08em;
			}
			.list.extra li a {
				color:#c20526;
			}
			.list li a:hover {
				color:#fff;
			}

.list1 {
	width:100%;
	overflow:hidden;
}			
	.list1 li {
		float:left;
		width:206px;
		line-height:1.667em;
		margin-right:28px;
		padding-bottom:30px;
	}
	.list1 li.alt {
		margin-right:0;
	}
	.list1 li h5 {
		padding-top:16px;
	}
	.list1 li a {
		font-size:1.08em;
		color:#faac09;
	}
	
.list2 {
	width:100%;
	overflow:hidden;
}
	.list2 li {
		float:left;
		width:159px;
		margin-right:13px;
	}
	.list2 li.last {
		margin-right:0;
	}
		.list2 li span {
			display:block;
			padding-top:22px;
		}
	
/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-indent1 {
	margin-bottom:20px;
}

.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:23px;
	line-height:1.667em;
}
	.img-box img { 
		float:left; 
		margin:0 31px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
	line-height:1.667em;
}
.p0 {
	margin:0;
	padding:0;
}

dl {
	line-height:1.667em;
}
	dl dt {
		color:#faac09;
	font-size:1.08em;
	font-weight:bold;
	line-height:1.5em;
	text-transform:uppercase;
}
	dl dd {
		padding-bottom:20px;
	}
	dl dd.last {
		padding:0;
	}
	
	.address dd span { 
		float:left;
		width:91px;
	}



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

h2 {
	font-size:24px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:22px;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	background-repeat:repeat-x;
	background-position:0 0;
	background-image:url(../images/title-tail-1.gif);
	padding:12px 0 7px 15px;
	margin-bottom:23px;
}
h3.style1 {
	background-image:url(../images/title-tail-2.gif);
}
h3.style2 {
	background-image:url(../images/title-tail-3.gif);
}
h5 {
	color:#faac09;
	font-size:1.08em;
	line-height:1.5em;
	text-transform:uppercase;
}
	h5.color1 {
		color:#c20526;
	}
	h5.style1 {
		margin-bottom:20px;
	}
h6 {
	font-size:1em;
	line-height:1.667em;
	margin-bottom:20px;
}


.link {
	font-size:14px;
	line-height:1.2em;
	color:#eaeaea;
	text-decoration:none;
}
.link:hover {
	color:#000;
}

.link1a {
	font-size:18px;
	line-height:1.2em;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#faa209;
	background-image:url(../images/button-tail.gif);
	padding:9px 11px 9px 11px;
}
.link1a.extra {
	background-image:url(../images/button-tail-1.gif);
	color:#fff;
}
	.link1a:hover {
		background:#fff;
		color:#000;
	}


.link1a_left {
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;
	color:#fff;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#faa209;
	background-image:url(../images/button-tail.gif);
	padding:9px 11px 9px 11px;
	width:190px;
}
.link1a_left.extra {
	background-image:url(../images/button-tail-1.gif);
	color:#fff;
}
	.link1a_left:hover {
		background:#fff;
		color:#000;
	}

	

.link1 {
	font-size:14px;
	line-height:1.2em;
	color:#161515;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
	background-repeat:repeat-x;
	background-position:0 0;
	background-color:#faa209;
	background-image:url(../images/button-tail.gif);
	padding:9px 11px 9px 11px;
}
.link1.extra {
	background-image:url(../images/button-tail-1.gif);
	color:#fff;
}
	.link1:hover {
		background:#fff;
		color:#000;
	}
	
	
.line-hor { 
	height:2px;
	background:url(../images/line-hor.png) repeat-x left top;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:12px 0 16px 0;
}


/*===== header =====*/
header #menu {
	height:72px;
	position:relative;
	z-index:3;
}
header #menu ul li {
float: left;
width: auto;
margin-right:20px;
margin-top:18px;
}
header #head {
	height:556px;
	top:-37px;
	position:relative;
	z-index:2;
}

/*===== content =====*/
#content .col-1 {
	width:316px; 
	margin-right:43px;
}
#content .col-2 { 
	width:316px;
}
#content .indent {
	padding-bottom:39px;
}

/*===== Sidebar =====*/
aside .inside {
	padding:24px 25px 40px 24px;
}
aside dl dt {
	color:#fff;
	font-size:1em;
	text-transform:none;
}

/*===== footer =====*/
footer .inside {
	padding:28px 0 0 0;
}
footer ul {
	width:100%;
	overflow:hidden;
	padding-bottom:8px;
}
	footer ul li {
		float:left;
		font-weight:bold;
		padding-right:22px;
		font-size:1.08em;
	}
		footer ul li a {
			color:#fff;
		}

footer a {
	color:#faa309;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}


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

#contacts-form .rowElem { 
	width:100%;
	overflow:hidden;
	height:26px;
}
#contacts-form .rowElem1 { 
	width:100%;
	overflow:hidden;
	margin-bottom:22px;
}
#contacts-form label {
	width:65px;
	display:block;
	float:left;
}
#contacts-form input {
	width:244px;
	display:block;
	float:left;
	padding:2px 0 2px 3px;
	height:16px; 
	background:#222121;
	color:#fff; 
	border:1px solid #a4a4a4;
}
#contacts-form textarea { 
	width:244px; 
	height:167px;
	overflow:auto;
	float:left;
	background:#222121;
	color:#fff;
	border:1px solid #a4a4a4; 
	padding:2px 0 2px 3px; 
}

/*==========================================*/