* {
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/body-bg.jpg) center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#000;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:right;
}
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 {
	float:left;
	width: 630px;
}

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

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



/*==== GLOBAL =====*/
#main {
	width:950px; 
	margin:0 auto;
	font-size:.8125em;
}

#header {
	height:549px;
	background:#fff;
}
#content {
	background:url(images/content-bg.gif) no-repeat left bottom #fff;
	width:100%;
}
	#content .aside {
		float:left;
		width:210px;
		margin-right:30px;
	}
	#content .mainContent {
		float:left;
		width:600px;
		padding-top:12px;
	}


/*---- tailings ----*/
.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:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

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

h2 {
	font-size:28px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:22px;
	text-transform:uppercase;
}
h3 {
	font-size:1em;
}

.link1 { 
	font-size:1.33em;
}

.line-hor { 
	background:#e2e2e2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 30px 0;
}
.line-ver, .line-ver1 { 
	background-image:none; 
	background-repeat:repeat-y;
	width:100%;
}


.address {
	padding-top:8px;
}
	.address dt {
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:87px;
		}


/*===== header =====*/
#header .row-1 {
	height:82px;
	background:url(images/header-bg1.jpg) no-repeat left top;
	color:#fff;
	text-transform:uppercase;
}
	#header .row-1 .fleft {
		padding:54px 0 0 10px;
		font-size:.77em;
	}
	#header .row-1 .fright {
		padding:54px 15px 0 0;
	}
		#header .row-1 .fright .rss {
			color:#fff;
			text-decoration:none;
			text-transform:uppercase;
			background:url(images/rss.jpg) no-repeat right 0px;
			padding:0 21px 0 0;
			font-size:.91em;
		}
		#header .row-1 .fright .rss:hover {
			text-decoration:underline;
		}
#header .row-2 {
	height:121px;
	background:url(images/header-bg2.gif) no-repeat left top;
	padding:0 0 0 0;
}
	#header .row-2 .logo {
		padding:50px 0 0 0;
		float:left;
	}

#nav {
	float:right;
}
	#nav li {
		display:inline;
	}
		#nav li a {
			display:block;
			float:left;
			padding:89px 7px 6px 7px;
			font-size:1.1em;
			text-transform:uppercase;
			color:#000;
			text-decoration:none;
			margin-left:5px;
		}
		#nav li a:hover, #nav li a.current {
			color:#fff;
			background:#ffba00;
		}

#header .row-3 {
	height:346px;
	padding:0 0 0 15px;
	position:relative;
}


.slides-nav {
	position:absolute;
	background:#000;
	bottom:20px;
	right:35px;
	padding:4px 8px 0 0;
	overflow:hidden;
}
	.slides-nav dt {
		float:left;
		font-size:17px;
		color:#fff;
		width:340px;
		line-height:1.2em;
		padding-left:12px;
	}
		.slides-nav dt span {
			color:#ffba00;
		}
	.slides-nav dd {
		float:left;
		padding-left:3px;
		display:block;
		padding-top:3px;
	}


/*===== content =====*/
#content .inside {
	padding:15px 15px 95px 15px;
}
	#content .inside1 {
		padding:15px 15px 95px 15px;
	}
	#content .aside ul li {
		padding-bottom:3px;
		font-size:1.3em;
		line-height:1.2em;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}
		#content .aside ul li a {
			display:block;
			background:#000099;
			color:#fff;
			text-decoration:none;
			padding:5px 0 6px 20px;
		}
		#content .aside ul li a:hover {
			background:#000099;
			color:#fff;
		}
	
	#content .mainContent ul {
		padding-bottom:14px;
	}
		#content .mainContent ul li {
			background:url(images/arrow1.gif) no-repeat left 4px;
			padding:0 0 9px 18px;
		}

.list {
	padding-bottom:10px;
}
	.list dt {
	font-size:1.15em;
	color:#FFFFFF;
	text-transform:uppercase;
	width:127px;
	text-indent:7px;
	padding:6px 0 4px 0;
	overflow:hidden;
	margin-bottom:12px;
	background-color: #000099;
	}
	.list dd {
		padding-bottom:20px;
	}

/*===== footer =====*/
#footer, #footer .row-2 a {
	color:#fff;
	text-decoration:none;
}
#footer .row-1 {
	padding:30px 0 27px 18px;
}
#footer dl {
	float:left;
	width:210px;
	margin-right:24px;
}
	#footer dl dt {
		color:#fff;
		font-weight:bold;
		border-bottom:1px dashed #4f4b46;
		margin-bottom:6px;
		padding-bottom:3px;
	}
	#footer dl dd {
		padding-bottom:3px;
		background:url(images/bull-3.gif) no-repeat 3px 7px;
		padding:0 0 3px 16px;
	}
		#footer dl dd a {
			color:#777470;
			text-decoration:none;
		}
		#footer dl dd a:hover {
			color:#fff;
		}

#footer .row-2 {
	font-size:.91em;
	padding:6px 0 8px 21px;
	background:#000;
}
	#footer .row-2 a:hover {
		text-decoration:underline;
	}

/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:42px;
	} 
		#contacts-form label input { 
			width:192px;
			padding:0 0 0 3px;
			color:#000;
		}
		#contacts-form textarea {
			width:192px;
			height:205px;
			padding:0 0 0 3px;
			margin-bottom:15px;
			color:#000;
			overflow:auto;
		}
/*==========================================*/

