/* CSS Document */

/* global styles */
.errors{
	color: red;
	border: 2px solid red;
	background: #FFFFCC;
	padding: 3px;
	width: 450px;
}

.formError > *{
	border: 2px solid red;
	color: red;
}

form{
	margin: 0;
}

.padRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.padLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

a img {
	border:0;
}

.formHeader {
	font-weight:bold;
	font-size:16px;
	padding:5px;
	background-color:#333;
	text-align:center;
	border:1px solid #333;
}

.formBox {
	border:1px solid #333;
	padding:10px;
	background-color:#AAA;
	color:#000
}



/* index.html */
body {
	margin:0;
	padding:0px;
	padding-top:16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #4187dd;
	position:relative;
}

body #backgroundImage {
	width: 100%;
	z-index: -1;
	position:absolute;
	top:0;
	left:0;
}

#layoutContainer {
	width: 954px;
	margin: 0 auto;
	background: #000;
	border:1px solid #abe4f9;
	position:relative;
	color:#EFEFEF;
}

#footer {
	width: 954px;
	margin: 0 auto;
	font-size:10px;
	color:#fff;
}

#header {
	height:114px;
}

#header img {
	margin-left: 9px;
	margin-top: 6px;
}

#header .contact {
	position:absolute;
	top:15px;
	right:12px;
	color:#bababa;
	font-size:14px;
}

#menu {
	height:28px;
	border-bottom:1px solid #f6b32a;
}

#banner {
	height:425px;
	position:relative;
}

#banner .overlay {
	position:absolute;
	bottom:-30px;
	left:0;
	z-index:11;
}

#banner img.rotate {
	left:0;
	position:absolute;
	top:0;
	z-index:0;
	cursor:pointer;
}

#banner #sliderContainer {
	position:absolute;
	top:300px;
	left:0px;
	z-index:0;
	width:900px;
	height:200px;
	display:none;
}

#banner #slider {
	position:relative;
	height:50px;
	font-size:20px;
	background-image:url(/template/en/images/sliderBackground.png);
	background-position:right;
	color:#000;
	float:left;
	padding-left:20px;
	padding-right:100px;
	padding-top:20px;
}

#banner #thumbContainer {
	position:absolute;
	z-index:1;
	right:10px;
	top:10px;
	width:10px;
	height:350px;
}

.imgContainer {
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	right:-14px;
	background-color:#049bc6;
	cursor:pointer;
	border:1px solid black;
}

.slideContainer {
	position:relative;
	width:100px;
	height:45px;
	margin-bottom:10px;
	margin-left:-105px;
}

.slideHider {
	width:100px;
	height:45px;
	overflow:hidden;
	position:relative;
}

.slideContainer img {
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:45px;
}

#sidebar{
	float:left;
	width: 141px;
	padding:0px;
	vertical-align: top;
	position:relative;
}

#tools {
	position:absolute;
	top:0;
	left:15px;
	z-index:12;
}

#contentContainer {
	position:relative;	
}

#boxContainer {
	margin-top:10px;
	margin-bottom:20px;
}

#content{
	vertical-align: top;
	border-right:1px solid #55852d;
	float:left;
	width:750px;
	min-height:470px;
	margin-bottom:10px;
}

#contentInner {
	margin-top:40px;
	margin-left:27px;
	margin-right:27px;
}

.toolContainer {
	margin-bottom:10px;
	font-weight:bold;
	cursor:pointer;
}

.toolContainer img {
	margin-right:10px;
}

h1,h2,h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color:#fbb324;
	text-transform:uppercase;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #7cc142;
}

h1 + h2 {
	margin-top:0;
}

h3{
	font-size: 14px;
	color: #003399;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:link {
	color:#bed9fb;
}

a:visited {
	color:#bed9fb;
}

a:focus {
	
}

a:hover {
	color:#eaf2fd;
}

a:active {
	
}

#taf {
	width: 900px;
	border: 2px solid #5366AA;
	background: url(/template/en/images/content-top-bg-rpt.gif) #FEFEFE repeat-x;
	position: absolute;
	top: 360px; /* positioned relative to rightCol, bumps down below flash */
	right: 190px;
	z-index:100;
}

#tafOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index:90;
}

.divider {
	border-bottom:1px solid #55852D;
}



/* language_selector.html */

#language_selector img{
	border: 2px solid white;
}

#language_selector a.currentLang img{
	border: 2px solid #CC6600;
}

#language_selector a:HOVER img{
	border: 2px solid #CC6600;
}




/* sidebar.html */

div.sbHeading{
	background: #336666;
	color: white;
	font-weight: bold;
	border: 1px solid #003333;
	border-bottom: 0;
	padding: 4px;
}

div.sbBody{
	background: #DDE7E7;
	border: 1px solid #003333;
	padding: 4px;
}

div.sbBody form input{
	border: 1px solid #999999;
}

.highlight {
	color:#993300;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	line-height:14px;
}

.highlight a {
	color:#006eb5;
}

.highlight a:link {

}

.highlight a:visited {
	color:#006eb5;
}

.highlight a:focus {

}

.highlight a:hover {
	color:#429fdc;
}

.highlight a:active {

}

#content ul { 
	list-style-image:url(/template/en/images/bullet.png);
}

.infoBox {
	width:283px;
	float:left;
	margin-left:8px;
	padding-bottom:7px;
}

.infoBox img {
	float:left;
	border:3px solid #CCC;
	margin-left:8px;
}

.infoBox ul {
	float:left;
	width:140px;
	padding-left:18px;
	margin-bottom:0;
	margin-top:5px;
}

.infoBox .boxHeader {
	height:27px;
	font-weight:bold;
	padding-top: 7px;
	padding-left: 10px;
}

.infoBox#diveBox {
	background-color:#297fc8;
	border:12px solid #64ceeb;
}

.infoBox#diveBox .boxHeader {
	background-image:url(/template/en/images/box_dive_header.jpg);
	background-repeat:repeat-x;
}

.infoBox#spaBox {
	background-color:#7dc343;
	border:12px solid #b4ed84;
}

.infoBox#spaBox .boxHeader {
	background-image:url(/template/en/images/box_spa_header.jpg);
	background-repeat:repeat-x;
}

.infoBox#conferenceBox {
	background-color:#f6b32a;
	border:12px solid #fbd576;
}

.infoBox#conferenceBox .boxHeader {
	background-image:url(/template/en/images/box_conference_header.jpg);
	background-repeat:repeat-x;
}

.infoBox#reserveBox {
	background-color:#297fc8;
	border:12px solid #64ceeb;
	cursor:pointer;
}

.infoBox#reserveBox .boxHeader {
	background-image:url(/template/en/images/box_dive_header.jpg);
	background-repeat:repeat-x;
}

.infoBox a:link {
	color:#FFF;
	text-decoration:none;
}

.infoBox a:visited {
	color:#FFF;
	text-decoration:none;
}

.infoBox a:focus {
	
}

.infoBox a:hover {
	color:#FFF;
	text-decoration:underline;
}

.infoBox a:active {
	
}