* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:981px;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 0 0 #000; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1.3125em;
	color:#fff;
}

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;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:981px;
	font-size:.875em;
}

#header {
	height:398px;
	overflow:hidden;
}
#content {
	padding:36px 0 0 265px;
}
	#content .aside {
		float:left;
		width:204px;
		margin-right:55px;
	}
	#content .mainContent {
		float:left;
		width:457px;
	}
#footer {
	padding:55px 0 45px 252px;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:22px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:21px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:21px;
}
.p3 { 
	margin-bottom:32px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#07b6fe; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:55px;
	line-height:1.2em;
	font-weight:normal;
	background:url(images/logo.gif) no-repeat 44px 0;
	padding:19px 0 0 0;
	letter-spacing:-2px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
	h1 a:hover {
		text-decoration:none;
	}
h2 {
	font-size:24px;
	line-height:20px;
	font-weight:normal;
	color:#fdf4b9;
	margin-bottom:30px;
	letter-spacing:-1px;
}
h3 {
	font-size:18px;
	line-height:1.2em;
	color:#00b4ff;
	font-weight:normal;
}

.contacts {
	line-height:24px;
}
	.contacts a {
		text-decoration:none;
	}
	.contacts a:hover {
		text-decoration:underline;
	}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}

.img-list {
	margin-bottom:-17px;
}
.img-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:17px;
}
	.img-list li a.img-wrap {
		float:left;
		border:7px solid #12171a;
		margin-right:20px;
	}
	.img-list li a.img-wrap:hover {
		border:7px solid #fff;
	}
	.img-list li h3 {
		padding-top:10px;
	}
		em a {
			font-size:12px;
			color:#fdf4b9;
			text-decoration:none;
		}
		em a:hover {
			text-decoration:underline;
		}


.list1 li {
	background:url(images/arrow1.gif) no-repeat 0 12px;
	padding:0 0 7px 14px;
}
	.list1 li a {
		color:#fff;
		text-decoration:none;
	}
	.list1 li a:hover {
		text-decoration:underline;
	}


/*===== header =====*/
#header .row-1 {
	height:109px;
	overflow:hidden;
}
	#header .row-1 .fright {
		padding:41px 48px 0 0;
	}
	#header .row-1 .top-link {
		background:url(images/marker1.gif) no-repeat 0 20px;
		padding:0 0 0 58px;
		font-size:38px;
		line-height:1.2em;
		color:#07b6fe;
		text-decoration:none;
		float:right;
		letter-spacing:-2px;
	}
	#header .row-1 .top-link:hover {
		color:#fff;
	}
#header .row-2 {
	padding:0 0 0 37px;
}
	#header .row-2 h2 {
		padding:53px 0 5px 0;
	}
	
	
		#header .nav li {
			font-size:16px;
			padding-bottom:11px;
		}
			#header .nav li span {
				padding-right:13px;
			}
			#header .nav li a {
				color:#00b4ff;
				text-decoration:none;
				border-bottom:1px dotted #656c70;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#fff;
				border-bottom:none;
			}


/*--- coin slider styles ---*/
.slider-wrap {border:9px solid #141a1e;}
.coin-slider { overflow: hidden; position: relative; background:#000; height:241px !important;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-prev, 
.cs-next { text-indent:-9999em;}

.cs-next {
	background:url(images/next.png) no-repeat 0 0;
	width:27px;
	height:22px;
	margin-right:11px;
	display:block;
}
.cs-prev {
	background:url(images/prev.png) no-repeat 0 0;
	width:27px;
	height:22px;
	margin-left:11px;
	display:block;
}
	

/*===== content =====*/
#content {
	
}

/*===== footer =====*/
#footer a {
	color:#fdf4b9;
	text-decoration:none;
}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:25px;
	}
	#contacts-form input {
		width:170px;
		border:1px solid #a4a4a4;
		padding:2px 0 2px 5px;
		color:#fff;
		background:#171212;
		display:block;
	}
	#contacts-form textarea {
		width:263px;
		background:#171212;
		border:1px solid #a4a4a4;
		padding:2px 0 2px 5px;
		color:#fff;
		overflow:auto;
		height:65px;
		margin-bottom:12px;
	}

	#contacts-form .col-1 {
		width:183px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:271px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}

/*==========================================*/
