*{
  margin: 0;
  padding: 0;
}
/*
colors
dark 5c7a1f
mid 99cc33
light
*/
body {
	font-size: 100%;
	font-family:Georgia,serif;
	text-align: center;
	color: #444;
	background-color: #999;
	background-image: url(../images/bkg.gif);

}

a{
	color: #0071bc;
	text-decoration: none;
}
a:hover{
	color: #0071bc;
	text-decoration: underline;
}
img {
	border: 0;
	}
	
h1{
	float: left;
	width: 100%;
	color: #666;
	font-size: 175%;
	font-family: Georgia,serif;
}

#page {
	clear: both;
}
#content {
  width: 900px;
	margin: 0 auto;
	text-align: left;

}
#header {
	width: 100%;
	height: 105px;
	background-color: #eee;
	background-image: url(images/header_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0 85px;
}
#headerInner{
	width: 900px;
	margin: 0 auto 0 auto;
}
#headerL{
  float: left;
  width: 300px;
}
#headerR{
  float: right;
  width: 565px;

}


#header img {
	float: left;
	border:0;
	margin-left: 10px;
	margin-top: 10px;
}
/*IE sucks!!!*/
*html #header img {
	margin-bottom: -3px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/
#topMenu{

	width: 100%;
	height: 21px;
	clear: both;
	float: right;
	margin: 64px 0 0 0;
}

#topMenu ul {
  margin: 0; 
  padding: 0; 
  float: right;
  display: inline;
  font-size: 75%;
  color: #fff;
  }
#topMenu li {
  float: left;
  list-style-type: none; 
  text-align: left; 
  text-indent: -5px;
 	padding: 0 1px 0 6px;
  font-family: Arial; 
  font-weight: bold;
  color: #fff;
  background-image: url(images/tabL.gif);
	background-repeat: no-repeat;

  }
#topMenu li#navOn, #topMenu li:hover {
	background-image: url(images/tabL_on.gif) !important;
}

#topMenu a {
  text-decoration: none;
  padding: 3px 8px;  
  display: block;
  color: #fff;
  background-image: url(images/tabR.gif);
	background-repeat: no-repeat;
	background-position: right;
  }
#navOn a, #topMenu a:hover {
	background-image: url(images/tabR_on.gif) !important;
}
#topMenu a:hover{
  text-decoration: underline; 
  }


#container{
  float: left;
  clear: both;
  width: 900px;
  border: 5px solid #fff;
  }

#mainBkg {
	background-image: url(../images/main_bkg.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 900px;
	clear: both;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;

}
#mainCell {
  float: left;
  width: 900px;

}
#mainCell font{
	font-family: Arial, san-serif !important;
}
#main{
	font-size: 80%;
	float: left;
	width: 680px;
	text-align: left;
	margin-top: 8px;
	padding: 0 10px;

	/*border-left: 1px solid #ccc;*/
	}
#main p{
  margin-bottom: 10px;
  /*clear: both;*/
  line-height: 150%;
}
#main h1{
	padding-top: 3px;
}
#main h2{
	clear: both;
	font-size: 115%;
}
#main h3{
		margin: 6px 0 8px 0;
		font-size: 115%;
}


#breadcrumbs {
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	clear: both;

}

#menuCell {
	width: 190px;
	float: right;
	font-weight: bold;
	
	color: #fff;
	margin-left: 5px;
}
#menuCell a{
	color: #fff;
}
#menuCell ul {
	padding: 10px 0;
	font-size: 100%;
}
#menuCell li {
	margin-bottom: 4px;
	list-style: none;
}
#menuCell li a{
	color: #fff;
	}
#menuCell li ul{
	padding: 4px 0;
	font-size: 75%;
	margin-left: 20px;
}
#menuCell li ul li ul{
	padding: 2px 0;
	font-size: 90%;
	margin-left: 10px;
}
#menuCell li ul li ul li{
	margin: 1px 0;
}

#menuCell h2{
	font-size: 100%;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 95%;
	border-bottom: 1px solid #fff;
}

#info{
	background-image: url('/images/info.gif');
	background-repeat: no-repeat;
	background-position: left 13px;
	height: 30px;
	font-size: 80%;
	padding: 10px 0 10px 30px;
	margin: 5px 10px 5px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#sideSearch{
	margin: 5px 0;
}
#sideSearch label{
	float: left;
	width: 70px;
	clear: both;
	font-size: 66%;
	margin-bottom: 4px;
}
#sideSearch select, #town{
	float: left;
	width: 100px;
	font-size: 66%;
	font-family: Verdana, san-serif;
	padding: 1px 2px;
	margin-bottom: 4px;
}
#town{
	width: 95px;
}
.indent{
	text-indent: 30px;
}

#jMenu{
	margin-left: 20px;
	margin-top: 15px;
}
#jMenu ul{
	padding: 5px;
}
#jMenu li{
	font-size: 110%;
	list-style: none;
}
#jMenu dt{
	font-size: 120%;
	margin-top: 6px;
}
.textBox{
	border: 1px solid #0071bc;
	width: 165px;
	height: 21px;
	clear: both;
	background-image: url(../images/form_bkg.gif);
	padding-left: 5px;
	margin-bottom: 2px;
}

#itemTop{
	width: 650px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	float: left;
}
#itemBottom{
	width: 650px;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	margin-top: 12px;
	float: left;
}
#itemTop h1{
	float: left;
	width: 400px;
	padding-bottom: 7px;
}
.availability{
	width: 140px;
	text-align: center;
	height: 27px;
	background-image: url('/images/avail_button.gif');
	color: #fff;
	line-height: 24px;
	float: right;
}
.availability a{
	color: #fff;
}
.availability a:hover{
	color: #fff;
}
#numResults{
	width: 200px;
	font-size: 125%;
	float: right;
	text-align: right;
	margin-top: 5px;
}

#near{
	width: 100%;
	float: left;
	clear: both;
}
.near h3{
	font-size: 100% !important;
	height: 25px;
}
.near{
	float: left;
	width: 121px;
	float: left;
	text-align: center;
	height: 139px;
	background-color: #eee;
	margin: 3px;
	font-weight: bold;
	padding: 2px;
}
.near img{
	margin-left: 18px;
}
.nearThumb{
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin-top: 4px;
}


#on1 a, #on a,#menu li a:hover,#menu li a:hover {
	text-decoration: underline;
}



#search{
	width: 100px;
	padding: 1px;
	margin-right: 3px;
}
#right select{
	width: 125px;
	margin-top: 5px;
}

	
#footer {
	font-size: 75%;
	padding-top: 10px;
  clear: both;
	float: right;
	width: 100%;
	margin-bottom: 20px;
}
#footer ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	float: right;

}
#footer li{
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	float: right;
}




ul.pagination{
	border:0; 
	margin: 0; 
	padding:10px 0 0 0; 
	font-size: 90%;
	width: 100%;
	clear: both;
	float: left;
	}

.pagination li{
border:0; 
 float: left;
padding:0;
list-style:none;
margin-right:3px !important;
}
.pagination a{
border: solid 1px #ccc;
margin-right:2px;
}
.pagination .first a,.pagination .last a{
border:solid 1px #DEDEDE;
color:#888888 !important;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
}
.pagination .active{
background:#ccc;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination a:hover{
	background:#ccc;
	color:#FFFFFF !important;
}
.pagination a {
color:#0066cc;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover{
border:solid 1px #ccc;
}



.itemPlain{
	float: left;
	width: 620px;
}
.itemLeft{
	float: left;
	width: 130px; 
	margin-left: 10px;
}
.item{
	margin: 5px 0;
	float: left;
	width: 675px;
	padding: 0 5px;
	clear: both;
}

.itemR{
	float: right;
	width: 350px;
	padding-top: 5px;
}
.itemR p{
	padding-left: 5px;
}
.item{
	border: 1px solid #0071bc;
	padding: 0;
}
.item h3{
		width: 100%;
		background-color: #0071bc;
		margin: 0 !important;
		height: 20px;
		line-height;
		text-indent: 5px;
}
.item h3 a{
	color: #fff;
}
.item img{
		float: left;
		margin: 10px;
}

.itemL{
	float: left;
	width: 130px;
	text-align: center;
}

.itemM{
	font-size: 90%;
	float: left;
	width: 195px;
}
.itemM ul{
	list-style: none;
	margin-top: 10px;
}
.price{
	font-size: 125%;
	padding-bottom: 3px;
	font-weight: bold;
	color: #666;
}

.itemR1{
	float: right;
	width: 440px;
}




#home{
	width: 800px;
	float: left;
	clear: both;
}
#home h1{
	font-size: 220%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #0066cc;
}
#home h2{
	font-size: 175%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #666;
}

.homeRow{
	float: left;
	clear: both;
	width: 100%;
	/*border-bottom: 1px dotted #ccc;*/
}
.homeL{
	width: 380px;
	float: left;
	padding-right: 10px;
}

.homeR{
	width: 290px;
	float: left;
	/*border-left: 1px dotted #ccc;*/
} 
.infoBox{
	background-image: url('../images/infoBox.jpg');
	background-repeat: no-repeat;
	width: 250px;
	float: left;
	clear: both;
	padding-left: 14px;
	margin-top: 8px;
	}
.infoBox h3{
		background-image: url('../images/arrow.gif') !important;
		background-repeat: no-repeat;
		background-position: left 2px;
		color: #fff;
}

.infoBox h3 a{
		color: #0071bc;
}
.infoBox ul{
	list-style: none;
	font-weight: bold;
	padding-top: 5px;
	clear: both;
}
.infoBox li{
	margin-top: 4px;
	margin-left: 2px;
	line-height: 16px;
}
.infoBox li img{
	margin-bottom: -3px;
}

#ukMap{
	margin: 10px 0;
}

#selectedRegion{
	float: left;
	clear: both;
	height: 100px;
	width: 95%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#selectedRegion img{
	float: left;
	margin-right: 5px;
}
#selectedRegion h3{
	float: left;
	margin: 0;
	font-size: 90%;
	color: #0071bc;
	width: 135px;
}

#devonCont, #dorsetCont, #somersetCont, #norfolkCont, #north_eastCont, #north_westCont, #scotlandCont, #heart_of_englandCont, #south_eastCont, #irelandCont, #yorkshireCont, #walesCont, #channel_islandsCont{
	/*visibility:hidden;*/
	display: none;
}

ul#mapSelect{
	list-style: none;
	font-size: 133%;
	margin-left: 15px;
}
#mapSelect li{
	margin-bottom: 5px;
}

#best{
	clear: both;
	float: left;
	margin-top: 3px;
	height: 230px;
}

#intro{
	clear: both;
	font-size: 125%;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
#detail{
	width: 775px;
	float: left;
	clear: both;
}
#detail h2{
}

#detailL{
	width: 300px;
	float: left;
}
#detailL p{
	margin: 10px 0;
}


#mainImg{
	border: 5px solid #666;
}
#map{
	border: 1px solid #666;
}

.picLink{
	clear: both;
	float: right;
	font-size: 80%;
	margin-right: 8px;
}

#regionInfo{
	height: 275px;
	overflow: auto;
}



#detailR{
	width: 440px;
	float: right;
	line-height: 130%;
	border-left: 1px dotted #ccc;
	padding-left: 20px;
}
#address{
	margin-bottom: 15px;
}
#detailR h3{
	margin-top: 10px;
	clear: both;
	float: left;
}
.detailRow{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.detailRowL{
	float: left;
	width: 35%;
}
.detailRowR{
	float: right;
	color: #0071bc;
	width: 65%;
	word-wrap: break-word;
}


#detail ul{
	list-style: none;
	margin-left: 8px;
}

#features li{
	float: left;
	width: 85%;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 12px;
}



#photoMap{
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}
#photoMap select{
	width: 290px !important;
}
#photoMap input{
	width: 290px !important;
	background-color: #0071bc;
	border: 0;
	color: #fff;
	text-align: center;
}

#map img{
	margin: 0 !important;
	padding: 0 !important;
	float: left;
}

#searchList ul{
	font-size: 120%;
	float: left;
	width: 100%;
	list-style: none;
}
#searchList li{
	float: left;
	width: 28%;
	margin-left: 15px;
	color: #0071bc;
	margin-bottom: 5px;
}
#searchList h2{
	clear: both;
	float: left;
	font-size: 150%;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #666;
}

/* =G-maps
-----------------------------------------------------------------------------*/
svg:hover{
	cursor: pointer;
}
.tooltip {
        background-color:#eee;
        font-weight:bold;
        border:1px #006699 solid;
        white-space: nowrap;
        padding: 0 2px;
}


/* =Social bookmarking
-----------------------------------------------------------------------------*/
.sharesb{
	clear:both;
	float: left;
	width: 600px;
	border:1px solid #ddd;
	padding:10px;
	margin:20px 0 0 0;
	font-size:12px;
	background-image: url(../images/diag.gif);
}

.sharesb h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}

.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 45px;
	padding:0;
}

.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}

.sharesb ul li.delicious{background:url("../images/delicious.gif") no-repeat 0 0;}

.sharesb ul li.digg{background:url("../images/digg.gif") no-repeat 0 0;}

.sharesb ul li.reddit{background:url("../images/reddit.gif") no-repeat 0 0;}

.sharesb ul li.facebook{background:url("../images/facebook.gif") no-repeat 0 0;}

.sharesb ul li.stumbleupon{background:url("../images/stumbleupon.gif") no-repeat 0 0;}

.sharesb ul li.myspace{background:url("../images/myspace.gif") no-repeat 0 0;}

.sharesb ul li a{
	padding:0 0 0 25px;
	margin:0 3px 0 0px;
}


/* =Tabs
-----------------------------------------------------------------------------*/
#mainTabs{
	width: 600px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#mainTabs ul{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}

#mainTabs li{
	padding: 0;
	margin: 0;
	float: left;
	width: 112px;
	height: 27px;
	margin-right: 4px;
	background: url('../images/tab_on.gif');
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 115%;
}	
#mainTabs li a{
	padding: 0;
	margin: 0;
	display: block;
	width: 112px;
	height: 27px;
	background: url('../images/tab.gif');
}	
#mainTabs li a:hover{
	background: url('../images/tab_on.gif');
}

ul#sitemap{
	margin-left: 120px;
}
#sitemap li ul{
	margin-left: 20px;
}
