* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body {
	background: url(./splash.jpg) no-repeat 0% 0 #0c0c0c fixed;
	background-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#6e6e6e;

}

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:99%; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	position:absolute;
	left:0;
	top:0;
}
#content {
	padding:31px 0 0 0;
}
#footer {
	padding:4px 0 6px 0;
}


/*----- 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:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

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

h2 {
	font-size:2em;
	margin-bottom:5px;
}
h3 {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin-bottom:18px;
}



/*==================boxes====================*/
.box {
	background:#232323;
	font-size:12px;
	line-height:20px;
	overflow:hidden;
	max-width:780px
}
	.box .inner { 
		padding:40px 80px 40px 80px;
	}
		.box .wrap {
			width:620px;
		}


.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:90px;
	}


/*===== header =====*/
#header .logo {
	float:left;
	padding:18px 0 0 0;
}

#header .nav {
	float:left;
	padding:92px 0 0 13px;
}
	#header .nav li {
		float:left;
		padding-right:14px;
	}
		#header .nav li a {
			color:#6f6d6d;
			text-decoration:none;
		}
		#header .nav li a:hover, #header .nav li a.current {
			color:#fff;
		}
		
		

/*===== content =====*/
	
	.thumbs {
		width:100%;
		overflow:hidden;
	}
		.thumbs li {
			float:left;
			width:121px;
			height:121px;
			overflow:hidden;
			margin:0 3px 3px 0;
			display:inline;
			position:relative;
		}
		.thumbs li.first {
			margin-left:620px;
		}
			.thumbs li a {
				display:block;
				position:relative;
				width:121px;
				height:121px;
				overflow:hidden;
				z-index:1;
			}
				.thumbs li a img {
					display:block;
					position:relative;
					z-index:1;
				}
			
			.thumbs li span {
				display:block;
				width:121px;
				height:121px;
				position:absolute;
				left:0;
				top:0;
				z-index:10;
				cursor:default;
				background:url(./blank.gif) no-repeat 0 0;
			}
		

/*===== footer =====*/
#footer {
	color:#fff;
	text-align:center;
}
	#footer a {color:#6f6d6d; text-decoration:none;}
	#footer a:hover {text-decoration:underline;}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	padding-bottom:45px;
}
	#contacts-form label {
		display:block;
		height:35px;
	}
	#contacts-form input {
		width:170px;
		border:0;
		padding:6px 0 6px 8px;
		color:#6e6e6e;
		background:#101010;
	}
	#contacts-form textarea {
		width:420px;
		background:#101010;
		border:0;
		padding:6px 0 6px 5px;
		color:#6e6e6e;
		overflow:auto;
		height:85px;
		margin-bottom:12px;
	}

	#contacts-form .col-1 {
		width:192px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:184px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}

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