body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, Verdana, Arial;
	font-size: 80%;
	background-color: #325A88;
}

/****************************** Links */

a:link {
	color: #325A88;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #064F97;
}

a:visited {
	color: #064F97;
	text-decoration: none;
}

a.noline {
	text-decoration: none;
}

.single {
	margin-bottom: 10px; 
	margin-top: 0px; 
 }
 
p {
	line-spacing: 115%;
}

li {
	line-spacing: 75%;
}

/****************************** Header with logo */
#header_main {
	width: 930px;
	margin: 0 auto;
	background-color:#FFFFFF;
	height: 138px;
	margin-bottom: -20px;
}

#header {
	width: 283px;
	height:110px;
	float:left;
	padding: 0;
	margin: 0;
}

#header_strap {
	color: #7085A1;
	font-size: 19px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 283px;
	font-weight:bold;
	float:left;
}

#header_strap_bold {
	color: #000;
	display:inline;
	font-weight:bold;
	margin: 0;
	padding: 0;
	font-size: 21px;
}

#header_links {	
	float: right;
	font-size: 11px;
	color: #064F97;
	padding-top: 5px;
	padding-right: 18px;
	position:relative;
}

#header_links a{
	color: #064F97;
}

#welshlink {	
	float: right;
	font-size: 11px;
	color: #064F97;
	position:relative;
	top: 20px;
	margin-right: -252px;
}

#welshlink a{
	color: #064F97;
}

/****************************** Home page slideshow */

#SlideShow {
	border-right: 2px solid #FFF;
}

/****************************** Content container */

#pagewidth {
	width: 920px;
	margin: 0px auto;
	text-align: left;
	line-height: 150%;
	padding: 5px;
	background-color:#FFFFFF;
	height: auto;
}

#comp_pagewidth {
	width: 930px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	line-height: 150%;
	padding: 0px;
	background-color:#FFFFFF;
}

#comp_content {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 900px;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
	width: 700px;
	float: left; 
	clear: right;
}

#content_longer {
	min-height: 1600px;
}

#content_longerish {
	min-height: 1050px;
}

#rightcol{
	width: 200px;
	float: right;
	clear: right;
	margin: 10px 0 0 0;
	padding: 0;
	text-align:right;
}

/****************************** Email subscription form */

#subscribe_form {
	margin: 0px 0 0 0;
	padding: 0;
	width: 179px;
	height: 377px;
	color: #FFF;
	float: right;
	background-image: url(../images/bg-subscribe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#subscribe_form_wide {
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #83B8E2;
	width: 700px;
	color: #FFF;
}

#subscribe_form h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #FFF;
}

#subscribe_form td {
	padding: 2px;
	font-size: 11px;
}

#subscribe_form input {
	font-size: 10px;
}

#main {
	width: 500px;
	float: left; 
	margin: 10px 0 0 0;
}

#blog {
	float: left;
	width: 498px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#leftcol{
	width: 200px;
	float: left;
	clear: left;
}

#leftcol h1 {
	background-color: #FFDF62;
	color: #064f97;
	font-size: 18px;
	width: 222px;
	padding: 7px 0 7px 8px;
	font-weight: normal;
}

#destinations {
	padding: 0px 0 0px 8px;
}

#destinations h2 {
	color: #043F79;
}

.page_content {
	padding: 20px 20px 0 20px;
}

h1 {
	color: #064F97;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	color: #064F97;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h3 {
	color: #064F97;
	font-size: 14px;
}

.text_red {
	color: red;
}

.text_italic {
	font-style: italic;
}

.strikethrough {
	text-decoration: line-through;
	color: gray;
}

.larger {
	font-size: 120%;
}

/****************************** Availability search form */

#searchform {
	margin: 0;
	color: #000;
	font-size: 10px;
	padding: 3px;
	width: 194px;
	background-color: #9DB5D7;
}

#searchform fieldset {
	padding: 2px;
}

#searchform strong {
	font-size: 13px;
}

#searchform td {
	padding: 4px 0;
}

#searchform input, #searchform select {
	border: 1px solid #CED2DB;
	font-size: 12px;
}

#searchform input.search_button {
	border: 0;
}

#searchform img.mxw_cld {
	cursor: pointer;
}

/****************************** Advanced search form */

#adv_searchform {
	margin: 0;
	padding: 0;
}

#adv_searchform fieldset {
	padding: 6px;
	margin: 5px 0;
}

#adv_searchform legend {
	font-weight: bold;
	color: #6D8CF8;
}

#adv_searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 22px;
	width: 25px;
	background-color: #FFF;
	border: 1px solid #FFF;
	cursor: pointer;
}

.varcat_table {
	width: 100%;
}

.varcat_table td {
	padding: 5px;
	width: 50%;
}

/****************************** Search results */

#image {
	border: 1px solid #C4D3D5;
	padding: 4px;
}

.results_table {
	border-collapse: collapse;
	background-color:#FFF;
	border: 1px solid #C4D3D5;
}

.results_table th {
	padding: 4px;
	background-color:#E1E8F0;
}

.results_table td {
	padding: 4px;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 148px;
	height: 25px;
	background-image:url(../images/btn-view-details.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.results_table_button {
	color: #325A88;
}

a:link.results_table_button_book, a:visited.results_table_button_book {
	display: block;
	width: 148px;
	height: 25px;
	background-image:url(../images/btn-book.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: bold;
}

a:hover.results_table_button_book {
	color: #325A88;
}

/* Larger button */

a:link.results_table_button_lg, a:visited.results_table_button_lg {
	display: block;
	width: 150px;
	height: 25px;
	background-image: url(../images/btn-view_details_lg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button_lg {
	background-image: url(../images/btn-view_details_over_lg.gif);
	color: navy;
}

a:link.specials_button, a:visited.specials_button {
	display: block;
	width: 94px;
	height: 23px;
	background-image:url(../images/btn-specials1.png);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: red;
	text-decoration: none;
	padding: 2px 0 0 0;
	margin: 0;
	font-weight: bold;
}

/****************************** Property details page */

.property_detail_overview {
	background-color: #FFF;
	border-collapse: collapse;
}

.property_detail_overview td {
	padding: 3px;
	font-size: 90%;
	background-color: #FFF;
}


.intro ul {
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.intro ul li {
	background-image: url(../images/bullet_ball_blue.png);
	background-repeat: no-repeat;
	padding: 0px 0 1px 17px;
	background-position: 0 5px;
	list-style: none;
}


/****************************** Property tabs */

.image_float {
	width: 350px;
	margin: 0 5px 5px 5px;
	height: 220px;
	float: left;
}

#property_details {
	text-align:left;
	padding:.3em;
	background-color: #FFDF62;
}

#property_details h1 {
	color: #064F97;
	font-size: 130%;
	margin: 0 0 4px;
	padding: 0 0 0 3px;
	font-weight: normal;
}

#property_details_top{
	height: 22px;
	width: 784px;
	background-image:url(../images/bg-details-top.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#property_details_bottom{
	height: 22px;
	width: 784px;
	background-image:url(../images/bg-details-bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

.tab_table {
	padding-left: 10px;
	margin-bottom: -3px;
}

.tab_hover {
	color: #000;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_over.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab {
	color: #FFF;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.tab a {
	color: #FFF;
}

.tab_bottom a {
	color: #FFF;
}

.tab_table_bottom {
	padding-left: 10px;
	margin-top: -3px;
}

.tab_hover_bottom {
	color: #000;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_over_bottom.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab_bottom {
	color: #FFF;
	cursor:pointer;
	width: 106px;
	height: 31px;
	background-image: url(../images/admin_tab_bottom.png);
	background-repeat:no-repeat;
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.data_tab {
	text-align:left;
	padding:.3em;
}

.colbox {
	float: left;
	margin: 1%;
	padding: 0.25em;
	background-color: #FFFFFF;
}

.colbox img {
	display: block;
}

.col_img {
	border: none;
	margin-top: 3px;
	margin-left: 4px;
}

/****************************** Property prices */

.price_table {
	background-color: #FFF;
}

.price_table th {
	background-color: #D6D4D5;
	font-weight: normal;
	padding: 4px;
}

.price_table td {
	background-color: #F0F0F0;
	padding: 4px;
}

/****************************** List of page numbers */

.pagenumbers {
	padding: 0.5em 0;
	text-align: center;
}

.pagenumbers strong {
	color: red;
}

/****************************** Currency conversion form */

#currencyform {
	margin: 0;
	padding: 0;
}

/****************************** Car hire table */

.carhire_table {
	border-collapse: collapse;
}

.carhire_table th {
	border: 1px solid silver;
	padding: 4px;
}

.carhire_table td {
	border: 1px solid silver;
	padding: 4px;
}

/****************************** Variable links */

.variable_links {
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/****************************** Buttons to link to the relevant contact forms */

.contact_button_link:link, .contact_button_link:visited {
	padding: 6px;
	border: 1px solid #6D8CF8;
	display: block;
	width: 175px;
}

.contact_button_link:hover {
	background-color: #FFFF99;
}

/****************************** Footer */

#footer {
	text-align:center;
	width: 910px;
	margin: 20px auto;
	height: 50px;
	clear:both;
	color:#FFFFFF;
}

#footer a {
	color: #FFF;
	font-weight: normal;
}



/****************************** News scroller */

.news_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.news_table th {
	background-color: #BFCFFF;
	height: 20px;
	padding-left: 5px;
}

.news_table th a{
	color: #686868;
}

.news_table td {
	font-size:11px;
}

/****************************** Testimonials tab */

.testimonial_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
}

.testimonial_table th {
	background-color: #DDDEE2;
	padding: 5px;
}

.testimonial_table td {
	padding: 5px;
}

/************************************** AJAX loading */

#loading_main {
	text-align: center;
}

#loading_main img {
	display: block;
	margin: 6px 0;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#FFF;
	width:150px;
	height:150px;
	z-index: 9002;
	text-align: center;
	border: 1px solid #000;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
}

/************************************** Search variable at the top of search results page */
.var_table {
	background-color: #D8D8D1;
	border: 1px solid gray;
}

.var_table td {
	font-size: 10px;
	padding: 3px;
}

/****************************** Featured villas */

#featured_top{
	height: 25px;
	width: 200px;
	background-image:url(../images/featured-top.png);
	background-repeat:no-repeat;
	background-position: center top;
	margin-left: 4px;
}

#featured_top h1{
	color:#064f97;
	text-align:center;
	font-size: 18px;
	padding-top: 5px;
}

#featured_bottom{
	height: 25px;
	width: 200px;
	background-image:url(../images/featured-bottom.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	margin-left: 4px;
}

.featured{
	width: 190px;
	padding: 5px;
	background-color: #FFDF62;
	font-size: 11px;
	color: #000;
	margin-left: 4px;
}

.featured_prop {
	width: 180px;
	padding: 5px;
	background-color:#FFFFFF;
	margin-bottom: 4px;
}

.featured img {

}

.featured a:link, .featured a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

.featured a:hover {
	text-decoration: underline;
	color: #000000;
}

#facilities_top{
	height: 23px;
	width: 200px;
	background-image:url(../images/facilities-top.png);
	background-repeat:no-repeat;
	background-position: center top;
}

#facilities {
	width: 190px;
	padding: 5px;
	color: #00447B;
}

#facilities a{
	color: #00447B;
}

#facilities_bottom{
	height: 23px;
	width: 200px;
	background-image:url(../images/facilities-bottom.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.var_table {
	background-color:#EBF0F5;
}

label {
	font-size: 11px;
}

#gallery_box {padding: 0 0 0 5px;}

#destinations_about_wales {
	height: 27px;
	width: 176px;
	background-color: #2F9900;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
	font-size: 12px;
}

#destinations_about_wales a{
	color:#FFFFFF;
}

#destinations_pembrokshire {
	height: 27px;
	width: 175px;
	background-color: #CC3333;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_pembrokshire a{
	color:#FFFFFF;
}

#destinations_ceridigion {
	height: 27px;
	width: 175px;
	background-color: #636363;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_ceridigion a{
	color:#FFFFFF;
}

#destinations_mid_wales {
	height: 27px;
	width: 175px;
	background-color: #CC3333;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_mid_wales a{
	color:#FFFFFF;
}

#destinations_carmarthenshire {
	height: 27px;
	width: 175px;
	background-color: #2F9900;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_carmarthenshire a{
	color:#FFFFFF;
}

#destinations_swansea {
	height: 27px;
	width: 175px;
	background-color: #000099;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_swansea a{
	color:#FFFFFF;
}

#destinations_glamorgan {
	height: 27px;
	width: 175px;
	background-color: #000099;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_glamorgan a{
	color:#FFFFFF;
}

#destinations_anglesey {
	height: 27px;
	width: 175px;
	background-color: #CC3333;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_anglesey a{
	color:#FFFFFF;
}

#destinations_snowdonia {
	height: 27px;
	width: 175px;
	background-color: #2F9900;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_snowdonia a{
	color:#FFFFFF;
}

#destinations_cardiff {
	height: 27px;
	width: 175px;
	background-color: #2F9900;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_cardiff a{
	color:#FFFFFF;
}

#destinations_south_wales {
	height: 27px;
	width: 175px;
	background-color: #000099;
	color:#FFFFFF;
	margin: 0;
	padding: 3px 0 0 5px;
	font-weight:bold;
		font-size: 12px;
}

#destinations_south_wales a{
	color:#FFFFFF;
}

#find_cottage {
	height: 249px;
	background-color:#FFF;
	color:#FFFFFF;
	width: 179px;
	text-align:left;
	float: right;
	background-image:url(../images/map2.jpg);
	padding: 0 0 0px 0;
	margin: 0 0 10px 0;
}

#find_cottage a{
	height: 249px;
	width: 179px;
	color:#FFFFFF;
}

#find_cottage_first {
	padding-left: 5px;
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
}

#find_cottage_second {
	padding-left: 20px;
	font-size: 18px;
	font-weight:bold;
}

#specials {
width: 179px;
height: 73px;
float:right;
margin-bottom: 10px;
line-height: 110%;
}

#home_special_section {
	background-image: url(../images/bg-special-home.gif);
	background-repeat:no-repeat;
	width: 85px;
	height:73px;
	color: #FFF;
	padding: 3px 0 0 4px;
	margin: 0px 0 0 0;
	float:left;
	text-align:left;
}

#home_special_section a{
	color: #FFF;
	font-size:16px;
}

/******************************* Search results - prices */

.sc_sr_rates_table {
	background-color: #F1F4E9;
}

.sc_sr_rates_table td {
	font-size: 11px;
	border-bottom: 1px dotted silver;
}

.sc_sr_searched_1 {
	color: red;
}

.sc_sr_discount {
	color: gray;
	text-decoration: line-through;
}


.searched_price {
	color: red;
	font-size: 12px;
	font-weight: bold;
	float:left;
	text-align: left;
	border: 1px solid #8ABCED;
	padding: 3px;
	background-color: #E5F1FF;
}

.capitalise {
	text-transform: capitalize;
}
