@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Anton);
/* 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 {
	margin:0 !important;
	padding:0 !important;
}
/* Global properties ======================================================== */
body, html {
	height: 100%;
}
body {
	overflow:hidden;
	background-color:#000;
	border:0;
	font:13px 'Droid Sans', Helvetica, sans-serif;
	color:#8d8d8d;
	line-height:21px;
	min-width:1010px;
	min-height:700px;
	
}
/* Global Structure ============================================================= */
.extra {
	overflow:hidden;
	height: 100%;
	min-height:700px;
	margin-bottom: -504px;
}
.main {
	position:relative;
	margin: 0 15px;
	width: 350px;
	height: 700px;
}
.page_spinner {
	position:absolute;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #080506;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
.gall_spinner {
	position:fixed;
	width:40px;
	height:40px;
	top:0;
	right:0;
	background: url(../images/plane.png) repeat;
}
.gall_spinner span {
	display:block;
	width:100%;
	height: 100%;
	background:url(../images/gallLoader.gif) 50% 50% no-repeat
}
/* ============================= main layout ====================== */
a {
	color:#757575;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#969592;
	text-decoration: underline;
}
h1 {
	padding:0 0 0 0;
}
h2 {
	font:56px 'Anton', Helvetica, sans-serif;
	color: #FFF;
	text-transform:uppercase;
	padding:14px 0;
	line-height:57px;
}
h3 {
	font:21px 'Oswald', Helvetica, sans-serif;
	line-height:36px;
	color: #FFF;
	padding-bottom: 4px;
	text-transform:uppercase;
}
h4 {
	font:18px 'Oswald', Helvetica, sans-serif;
	line-height:25px;
	color: #FFF;
	text-transform:uppercase;
	padding: 5px 0 10px;
}
p {
	padding-bottom:16px;
}
.color1 {
	color:#FFF;
}
/* ============================= header ====================== */
#logo {
	display:block;
	margin-top:20px;
	margin-left:0px;
	padding:20px;
	text-indent:-9999px;
	background:url(../images/logo.png) 0 0 no-repeat;
	width:350px;
	height:145px;
}
/* ============================= bgStretch ====================== */
#bgStretch {
	overflow:hidden;
	z-index:-1;
}
.thumbNav {
	position:relative;
	overflow:hidden;
	top: 10px;
	margin: 0 28px;
}
#bgSelector .prev, #bgSelector .next {
	position:absolute;
	top: 10px;
	width: 24px;
	height: 78px;
}
#bgSelector .prev {
	left: 0px;
	z-index:8;
	background:url(../images/prev_button.png) 0 0 no-repeat;
}
#bgSelector .next {
	right: 0px;
	z-index:8;
	background:url(../images/next_button.png) 0 0 no-repeat;
}
#bgSelector .prev span {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/prev_button.png) 0 0 no-repeat;
}
#bgSelector .next span {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/next_button.png) 0 0 no-repeat;
}
.thumbNav ul {
	float:left;
	padding-top: 10px;
}
.thumbNav li {
	padding-right:15px;
	float:left;
}
.thumbNav li a > span {
	position:absolute;
	width:126px;
	height: 78px;
	background:url(../images/thumb_hover.png)
}
/* ============================= menu ====================== */

#menu {
/*	display:none;*/
	position: absolute;
	bottom:200px;
	left:0px;
	padding: 30px 20px;
	width: 350px;
	height: auto;
	background:url(../images/plane.png) 0 0 repeat;
	z-index:77;
}
#menu > li {
	position:relative;
	text-align:center;
}
#menu > li > div {
	overflow:hidden;
	width:100%;
	height:100%;
}
#menu > li > div > a {
	overflow:hidden;
	position:relative;
	font: 26px 'Oswald', Helvetica, sans-serif;
	line-height: 36px;
	color:#FFF;
	padding: 0 11px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu > li > div > a > span {
	position:relative;
}
#menu > li > div > a > b {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	background-color: #FFF;
}
#menu > li > div > a > strong {
	position:absolute;
	top:-35px;
	left:0;
	width:100%;
	text-align:center;
	font-weight:normal;
	color:#000;
	text-shadow: 0px 0px 3px #000000;
}
.submenu_1 {
	position:absolute;
	top:-11px;
	left:179px;
	width:150px;
	background:url(../images/plane.png) repeat;
	padding:14px 0;
	z-index: 1;
}
.submenu_1 li {
	position:relative;
	text-align:center;
}
.submenu_1 li a {
	padding: 0 8px;
	color: #565656;
	font: 20px 'Oswald', Helvetica, sans-serif;
	line-height:32px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}
.submenu_1 li a:hover {
	color:#000;
	background-color:#FFF;
	text-shadow: 0px 0px 3px #000000;
}
.submenu_2 {
	position:absolute;
	top:-14px;
	left:100px;
	width:120px;
	background:url(../images/plane.png) repeat;
	padding:14px 0;
}
/* ============================= content ====================== */
#content {
	position:relative;
}
#content > ul {
	position:relative;
	overflow:hidden;
	height:380px;
}
#content > ul > li {
	box-shadow:none;
	position:absolute;
	width:100%;
	height:358px;
}
#content > ul > li > span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(../images/plane.png) 0 0 repeat;
	z-index:-1;
}
.description li {
	position:absolute;
	bottom:27px;
	right:32px;
	width:351px;
	height:auto;
	padding: 14px 31px 10px;
	color:#FFF;
	background: url(../images/plane.png) 0 0 repeat;
}
.contentPad {
	float:left;
	width:865px;
	height:279px;
	padding: 41px 28px 38px 62px;
}
.rBorder {
	background: url("../images/content_stepline.png") repeat-y scroll right 0 transparent;
	float: left;
	height: 100%;
	margin-right: 50px;
	padding-right: 50px;
	width: auto;
}
.more {
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	margin:6px 0 0 -11px;
}
.more > a {
	overflow:hidden;
	position:relative;
	font: 18px 'Oswald', Helvetica, sans-serif;
	line-height: 27px;
	color:#FFF;
	padding: 0 11px;
	text-decoration:none;
	text-transform:uppercase;
}
.more > a > span {
	position:relative;
}
.more > a > b {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	background-color: #FFF;
}
.more > a > strong {
	position:absolute;
	top:-35px;
	left:0;
	width:100%;
	text-align:center;
	font-weight:normal;
	color:#000;
	text-shadow: 0px 0px 3px #000000;
}
p a {
	text-decoration:underline;
}
p a:hover {
	color: #FFF;
}
.closeBtn {
	position:relative;
	float:left;
	display:block;
	top:9px;
	left: 7px;
	width:50px;
	height:50px;
	background:url(../images/close_btn.png) 0 0 no-repeat;
}
.slider li {
	overflow:hidden;
	float:left;
	padding:13px 16px;
	margin-right:26px;
	background-color: #303030;
	height:100% !important;
}
.slider li img {
	display:block;
	padding-bottom:9px;
}
.slider li a {
	font:18px 'Oswald', Helvetica, sans-serif;
	line-height:25px;
	color: #FFF;
	text-transform:uppercase;
}
.slider li a:hover {
	text-decoration:none;
	color:#8b8a8a;
}
#controls {
	position:absolute;
	overflow:hidden;
	top:35px;
	right: 0px;
}
#controls .prev {
	float:left;
	display:block;
	padding-right:9px;
	width:30px;
	height:30px;
	background:url(../images/arr_left.png) 0 0 no-repeat;
}
#controls .next {
	float:left;
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arr_right.png) 0 0 no-repeat;
}
.list1 li {
	font:18px 'Oswald', Helvetica, sans-serif;
	line-height:38px;
	text-transform:uppercase;
	margin-bottom:7px;
	background-color: #303030;
}
.list1 li a {
	display:block;
	color: #FFF;
	padding-left:19px;
}
.list1 li a:hover {
	color:#120e0e;
	background-color:#FFF;
	text-decoration:none;
}
.list2 li {
	float:left;
	margin-right:20px;
}
.list3 {
	overflow:hidden;
	padding: 15px 0;
}
.list3 li {
	float:left;
	margin-right:3px;
}
.list3 li a {
	display:block;
	width:25px;
	height:25px;
}
#icon1 {
	background:url(../images/icon_1.png)
}
#icon2 {
	background:url(../images/icon_2.png)
}
#icon3 {
	background:url(../images/icon_3.png)
}
#icon4 {
	background:url(../images/icon_4.png)
}
#icon5 {
	background:url(../images/icon_5.png)
}
#icon6 {
	background:url(../images/icon_6.png)
}
#icon7 {
	background:url(../images/icon_7.png)
}
.list4 {
	float:left;
	padding-right:50px;
}
.list4 li a {
	color:#FFF;
}
.address {
	padding-left: 19px;
	overflow:hidden;
	width: 170px;
}
.address a, .mailTo {
	color: #FFF;
	text-decoration:none;
}
.address a:hover, .mailTo:hover {
	color: #FFF;
	text-decoration:underline;
}
/* ============================= footer ====================== */
footer {
	position:relative;
	overflow:hidden;
	bottom:0px;
	width:100%;
	height: 124px;
}
#bgSelector {
	height:97px;
	background:url(../images/plane.png) 0 0 repeat;
}
#privacy {
	padding-left: 63px;
	height:27px;
	background:url(../images/footer_bg.jpg) 0 0 repeat-x;
	text-transform:uppercase;
	font-size: 10px;
	line-height: 28px;
	color:#575554;
}
#privacy a {
	color:#575554;
	text-decoration:none;
}
#privacy a:hover {
	color:#FFF;
	text-decoration:underline;
}
