/* CSS Document */

{
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Geneva, Arial, Helvetica, san-serif;
	margin: 0;
}


h1 {
  font-size: 1.4em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  font-weight: normal; 
  
}

body {

}

#wrapper {
  width: 800px; 
  margin: 0 auto; 
  background-image: url(images/bg_repeat.gif);
}

#branding {
  height: 187px;
  background-image: url(images/branding.jpg);
}

#menu_wrap {
	background: #39272F;
	height:28px;

}


.text_area_home {
	background-color: #8B6C7A;
	margin: 0 7px 0 7px;

}

.text_area_home h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.text_area_home h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #CCCCCC;
}

.text_area_home p, .cottage_brief p {
	color: #000;
	line-height: 16px;
	padding: 10px;
	font-size: 1.2em;
	margin: 0;
	text-align:justify;
}

.text_area_home a {
	color: #666666;
}
.text_area_home a:link,a:visited {
	color: #CCC;
	text-decoration: underline;
}
.text_area_home a:hover {
	color: #fff;
	text-decoration: none;
}

/* Holiday Cottages Display Home Page */


#Holiday_Cottages_wrap {
	padding: 0 0 0 10px;
	background-image: url(images/flash_bg.jpg);
	background-repeat: repeat-y;
}


#Holiday_Cottages_tariff {
	margin: 4px 7px 0 7px;
	background-image: url(images/tariff_bg.jpg);
	background-repeat: repeat-y;
}

#Holiday_Cottages_location {
	margin: 4px 7px 0 7px;
	background-image: url(images/tariff_bg.jpg);
	background-repeat: repeat-y;
}




.map_keys {
	line-height: 27px;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 1.1em;
}

.divider {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color:#532B3B;
	background-color: #532B3B;
}

#Cottage_links {
	width: 332px;
	float: left;
	padding: 3px 4px 0px 7px;
	background-color: #C6C6C6;
}

#Cottage_links p {
	font-size: 1.1em;
	margin: 0;
	line-height: 15px;
	padding-top: 2px;
}

.Cottage_Images {
	width: 430px;
	float: right;
	padding-right:11px;
}

.cottage_clicks {
	width: 331px;
	height: 88px;
	background-color: #8D767F;
	margin-bottom: 2px;
}

.cottage_clicks img {
	float: left;
	padding-right: 7px;
	
}

.cottage_clicks object {
	float: left;
	padding-right: 7px;
	
}

/* Holiday Cottages main pages */

.cottage_brief {
	width: 322px;
	float: left;
	padding: 3px 4px 0px 7px;

}

.cottage_brief h2, .sub_left h2, .sub_right h2 {
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
	padding: 5px 0 0 0;
	}

.sub_text_wrap {
	margin: 4px 7px 0 7px;
	background-image: url(images/left_right_bg.jpg);
	background-repeat: repeat-y;
}

.sub_text_wrap_cottage {
	margin: 4px 7px 0 7px;
	background-image: url(images/left_right_bgA.jpg);
	background-repeat: repeat-y;
}

.sub_left {
	
	width: 460px;
	float: left;
	padding: 3px 4px 0px 7px;
}


.sub_left p, .sub_right p {
	color: #000;
	line-height: 17px;
	padding: 3px 4px 0px 7px;
	padding: 10px;
	font-size: 1.2em;
	margin: 0;
	text-align:justify;
}


.sub_right {
	padding: 3px 4px 0px 7px;
	width: 296px;
	float: right;
}

/* Section for availability section */

.sub_availability {
		background: url(images/availability_bg.jpg) repeat-y;
}



.clear_both {
	clear: both;
}



#footer {
	background-image: url(images/base_bg.jpg);
	height: 100px;
	background-repeat: no-repeat;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
}

.footer_links {
	padding-top: 18px;
}

.footer_links a {
	font-size: 1em;
}

.footer_links a:link, .footer_links a:visited , .footer_copyright a:link, .footer_copyright a:visited {
	color: #000;
	text-decoration: none;
}

.footer_links a:hover , .footer_copyright a:hover {
	color: #666;
	text-decoration: underline;
}

.footer_copyright {
	width: 700px;
	
}

