@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	text-align: center;
	background-image: url(../images/bckg_loop.gif);
	background-repeat: repeat;
	background-position: center top;
}
#minHeight {
	position: relative;
    height: 800px;
	width: 10px; 
	/*background-color: #FF0000;*/ 
	float: left;
}
#textContainer {
	position: relative;
    width: 730px; 
	float: left;
}
#container {
	position: relative;
	background-image: url(../images/bckg_content_loop.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 860px;
	height: 100%;
	min-height:100%;
}
html>body #container {
    height: auto;
}
#container_intro {
	position: relative;
	background-image: url(../images/bckg_intro_loop.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 860px;
	height: 100%;
	min-height:100%;
}
html>body #container_intro {
    height: auto;
}
#page {
	position: relative;
	text-align: left;
	padding: 0;
	left: 50px;
	top: 0px;
	width: 760px;
}
#menu_pos {
	position: absolute;
	left: 0px;
	top: 134px;
	width: 100%;
}
#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #99997a;
	left: 76px;
	bottom: 13px;
	z-index: 400;
}
#footer a:link, #footer a:visited {
	color: #666647;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#accueil {
	position: absolute;
	left: 230px;
	top: 324px;
	height: 20px;
	width: 500px;
	background-color: #1f5c99;
	z-index: 200;
}
#accueil, #accueil a:link, #accueil a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
#banner {
	position: absolute;
	left: 0;
	top: 10px;
	height: 90px;
	width: 860px;
	text-align: center;
	z-index: 300;
}


/*************************************
	Backgrounds
 *************************************/
#bckg_loop_gradient {
	position: absolute;
	background-image: url(../images/bckg_loop_gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 244px;
}
#bckg_cont {
	position: absolute;
	background-image: url(../images/bckg_content.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0px;
	bottom: 154px;
	width: 860px;
	height: 325px;
}
#bckg_top {
	position: absolute;
	background-image: url(../images/bckg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: 40px;
	top: 124px;
	width: 780px;
	height: 220px;	
}
#bckg_bottom {
	position: absolute;
	background-image: url(../images/bckg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: 40px;
	bottom: 0px;
	width: 780px;
	height: 154px;
}
#bckg_intro {
	position: absolute;
	background-image: url(../images/bckg_intro.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 0px;
	bottom: 154px;
	width: 860px;
	height: 325px;
}


/*************************************
	Text format
 *************************************/
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
h3 {
	font-size:12px;
	color:#808080;
	font-weight: normal;
	display:inline;
}
h4 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
h5 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
a:link, a:visited {
	color: #0059b3;
	text-decoration: none;
}
a:hover, a:active {
	/*color: #403939;*/
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #143D66;
	padding: 20px;
}
.textPos {
	padding: 324px 0 280px 230px;
}
.textTitle {
	width: 500px;
	height: 47px;
	background-image: url(../images/bckg_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.textTitlePadding {
	padding: 22px 0 0 20px;
}
.textTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #143D66;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
hr {
	margin: 0 0 15px 0;
	padding: 0;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.subMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 19px;
	margin: 0;
	padding: 0 0 20px 20px;
}
.subMenu li {
	list-style-image: url(../images/img_bullet.gif);
	margin: 0;
	padding: 0 0 0 2px;
	list-style-type: none;
}
.subMenu a:link, .subMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subMenu a:hover, .subMenu a:active {
	/*color: #00bfe5;*/
	text-decoration: underline;
}

/** - Page inc_brochures.php - **/
#brochures_img {
	float: left;
	margin: 0 20px 0 0;
}

/** - Page inc_destinations.php - **/
.hotels a:link, .hotels a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #001A33;
	text-decoration: none;
}
.hotels a:hover, .hotels a:active {
	text-decoration: underline;
}
#hotel_havane li {
	list-style-image: url(../images/img_hotel_havane.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_varadero li {
	list-style-image: url(../images/img_hotel_varadero.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_cayo_largo li {
	list-style-image: url(../images/img_hotel_cayo_largo.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_cienfuegos li {
	list-style-image: url(../images/img_hotel_cienfuegos.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_cayo_santa_maria li {
	list-style-image: url(../images/img_hotel_cayo_santa_maria.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_trinidad li {
	list-style-image: url(../images/img_hotel_trinidad.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_cayo_coco li {
	list-style-image: url(../images/img_hotel_cayo_coco.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_santa_lucia li {
	list-style-image: url(../images/img_hotel_santa_lucia.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_holguin li {
	list-style-image: url(../images/img_hotel_holguin.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#hotel_santiago li {
	list-style-image: url(../images/img_hotel_santiago.gif);
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}

/** - Page inc_destinations_hotel.php - **/
/*
#hotelTitle {
	position: relative;
	background-image: url(../images/img_hotel_havane_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 460px;
	margin: 0 0 20px 0;
	padding: 0;
}
*/
.hotelTitleName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 9px 0 0 0;
	text-indent: 25px;
}
#hotelLogos {
	position:absolute;
	right: 0;
	top: 0;
	height: 50px;
	background-image: url(../images/bckg_hotel_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	padding: 0 10px 0 2px;
}
#hotelLogosLB {
	height: 50px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8faecc;
	float: left;
}
#hotelStars {
	position:absolute;
	left: 25px;
	bottom: 12px;
}
#hotelLogosIMG {
	float: left;
}
#imgLarge {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 15px 0 10px;
	padding: 0;
}
#imgSmall {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 0 3px 0;
	padding: 0;
}

/*************************************
	Form format
 *************************************/
.input_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #acc9e5;
	border: 1px solid #FFFFFF;
	margin: 0;
	padding: 2px;
	width: 250px;
	height: 18px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #acc9e5;
	border: 1px solid #FFFFFF;
	margin: 0;
	padding: 2px;
	width: 250px;
	height: 114px;
}

form {
	margin: 0;
	padding: 0;
}
.form_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #143D66;
	margin: 0;
	padding: 0 10px 0 0;
	list-style:none;
	float: left;
}
.form_list li {
	min-height: 20px;
	padding: 0 0 4px 0;
}
