* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:.875em;
	color:#96938d;
	text-transform:uppercase;
}

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

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

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




/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.5625em;
	height:750px;
	position:relative;
}
.bg1 {
	background:url(images/bg1.jpg) no-repeat left top !important;
}
.bg2 {
	background:url(images/bg2.jpg) no-repeat left top !important;
}
.bg3 {
	background:url(images/bg3.jpg) no-repeat left top !important;
}
.bg4 {
	background:url(images/bg4.jpg) no-repeat left top !important;
}

#content {
	height:695px;
	position:relative;
}

#footer {
	height:55px;
	background:url(images/footer-bg.png) left top 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 35px 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:14px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:14px;
}
.p3 { 
	margin-bottom:21px;
}

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

h2 {
	font-size:1em;
	color:#fff;
	font-weight:normal;
	margin-bottom:30px;
}
	

.button { 
	float:left;
	background:#fff;
	color:#000;
	padding:5px 11px 5px 11px;
}
.button:hover {
	text-decoration:none;
	background:#666;
	color:#fff;
}



/*==================boxes====================*/
.box {
	background:url(images/png.png) left top;
	width:369px;
	height:566px;
	position:absolute;
	top:76px;
	right:52px;
}
	.box .inner { 
		padding:31px 26px 20px 26px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		color:#fff;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}


/*===== content =====*/
#content {
	
}

.logo {
	position:absolute;
	left:-30px;
	top:233px;
}

.nav {
	position:absolute;
	left:209px;
	top:0;
}
	.nav li {
		float:left;
	}
		.nav li a {
			width:151px;
			height:119px;
			background:url(images/nav-bg1.png) no-repeat left top;
			color:#8d8e8e;
			text-decoration:none;
			text-align:center;
			line-height:119px;
			margin-right:1px;
			display:block;
			margin-top:240px;
		}
		.nav li a:hover, .nav li a.current {
			background:url(images/nav-bg2.png) no-repeat left top;
			color:#fff;
			text-decoration:none;
		}
	
	.nav a.gallery{
		margin-top:0;
	}
		.nav li li {
			display:block;
			float:none;
		}
			.nav li li a {
				float:none;
				margin-top:0;
				padding-top:1px;
				background:none;
			}
			.nav li li a:hover {
				background:none;
			}
			

.list1 dt {
	padding-bottom:33px;
}
.list1 dd {
	padding-bottom:26px;
}



.list2 li {
	padding-bottom:4px;
}
			
/*===== footer =====*/
#footer .indent {
	padding:23px 0 0 28px;
	color:#82827b;
}
	#footer a {
		color:#f3f3e4;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	color:#fff;
	padding-bottom:32px;
}
	#contacts-form label { 
		display:block;
		height:40px;
	} 
		#contacts-form label input { 
			width:122px;
			padding:3px 0 3px 3px;
			color:#fff;
			background:#272a2d;
			border:1px solid #a4a4a4;
			text-transform:uppercase;
		}
		#contacts-form textarea {
			width:165px;
			height:93px;
			padding:3px 0 2px 3px;
			margin-bottom:15px;
			color:#fff;
			background:#272a2d;
			border:1px solid #a4a4a4;
			overflow:auto;
			text-transform:uppercase;
		}
		#contacts-form .col-1 { 
			width:143px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:171px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

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