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

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 150%;
	color: #3c3c3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div, .subtitle, .page_title, h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	padding-top: 10px;
	margin: 0px;
	font-size: 13px;
	color: #745D4B;
}

.subtitle {
	font-size: 12px;
	color:#999999;
	font-weight: bold;
	padding:0;
	margin:0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0;
}

.highlighted{
	color: #745D4B;
}

label{
	font-size: 11px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

input, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align: top;
}


img {
	border: 0px;
}

div {
	padding: 0px;
	margin:0px;
	vertical-align: top;
}

table, td, th, tr, div {
	vertical-align: top;
	border-collapse:collapse;
}

ul {
	margin:5px 5px;
	padding:0px 10px;
	list-style-image: none;
	list-style-type: none;
}
li {
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 2px;
	margin: 0px;
	list-style-image: url(../image/bullet.gif);
}

/*links for general*/
p a {
	background-image: url(../image/p_bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.footer a {
	background-image: url(../image/p_bullet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
a:link {
	color: #745D4B;
	text-decoration: none;
}

a:visited {
	color: #745D4B;
	text-decoration: none;
}

a:hover {
	color: #745D4B;
	text-decoration: underline;
}

a:active {
	color: #745D4B;
	text-decoration: none;
}

/* -----------------------------------------------------
                   positioning elements
--------------------------------------------------------*/

/*wrap around everything in the page*/
.wrapper {
	text-align: left;
	vertical-align: top;
	width: 940px;
	margin: 0px auto;}

.header {
	margin-bottom: 20px;
	display: block;
}
.main_menu{
	display: block;
	height: 30px;
}

.content {
	width: 100%;
	border-top: 20px solid #C5BA9D;
	display: block;
	padding-top: 10px;
}

.left_col{
	width: 685px;
	margin-right: 15px;
	float: left;
}

.right_col{
	width: 240px;
	float: right;
}

.footer{
	width:940px;
	margin-top: 25px;
	padding-top: 5px;
	margin-bottom: 25px;
	border-top: 1px #E7DFC7 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:  #745D4B;
}
/*-------------- in left col -------------*/

/*banner*/
.banner_image {
	display:block;
	margin-bottom: 15px;
}

/*homepage text*/
.homepage_text
 {
	display:block;
	margin-bottom: 15px;
	background-color: #EEE8DB;
	padding: 5px;	
	font-weight: normal;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*breadcrumbs*/
.breadcrumbs {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: #745D4B;
}

.breadcrumbs a{
	color: #999999;
	text-decoration: none;
	background-image: url(../image/bread_bullet.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.breadcrumbs a:hover{
	color: #745D4B;
	text-decoration: none;	
}

/*page title*/
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #745D4B;
	background-image: url(../image/heading_bkg.jpg);
	height: 27px;
	width: 685px;
	padding-top:3px;
	padding-bottom: 3px;
}
/*page content*/
.page_content{
	display: block;
	margin-top: 10px;
}
.col_title {
	font-weight: bold;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
}
.col_title_sml {
	font-weight: normal;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0;
}
.col_title_lrg {
	font-weight: bold;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
}

/*enquire button*/
.enquire {
	padding: 5px 0px;
}

/*pricelist*/
.pricelist {
	display: block;
	margin-bottom: 15px;
}

.pricelist th {
	background-color:#C5BA9D;
	color:#FFFFFF;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pricelist td {
	border-bottom: 1px #E7DFC7 solid;
	line-height: 180%;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 5px;
}

/*hotel pages*/
.hotel_descriptions, .hotel_pricelist, .hotel_supplements, .hotel_offers, .hotel_rooms, .hotel_facilities {
	display: block;
	margin-bottom: 15px;
}
.hotel_offers {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE8DB;
	padding-right: 5px;
	padding-left: 5px;
}

.hotel_pricelist th {
	background-color:#C5BA9D;
	color:#FFFFFF;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.hotel_pricelist td {
	border-bottom: 1px #E7DFC7 solid;
	line-height: 180%;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 5px;
}
.hotel_pricelist div {
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------- in right col ------------*/
.side_menu_list {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width: 170px;
	margin-bottom:5px;
}	

.side_menu_textfleid {
	width: 165px;
	margin-bottom:0px;
}

/*find your holiday*/
#FindYourHoliday label{
	font-size: 10px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

#FindYourHoliday .side_menu_heading{
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}
#FindYourHoliday {
	display: block;
	width: 240px;
	height: 800px;
	margin-bottom: 15px;
}
#FindYourHoliday table {
	display: block;
	padding-bottom: 5px;
}
#FindYourHoliday table {
	margin-top: 0px;
	border: 1px #E7DFC7 solid;}
	
#FindYourHoliday td {
	padding: 5px 10px; 
}
#FindYourHoliday td td{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*subscribe to our newsletter*/
#SubNewsletter {
	display: block;
	margin-bottom: 15px;
}
#SubNewsletter .side_menu_heading {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
}
#SubNewsletter td {
	padding: 5px 10px; 
}

/*brochure request*/
#BrochureRequest table{
	margin-top: 0px;
	border-bottom: 1px #E7DFC7 solid;
	border-right: 1px #E7DFC7 solid;
	border-left: 1px #E7DFC7 solid;
}

#BrochureRequest{
	display: block;
	margin-bottom: 15px;
}
#BrochureRequest td {
	padding: 5px 10px; 
}
#BrochureRequest .side_menu_heading {
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}

/*Nominee*/
#Nominee table {
	margin-top: 0px;
	border-bottom: 1px #E7DFC7 solid;
	border-right: 1px #E7DFC7 solid;
	border-left: 1px #E7DFC7 solid;
}

#Nominee{
	display: block;
	margin-bottom: 15px;
}
#Nominee td {
	padding: 5px 10px; 
}
#Nominee .side_menu_heading {
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}

/*Latest news*/
#LatestNews {
	display: block;
	margin-bottom: 15px;
}

#LatestNews .side_menu_heading {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
}
 
 #LatestNews td {
	padding: 0px 10px; 
}

#LatestNews a {
	font-size: 11px;
}

 #LatestNews ul {
	padding-top: 5px;
}

/*travel essentials*/
#TravelEssential{
	display: block;
	margin-bottom: 15px;
}

#TravelEssential .side_menu_heading {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
} 
 
#TravelEssential td {
	padding: 5px 10px; 
}

/*country map*/
#country_map td {
	padding: 5px 10px; 
}

#country_map {
	display: block;
	margin-bottom: 15px;
}

#country_map .side_menu_heading {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
}

/*country temperature*/
#country_temp td {
	padding: 5px 10px; 
}

#country_temp  {
	display: block;
	margin-bottom: 15px;
}

#country_temp .side_menu_heading{
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
}

/*hotel side table*/
#Hotels_sidetable td {
	padding: 5px 10px;
	border-bottom: 1px #E7DFC7 solid;
}


#Hotels_sidetable table, #partner_sidetable table {
	margin-top: 0px;
	border: 1px #E7DFC7 solid;
}

#Hotels_sidetable {
	display: block;
	margin-bottom: 15px;
}
 #Hotels_sidetable .side_menu_heading{
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}
.golf_float_left {
	float: left;
}

/*golf side table*/
#golf_sidetable td {
	padding: 5px 10px;
	border-bottom: 1px #E7DFC7 solid;
}


#golf_sidetable table, #partner_sidetable table {
	margin-top: 0px;
	border: 1px #E7DFC7 solid;
}

#golf_sidetable {
	display: block;
	margin-bottom: 15px;
}
 #golf_sidetable .side_menu_heading{
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}
/*wedding side table*/
.wedding_descriptions, .wedding_list {
	display: block;
	margin-bottom: 15px;
}
#wedding_sidetable td {
	padding: 5px 10px;
	border-bottom: 1px #E7DFC7 solid;
}

#wedding_sidetable table, #partner_sidetable table {
	margin-top: 0px;
	border: 1px #E7DFC7 solid;
}

#wedding_sidetable {
	display: block;
	margin-bottom: 15px;
}
#wedding_sidetable .side_menu_heading{
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}

/*travel extras, partner*/
#partner_sidetable{
	display: block;
	margin-bottom: 15px;}
	
#partner_sidetable .side_menu_heading{
	background-image: url(../image/side_heading_bkg3.jpg);
	background-repeat: no-repeat;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
}

#partner_sidetable table {
	margin-top: 0px;
	border: 1px #E7DFC7 solid;
}
	
#partner_sidetable td {
	padding: 5px 10px;
}

/*search result*/
.search_result_list{
	display: block;
	margin-top: 10px;
}
.search_result_list table{
	border-top: 1px #E7DFC7 solid;
}
.search_result_list td{
	padding: 10px 0px;
	border-bottom: 1px #E7DFC7 solid;
}


.search_result_divider {
	color: #999999;
	font-weight: normal;
}
.search_result_descriptions{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #745D4B;
	font-size: 11px;
	margin-bottom: 5px;
}
.search_result_list h3 {
	padding-top: 0px;
	margin-top: 0px;
}

.search_result_pageno a:active{
	text-decoration:underline;
}
.search_result_pageno {
	font-family: Arial, Helvetica, sans-serif;
	color: #745D4B;
	font-size: 11px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-align: right;
}
/*latest news*/
.latestnews_list{
	display: block;
	margin-top: 10px;
}

.latestnews_list table{
	border-top: 1px #E7DFC7 solid;
}

.latestnews_list td{
	padding: 10px 0px;
	border-bottom: 1px #E7DFC7 solid;
}

.latestnews_list h3 {
	padding-top: 5px;
	margin-top: 0px;
}

.backtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #745D4B;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 12px;
	display:block;
}


.backtop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*offers*/

.trip_title {
	font-weight: bold;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.offers_list{
	display: block;
	margin-top: 10px;
}

.offers_list table{
}

.offers_list td{
	padding: 10px 0px;
	border-bottom: 1px #E7DFC7 solid;
}

.offers_list h3 {
	padding-top: 5px;
	margin-top: 0px;
}

.offers_text, .offers_listings, .offers_pricelist{
	display: block;
	margin-bottom: 15px;
}

.offers_pricelist th {
	background-color:#C5BA9D;
	color:#FFFFFF;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.offers_pricelist td {
	border-bottom: 1px #E7DFC7 solid;
	line-height: 180%;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 5px;
}

/*travel essential*/
.travelessential_list{
	display: block;
	margin-top: 10px;
}

.travelessential_list table{
	border-top: 1px #E7DFC7 solid;
}

.travelessential_list td{
	padding: 10px 0px;
	border-bottom: 1px #E7DFC7 solid;
}

.travelessential_list h3 {
	padding-top: 5px;
	margin-top: 0px;
}

.convert_table {
	width: 280px;
	margin-top: 5px;
	height: 100px;
}

.convert_table table td{
	padding:0px;
	margin:0px;
}

.convert_table th {
	color: #FFFFFF;
	background-color: #745D4B;
	text-align: left;
	padding: 2px 5px;
	border: 1px solid #745D4B;

}

.convert_table td {
	background-color: #FFFFFF;
	border: 1px solid #745D4B;
}

/*travel extra*/
.europe_beds, .car_hire, .holiday_autos, .airport_park, .travel_insurance {
	display: block;
	margin-bottom: 20px;
}

.partner_title {
	font-weight: bold;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.travel_insurance table{
	margin-top: 5px;
	margin-bottom: 5px;
}

.travel_insurance th {
	background-color:#C5BA9D;
	color:#FFFFFF;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.travel_insurance td {
	border-bottom: 1px #E7DFC7 solid;
	line-height: 180%;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 1px 5px;
}

/*contact us*/
.contact_us{
	width: 685px;
	padding-top: 10px;
}

.contact_us_details{
	position:relative;
	width: 335px;
	padding-right: 15px;
	float: left;
}

.contact_us_form{
	position:relative;
	width: 335px;
	float: left;
	border-bottom: 1px #E7DFC7 solid;
	border-top: 1px #E7DFC7 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.contact_us_form td {
	line-height: 180%;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 0px;
}

/*request brochure*/
.brochure_request_form{
	width:600x;
	padding-top: 0px;
}

.brochure_request_form td{
	padding-bottom: 10px;
}

.data_protection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B8B8B;
	padding: 25px 0px;
}

/*city guide*/
.city_table{
	width: 550px;
	margin: 0 auto;
	position:relative;
}
.city_image{
	padding: 25px;
}

.city_content{
	padding:0px 25px 25px 25px;
}

.city_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #745D4B;
	height: 27px;
	padding-top:3px;
	padding-bottom: 3px;
}

/*right-col photogallery*/
#photo_gal td {
	padding: 5px 10px; 
}

#photo_gal  {
	display: block;
	margin-bottom: 15px;
}

#photo_gal .side_menu_heading{
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	color: #745D4B;
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #E7DFC7 solid;
}
/*---------------------------------------------------
thumbnails gallery
-------------------------------------------------------*/
* {
		font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #EFEFEF;
}
.highslide:hover img {
	border: 2px solid #FFFFFF;
}

.highslide-wrapper {
	background: #FFFFFF;
}
.highslide-image {
    border: 2px solid #FFFFFF;
}

.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid #FFFFFF;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #C5BA9D;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8px;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #FFFFFF;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: #C5BA9D;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: #FFFFFF;
	background-color: #C5BA9D;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
	text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #C5BA9D;
}
.special_holiday {
	width: 100%;
	border-top: 1px #E7DFC7 solid;
}
.special_holiday td {
	padding-bottom: 10px;
	border-bottom: 1px #E7DFC7 solid;
	padding-top: 10px;
}
.special_holiday_title {
	font-size: 14px;
	font-weight: bold;
	color: #745D4B;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
