body {
	width: 100%;
	font-family: Arial, Verdana;	
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0;		
}
a {  
	color: #015f81;	
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
a:hover {
	text-decoration: underline;
	color: #ff2f07;
}
img {
	border: none;      
}
table {
  clear: both;
}
.clear {
       clear: both;
}
.posLeft {
       float: left;
       margin: 0 10px 0 0;
}
.posRight {
       float: right;
       margin: 0 0 0 10px;
}
.red {
      color: #ff2f07;
     /* font-weight: bold; */
}
hr {
    clear: both;
}

#wrap {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(/images/header-bg.png) no-repeat;
	width: 960px;
	height: 80px;
}
.languagePos {
	
	float: right;
	position: relative;	
}
.language a {
	color: #000;
	font-size: 12px;
	text-decoration: none;	
}
.language a:hover {
	text-decoration: underline;	
}
.boxCont {
	padding: 0 12px 5px 12px;
}
.bottom {	
	background: url(files/bottom.gif) bottom repeat-x;	
}
.left {	
	background: url(files/left.gif) left repeat-y;	
}
.right {	
	background: url(files/right.gif) right repeat-y;		
}
.bottomLeft {	
	background: url(files/bottom-left.gif) left bottom no-repeat;
}
.bottomRight {	
	background: url(files/bottom-right.gif) right bottom no-repeat;
}
#menu {		
	margin: 0;
	width: 100%;
	line-height: 45px;
	clear: both;
	background-color: #fff;
        border-top: 3px solid #368ee0;
}
#menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;	
}
#menu a {
	float: left;	
	text-decoration: none;
	color: #000;
	padding: 0 14px;	
	font-weight: bold;		
	
}
#menu a:hover {
	background-color: #368ee0;
	display: block;
	background-image: url(files/menu-button.gif); 
	background-repeat: repeat-x; 	
}
#menu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}	
#submenu {				
	width: 100%;
	line-height: 21px;	
	margin: 0;
	padding: 0;
	float: left;
	background-color: #f1f1f1;
	clear: both;		
}
#submenu ul {
	float: left;	
	padding: 0 0 2px 0;
	margin: 0;
	list-style-type: none;	
}
#submenu a {	
	text-decoration: none;
	color: #000;
	padding: 0 16px;	
	font-weight: bold;
	font-size: 12px;	
}
#submenu a:hover {
	text-decoration: underline;	
}
#submenu li {
	display: inline;	
	
}
#submenu .first {
	padding: 0;
	background: none;
}
#submenu_2 {	
	width: 100%;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;	
	margin: 0;
	padding: 0; 	
	background-color: #ade0fb;
	/* background-image: url(files/submenu_2.gif);
	background-repeat: repeat-x; */
	clear: both;
}
#submenu_2 a {

  color: #000; 
}
.submenu_2Content {
	font-size: 12px;
	font-weight: bold;
	color: #360303;
	margin: 0;
	padding: 0 0 0 10px; 	
}
#content {
	width: 640px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	text-align: left;	
}
.contentTxt {	
	padding: 10px 0; 
}
.contentMenu {
	width: 100%;
	line-height: 20px;
	float: left;	
	overflow: hidden;
	position: relative;
	font-size: 12px;
	margin: 20px 0;
	padding: 0;
}
.contentMenu ul {
	float: left;	
	padding: 0;
	margin: 0;
	list-style: none;	
	position: relative; 
	text-align:center;
}
.contentMenu li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: #fbf4e2;  
	border-right: 1px solid #847509;
	border-bottom: 1px solid #847509;  
}
.contentMenu .firstContentMenu {
	background: #fff;  
	border-top: 1px solid #847509;
	border-right: 1px solid #847509;
	border-bottom: none;
	border-left: 1px solid #847509;  
}
.contentMenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}	
.contentMenu a {
	float: left;	
	text-decoration: underline;
	color: #000;
	padding: 0 14px;		
}
.contentMenu a:hover {	
	display: block;	
	color:#ff0000;
}
#rightBar {
	position: relative;
	width: 300px;
	float: left;
	overflow: hidden;
}
.promotionsBox {
	border-bottom: 1px dotted #015f81;	
        clear: both;
        overflow: hidden;        
}
.promotionsBox img {
	float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        
}
.promotionsList {
	border-bottom: 1px dotted #015f81;	
        clear: both;
        min-height: 150px;
        overflow: hidden;
        margin: 10px 0;
       
}
.promotionsList img {
	float: left;	
        margin-right: 10px;
        margin-bottom: 10px;
}

#rightBar a {
	font-weight: bold;
}
#rightBar ul {   
	margin: 0;
	padding-left: 5px;
	list-style: none;
}
#rightBar ul li {   
	list-style: none;
   	margin: 0;
  	position: relative;  
   	float: left;	
   	padding: 3px 0;	
	float: none;
	border-bottom: 1px dotted #015f81;	
}
#rightBar li a {
	display:block;
     text-decoration: none;	
	padding: 0;
	margin:0;		
}
#rightBar li a:hover {
	text-decoration: underline;
	color: #ff2f07; 
}
#rightBar h2 {
	margin: 20px 0;
	padding: 5px;
	border-bottom: 2px solid #04365c;	
	background-color: #f6f8f7;
	line-height: 1.5em;
}
#rightBar h2 a {
	color: #04365c;
	text-decoration: none;
}
#rightBar h2 a:hover {
	color: #ff2f07;
}
#rightBar h3 a {
	font-size: 1em;
	text-decoration: none;
	color: #ff2f07;
}
#rightBar h3 a:hover {
	text-decoration: underline;
}
.menu1 {
	width: 100%;
	height: 75px;
	display: block;	
	background-image: url(files/aquatic-1.gif);
	background-repeat: no-repeat;	 
}
.menu2 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/mayan-2.gif);
	background-repeat: no-repeat;	 
}
.menu3 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/ecotours-3.gif);
	background-repeat: no-repeat;	 
}
.menu4 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/swim-4.gif);
	background-repeat: no-repeat;	 
}
.menu5 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/relax-5.gif);
	background-repeat: no-repeat;	 
}
.menu6 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/night-life-6.gif);
	background-repeat: no-repeat;	 
}
.menu7 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/golf-7.gif);
	background-repeat: no-repeat;	 
}
.menu8 {
	width: 100%;
	height: 75px;
	display: block;
	background-image: url(files/shopping-8.gif);
	background-repeat: no-repeat;	 
}
#footer {
	width: 100%;	
	line-height: 30px;
	color: #015f81;	
	font-weight: bold;
	font-size: 1em;
	text-align: center;	
	clear: both;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #04365c;
	padding: 10px 0;
	margin-top: 20px;
	float: left;
}
#footer a {
	color: #015f81;		
	font-size: 1em;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff2f07;	
	text-decoration: underline;
}

/* CATEGORYLIST */

.categoryUl {
	margin: 20px 0;
	padding-left: 15px;
}
.categorylist {
  width: 175px;  
  float: left;
  padding-right: 30px;  
  list-style-type: circle;
}
.categorylist a {
  text-decoration: none;  
	font-size: 0.85em;  
}
.categorylist a:hover {
   text-decoration: underline;
}

/* CATEGORY */
#category {
	border-top: dotted 1px #04365c;
	border-bottom: dotted 1px #04365c;
	width: 100%;
	margin: 25px 0;
	padding: 10px 0;
	overflow: hidden;	
	float: left;
}
#category ul {
	margin: 0;
      	padding: 0;
	width: 100%;
}
.category {
	float: left;
	list-style-type: none;
	margin-bottom: 3px;
 }
.category a {
	text-decoration: none; 
	padding-right: 25px;   
}
.category a:hover {
	text-decoration: underline;
}


/* Categorylist Box */

.categorylistBox {
	width: 300px;
	overflow: hidden;
	float: left;
	margin: 10px;
}
.categorylistBox ul {
	margin: 0;
	padding-left: 15px;
}
.categorylistBox li {
	float: none;
	width: 100%;
	margin-bottom: 3px;
        list-style: circle;
}
.categorylistBox li a {
	font-size: 100%;
        text-decoration: none;
}
.categorylistBox li a:hover {
	text-decoration: underline;
}
.categorylistBox h2 {
	margin: 20px 0;
	padding: 5px;
	border-bottom: 2px solid #04365c;	
	background-color: #f6f8f7;
	line-height: 1.5em;
}
.categorylistBox  h2 a {
	color: #04365c;
	text-decoration: none;
}
.categorylistBox  h2 a:hover {
	color: #ff2f07;
}

/* Content Box */

.cntBox {
	width: 250px;
	overflow: hidden;
	float: left;
        margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px dotted #015f81;
	padding: 10px 15px;
}
.cntBox ul {
	margin: 0;
	padding: 0;
}
.cntBox li {
	float: none;
	list-style: none;
   	margin: 0;
  	position: relative;  
   	float: left;	
   	padding: 3px 0;	
	float: none;
	border-bottom: 1px dotted #015f81;	
	width: 100%;	
}
.cntBox li a {
	font-size: 100%;
        text-decoration: none;
}
.cntBox li a:hover {
	text-decoration: underline;
}
.cntBox h2 {
	margin: 20px 0;
	padding: 5px;
	border-bottom: 2px solid #04365c;	
	background-color: #f6f8f7;
	line-height: 1.5em;
}
.cntBox  h2 a {
	color: #04365c;
	text-decoration: none;
}
.cntBox h2 a:hover {
	color: #ff2f07;
}
/* Transfer List */

.transferList li {
  width: 20em;  
  float: left;
  padding-right: 30px;  
  list-style-type: circle;
}
.transferList a {
  text-decoration: none;  
  width: 20em;
  padding-right: 30px;  
}
.transferList a:hover {
   text-decoration: underline;
}
