@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans);
@import url(http://fonts.googleapis.com/css?family=Allura);
@import url(http://fonts.googleapis.com/css?family=Rosarivo);
/* 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, .noBG{
	background:none !important;
	border:none !important;
}
.pad_0{
	padding:0 !important;
}
/* Global properties ======================================================== */
body, html, .extra{
	height:100%;
	min-width:790px;
	min-height:800px;
}
body {
	overflow:hidden;
	border:0;
	font:13px/21px  Tahoma, sans-serif;
	color:#919191;
}
/* Global Structure ============================================================= */
.extra{
	overflow:hidden;
	margin-bottom:-70px;
}
.main {
	position:relative;
	width:780px;
	margin: 0 auto;
}
.page_spinner {
	position:fixed;
	background: url(../images/main_spinner.gif) 50% 50% no-repeat #070707;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#919191;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#fff;
}
h1 {
	padding:0 0 0 0;
}
h2 {
	font: 26px/26px 'Rosarivo', serif;
	color: #979797;
	text-transform:uppercase;
	padding-bottom:28px;
}
h3 {
	color: #d1d1d1;
	text-transform:uppercase;
	padding-bottom:5px;
}
p { 
	padding-bottom:21px;
}
.color1 {
	color:#fff;
}
/* ============================= header ====================== */
#logo {
	margin:0 auto;
	position:relative;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:350px;
	height:156px;
	background:url(../images/logo.png) 0 0 no-repeat;
}
/* ============================= menu ====================== */
header{
	width:780px;
	margin: 0 auto;
}
.menu{
	position:relative;
	padding-bottom:29px;
	left:-14px;
	width:809px;
	height:86px;
	text-align:center;
	background:url(../images/menu_plane.png) 0 0 no-repeat;
}
#menu{
	display:inline-block;
}
#menu > li {
	position:relative;
	float:left;
	margin: 22px 0;
	padding:1px 30px 2px 14px;
	background:url(../images/menu_separator.jpg) 100% 2px no-repeat;
}
#menu > li > a{
	position:relative;
	font:18px/18px 'Quattrocento Sans', sans-serif;
	color:#4f4f4f;
	text-transform:uppercase;
	text-decoration:none;
}
#menu > li > a span{
	position:absolute;
	top:-30px;
	width:100%;
	height:15px;
	background:url(../images/menu_selector.png) 50% 0 no-repeat;
}
.submenu_1 {
	position:absolute;
	display:block;
	top:40px;
	left:5px;
	padding: 16px 4px 4px;
	text-align:center;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px; 
	background-color:#2b2b2b;
	z-index: 5;
}
.submenu_1 li{
	position:relative;
	display:block;
	padding: 13px 0 4px;
	text-align:right;
	background:url(../images/submenu_stepline.png) 0 100% repeat-x;
} 
.submenu_1 a {
	display:inline-block;
	padding:0 20px 0 25px;
	color: #aba9a9;
	font:12px/12px 'Quattrocento Sans', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}
.submenu_1 li > a:hover {
	color:#fff;
}
.submenu_2 {
	position:absolute;
	top:-2px;
	left:114px;
	background:#404040;
	padding:2px 4px 4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
	z-index: 5;
}
.submenu_2 li{
	text-align:left;
}
.submenu_2 a {
	padding:0 30px 0 17px;
}
/* ============================= slider ====================== */
#slider{
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider li{
	position:relative;
}
#slider li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev, #next{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= slider1 ====================== */
#slider1 {
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider1 li{
	position:relative;
}
#slider1 li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider1 li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev1, #next1{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev1{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next1{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= slider2 ====================== */
#slider2 {
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider2 li{
	position:relative;
}
#slider2 li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider2 li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev2, #next2{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev2{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next2{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= slider3 ====================== */
#slider3 {
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider3 li{
	position:relative;
}
#slider3 li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider3 li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev3, #next3{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev3{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next3{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= slider4 ====================== */
#slider4 {
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider4 li{
	position:relative;
}
#slider4 li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider4 li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev4, #next4{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev4{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next4{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= slider5 ====================== */
#slider5 {
	position:relative;
	padding:66px 0 0 172px;
	width:554px;
	height:464px;
	background:url(../images/slider_plane.png) 0 0 no-repeat;
}
#slider5 li{
	position:relative;
}
#slider5 li a > span{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/slider_hover.png) 0 0 no-repeat;
}
#slider5 li a > div{
	position:absolute;
	width:100%;
	font:30px/30px 'Allura', cursive;
	color:#bababa;
	text-decoration:none;
	text-align:center;
	bottom:40px;
}
#prev5, #next5{
	position:absolute;
	top:243px;
	width:48px;
	height:46px;
}
#prev5{
	left:0;
	background:url(../images/prev_arr.png) 0 0 no-repeat;
}
#next5{
	right:0;
	background:url(../images/next_arr.png) 0 0 no-repeat;
}

/* ============================= content ====================== */

#content{
	padding-top:4px;
	width:100%;
}
#content > ul {
	position:relative;
	width:726px;
	height:450px;
	margin:0 auto;
}
#content > ul > li {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) 0 66px no-repeat;
}
#content > ul > li > span{
	position:absolute;
	left:-163px;
	top:0;
	width:1052px;
	height:530px;
	background:url(../images/page_plane.png) 0 0 no-repeat;
	z-index:-1;
}
#content > ul > li > a{
	position:absolute;
	top:41px;
	right:-30px;
	width:27px;
	height:27px;
	background:url(../images/close_btn.png) 0 0 no-repeat;
}
.contPad{
	width:326px;
	padding:135px 77px 0 323px;
}
.line{
	width:100%;
	margin:4px 0 19px;;
	border-top:1px solid #3a4752;
}
.link {
	overflow:hidden;
	position:relative;
	display:inline-block;
	padding:4px 5px 3px 35px;
	font:20px/20px 'Quattrocento Sans', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/link_pic.png) 0 0 no-repeat;
	z-index:1;
}
.link span{
	position:absolute;
	top:0;
	left:16px;
	height:100%;
	background-color:#252f35;
	z-index:-1;
}
.more{
	display:inline-block;
	width:10px;
	height:21px;
	background:url(../images/more_arr.png) 2px 8px no-repeat;
}
.moreLink{
	text-decoration:none;
	color:#d1d1d1;
	font-weight:bold;
}
.moreLink:hover{
	text-decoration:underline;
}
.padBot1{
	padding-bottom:16px;
}
.google_map{
	margin:-8px 0 13px;
	float:left;
    width: 324px;
    height: 150px;
    background: #fff;
}
.address > span{
	color: #d1d1d1;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
}
.address p{
	padding-top:5px;
	width:185px;
}
.mailLink{
	text-decoration:none;
}
/* ============================= lists ====================== */
.contentSlider{
	overflow:hidden;
	margin-top:-8px;
}
.contentSlider li{
	width:150px;
	float:left;
	padding-right:25px;
}
.contentSlider li img{
	padding-bottom:13px;
}
.contentSlider li h3{
	padding-bottom:0px;
}
.prev_slide, .next_slide{
	display:block;
	float:right;
	margin-left:10px;
	width:27px;
	height:27px;
}
.prev_slide{
	background:url(../images/prev_slide.png) 0 0 no-repeat;
}
.next_slide{
	background:url(../images/next_slide.png) 0 0 no-repeat;
}
/* ============================= footer ====================== */
footer{
	position:relative;
	text-align:center;
	font-size:11px;
	color:#5c5c5c;
	text-transform:uppercase;
	z-index:5;
}
footer a{
	text-decoration:none;
	color:#5c5c5c;
}
footer ul{
	padding-top:9px;
}
footer ul li{
	display:inline-block;
	padding-right:1px;
}
#icon1, #icon2{
	display:block;
	width:22px;
	height:22px;
}
#icon1{
	background:url(../images/icon1.png) 0 0 no-repeat;
}
#icon2{
	background:url(../images/icon2.png) 0 0 no-repeat;
}