* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/body-bg.gif) 0 104px repeat-x #8e0202;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#f5c5c5;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.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;
}




/*==== GLOBAL =====*/
#main, .container  {
	width:980px; 
	margin:0 auto;
	font-size:1.0625em;
	position:relative;
}
#main {
	padding-bottom:80px;
}

#header {
	height:104px;
	overflow:hidden;
	background:url(images/header-tail.gif) 0 0 repeat-x;
}
#content {
	padding:0 0 35px 0;
}
	#content .aside {
		float:left;
		background:#330101;
		width:255px;
		display:inline;
	}
	#content .aside.left {
		margin-right:20px;
	}
	#content .aside.right {
		margin-left:20px;
		margin-right:0;
	}
	
	#content .mainContent {
		float:left;
		width:705px;
	}
#footer {
	background:#4e0000;
	padding:6px 36px 6px 0;
	height:30px;

}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family: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:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#e91a1a; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:42px;
	color:#fff;
	line-height:48px;
}
	h1 strong {
		color:#f30000;
		display:block;
		font-size:52px;
	}
h2 {
	
}
h3 {
	font-size:18px;
	color:#fff;
	line-height:1.2em;
	text-indent:18px;
	font-weight:normal;
	margin-bottom:12px;
}
h4 {
	font-size:32px;
	color:#fff;
	line-height:1.2em;
	border-bottom:2px solid #980807;
	padding-bottom:10px;
	margin-bottom:20px;
}
h5 {
	
}
h6 {
	
}


.txt1 {
}
.txt2 {
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #2e0101;
	color:#fee7e7; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		line-height:40px;
		padding:0 20px;
		font-weight:normal; font-style:normal;
	}
	

.button { 
	background:url(images/button.gif) no-repeat 0 0;
	width:126px;
	line-height:43px;
	color:#fee7e7;
	font-size:17px;
	line-height:43px;
	position:absolute;
	left:461px;
	top:249px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0 #a7300b;
}
.button:hover {
	text-decoration:underline;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.jpg) 0 0 repeat-y;
	width:100%;
	font-size:17px;
	line-height:24px;
}
	.box .top {
		background:url(images/box-top.jpg) no-repeat 0 0;
	}
	.box .bot {
		background:url(images/box-bot.jpg) no-repeat 0 100%;
		width:100%;
	}
	.box .inner { 
		padding:30px 41px 68px 37px;
	}
		.box strong {
			font-size:18px;
		}
		
		.box h2 {
			font-size:28px;
			line-height:1em;
			color:#2d0101;
			position:relative;
			overflow:hidden;
			padding:0 0 13px 90px;
			background:url(images/line-hor.gif) 0 100% repeat-x;
			margin-bottom:24px;
		}
			.box h2 strong {
				color:#fff;
				display:block;
				font-size:44px;
			}
			.box h2 img {
				position:absolute;
				left:0;
				top:0;
			}
			
			

.address { 
	float:left;
}
	.address dt {
		margin-bottom:20px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			padding-right:5px;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:0;
	top:37px;
}

#header .nav {
	position:absolute;
	right:10px;
	top:61px;
}
	#header .nav li {
		float:left;
		background:url(images/divider.gif) no-repeat 0 0;
		padding:0 10px 0 10px;
	}
	#header .nav li.first {
		background:none;
		padding-left:0;
	}
		#header .nav li a {
			float:left;
			font-size:12px;
			text-decoration:none;
			color:#f2f6ed;
			font-weight:bold;
			background:url(images/nav-left.gif) no-repeat 0 0;
		}
			#header .nav li a span {
				float:left;
				background:url(images/nav-right.gif) no-repeat 100% 0;
				padding:0 21px 0 21px;
				line-height:30px;
				cursor:pointer;
			}
		
		#header .nav li a:hover, #header .nav li a.current {
			background:url(images/nav-left-act.gif) no-repeat 0 0;
		}
			#header .nav li a:hover span, #header .nav li a.current span {
				background:url(images/nav-right-act.gif) no-repeat 100% 0;
			}

/*===== content =====*/
#content .aside .inside {
	padding:26px 9px 25px 9px;
}
	
	#content .indent {
		padding:0 0 0 36px;
	}
	#content .section {
		padding:0 0 20px 0;
	}
	#content .section1 {
		padding:0 0 60px 0;
	}
	#content .indent1 {
		padding:14px 0 0 0;
	}
	#content .indent2 {
		padding:14px 0 0 60px;
	}
	
	
	.mainBanner {
		background:url(images/banner-bg.jpg) no-repeat 0 0;
		height:293px;
		margin-bottom:30px;
	}
		.mainBanner .indent {
			padding:126px 0 0 60px !important;
		}
	
	
	
	.list1 {
		padding-bottom:15px;
	}
	.list1 li {
		background:url(images/list-bg.gif) 0 0 repeat-x #610404;
		padding:10px 18px 12px 18px;
		font-size:14px;
		line-height:18px;
		margin-bottom:5px;
	}
		.list1 li a {
			color:#f5c5c5;
		}
		.list1 li h6 {
			font-size:11px;
			color:#e51717;
			font-weight:normal;
			width:100%;
			overflow:hidden;
			padding-bottom:4px;
		}
			.list1 li h6 a {
				display:inline-block;
				background:url(images/comment-bg.gif) no-repeat 0 0;
				color:#000;
				line-height:14px;
				text-align:center;
				width:18px;
				padding:0 4px 4px 0;
				text-decoration:none;
				float:left;
				position:relative;
				top:2px;
			}
			.list1 li h6 a:hover {
				color:#fff;
			}
	
	
	.list2 li {
		text-transform:uppercase;
		color:#f24725;
		font-size:11px;
		line-height:24px;
	}
		.list2 li a {color:#f24725; text-decoration:none;}
		.list2 li a:hover {color:#fff;}
	
	
	.img-list li {
		width:100%;
		overflow:hidden;
		padding-bottom:20px;
	}
		.img-list li img {
			float:left;
			margin-right:10px;
		}
		.img-list li a {
			color:#f24725;
			font-size:11px;
			line-height:18px;
			text-decoration:none;
			text-transform:uppercase;
		}
		.img-list li a:hover {
			color:#fff;
		}
	

/*===== footer =====*/
#footer {
	color:#e51717;
	font-size:14px;
}
	#footer a {
		color:#f5c5c5;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	font-size:12px;
	color:#f5c5c5;
}
	#contacts-form label {
		display:block;
		height:51px;
	}
	#contacts-form input {
		width:245px;
		background:none;
		border:1px solid #e91a1a;
		padding:2px 0 2px 5px;
		color:#fff;
	}
	#contacts-form textarea {
		width:275px;
		background:none;
		border:1px solid #e91a1a;
		overflow:auto;
		height:120px;
		padding:1px 0 1px 5px;
		margin-bottom:14px;
		color:#fff;
	}

	#contacts-form .col-1 {
		width:348px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:282px !important;
		margin:0 !important;
	}
	#contacts-form .link1 {
		float:right;
		margin-left:16px;
		font-size:17px;
	}
.inner_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}
.v{
	position:relative;
	float:left;
	padding-left:30px;
	}
.vlinks{
	position:relative;
	float:right;}

/*==========================================*/
