@import url(http://fonts.googleapis.com/css?family=Sansita+One);
/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.box {
	overflow:hidden;
}
.clear {
	clear:both;
	width: 100%;
}
.relativePos{
	position:relative;
}
.last{
	border:none !important;
}
.pad_0{
	padding:0 !important;
}
/* Global properties ======================================================== */
body, html, .extra{
	width:100%;
	height:100%;
	min-width:980px;
	min-height:820px;
}
body {
	overflow:hidden;
	border:0;
	font:11px/16px "Trebuchet MS", Arial, sans-serif;
	color:#5a5c6c;
	background-color:#04001d;
}
/* Global Structure ============================================================= */
.extra{
	position:relative;
	overflow:hidden;
}
.main {
	position:relative;
	width:980px;
	height:720px;
	margin: 0 auto;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #04001d;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#5a5c6c;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#fff;
}
h1 {
	display:inline-block;
	padding:0 0 0 0;
	margin: 212px 0 0 180px;
	width:293px;
	height:253px;
	background:url(../images/logo_bg.png) 0 0 no-repeat;
}
h2 {
	font: 30px/32px 'Sansita One', cursive;
	color:#fff;
	letter-spacing:-1px;
	padding-bottom:28px;
}
h3{
	font:11px/16px "Trebuchet MS", Arial, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
p {
	padding-bottom:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.color1 {
	color:#5d5d5c;
}
/* ============================= header ====================== */
header{
	position:relative;
	width:100%;
	height:253px;
	padding-bottom:32px;
}
#logo{
	position:absolute;
	top:-212px;
	left:167px;
	width:650px;
	height:650px;
	background:url(../images/logo_grad.jpg) 0 0 no-repeat;
	z-index:0;
}
#logo a {
	margin:113px 0 0 44px;;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:199px;
	height:60px;
	background:url(../images/logo.png) 0 0 no-repeat;
}

/* ============================= menu ====================== */
#menuLeft{
	position:relative;
	margin-left:-22px;
	width:344px;
	float:left;
}
#menuRight{
	position:relative;
	width:344px;
	float:right;
}
.menu{
	position:relative;
	top:115px;
	z-index:5;
}
.menu > ul > li {
	position:relative;
	float:left;
	width:172px;
	text-align:center;
}
.menu > ul > li > a{
	font: 36px/40px 'Sansita One', cursive;
	letter-spacing:-2px;
	text-decoration:none;
}

.submenu {
	position:relative;
	display:inline-block;
	width:116px;
	top:18px;
	padding:26px 14px;
	text-align:center;
	
		background: #11142e; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTQyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDIxNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #11142e 0%, #1d2144 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#11142e), color-stop(100%,#1d2144)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #11142e 0%,#1d2144 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #11142e 0%,#1d2144 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #11142e 0%,#1d2144 100%); /* IE10+ */
	background: linear-gradient(top,  #11142e 0%,#1d2144 100%); /* W3C */
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	z-index: 5;
	

}
.submenu li{
	display:block;
	padding: 4px 0;
	border-bottom: 1px solid #282b46;
} 
.submenu a {
	display:inline-block;
	color: #393d5b;
	font: 16px/16px 'Sansita One', cursive;
	text-decoration:none;
}
.submenu li > a:hover {
	color:#fff;
}
/* ============================= splash ====================== */
#splash{
	position:absolute;
	width:1200px;
	height:1200px;
	top:-1200px;
	left:0;
	background:url(../images/splash_grad.jpg) 0 0 no-repeat;
	z-index:5;
}
#splash > div{
	position:relative;
	margin: 338px 0 0 285px;
	width:635px;
	height:545px;
	background:url(../images/splash_logo_bg.png) 0 0 no-repeat;
}
#splash > div > span{
	position:absolute;
	width:651px;
	height:556px;
	top:-5px;
	left:-8px;
	background:url(../images/splash_logo_hover.png) 0 0 no-repeat;
}
#splash > div > a{
	position:relative;
	display:inline-block;
	margin:253px 0 0 120px;
	width:368px;
	height:90px;
	background:url(../images/splash_logo.png) 0 0 no-repeat;
	z-index:3;
}
/* ============================= content ====================== */
#content{
	height:449px;
}
#content > ul {
	position:relative;
}
#content > ul > li {
	position:absolute;
	width:980px;
	height:449px;
	left:0;
	background:url(../images/page_plane.png) 0 0 no-repeat;
}
.contPad{
	padding:48px 20px 20px;
	width:940px;
}
.link{
	position:relative;
	letter-spacing:1px;
	margin:25px 0 0 -8px;
	display:inline-block;
	padding: 5px 8px;
	font: 10px/10px 'Sansita One', cursive;
	color:#fff;
	text-decoration:none;
	z-index:2;
}
.link span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#193981;
	z-index:-1;
}
.imgList{
	overflow:hidden;
}
.imgList li{
	position:relative;
	float:left;
	padding:0px 3px 3px 0;
}
.imgList li span{
	position:absolute;
	width:127px;
	height:127px;
	top:0;
	left:0;
	background:url(../images/imgList_hover.png) 0 0 no-repeat;
}
.marBot{
	margin-bottom:7px;
}
.imgIndent1{
	padding-bottom:26px;
}
.imgIndent2{
	padding-bottom:16px;
}
.listWithMarker{
	position:relative;
	width:255px;
	padding:6px 0 15px;
	z-index:2;
}
.listWithMarker li {
	position:relative;
	display:block;
	margin-top:4px;
	text-indent:15px;
	height:25px;
	border-bottom:1px solid #191c33;
	background:url(../images/listMarker.png) 0 0 no-repeat;
}
.listWithMarker li a {
	display:inline-block;
	padding-top:2px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.listWithMarker li a span{
	position:absolute;
	top:0;
	left:10px;
	height:19px;
	margin-top: 1px;
	background-color:#193981;
	z-index:-1;
}
.dlList{
	padding-top:8px;
	width:268px;
}
.dlList p{
	clear:both;
	width: 100%;
}
.dlList span{
	margin-top:-6px;
	display:inline-block;
	width:25px;
	height:19px;
	background:url(../images/quote.png) 0 0 no-repeat;
}
.dlList a{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:22px;
	color:#fff;
	text-decoration:none;
}
.dlList a:hover{
	text-decoration:underline;
}
.google_map{
	float:left;
    margin-right: 22px;
    width: 320px;
    height: 300px;
    background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.address {
	float:left;
	width:195px;
}
.address > span{
	display:block;
	padding-bottom:15px;
	width:135px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
.address > p{
	padding-bottom:33px;
}
.address a, .mailTo{
	color:#fff;
}
.address a:hover, .mailTo:hover{
	color:#4a4f75;
}
.mailTo{
	text-transform:uppercase;
	font-weight:bold;
}
/* ============================= slider ====================== */
#slider{
	width:940px !important;
	height:260px;
}
#slider li{
	position:relative;
	width:286px;
	float:left;
	padding-right:39px;
}
#slider li a{
	display:block;
	margin-bottom:16px;
}
#slider li a span{
	position:absolute;
	width:286px;
	height:157px;
	background:url(../images/pic_hover.png) 0 0 no-repeat;
}
.prev{
	float:left;
}
.next{
	float:right;
}
/* ============================= footer ====================== */
footer {
	position:relative;
	padding-top:33px;
	font-size:11px;
	line-height:19px;
	color:#504d61;
	text-transform:uppercase;
	text-align:center;
	z-index:5;
}
footer a{
	text-decoration:none;
	color:#504d61;
}
#footerList li{
	display:inline;
}
/* ============================= forms ============================= */
#form1 {
}
#form1 input {
	margin:0;
	border:1px solid #a1a2a3;
	background-color:#fff;
	padding:8px 0 8px 15px;
	width:195px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #a1a2a3;
	background-color:#fff;
	padding:8px 0 5px 15px;
	width:283px;
	height:124px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:11px;
	color:#5a5c6c;
}
.btns a{
	margin:8px 0 0 5px;
}
/* Form defaults */
input, select, textarea {
	font:11px/11px "Trebuchet MS", Arial, sans-serif;
	color: #484c51;
	font-weight:bold;
}
