@import url(http://fonts.googleapis.com/css?family=Mr+De+Haviland);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import "reset.css";
@import "fancybox.css";

body{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 940px;
 	min-height: 849px;
	background:#000811 url("../images/pattern-background.png");
	color: #6e6e6e;
	font: 13px "Droid Sans", sans-serif;
}
#wrapper{
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#spinner{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background:#000811 url("../images/webSiteLoader.gif") center no-repeat;
}
/*-------------header------------*/
header{
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 80px;
	background: url("../images/top-part.png") top left;
}
/*-------------logo------------*/
h1 > a{
	float: left;
	margin: -20px 69px 0 74px;
	width: 243px;
	height: 107px;
	background:url("../images/logo.png") no-repeat;
	text-indent: -9999px;
}
/*-------------Menu------------*/
nav{
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
nav > ul > li{
	display: inline-block;
	margin-right: 11px;
}
nav > ul > li>a{
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font: 16px "Arial", sans-serif;
}
nav > ul ul{
	position: absolute;
	z-index: 20;
	margin-left: -27px;
	padding: 20px 30px;
	background: #000;
	text-align: center;
}
nav > ul ul>li>a{
	display: block;
	margin: -14px 0;
	width: 62px;
	color: #fff;
	text-decoration: none;
	font: 35px "Arial", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
nav > ul ul>li>a:hover{
	color: #666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------Content-----------*/
section> ul{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	overflow: hidden;
	margin: -238px 0;
	width: 100%;
	height: 0px;
	background:url("../images/content-part.png") top left repeat-x;
}
section> ul>li{
	position: absolute;
	overflow: hidden;
	padding: 62px 0px 0 73px;
	width: 862px;
	height: 444px;
}
section> ul>li>img{
	float: left;
	padding-right: 29px;
}
.box_1{
	padding-left: 2px;
	width: 850px;
}
.box_1>h2{
	padding: 14px 0 21px 9px;
}
.box_1>p{	
	padding-bottom: 22px;
}
h2{
	padding: 14px 0 19px 0;
	color: #fff;
	font: 18px "Arial", sans-serif;
}
h3 {
	padding-bottom: 2px;
	color: #fff;
	font: 13px "Arial", sans-serif;
}
p {
	padding-bottom: 30px;
	color: ##666;	
	font: 13px "Arial", sans-serif;
	line-height: 20px;
}
.mailLink{
	color: #ad1e4d;
	text-decoration: none;	
	font: 13px "Arial", sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 20px;
}
.mailLink:hover{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more{
	display: inline-block;
	padding: 0 3px;
	height: 27px;
	color: #fff;
	text-decoration: none;
	font: 16px "Arial", sans-serif;
	line-height: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.more:hover{
	color: #8e8c8c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.close{
	position: absolute;
	top: 27px;
	left: 600px;
	width: 16px;
	height: 16px;
	background: url("../images/close.png") 0 0 no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.close:hover{
	background: url("../images/close.png") 0 -16px no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
/*---------gallery Page--------*/
#galleryHolder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#galleryHolder > ul > li{
	position: absolute;
	display: inline-block;
	width: 673px;
}
#galleryHolder > ul >li >a{
	display: block;
}
.imgOver{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000 url(../images/magnify.png) center no-repeat;
}
#next{
	position: absolute;
	left: 75px;
	z-index: 10;
	overflow: hidden;
	width: 31px;
	height: 84px;
	background: url(../images/part-button.png) no-repeat;
	top: 500px;
}
#next img{
	position: relative;
	top: 35px;
	left: 6px;
}
#prev{
	position: absolute;
	right: 75px;
	z-index: 10;
	overflow: hidden;
	width: 31px;
	height: 84px;
	background: url(../images/part-button.png) no-repeat;
	top: 500px;
}
#prev img{
	position: relative;
	top: 35px;
	left: -75px;
}
/*--------Contacts Page--------*/
.google_map{
	float: left;
	margin-right: 29px;
	width: 512px;
	height: 353px;
	border: 0;
	border-radius:0px;
	background: #fff;
}
.col{
	float: left;
	display: inline-block;
	width: 72px;
}
#contacts>ul{
	margin-top: -13px;
	
}
#contacts>ul>li{
	display: inline-block;
	margin-right: 3px;
}
/*----------Footer---------*/
footer{
	position: absolute;
	bottom: 0px;
	z-index: 10;
	padding: 18px 0 0 74px;
	width: 100%;
	height: 33px;
	background:#000811 url("../images/pattern-background.png");
}
footer a{
	color: #6e6e6e;	
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
footer a:hover{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
