/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-image:url(../images/defaults/bg.jpg);
}

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

h1{
	/*font-size:25px;x
	color:#432300;x*/
	font-size:25px;
	color:#BA4605;
	padding:8px 0;
}
h2{
	/*font-size:24px;x
	color:#BA4605;x*/
	font-size:22px;
	color:#4F0000;
	padding:8px 0;
}
h3{
	/*font-size: 21px;x
	color:#4F0000;x*/
	font-size: 18px;
	color:#432300;
	padding:8px 0;
}
h4{
	/*color:#BB4605;*/
	color:#7ea24d;
	font-size:12px;
	padding:8px 0;
}
p{
	font-size: 12px;
	color:#432300;
}
a {
	color:#BB4605;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}	
a:hover{
	text-decoration:underline;
}
.a_cufon{
	color:#FAEBCD;
	font-size:18px;
	padding:10px 24px 8px 10px;
	display:inline-block;
	line-height:0;
}
.a_cufon:hover{
	color:#D7BB96;
	text-decoration:none;
}
.a_small{
	background-image:url(../images/defaults/a_small.png);
	background-repeat:no-repeat;
	width:110px;
}
.a_medium{
	background-image:url(../images/defaults/a_medium.png);
	background-repeat:no-repeat;
	width:136px;
}
.a_big{
	background-image:url(../images/defaults/a_big.png);
	background-repeat:no-repeat;
	width:172px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#MainContainer{
	background-image:url(../images/defaults/bg_main.gif);
	color:#660600;
}

/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */
#Top {
	margin: 0 auto;
	background-image:url(../images/defaults/bg_top.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	height:122px;

}
#TopContainer {
	margin: 0 auto;
	width: 1100px;
	height:122px;
	position:relative;
	z-index:10;
}

#TopContainer ul{
	color:#ECD7A5;
	font-size:12px;
}
#TopContainer ul li{
	display:inline;
	list-style:none;
}
#TopContainer ul li a{
	color:#ECD7A5;
	text-decoration:none;
}
#TopContainer ul li a:hover{
	color:#F76F1F;
}
#TopContainer ol{
	color:#ECD7A5;
	font-size:12px;
}
#TopContainer ol li{
	display:inline;
	list-style:none;
}
#TopContainer ol li a{
	color:#ECD7A5;
	text-decoration:none;
}
#TopContainer ol li a:hover{
	color:#F76F1F;
}
.top_ul {
	float:right;
	padding:12px 0;
	clear:both;
}
.top_ul li{
	padding:0 15px;
}
.top_ol {
	float:right;
	padding:12px 0;
	clear:both;
}
.top_ol li{
	padding:0 15px;
}
.Tour_book{
	color:#F76F1F !important;
	font-weight: bold;
}
.Tour_book:hover{
	color:#ECD7A5 !important;
}
.middle_ul {
	float:left;
	padding:8px 0 12px 204px;
	clear:both;
}
.middle_ul li{
	padding:0 15px;
}
.middle_ol {
	float:left;
	padding:8px 0 12px 204px;
	clear:both;
}
.middle_ol li{
	padding:0 15px;
}
.bottom_ul {
	float:right;
	padding:8px 0 12px 0;
}
.bottom_ul li{
	padding:0 12px;
}
.bottom_ul li a{
	font-size:13px;
}
.bottom_ol {
	float:right;
	padding:8px 0 12px 0;
}
.bottom_ol li{
	padding:0 12px;
}
.bottom_ol li a{
	font-size:13px;
}
#TopContainer form {
	float:right;
	padding-right:6px;
	width:208px;
	border:0;
}
#TopContainer fieldset {
	border:0;
}
#TopContainer form input {
	background-image:url(../images/defaults/form_input.gif);
	background-repeat:no-repeat;
	float:left;
	height:9px;
	padding:9px 10px 9px 25px;
	width:126px;
	border:0;
	background-color:#633;
}
#TopContainer form button {
	margin-top:3px;
	background-image:url(../images/defaults/top_button.gif);
	background-position:top;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	height:24px;
	line-height:1;
	width:42px;
	border:0;
	background-color:#633;
}
#TopContainer form button:hover {
	background-position: bottom;
}

/* TOP ENDS */

/* MAIN PAGE STARTS */
#MainContainer{
}
#PageContent {
}
#CenterContent {
}
.Booking_special {
	width:311px;
}
.Booking_title{
	width:311px;
	background-image:url(../images/defaults/bg_booking_title.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:16px;
}
.Booking_title img{
	display:block;
	margin:0 auto;
}

.Booking_info {
	width:251px;
	padding:0 30px 0 30px;
	background-image:url(../images/defaults/booking_info.gif);
	background-repeat:repeat-y;
}
.Booking_info p{
	color:#FFF;
	font-weight:bold;
	padding:0px 0 4px 0 !important;
}
.Booking_info p span{
	color:#BB4605;
}
.Booking_special a{
	display:block;
	margin:0 auto;
}
/* MAIN PAGE ENDS */
/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	position:relative;
	padding:10px 0 22px 0;
}
#Shadow {
	background-image:url(../images/defaults/shadow.png);
	background-repeat:repeat-x;
	height:13px;
	display:block;
	top:-13px;
	width:100%;
	position:absolute;
}
#FooterContent {
	margin: 0 auto;
	width: 1004px;
}
#Footer_menu {
	width:328px;
	float:left;
}
#menus{
	width:319px;
	background-color:#F5DEB2;
	float:left;
	clear:both;
	padding:0 0 20px 10px;
}
#menus ul{
	padding:0 0 0 4px;
	float:left;
	width:101px;
	color:#4F0000;
	font-size:12px;
	list-style:none;
}
#menus ul li a{
	color:#4F0000;
	text-decoration:none;
	background-image:url(../images/defaults/bottom_menu_a.gif);
	background-repeat:no-repeat;
	padding-left:8px;
}
#menus ul li a:hover{
	text-decoration:underline;
}
#menus ol{
	padding:0 0 0 4px;
	float:left;
	width:101px;
	color:#4F0000;
	font-size:12px;
	list-style:none;
}
#menus ol li a{
	color:#4F0000;
	text-decoration:none;
	background-image:url(../images/defaults/bottom_menu_a.gif);
	background-repeat:no-repeat;
	padding-left:8px;
}
#menus ol li a:hover{
	text-decoration:underline;
}
#certification{
	padding:0 34px;
	width:270px;
	float:left;
}
#certification_title{
	margin:0 0 10px 40px;
	display:block;
}
#certification img{
	float:left;
}
#Suscribe{
	float:right;
	width:330px;
}
#Suscribe form{
	width:330px;
	background-color:#EFD7A3;
}
#Suscribe fieldset{
	border:none;
	padding-left:20px;
}
#Suscribe input{
	background-image:url(../images/defaults/bottom_input.gif);
	background-repeat:no-repeat;
	width:108px;
	height:21px;
	padding:5px;
	color:#4F310C;
	font-size:11px;
	border:none;
	background-color:#EFD7A3;
}
#Suscribe form button {
	background-image:url(../images/defaults/button2.gif);
	background-position:top;
	color:#FFFFFF;
	cursor:pointer;
	height:24px;
	line-height:1;
	width:42px;
	border:0;
	background-color:#EFD7A3;
}
#Suscribe form button:hover {
	background-position: bottom;
}
#legend {
	font-size: 19px;
	color:#4F0000;
}
#Copyrights {
	font-size:9px;
	color:#432300;
	background-color:#EFD7A3;
	text-align:center;
	padding:6px 0 4px 0;
}
#Copyrights a{
	font-size:9px;
	color:#432300;
	background-color:#EFD7A3;
	text-align:center;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

#Copyrights a:hover{
	font-size:9px;
	color:#432300;
	background-color:#EFD7A3;
	text-align:center;	
	text-decoration:underline;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.cufon-loading h3 { 
   visibility: hidden !important; 
} 

.cufon-loading h1 { 
   visibility: hidden !important; 
} 

.cufon-loading h2 { 
   visibility: hidden !important; 
} 

.cufon-loading a_cufon { 
   visibility: hidden !important; 
} 

.cufon-loading #legend { 
   visibility: hidden !important; 
} 
/* FOOTER ENDS*/