@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

body {
	font-size:12px;
	padding:0;
	margin:0;	
}
.bg_home {
	background-attachment: fixed;
	background-image: url(../images/bg_home.jpg);
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size: cover;
}
.bg_rooms {
	background-attachment: fixed;
	background-image: url(../images/bg_rooms.jpg);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg_restaurant {
	background-attachment: fixed;
	background-image: url(../images/bg_restaurant.jpg);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg_wellness {
	background-attachment: fixed;
	background-image: url(../images/bg_wellness.jpg);
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#wrapper {
	height: 100%;
	width: 100%;
}
/* ============================== */
/* Header Definition              */
/* ============================== */
header {
	width: 100%;
	height:	155px;
	box-shadow: 0px -5px 20px 5px #000000;
	-webkit-box-shadow: 0px -5px 20px 5px #000000;
	-o-box-shadow: 0px -5px 20px 5px #000000;
	-ms-box-shadow: 0px -5px 20px 5px #000000;
	-moz-box-shadow: 0px -5px 20px 5px #000000;
	background-color:rgb(255,255,255);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}
/* ============================== */
/* Header inner Definition        */
/* ============================== */
header .header_inner {
	padding: 0px;
	height: 155px;
	width: 950px;
	margin: 0 auto;
}
header .header_inner .header_logo {
	width: 100%;
	padding: 20px 0 0 0;
}
header .header_inner .header_logo h1 {
	font-size: 38px;
	line-height: 1px;
	letter-spacing: -3px;
	margin: 0px;
	height: 70px;
	width: 469px;
	background-image: url(../images/goldenbeach.png);
	background-repeat: no-repeat;
}
header .header_inner .header_logo h1 a {
	display: block;
	height: 70px;
	width: 469px;
}
header .header_inner .header_logo h1 a span {
	text-indent: -9999px;
	display: block;
	visibility: hidden;
}
header .header_inner nav {
	height: 45px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .header_inner nav ul {
	background-color: #000000;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 950px;
	list-style-type: none;
	position: relative;
}
header .header_inner nav ul li {
	text-align: center;
	display: inline-block;
	float: left;
	height: 45px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .header_inner nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 110%;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255,255,255);
	width: 158px;
	padding-top: 10px;
	padding-right: 1.52em;
	padding-bottom: 6px;
	padding-left: 1.52em;
}
header .header_inner nav ul li a:hover, header .header_inner nav ul li.active a {
	color: rgb(255,255,255);
	width: 158px;
	background-color: rgb(90, 90,90);
	padding: 10px 1.52em 11px 1.52em;
}
/* ============================== */
/* Content Definition        */
/* ============================== */
section {
	height: 100%;
	width: 100%;
}
section article {
	padding: 0px;
	height: 100%;
	width: 950px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 550px;
}
section article .block {
	background-color: rgba(255,255,255,0.9);
	float: left;
	height: 100%;
	width: 300px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* Firefox v3.5+ */
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";


	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
section article .block.last {
	margin: 0;
}section article .block h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	line-height: 120%;
	font-weight: 400;
	color: rgb(255,255,255);
	background-color: rgba(180,180,180,1.00);
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
section article .block p {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: rgb(51,51,51);
	padding: 5px;
}
section article .block a {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
	color: rgb(255,255,255);
	background-color: rgb(180,180,180);
	float: right;
	padding: 10px;
}
section article .block a:hover {
	background-color: rgb(0,0,0);
}
section article .block_fullwidth {
	width: 950px;
	float: left;
	height:100%;
	margin: 0 25px 0 0;
	background-color:rgba(255,255,255,0.9);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#7e000000,Positive=true);
}
/* ============================== */
/* Footer Definition              */
/* ============================== */
footer {
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0px;
}
footer nav {
	background: rgb(90,90,90);
	margin: 0 auto;
	width:940px;
	height:45px;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 1px 3px rgba(0,0,0,0.55);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#8c000000,Positive=true);
}
footer nav ul {
	width: 100%;
	display: inline-block;
	position: relative;
	list-style-type: none;
	padding: 17px 0 0 0px;
	margin: 0;
	background-color: rgb(90,90,90);
}
footer nav ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:120%;
	float:left;
	color:rgb(255,255,255);
	text-align: center;
	display: inline-block;
	width: 250px;
}
footer nav ul li:first-child {
	width: 170px;
}
footer nav ul li a {
	color:rgb(255,255,255);
}
footer nav ul li a:hover {
	color:rgb(255,255,255);
	text-decoration:underline;
}
/* Restaurant */
section article .block_headline {
	background-color: rgb(180,180,180);
	width: 940px;
	padding: 0 5px 5px 5px;
	height: 45px;
	margin: 0 auto;
}
section article .block_headline h1 {
	font-family: "Open Sans", sans-serif;
	font-size: 21px;
	line-height: 120%;
	font-weight: normal;
	color: rgb(255,255,255);
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
section article .block_fullwidth.content {
	height: 100%;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
section article .block_fullwidth.content .left {
	float: left;
	height: 100%;
	width: 390px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
section article .block_fullwidth.content .left h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: normal;
	color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
}
section article .block_fullwidth.content .left ul {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: rgb(180,180,180);
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: square;
	position: relative;
}
section article .block_fullwidth.content .left ul li span {
	font-family: "Open Sans", sans-serif;
	color: rgb(51,51,51);
}
section article .block_fullwidth.content .left p {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: rgb(51,51,51);
	margin: 0px;
	padding: 10px 0 10px 0;
}
section article .block_fullwidth.content .right {
	padding: 0px;
	float: left;
	height: 100%;
	width: 500px;
}
section article .block_fullwidth.content .right #slideshow {
	position: relative;
	height: 350px;
}
section article .block_fullwidth.content .right #slideshow img {
	position: absolute;
	z-index: 8;
	left: 0px;
	top: 0px;
}
section article .block_fullwidth.content .right #slideshow img.active {
	z-index: 10;
}
section article .block_fullwidth.content .right #slideshow img.last-active {
	z-index: 9;
}
section article .tabs {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	position: relative;
}
section article .tabs li {
	display: inline;
	list-style-type: none;
}
section article .tabs li a {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	width:150px;
	height:35px;
	padding:10px 0 0 0;
	text-align:center;
	font-weight:normal;
	display:inline-block;
	background-color:rgb(180,180,180);
	color:rgb(255,255,255);
	text-decoration:none;
}
section article .tabs li a.active {
	color:rgb(90,90,90);
	font-size:21px;
	background-color:rgba(255,255,255,0.9);
	outline:none;
}
section article .block_fullwidth .tab_content {
	width: 910px;
	padding:20px;
	height:100%;
	margin:0 auto;
}
section article .block_fullwidth .tab_content .left {
	width: 500px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .left img {
	width: 500px;
	height:330px;
}
section article .block_fullwidth .tab_content .right {
	width: 370px;
	padding:0 0 0 20px;
	height:100%;
	float:left;
}
section article .block_fullwidth .tab_content .right h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:rgb(0,0,0);
	font-size:18px;
	line-height:150%;
	padding:0;
	margin:0;
}
section article .block_fullwidth .tab_content .right p {
	font-family: 'Open Sans', sans-serif;
	color:rgb(51,51,51);
	text-align:left;
	font-size:12px;
	line-height:150%;
	padding:10px 0 10px 0;
	margin:0;
}
section article .block_fullwidth .tab_content .right ul {
	font-size:12px;
	list-style-type:square;
	color:rgb(190,190,190);
	position:relative;
	margin:15px 0 0 15px;
	padding:0;
	line-height:150%;
}
section article .block_fullwidth .tab_content .right ul li span {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:rgb(51,51,51);
}
section article .block_fullwidth a {
	font-family: 'Open Sans', sans-serif;
	background: rgb(220,220,220);
	font-size: 21px;
	float:right;
	line-height:120%;
	margin:0 -20px 0 0;
	padding:10px;
	font-weight: normal;
	color:rgb(255,255,255);
}
section article .block_fullwidth a:hover {
	background-color: rgb(0,0,0);
}
