/*
Credit: http://www.templatemo.com
*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #fff;
	background-image: url(../images/templatemo_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a, a:link, a:visited {
	font-size:13px;
		color: #27cce9;
		text-decoration: none;
	}
	
a, a:link span, a:visited span {
		font-size: 18px;
	}
	
	a:hover {
	text-decoration: underline;
}

p { margin: 0px; padding: 0 0 10px 0; }

img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 20px 0; padding: 0; color: #000; }
h3 { font-size: 21px; margin: 0 0 3px 0; padding: 0; padding: 0; font-weight: normal; line-height:1.3em;text-align:center;}
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; color: #333;}
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; color:#fff; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0; color:#000;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}
.float_2 {
	float: left;
	text-align:right;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin:0 6px 10px 0;
	float:left;
}

.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }
em { color: #27cce9; }

.templatemo_list{
	margin: 10px 0 0 0;
	padding: 0 -2px;
	list-style:url(../images/templatemo_list.png);
	
}

.templatemo_list li {
	margin:0 0 10px;
	padding:0 0 0 5px;	
	
}
.templatemo_list a{
	color:#ea964d;
	font-size:16px;
	font-weight:bold;

}

.button a {
	clear: both;
	display: block;
	width: 103px;
	height: 23px;
	padding: 4px 0 0 0;
	background: url(../images/templatemo_button.png) no-repeat;

	color: #666;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	color: #000;
	background: url(../images/templatemo_button_hover.png) no-repeat;
}

/* header */

#templatemo_header {
	width: 950px;
	height: 90px;
	padding: 0 10px;
	margin: 0 auto;
}


#templatemo_header  #site_title {
	float: left;
	width: 250px;
	padding: 10px 0 0 20px;
}

#templatemo_header  #site_title a{
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#templatemo_header  #site_title a span {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #d7d3be;
	font-weight: normal;
	margin-left: 5px;
}

/* menu */

#templatemo_menu {
	float: right;
	height: 90px;
	display: inline!important;
}

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

#templatemo_menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 60px;
	width: 120px;
	padding-top: 30px;
	font-size: 14px;
	color: #d7d3be;	

	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}

#templatemo_menu ul li a:hover,  #templatemo_menu ul li .current {
	color: #292718;
	background: url(../images/templatemo_menu_hover.jpg) center top no-repeat;
}

#templatemo_menu ul .last {
	background: none;
}
/* end of menu */

/* end of header */

/* featured content */

#templatemo_featured_content_wrapper {
	width: 100%;
	height: 280px;
	margin: 0 auto;
	background: url(../images/templatemo_slider.jpg) no-repeat center top;
}

#templatemo_featured_content {
	width: 950px;
	height: 280px;
	margin: 0 auto;
	padding: 10px;
}

#templatemo_featured_content p {
	font-size: 24px;
	line-height: 40px;
}

/* end of featured content */

/* content */

#templatemo_content_wrapper {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 10px;
}

#content_wo_sb {
	clear: both;
	padding: 20px;
}

.content {
	float: left;
	width: 640px;
	padding: 0 20px 30px;	
}

.content2 {
	float: left;
	width: 640px;
	padding: 0 20px 30px;	
}

.content p {
	text-align: justify;
}

#sidebar {
	float: right;
	width: 280px;
	margin: 0 20px 0 30px;
}

.col_w270 {
	float: left;
	width: 220px;
	margin-right: 50px;
	
}

.col_w270_last {
	margin-right: 0;
	padding-left:5px;
	border-left:1px dashed #d1cdb2;
}

.col_w2702 {
	float: left;
	width: 270px;
	margin-right: 50px;
	
}
.col_w270_last2 {
	margin-right: 0;
	padding-left:5px;
	

}
.col_w425 {
	width: 430px;
}

.sb_news_box {
	margin-bottom: 20px;
}

.sb_news_box a {
	text-decoration: none;
}

.sb_news_box h6 a {
	color: #ff9130;
	text-decoration: underline;
}

.service_box {
	width: 240px;
	margin-bottom: 60px;
}

.service_box img {
	float: left;
	width: 24px;
	height: 24px;
}

.service_box .sb_right {
	float: right;
	width: 200px;
}

/* gallery */
#gallery {
		clear: both;
		margin-top: 30px;
	}
	#gallery ul { list-style: none; margin: 0; padding: 0; }
	#gallery ul li {
		float: left;
		display: block; 
		padding: 0;
		margin: 0;
		width: 270px;
		margin: 0 50px 35px 0;
	}
	
	#gallery ul .right_most {
		margin: 0 0 35px 0;
	}
	
	#gallery ul li h5 {
		color: #333;
		margin-bottom: 15px;
	}
	 
	#gallery ul img {
		width: 260px;
		height: 130px;
		border: 5px solid #ccc;
		margin-bottom: 10px;
	}
	
	#gallery ul .more {
		color: #27cce9;
		text-decoration: none;
	}
	
	#gallery ul .more span {
		font-size: 18px;
	}
	
/* end of gallery */

#contact_map{
border-top:2px solid #d1cdb2;
border-bottom:2px solid #d1cdb2;
padding:10px 0;
}

#contact_form {
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 280px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	margin-bottom: -15px;
	font-size: 14px;
	color: #333;
}

#contact_form form textarea {
	width: 300px;
	height: 150px;
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

#contact_form form .submit_btn {
	width: 102px;
	height: 27px;
	padding: 1px 0 5px 0;
	border: none;
	color: #666;
	cursor: pointer;
	margin-left:20px;
	background: url(../images/templatemo_button.png) no-repeat;
}

#contact_form form .submit_btn:hover {
	color: #000;
	background: url(../images/templatemo_button_hover.png) no-repeat;
}

/* end of featured content */

/* footer */

#templatemo_footer_wrapper {
	width: 100%;
	background: #696443 url(../images/templatemo_footer.jpg) repeat-x top;
}

#templatemo_footer {
	width: 910px;
	margin: 0 auto;
	padding: 30px;
	color: #fff;
}

#templatemo_footer h4 {
	color: #fff;
}

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

#templatemo_footer li { padding: 0; margin: 0 0 5px 0; }

#templatemo_footer li a {
	display: block;
	color: #ccc;
	text-decoration: none;
	 border-bottom: 1px dotted #fff;
}

#templatemo_footer li a:hover {
	color: #fff;
}

#templatemo_footer .last {
	padding-right: 0;
}

/* end of featured content */

/* copyright */

#templatemo_copyright_wrapper {
	width: 100%;
	color: #ccc;
	background: #3b3823 url(../images/templatemo_copyright.jpg) repeat-x top;
}

#templatemo_copyright {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px;
}

#templatemo_copyright a {
	color: #fff;
	
}

#pagination-digg  ul{border:0; margin:0px; padding:0; float:left !important;width:100%}

#pagination-digg li{
border:0; margin:0; padding:0;
font-size:11px!important;
line-height: 1em;
list-style:none;
margin-right:2px;
display:inline;

}
#pagination-digg a{
border:solid 1px #172d56;
margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
#pagination-digg .next a,
#pagination-digg .previous a {
font-weight:bold;
} 
#pagination-digg .active a{
background:#44c1d7;
color:#FFFFFF !important; 
font-weight:bold!important; 
display:block;
float:left;
font-size:11px!important;

}

#pagination-digg a:link,
#pagination-digg a:visited {
color:#172d56;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination-digg a:hover{
border:solid 1px #0e509e;
}


.hotels_block{
	border: 1px solid #e1e3e8;
	width:300px;
	height:350px;
	padding:2px;
	margin:5px;
	float:left;

}

.hotels_photo{
	float:left;
	width:156px;
	height:128px
}
.hotels_price{
	float:left;
	width:144px;
	height:128px;
	text-align:center;
}

.hotels_photo img{
	border:1px solid #e1e3e8;
	padding:2px;
	margin-top:10px;
	width:150px;
}

.hotels_desc{
	float:left;	
	width:100%;
	height:150px;
	vertical-align:middle;
	padding:5px 0 5px 0;
	text-align:justify;
	font-size:12px;
}
.hotels_header{
	border: 1px solid #e0ded0;
	background:#d1cdb2;
	padding:5px;
	width:96%;
	height:30px;
	text-align:left;
	
}


.hotels_header a{
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	text-align:left;
	
}
.hotels_stars{
	margin-left:5px;
}

.hotels_stars img{
	width:12px;
	height:12px;
}	


.hotels_more{
	width:100%;
	background:#44c1d7;
	float:left;
}


.hotels_more a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	margin-top:3px;
	padding:0 2px;
	text-align:center;
	font-size:11px;
	
	
}  


.hotel_description{
	background-color:#FFFFFF;
	width:640px;
	padding:2px;
	margin:5px;	
	float:left;
	border: 1px solid #E1E3E8;
} 

.hotel_name{
	
	border: 1px solid #c0ebf2;
	background:#44c1d7;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	padding:8px;
	color:#fff;

}

.hotel_desc{
	font-size:16px;
	padding:5px
}

.hotel_photo{
	float:left;
	width:30%;
}


.hotel_photo img{
	border:1px solid #e1e3e8;
	padding:2px;
	margin-top:10px;
	width:180px;
	
}

.hotel_abstr{
	width:67%;
	float:left;
	margin-top:20px;
	line-height:1.5em;
	text-align:left;
}

.hotel_abstr img{
	border:none;
}
.hotel_facilities{
	float:left;
	width:33%;
}

.hotel_facilities img{
	margin:3px;
	float:left;
}

.hoffers{
	border:dashed 1px #d1cdb2;
	padding:3px; 
	margin:5px
}

.hotel_offer{
	padding:4px;
	background-color:#d1cdb2;
	text-align:center;
}

.slideImage{
	display:none;	
	}

#makeMeScrollable{
	width:920px;
	height: 242px;
	position: relative;
	margin: 0 auto;
	padding: 20px 0px;
}
		
#makeMeScrollable div.scrollableArea img{
	position: relative;
	float: left;
	margin: 0;
	padding: 1px;
}
		
.scrollWrapper{
	border:1px solid #C90;
}
#tabs{
	width:640px;

}
.mylink{
	display:inline;
	width:322px;
	
}

.review{
	background:#f9f8f2;
	padding:3px; 
	border-bottom:1px solid #edead7;

}

.review2{
	background:#fff;
	padding:3px; 
	border-bottom:1px solid #edead7;

}

.review_header{
	color:#44c1d7;
	font-weight:bold;
	float:none;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #44c1d7;
	margin-bottom:2px;

}

.review_user{
	float:left;
	width:22%;
	border:1px dashed #d1cdb2;
	text-align:center;
}

.review_user img{
	width:80px;
}

.review_body{
	float:left;
	width:76%;
	margin-top:10px;
	margin-left:5px;
}

.review_all{
	width:50%;
	float:right;
}

.review_more{
	padding:2px;
	width:30%;
	text-align:left;
	float:left;
}

.reviews{
	width:100%;
	text-align:left;
	float:left;
	padding-left:2px;
}

.reviews_label{
	width:70%;
	padding-top:5px;
	text-align:left;
	float:left;
	font-weight:bold;
}

.reviews_img{
	width:30%;
	text-align:left;
	float:left;
}

.reviews_img img{
	width:70px;
	vertical-align:bottom;
	margin-top:5px;
}

.review_desc{
	width:60%;
	text-align:left;
	float:right;
}

fieldset.search {
	border: none;
    margin:0px;
	color:#fff;
	font: 11px Verdana, sans-serif;
	padding:5px;
}
.search input, .search button {
	border: none;
	
}
.search input.box {
	color: #000;
	font-size:12px;
	width: 150px;
	height: 20px;
	background: #fff;
	border: 1px #776f4b solid;
}
.search button.btn {
	width:60px;
	height: 30px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat ;
    margin-top:-20px;
	margin-bottom:10px;
	display:block;
}

#search_box{
	height:78px;
	margin-top:-10px;
}

#search_box_container{
	height:52px;
	
}

.HC_main_price{
	padding:2px;
	color:#F60;
}

.Hotel_offer_price{
	font-weight:bold;
	font-size:14px;
}

.Hotel_price{
	text-decoration:line-through;
}

.HC_main_availability{
	color:#090;
	padding:5px 10px;
}

.HC_main_date_link{
	padding:5px 10px;
}

.HC_main_date_link a{
	font-weight:bold;
}

.HC_main_no_dates{
	padding:5px 10px;
}

.HC_main_fac_container{
	border:dashed 1px #CCC;
	margin: 10px 5px 5px 5px;
	height:117px;
}

.date_input_container{
	background:#f4f1ec;
	padding:10px;
	text-align:center;
}
.date_input_header{
	font-weight:bold;
	background:#44c1d7;
	padding:3px;
	color:#fff;
	font-size:18px;
	border:1px solid #545353;
	margin-bottom:15px;	
}

.date_input_body{
	margin:10px;
	padding:5px;
	color:#545353;
	font-weight:bold;
	font-size:14px;
}

.date_input_fields label{
	color:#545353;
	font-weight:bold;
	font-size:14px;
}

.ui-datepicker a{font-size:1em;}

.message{
	border-top:2px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	display:none;
}

.link{
	font-weight:bold;
	text-align:center;
	border-top:2px solid #44c1d7;
	border-bottom:2px solid #44c1d7;
	padding:10px 0;
}

.link a{
	font-size:17px;
}

#active a{
	color:#b7631f;
}

#breadcrumb{
	padding-left:45px;
}

/* end of copyright */
