html {
	height: 100%;
	font-size: 16px;
	background-color: #000;
	}

body {
/*	height: 650px;*/
/*	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Quattrocento Sans', arial, serif; font-size: 68%;
	color: #ffffff;
	background: #000;
	padding-top: 65px;
	background: url(../img/body_back.png) no-repeat center 0px;
	}

#container {
	height: 680px;
	width: 945px;
	margin: 0px auto 0px auto;
	}



/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*--|HEADER|----------------------------------------------------------------------------------------------------------------------↓↓↓--*/

header {
	width: 945px;
	height: 80px;
	background: url(../img/header_back.png) no-repeat 0px 0px;
	}

h1 a {
	width: 200px;
	height: 80px;
	float: left;
	display: block;
	}


/*--|NAV|----------------------------------------------------------------------------------------*/

ul#nav {
	width: 390px;
	height: 80px;
	float: right;
	}
	
ul#nav li {
	top: 0;
	}

ul#nav li a {
	height: 80px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	ul#nav li a:hover, ul#nav li.active a {background-position: right -80px;}
	ul#nav li.home a {width: 69px; background-image: url(../img/header_menu_1.png);}
	ul#nav li.interior a {width: 79px; background-image: url(../img/header_menu_2.png);}
	ul#nav li.amenities a {width: 88px; background-image: url(../img/header_menu_3.png);}
	ul#nav li.pricing a {width: 72px; background-image: url(../img/header_menu_4.png);}
	ul#nav li.contact a {width: 82px; background-image: url(../img/header_menu_5.png);}



/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*--|MAIN|------------------------------------------------------------------------------------------------------------------------↓↓↓--*/

section#main {
	width: 945px;
	height: 510px;
	background-color: #1a1a1a;
	}


/*--|01· HOME|----------------------------------------------------------------------------↓↓↓--*/

section#main.home {
	width: 945px;
	height: 510px;
	background: url(../img/main_home_back.jpg) no-repeat right 0px #151515;
	}

section#login_access {
	width: 240px;
	height: 80px;
	float: right;
	}

section#login_access p {
	color: #bbbbbb;
	font-size: 1.2em;
	float: left;
	margin-left: 30px;
	margin-top: 32px;
	background: 81px 6px no-repeat url(../img/header_login_arrow.png);
	padding-right: 10px;
	}

#login_access_bot {
	width: 93px;
	height: 40px;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	background: 0px 0px no-repeat url(../img/header_login_access.png);
	}
	#login_access_bot:hover {background: 0px -40px no-repeat url(../img/header_login_access.png);}

section#login_form {
	width: 360px;
	height: 30px;
	float: right;
	margin-top: 25px;
	margin-right: 17px;
	padding-left: 20px;
	background: 0px 0px no-repeat url(../img/header_login_back.png?2);
	}

form#login {padding-top: 2px;}

label#login_label {
	font-size: 120%;
	float: left;
	padding-top: 8px;
	width: 55px;
	padding-left: 5px;
	}

input#login {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
	padding: 5px 0;
	border: none;
	background: none;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;*/
	}

#login_submit {
	width: 93px;
	height: 40px;
	cursor: pointer;
	float: left;
	border: none;
	margin-left: 4px;
	margin-top: -5px;
	background: 0px 0px no-repeat url(../img/header_login_access.png);
	}

#login_submit:hover {background: 0px -40px no-repeat url(../img/header_login_access.png);}

	
/*--|02· INTERIOR|------------------------------------------------------------------------↓↓↓--*/

section#main.interior {
	width: 945px;
	height: 510px;
	}
	section#main.interior_pic1 {background: url(../img/main_interior_back_01.jpg) no-repeat right 0px #151515;}
	section#main.interior_pic2 {background: url(../img/main_interior_back_02.jpg) no-repeat right 0px #151515;}
	section#main.interior_pic3 {background: url(../img/main_interior_back_03.jpg) no-repeat right 0px #151515;}
	section#main.interior_pic4 {background: url(../img/main_interior_back_04.jpg) no-repeat right 0px #151515;}

article#interior {
	width: 290px;
	height: 460px;
	float: left;
	margin: 0px;
	padding: 50px 20px 0px 15px;
	background: 0px 0px repeat-x url(../img/bg_txt.png);	
	background-color: #131313;
	}

article#interior h3 {
	font-size: 2em;
	margin-bottom: 20px;
	}

article#interior p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 12px;
	color: #cccccc;
	}

section#interior_data {
	width: 620px;
	height: 45px;
	float: right;
	margin-top: 446px;
	background: url(../img/main_contact_article_back.png) repeat 0px 0px;
	}

article#interior_data {
	float: left;
	width: 480px;
	height: 45px;
	}

section#interior_data p.interior {
	font-size: 1.4em;
	text-indent: 20px;
	margin-top: 14px;
	}

ul#interior_data_slider {
	float: right;
	width: 100px;
	height: 45px;
	}
	
ul#interior_data_slider li a {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
	background-color: #131313;
	}
	ul#interior_data_slider li a:hover, ul#interior_data_slider li.active a {background-color: #b3b3b3;}



/*--|03· AMENITIES|-----------------------------------------------------------------------↓↓↓--*/

section#main.amenities {
	height: 510px;
	}
	section#main.amenities_pic1 {background: url(../img/main_amenities_back_01.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic2 {background: url(../img/main_amenities_back_02.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic3 {background: url(../img/main_amenities_back_03.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic4 {background: url(../img/main_amenities_back_04.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic5 {background: url(../img/main_amenities_back_05.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic6 {background: url(../img/main_amenities_back_06.jpg) no-repeat 0px 0px #151515;}
	section#main.amenities_pic7 {background: url(../img/main_amenities_back_07.jpg) no-repeat 0px 0px #151515;}

article#amenities {
	width: 242px;
	height: 510px;
	float: right;
	}

h3#amenities {
	width: 232px;
	height: 31px;
	background: url(../img/main_contact_article_back.png) repeat 0px 0px;
	font-size: 1.5em;
	padding: 14px 0px 0px 10px;
	cursor: pointer;
	}

ul#amenities_data {
	width: 207px;
	height: 390px;
	background: url(../img/main_contact_article_back.png) repeat 0px 0px;
	padding: 14px 15px 0px 20px;
	margin-bottom: 10px;
	display: none;
	}

ul#amenities_data li {
	font-size: 1.3em;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
	}

ul#amenities_slider {
	width: 202px;
	height: 25px;
	background: url(../img/main_contact_article_back.png) repeat 0px 0px;
	padding: 15px 20px 0px 20px;
	position: absolute;
	top: 600px;
	}

ul#amenities_slider li a {
	width: 10px;
	height: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	background-color: #262626;
	}
	ul#amenities_slider li a:hover, ul#amenities_slider li.active a {background-color: #b3b3b3;}


/*--|04· PRICING|-------------------------------------------------------------------------↓↓↓--*/

section#main.pricing {
	background: url(../img/main_pricing_back.jpg) no-repeat 0px 0px #151515;
	height: 135px;
	padding-top: 375px;
	}

article#pricing {
	width: 255px;
	height: 107px;
	padding-left: 15px;
	padding-top: 18px;
	background: url(../img/main_contact_article_back_dark.png) repeat 0px 0px;
	float: right;
	}

article#pricing h3 {
	font-size: 1.9em;
	margin-bottom: 9px;
	margin-top: -5px;
	color: #dcdcdc;
	}

article#pricing p {
	font-size: 1.2em;
	color: #9c9c9c;
	line-height: 1.3em;
	}
	article#pricing p a {color: #FFF; text-decoration: none;}
	article#pricing p a:hover {text-decoration: underline}



/*--|05· CONTACT|-------------------------------------------------------------------------↓↓↓--*/

section#main.contact {
	background: url(../img/main_contact_back.jpg) no-repeat 0px 0px #151515;
	height: 110px;
	padding-top: 400px;
	}

article#contact {
	width: 255px;
	height: 82px;
	padding-left: 15px;
	padding-top: 18px;
	background: url(../img/main_contact_article_back_dark.png) repeat 0px 0px;
	float: right;
	}

article#contact h3 {
	font-size: 2em;
	margin-bottom: 11px;
	margin-top: -5px;
	color: #dcdcdc;
	}

article#contact p {
	font-size: 1.2em;
	color: #9c9c9c;
	line-height: 1.3em;
	}
	article#contact p a {color: #FFF; text-decoration: none;}
	article#contact p a:hover {text-decoration: underline}




/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*--|FOOTER|----------------------------------------------------------------------------------------------------------------------↓↓↓--*/

footer {
	width: 945px;
	height: 65px;
	}

footer h5 {
	width: 945px;
	height: 21px;
	color: #bcbcbc;
	text-indent: 15px;
	font-size: 1.1em;
	background-color: #131313;
	padding-top: 9px;
	/*box-shadow: 10px 4px 5px #131313;
    -webkit-box-shadow: 10px 4px 5px #131313;
    -moz-box-shadow: 10px 4px 5px #131313;*/
	}

footer h6 {
	width: 945px;
	height: 15px;
	color: #afa7a7;
	font-size: 1.1em;
	padding-top: 18px;
	text-indent: 5px;
	padding-bottom: 30px;
	}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*--|IE-WARNING|------------------------------------------------------------------------------------------------------------------↓↓↓--*/

#i_explorer{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30000;
	}

#i_explorer_overlay {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
	}

#i_explorer_content {
	position: absolute;
	z-index: 31000;
	height: 120px;
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	left: 50%;
	margin-left: -413px;
	top: 165px;
	background-color: #ffffff;
	padding-top: 48px;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 15px;
	border: 1px solid #69818c;
	}

#i_explorer_content p {
	font-size: 1.3em;
	color: #69818c;
	line-height: 1.875em;
	width: 650px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	#i_explorer_content p a {
		color: #006699;
		text-decoration: none;
		font-weight: bold;
		}

	#i_explorer_content p a:hover {
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
		background-color: #006699;
		padding-top: 2px;
		padding-right: 5px;
		padding-bottom: 2px;
		padding-left: 5px;
		margin-top: -2px;
		margin-right: -5px;
		margin-bottom: -2px;
		margin-left: -5px;
		}
	
	#i_explorer_content p.first {
		font-size: 2em;
		color: #006699;
		background-image: url(../img/ie_warning.png);
		background-repeat: no-repeat;
		background-position: left 15px;
		text-indent: 40px;
		margin-bottom: 10px;
		height: 60px;
		width: 60px;
		}

.error { 
		color: #FF4444; 
		font-size: 110%; 
		float: right;
		clear: right;
		margin-top: -15px;
		margin-right: 20px;
		}
