@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lobster);
/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.box {
	overflow:hidden;
}
.clear {
	clear:both;
	width: 100%;
}
.last, .noBG{
	background:none !important;
	border:none !important;
}
.pad_0{
	padding:0 !important;
}
/* Global properties ======================================================== */
body, html, .extra{
	height:100%;
	min-width:950px;
	min-height:900px;
}
body {
	overflow:hidden;
	border:0;
	font:13px/21px 'Droid Sans', sans-serif;
	color:#fff;
}
/* Global Structure ============================================================= */
.extra{
	overflow:hidden;
	margin-bottom:-138px;
}
.main {
	position:relative;
	height:628px;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #1f1f1f;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.gall_spinner {
	position:fixed;
	width:30px;
	height:30px;
	top:32px;
	right:19px;
	background:url(../images/gallLoader.gif) 0 0 no-repeat;
	z-index:20;
}
/* ============================= main layout ====================== */
a {
	color:#e2d91e;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#e2d91e;
}
h1 {
	padding:0;
}
h2 {
	font:29px/26px 'Lobster', cursive;
	color: #fff;
	padding-bottom:24px;
}
h3 {
	font:13px/21px 'Droid Sans', sans-serif;
	color:#fff;
	font-weight:normal;
}
p { 
	padding-bottom:21px;
}
/* ============================= header ====================== */
header{
	height:87px;
	position:relative;
	z-index:15;
}
#logo {
	position:relative;
	margin:0 auto;
	width:246px;
	padding:70px 32px 93px;
}
#logo h1 > a{
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:246px;
	height:179px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
#logo > span{
	position:absolute;
	top:0;
	left:0;
	width:320px;
	height:320px;
	background:url(../images/logo_plane.png) 0 0 no-repeat;
	z-index:-1;
}
#logoHolder{
	position:absolute;
	width:100%;
}
/* ============================= menu ====================== */
.menu{
	display:block;
	width:100%;
	height:87px;
	background:url(../images/menu_plane.png) 0 0 repeat-x;
}
#menu{
	display:block;
	width:980px;
	margin:0 auto;
	padding-top:37px;
}
#menu > li {
	position:relative;
	float:left;
padding:1px 28px 2px 20px;
	background:url(../images/menu_separator.png) 100% 10px no-repeat;
}
#menu > li a{
	font:21px/21px 'Lobster', cursive;
	color:#fff;
	text-decoration:none;
}
.submenu_1, .submenu_2 {
	position:absolute;
	display:block;
	top:48px;
	left:0;
	width:108px;
	padding: 10px 0 15px;
	text-align:center;
	background-color:#1f1f1f;
	z-index: 5;
}
.submenu_1 li{
	position:relative;
	display:block;
	padding: 4px 0;
} 
.submenu_1 a {
	font-size:18px !important;
}
.submenu_1 li > a:hover {
	color:#e2d91e !important;
}
.submenu_2 {
	top:-10px;
	left:110px;
}
/* ============================= bg_gallery ====================== */
#bgNav{
	overflow:hidden;
	height:104px;
	text-align:center;
}
#bgNav ul{
	display:inline-block;
}
#bgNav li{
	position:relative;
	float:left;
	width:80px;
	height:80px;
	margin:0 -4px;
	font:41px/41px 'Lobster', cursive;
}
#bgNav li > a{
	display:block;
	padding-top:20px;
	height:60px;
	color:#fff;
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
}
#bgNav .active > a{
	color:#000;
}
#bgNav li > a:hover{
	color:#000;
}
#bgNav li > a > div, #bgNav li > a > span{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
}
#bgNav li > a > div{
	background:url(../images/gall_item.png) 0 0 no-repeat;
}
#bgNav li > a > span{
	background:url(../images/gall_item_hover.png) 0 0 no-repeat;
}
/* ============================= content ====================== */
#content{
	padding-top:182px;
}
#content > ul {
	position:relative;
	width:100%;
	height:543px;
}
#content > ul > li {
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/page_plane.png) 0 0 repeat-x;
}
#content > ul > li > div{
	position:relative;
	overflow:hidden;
	padding-top:20px;
	margin:0 auto;
	width:940px;
	height:450px;
}
#content > ul > li > div > a{
	position:absolute;
	width:34px;
	height:34px;
	right:0;
	top:17px;
	background:url(../images/close.png) 0 0 no-repeat;
}
.more, .list1 h3, .list2 h3, .list3 h3, .listWithMarker a, .mailLink span, footer a{
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
}
.more{
	display:inline-block;
	margin-top:0px;
	padding:0 1px;
	font:21px/23px 'Lobster', cursive;
	color:#fff;
	text-decoration:none;
}
.more:hover, .mailLink span:hover{
	color:#e2d91e;
}
.imgPad{
	padding-bottom:20px;
}
#table1 tr{
	height:28px;
	vertical-align:middle;
}
#table1 td{
	width:70px;
}
#table1 .firstCol{
	width:135px;
}
#table1 .lastCol{
	text-align:center;
	width:44px;
}
.google_map{
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
    width: 373px;
    height: 146px;
    background: #fff;
}
.address {
	padding-top:23px;
	width:230px;
}
.address > span{
	display:block;
	width:130px;
}
.mailLink{
	color:#828282;
}
.mailLink span{
	color:#fff;
}
/* ============================= lists ====================== */
.list1, .list2, .list3{
	overflow:hidden;
	margin-bottom:-4px;
}
.list1 li, .list2 li{
	width:415px;
}
.list1 li, .list2 li, .list3 li{
	overflow:hidden;
	float:left;
	padding-bottom:30px;
}
.list1 li > img, .list2 li > img, .list3 li > img{
	float:left;
	padding-right:27px;
}
.list1 li > p{
	display:inline;
}
.list1 li > p, .list2 li > p, .list3 li > p{
	padding:0;
}
.list1 li h3{
	display:inline;
}
.list1 li  h3:hover, .list2 li  h3:hover, .list3 li  h3:hover, .listWithMarker a:hover{
	color:#e2d91e;
}
.list2{
	margin-bottom:17px;
}
.list2 li, .list3 li{
	padding-bottom:16px;
}
.list2 li > img{
	padding-right:18px;	
}
.list3 li{
	width:430px;
	float:left;
	padding-right:40px;
}
.list3 li > img{
	padding-right:8px;	
}
.list4 {
	overflow:hidden;
}
.list4 li{
	float:left;
	width:220px;
	padding-right:6px;
}
.list4 li > img{
	padding-bottom:20px;
}
.listWithMarker li {
	display:block;
	padding-bottom:14px;
}
.listWithMarker li a {
	display:inline-block;
	padding:0 5px 0 24px;
	font:12px/12px 'Open Sans', sans-serif;
	color:#fff;
	text-decoration:none;
	background:url(../images/list_marker.png) 0 3px no-repeat;
}
/* ============================= footer ====================== */
footer > div{
	padding-top:8px;
	height:26px;
	color:#4d4f50;
	text-align:center;
	background:url(../images/footer_bg.png) 0 0 repeat-x;	
}
footer a{
	color:#4d4f50;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	border:1px solid #a7a8a8;
	background-color:#fff;
	padding:6px 0 7px 15px;
	width:279px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #a7a8a8;
	background-color:#fff;
	padding:6px 0 5px 15px;
	width:402px;
	height:106px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:44px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	color:#fff;
	text-transform:none;
}
.btns{
	float:right;
	padding:17px 40px 0 0;
}
.btns a{
	margin-left:15px;
}
/* Form defaults */
input, select, textarea {
	font:13px/18px 'Open Sans', sans-serif;
	color:#484c51;
}