@charset "utf-8";
/* CSS Document */

body{
	background-color: #e6daa6;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	
}

img{
	display:block
}

h1{
	font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;  
        font-size: 20px;
	font-weight: bold;
        text-transform: uppercase;
}

h2{
        font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;  
        color: #81904f;
	font-size:20px;
        font-weight: normal;
        text-transform: uppercase;
	
}

h3{
	font-family: "myriad pro","trebuchet ms", "helvetica neue",helvetica,arial,sans-serif;
        color: white;
	font-size:18px;
	text-transform:uppercase;
        font-weight: normal;
}

h3 img{
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
}

h4{
    font-weight:bold;
    color: #333333;
    margin: 0;
    padding-bottom: 5px;
}

a{
   color: #4b5921;
   text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

/** General Layout **/

#layout_spare{

}

#layout_root{
	background-color: #f1eace;
	margin:0 auto;
	width: 940px;
	padding-bottom: 10px;
	padding-left:15px;
	padding-right:15px;
}

#layout_header {	 
	 margin-bottom:15px;
	 width: 940px;
	 
}

#layout_leftcolumn { 
	 background-color: #81904f;
	 color: white;
	 width: 260px;
	 float: left;
	 
	 text-align:center;
}

#layout_content { 
	 float: right;
	 color: #333;
	 margin: 0px 0px 0px 0px;
	 padding-left: 20px;
	 width: 660px;

}

#layout_footer { 
	background-color: #81904f;
	color: white;
	width: 900px;
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
        border: 2px #e6daa6 solid ;
}

/* Detailed style for each layout element */

#header_logo{
	background: url('../images/header_back.png') repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:1.5;
	color: white;
	padding: 25px 0px;
	text-transform:uppercase;
	text-align:center;	
}

#header_logo a,#header_logo a:link, #header_logo a:visited{
    color: white;
    text-decoration: none;
}

#header_logo a:hover{
    text-decoration: underline;
}

#header_landscape{
	border:7px solid #81904f;
	margin-top: 5px;
}

#banner{
        position:relative;
        height:260px;
        width:926px;
        overflow:hidden;
        list-style: none;
        margin: 0;
        padding:0;
 }

.slideshow_caption{
    
    font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
    font-size: 20px;
    font-weight:normal;
    color: white;
    position: absolute;
    bottom: 5px;
    right: 20px;
}

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

#header_menu ul{
	background-image:url('../images/header_menu.png');
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_menu li{
	float:left;	
}

#header_menu li a{ 
	background-image:url('../images/header_menu.png'); 
	display: block;
	text-indent: -9999px;
	outline:none;
	height: 38px;
}

/*#header_menu_home, #header_menu_aboutus, #header_menu_regions, #header_menu_specials, 
#header_menu_press, #header_menu_recommendations, #header_menu_blog */

#header_menu_home a{background-position: 0 0; width: 115px;}
#header_menu_home a:hover {background-position: 0 -38px; }

#header_menu_aboutus a{background-position: -115px 0; width: 130px;}
#header_menu_aboutus a:hover {background-position: -115px -38px; }

#header_menu_regions a{background-position: -250px 0; width: 122px;}
#header_menu_regions a:hover {background-position: -250px -38px; }

#header_menu_specials a{background-position: -380px 0; width: 120px;}
#header_menu_specials a:hover {background-position: -380px -38px; }

#header_menu_press a{background-position: -500px 0; width: 95px;}
#header_menu_press a:hover {background-position: -500px -38px; }

#header_menu_recommendations a{background-position: -595px 0; width: 240px;}
#header_menu_recommendations a:hover {background-position: -595px -38px; }

#header_menu_blog a{background-position: -830px 0; width: 110px;}
#header_menu_blog a:hover {background-position: -830px -38px; }

#popup_regions{
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1000;    
    height: 200px;
    width:280px;
}

#pu_countries{
  width : 120px;
  float: left;
  background-color: #889658;

}

#pu_countries ul{
    list-style-type: none;
    padding-left: 15px;
    margin-left:0px;
}

#pu_countries a{
    display: block;
    color: white;
    padding: 4px;
}

#pu_countries a:hover{
    background-color: #e6daa6;
    color: black;
    text-decoration: none;
}

#pu_regions{
    width : 150px;
    float: left;
    background-color: #e6daa6;  
    padding-right:10px;        
}

#pu_regions ul{
    list-style-type: none;
    padding-left: 15px;      
    margin-left:0px;
}

#pu_regions a{
    display: block;
    padding: 4px;
}

#layout_leftcolumn a{
	color: white;
	text-decoration:none;
}

#layout_leftcolumn a:hover{
	text-decoration:underline;
}

#leftcolumn_find{
    margin-top: 5px;
    margin-bottom: 6px;
    height: 30px;
    margin-left:2px;
}

#leftcolumn_find img{
    float: left;    
}

#leftcolumn_find input{
    float: left;
    color: #81904f;
    height: 29px;
    width: 186px;
    font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
    font-size: 20px;
    border: 0;
    text-align: center;
    vertical-align:middle;
    text-transform: uppercase;
}

#navigation_path{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 3px;
    text-align:left;
}

#leftcolumn_subscribe{
   margin-top: 10px;
   margin-bottom: 10px;
}

#leftcolumn_subscribe table{
   margin-left: 6px;
}

#leftcolumn_ad{
	border:4px solid white;
	width: 120px;
	margin: 0px 70px;
}

#footer_copyright{
        float:right;
	text-transform: uppercase;
}

#footer_menu{
	margin-bottom: 8px;
}

#footer_menu ul{
	list-style-type:none;
	margin: 0;
	padding:0;
}

#footer_menu li{
	display:inline;
	padding-right: 8px;
}

#footer_menu_extra{
        padding-left: 20px;
}

#footer_menu_extra ul{
	list-style-type: none;
        margin:0px;
        padding:0px;
}

#footer_menu_extra ul li{
	float: left;
        margin-right:30px;
        font-size:16px;
        line-height: 2;
        width: 180px;
}

#footer_menu_extra ul li ul li{
	float:none;
        display: block;
        border-bottom: 1px dotted #e6daa6;
        font-size:14px;
        line-height: 1.4;
}

#layout_footer a{
	color: white;
	text-decoration:none;
}

#layout_footer a:hover{
	text-decoration:underline;
}



.rss-box{
    text-align: left;
}
.rss-items{
    list-style-image: url('../images/blog_bullet.png');
   
}
.rss-item{
    margin-bottom: 5px;
}

.rowA{
  background-color: #e6daa6; 
  border: 1px dashed black;
}

.rowB{
  background-color: white;   
  border: 1px dashed black;
}

.leftcolumn_menu{
	list-style-type:none;
	text-transform:uppercase;
        margin: 0;
        padding: 0;
	
}

.leftcolumn_menu li{
	background-image: url('../images/left_menu_seperator.png') ;
	background-position:bottom;
	background-repeat:no-repeat;
	line-height: 2;	
}

/* Region page style */
/* ****************** */

.region_allresult_header{
    border-bottom: 1px solid #F1EACE;
}

.region_allresult{
  background-color: #3C2801; 
  margin-top: 10px;
  width: 100%; 
  padding: 5px;
  
}

.region_allresult ul{
  list-style-type: none;
  padding-left: 5px;
  float: left;
}

.region_allresult li{
  width: 140px;
  margin-right: 10px;
}

.region_allresult a{
  color: #F1EACE  ;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  
}

.region_header{
      margin-bottom:15px;
}

.region_header{
      line-height:1.3;
}

.region_header h1{
      font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
      font-size: 20px;
      margin:0px; 
      padding: 0px;
      text-transform: uppercase;
}

.property_list_item h2, property_list_item_gold h2{
   color: #4B5921;   
}

.property_list_item{          
    padding: 5px;
}

.property_list_item_gold{    
  background: url('../images/property_gold_back.png') no-repeat;
}

.property_list_item_amenities img{
    border:0px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}

.property_list_item_image img, .property_list_item_gold_image img, .property_list_item_bronze_image img{
  border: 4px solid white;
}
.property_list_item_gold_image{
    width: 650px;
    margin-left: 2px;
}
.property_list_item_image{
    float: left;
    width: 360px;
    margin-right: 5px;
    height: 270px;
}
.property_list_item_bronze_image{
    float: left;
    width: 200px;
    margin-left: 10px;
}

.property_list_item_content{
    float: left;
    width: 280px;
}


.property_list_item_gold_menu{
    background-color: #efc725;    
    width: 652px;
    height: 30px;
}
.property_list_item_menu{
    background-color: #efc725;    
    width: 652px;
    height: 30px;
}

.property_list_item_gold ul, .property_list_item ul{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style-type: none;
    

}

.property_list_item_gold ul li, .property_list_item ul li{
    float: left;
    margin-right: 10px;
}

.property_list_item_gold li a, .property_list_item li a{
    display: block;
    padding: 5px;
    background-color: #efc725;
    color: #4B5921; 
    font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
    font-size: 14px;    
    text-transform: uppercase;   
    font-weight: bold;        
}

.property_list h1{
  font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
  font-size: 18px;
  margin:0px; 
  padding: 0px;
  display: inline;
  text-transform: uppercase;
}

.property_list h2{
  font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 0px;
}

/* Property page style */
/* ****************** */

.property_title h1{
  font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
  font-size: 20px;
  margin:0px; 
  padding: 0px;
  text-transform: uppercase;
}

.property_title h2{
  font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.property_container{
    margin-top: 20px;
}

.property_nav_left{
    float:left;
    margin-right: 10px;
    margin-bottom: 20px;
    width:360px;
}

.property_nav_right{
    float:right;
    margin-bottom: 20px;
    width:270px;
}

.property_more_hotels{
  background-color: #3C2801;   
  padding: 5px;
  padding-left: 15px;
}

.property_more_hotels ul{
    list-style-type : none;
    padding-left: 0;
    margin-left: 0;
}

.property_more_hotels li{
    padding-bottom: 4px;
}

.property_more_hotels a, .property_more_hotels a:link{
    color: white;
}

.property_image_large{
    border: 5px solid white;
}


.property_general p:first-child{
    margin: 0;
    padding: 0;
    
}

.property_amenities p:first-child{
    margin: 0;
    padding: 0;
    
}

.property_amenities img{
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}

.property_thumbnails img{
    border: 2px solid white;
    float: left;
    margin-right: 2px;
    width: 112px;
    height: 80px;
    
}

.property_toolbar img{
     float: left;
   
}

/* Country page style */
/* ****************** */

.country_regions{
    float: left;
}

.country_regionslist ul{
    list-style-type: none;    
}

.country_regionslist li{
    line-height: 1.3;
}

.country_hotels{
    background-color :#3C2801; 
    margin-left: 20px;
    width: 200px;
    padding: 10px;
}

.country_hotels a{
  color: #F1EACE  ;
  
}


.country_hotels ul{
    list-style-type : none;
    padding-left: 0;
    margin-left: 0;
}

.country_hotels li{
    padding-bottom: 4px;
}

/* Home page style */
/* *************** */
.header_alpha{
      background-color: #3c2801;
      color: white;
      font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;     
      font-size: 20px;     
      font-weight: normal;
      width: 91%;
      text-transform: uppercase;
      padding: 5px;
      padding-left: 10px;
      margin-top: 20px;
      margin-bottom: 10px;
}

.featured_video{
    margin-top: 10px;
}

.featured_video_container{
       float:left; 
       margin-right:20px;
       width:350px;
}

.featured_video_side_arrow{
    float: left;
    width: 12px;
    padding-top: 20px;
}

.featured_video_menu{
	font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;          
	float:left; 
	color: #f1eace;
	font-size: 14px;
	background-color: #3c2801;
	width:220px;
        float: left;
	height: 210px;	
        text-transform: uppercase;
        padding: 10px;
        padding-right: 5px;
}

.featured_video_menu ul{
      list-style-type: none;
      padding:0;
      margin:0;   
}

.featured_video_menu li{
    clear: both;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 45px;
   
}

.featured_video_menu  img{
    float: left;
    border: 2px solid #f1eace;
    height:40px;
    width: 56px;
    margin-right: 10px;        
}

.featured_video_menu a, .featured_video_menu a:visited{
   color: #f1eace;
   text-decoration: none;
}

.featured_video_menu a:hover{
   text-decoration: underline;
}

.recommended_property{
    float: left;
    width: 280px;
    border: 2px solid #f5f5f5;
    margin-right: 20px;
}

.recommended_property img{
    height:200px;
    width: 280px;    
}

.recommended_property_info{
    	background-image: url('../images/featured_pattern.png');
        background-repeat: repeat;
        color: black; 
	font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;  
        font-size: 18px;
        padding-left:10px;
        padding-right:10px;
        padding-top:5px;
        padding-bottom:5px;
        text-transform: uppercase;
}

.recommended_silver{
    float: left;
    width: 180px;
    border: 2px solid #f5f5f5;
    margin-right: 20px;
}

.recommended_silver img{
    height:100px;
    width: 180px;    
}

.recommended_silver_info{
    	background-image: url('../images/featured_pattern.png');
        background-repeat: repeat;
        color: black; 
	font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;  
        padding-left:10px;
        padding-right:10px;
        padding-top:5px;
        padding-bottom:5px;
        text-transform: uppercase;
}

.blog_headlines{
    width: 400px;
}

.blog_followus_title{
    background-color:#3c2801;
    color:white;
    font-family: "myriad pro","trebuchet ms","helvetica neue",helvetica,arial,sans-serif;  
    padding: 5px;
    text-transform:uppercase; 
                
}

.blog_followus{
    width: 180px;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    border: 2px solid #3C2801 ;
}

.blog_followus img{
    margin: 10px;
}


/*** Page Controls  ***/

.editor_page{
    border: 1px solid  #3C2801;
    display: inline-block;
    font-size: 14px;
    height: 20px;    
    vertical-align:middle;
    padding: 0px 6px;
}

.editor_page:hover{
    background-color: #3C2801;    
    color: #F1EACE ;
    text-decoration:none;
}

.editor_page_selected, .editor_page_selected:link, .editor_page_selected:visited{
    background-color: #3C2801;    
    color: #F1EACE ;
}

/* Map */
.map_tooltip{
    color: black;
    text-align:left;
    font-size: 10px;
    width: 200px;
}

.map_tooltip img{
    float: left;
    margin-right: 10px;
}

.map_tooltip a,.map_tooltip a:link{
    color: black !important; 
    text-decoration: none;
}

.map_tooltip a:hover, .map_tooltip a:visited{
     color: black !important;
    text-decoration: underline;
}