﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 14px;
	color: #be712b;
	background: url(../images/bg.png) repeat-y center top;
}

img
{
	border: 0;
}

.break
{
	height: 1px;
	overflow: hidden;
	clear: both;
}

a
{
	color:#e1771e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:hover
{
	color:#e1771e;
	text-decoration: underline;
}

a.blue
{
	color: #e1771e;
}

a.orange
{
	color: #e1771e;
	font-size: 12px;
}

a.orange-bold
{
	color: #e1771e;
	font-size: 11px;
	font-weight: bold;
}

p
{
	color: #be712b;
	font-size: 12px;
	line-height: 18px;
}

p.page-title
{
	color: #A97036;
	font-size: 25px;
	font-weight: bold;
}

div.page-title
{
	color: #A97036;
	float: left;
	font-size: 25px;
	font-weight: bold;
}

p.title
{
	color: #be712b;
	font-size: 12px;
	font-weight: bold;
}

p.title a
{
	color: #e1771e;
	font-size: 12px;
	font-weight: bold;
}

p.title a:hover
{
	color: #e1771e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

hr
{
	height: 1px;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #CCCCCC;
	border: 0;
}

hr.small
{
	width: 158px;
}

hr.large
{
	margin: 45px 35px 35px 34px;
}

form
{
	padding: 0;
	margin: 0;
}

span.orange
{
	color: #be712b;
}

.paging
{
	height: 17px;
	padding: 3px 0 0 20px;
	background: url(../images/arrow-large.png) no-repeat left center;
	color: #A97036;
	font-size: 12px;
	font-weight: bold;
}

.paging a
{
	color: #e1771e;
	text-decoration: underline;
}

.background-header
{
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 990px;
}

#background-body
{
	background: url(../images/body-background.png) no-repeat center 180px;
	min-width: 990px;
}

#background-footer
{
	background: url(../images/footer.png) no-repeat top center;
	min-width: 990px;
}

#container
{
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}


/*---- MAIN MENU'S ----*/
.menu ul
{
	width: 162px;
	margin: 4px 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.menu ul.col-left li
{
	padding: 10px 0 10px 0;
	display: block;
	border-bottom: solid 1px #CCCCCC;
}

.menu ul.col-right li
{
	padding: 9px 0 9px 0;
	display: block;
	border-bottom: solid 1px #CCCCCC;
}

.menu ul li a
{
	color: #e1771e;
}


/*---- FEATURED BOXES ----*/
.featured
{
	width: 170px;
	margin: 10px 0 10px 0;
}

.featured .top
{
	height: 10px;
	overflow: hidden;
}

.featured .title
{
	width: 142px;
	margin: 0;
	padding: 0;
}

.featured .background
{
	width: 158px;
	padding: 0 0 0 12px;
}

.featured .button
{
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
}

.featured .bottom
{
	height: 23px;
	padding: 1px 0 0 0;
	margin: 0;
}

.featured .image
{
	margin: 12px 0 15px 0;
}

.featured input.text
{
	width: 131px;
	height: 20px;
	margin: 0 0 10px 0;
	padding: 3px 0 0 5px;
	color: #be712b;
}

/*-- STYLING FOR DARK FEATURED BOX --*/
.featured .top-dark
{
	background: url(../images/featured-dark-top.png) no-repeat;
}

.featured .title-sponsor
{
	font-size: 12px;
	color: #26488D;
}

.featured .title-sponsor a
{
	font-size: 12px;
	color: #e1771e;
}

.featured .title-sponsor a:hover
{
	font-size: 12px;
	color: #e1771e;
	text-decoration: underline;
}

.featured .title-yellow
{
	font-size: 12px;
	color: #ffcc33;
}

.featured .title-yellow a
{
	font-size: 12px;
	color: #ffcc33;
}

.featured .title-yellow a:hover
{
	font-size: 12px;
	color: #ffcc33;
	text-decoration: underline;
}

.featured .background-dark
{
	background: url(../images/featured-dark-body.png) no-repeat top #116366;
}

.featured .bottom-dark
{
	background: url(../images/featured-dark-bottom.png) no-repeat;
}

.featured p.dark
{
	width: 142px;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	color: #ffffff;
}

/*-- STYLING FOR LIGHT FEATURED BOX --*/
.featured .top-light
{
	background: url(../images/featured-light-top.png) no-repeat;
}

.featured .title-blue
{
	margin: 0 0 10px 0;
	background: url(../images/newsletter.png) no-repeat left top;
}

.featured .background-light {
	background: url(../images/featured-light-body.png) no-repeat top #b17d4a;
}

.featured .bottom-light
{
	background: url(../images/featured-light-bottom.png) no-repeat;
}

.featured p.light
{
	width: 142px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
}

/*-- SPECIFIC STYLING FOR NEWSLETTER --*/
.featured .bottom-newsletter
{
	background: url(../images/featured-newsletter-bottom.png) no-repeat;
}

/*---- PAGE LAYOUT GENERIC ELEMENTS ----*/
/*---- HEADER ----*/
#header {
    height: 180px;
    margin: 0 auto;
    padding: 0;
    width: 990px;
}

#header #advertise
{
	height: 9px;
	margin: 3px 85px 2px 0px;
	float: right;
	display: inline;
}

#header #advertise a
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#header #finder {
	width: 477px;
	height: 110px;
	margin: 37px 0 0 420px;
	float: left;
	display:inline;
	background: url(../images/header-search-background.png) no-repeat;
}

#header #finder 
{
	padding: 15px 0 0 190px;
	width:287px;
}

#header #finder select {
	width: 119px;
	height: 20px;
	font-size: 12px;
	color: #999999;
}

#header #finder .top {
	margin: 0 0 5px 0;
}

#header a.advanced {
	color: #003366;
	font-size: 10px;
	left:900px;
	top:150px;
	position:absolute;
	text-decoration: underline;
}


/*---- CONTENT ----*/

#content
{
	width: 972px;
	margin: 0 9px;
	background: url(../images/body.png) no-repeat top #FBEECC;
}

#content col-center
{
	background-color: #FBEECC;
}

/*---- LEFT COLUMN ----*/
#col-left
{
	width: 170px;
	margin: 17px 0 0 0;
	padding: 0 0 0 23px;
        height:1000px;
	float: left; /*overflow:hidden; Overlaps Suckerfish. */
}

#col-left #accommodation
{
	padding: 0 0 0 0; /* 	padding: 49px 0 0 0; 	background: url(../images/peak-district-accommodation.png) no-repeat top;   */
}

#col-left #late-deals
{
	padding: 47px 0 0 0;
	/*background: url(../images/late-deals.png) no-repeat top;*/
}

#col-left #late-deals .title
{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 16px;
	color: #be712b;
}

#col-left #late-deals p
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
}

#col-left #late-deals a
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	color: #e1771e;
}

#col-left #late-deals img
{
	margin: 0 0 20px 0;
}

#col-left #late-deals form
{
	margin: 0 0 10px 0;
}

#col-left #search input.text
{
	height: 24px;
	width: 117px;
	padding: 10px 0 0 10px;
	color: #be712b;
}

#col-left #search input.button
{
	width: 29px;
	height: 26px;
}

/*---- CENTRAL COLUMN ----*/

/*-- ADWORDS --*/
#adwords table
{
	background-color: red;
	border: solid 1px red;
	width: 544px;
}

#col-center
{
	width: 475px;
	padding: 0 52px 0 51px;
	float: left;
	overflow: hidden;
	display: inline;
	background: url(../images/homepage-main-shadow.png) no-repeat left top #FBEECC;
	z-index: 0;
}

#col-center-noshadow
{
	background-color: #FBEECC;
	width: 475px;
	padding: 0 52px 0 51px;
	float: left;
	overflow: hidden;
	display: inline;
}

#col-center.no-right-shadow
{
	width: 511px;
	padding: 0 16px 0 51px;
	background: url(../images/homepage-main-shadow-left.png) no-repeat left top #FBEECC;
}

#col-center-noright.no-right-shadow
{
	width: 719px;
	margin: 10px 0 0 0;
	padding: 0 0 0 51px;
	float: left;
	overflow: hidden;
	display: inline;
	background: url(../images/homepage-main-shadow-left.png) no-repeat left top #FBEECC;
}

/*-- BREADCRUMB --*/
#breadcrumb 
{
	font-weight:bold;
	margin: 20px 0 0 0;
	color: #e1771e;
	font-size: 10px;
	font-weight:normal;
}

#breadcrumb a {
	color: #e1771e;
	font-weight:bold;
}

#breadcrumb a:hover {
	color: #e1771e;
	text-decoration:underline;
}

/*-- SUPER PLACES --*/
#super-places
{
	width: 478px;
	padding: 45px 0 0 0;
	background: url(../images/super-places.png) no-repeat left top;
}

#super-places p
{
	height: 50px;
	padding: 0;
	color: #be712b;
}

#super-places p a
{
	height: 50px;
	padding: 0;
	color: #e1771e;
}

#super-places ul
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#super-places li
{
	width: 149px;
	margin: 0 0 50px 0;
	display: block;
	float: left;
}

#super-places li.middle
{
	margin: 0 15px;
}

/*---- RIGHT COLUMN ----*/
#col-right
{
	width: 170px;
	margin: 17px 11px 0; /* top left/right bottom */
	float: right;
	display: inline;
}

#col-right .related-links ul
{
	list-style: none;
	line-height: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#col-right .related-links ul li
{
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .8em;
	padding-bottom: 10px;
}

#col-right .related-links a
{
	color: #e1771e;
	text-decoration: none;
	font-size: 12px;
}

#col-right .related-links a:hover
{
	color: #A86F36;
	text-decoration: underline;
	font-size: 12px;
}

/*-- LATEST NEWS --*/

#latest-news
{
	padding: 50px 0 0 0;
	/*background: url(../images/latest-news.png) no-repeat left top;*/
}

#latest-news a
{
	color:#e1771e;
	font-weight:bold;
}

#latest-news a:hover
{
	color:#e1771e;
	text-decoration:underline;
}

#latest-news ul
{
	width: 165px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	color: #333333;
}

#latest-news li
{
	margin: 0 0 40px 0;
	padding: 0;
	display: block;
}

#latest-news p
{
	margin: 0 0 3px 0;
	padding: 0;
}

#latest-news .more
{
	color: #e1771e;
}

.associate
{
	width: 170px;
	margin: 25px 0 0 0;
	text-align: center;
}

.related-links
{
	margin: 10px 0 20px 0;
}

.links-header
{
	width: 160px;
	height: 22px;
	padding: 6px 0 0 10px;
	background: url(../images/links-header.png) no-repeat left top;
	color: #FFFFFF;
	font-weight: bold;
}

.related-links .title
{
	margin: 10px 0 5px 0;
	color: #be712b;
}


/*---- FOOTER ----*/
#footer
{
	width: 990px;
	height: 100px;
	margin: 0 auto;
	padding: 27px 0 0 0;
	overflow: hidden;
}

#footer p
{
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
}

#footer p.login
{
	font-size: 10px;
	text-align: right;
}

#footer #left
{
	float: left;
	padding-left: 56px;
}

#footer #right
{
	float: right;
	padding-right: 50px;
}

/*- END OF GENERIC -*/


/*---- PAGE SPECIFIC STYLING ----*/
/*---- HOMEPAGE ----*/

#homepage h1
{
	margin: 0;
	color: #be712b;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

#homepage h2
{
	color: #be712b;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

#homepage div.main
{
	background-color: #FBEECC;
}

#homepage .main-title
{
	margin: 0;
	color: #be712b;
	font-size: 20px;
	line-height: 22px;
}

#homepage a
{
	color: #e1771e;
	text-decoration: none;
	font-size: 12px;
}

#homepage a:hover
{
	text-decoration: underline;
}

#customer-services
{
	margin: 38px 0 0 0;
	padding: 30px 0 0 0;
	background: url(../images/customer-services.png) no-repeat left top;
}


/*---- TOURIST INFORMATION ----*/
#tourist-information
{
	padding: 0 0 0 0; /*   padding: 47px 0 0 0; 	background: url(../images/peak-district-tourist-information.png) no-repeat left top;   */
}


/*---- DETAIL ----*/

#detail #col-center h1
{
	color: #be712b;
	font-size: 25px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

#detail #col-center h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

#detail #col-center h3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#detail #col-center p
{
	background-color: #FBEECC;
	font-family: Verdana;
	font-size: 12px;
}

#detail slideshow
{
	background-color: #be712b;
	width: 272px;
	height: 200px;
	margin: 0 0 0 12px;
	float: right;
}

#detail div.SlideshowContainer
{
	background-color: #a86f36;
	clear: left;
	width: 270px;
}

#detail ul.buttons
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#detail ul.buttons li
{
	float: left;
}

#detail ul.buttons li a
{
	height: 38px;
	width: 95px;
	margin: 0 5px 0 0;
	padding: 8px 0 0 0;
	float: left;
	display: block;
	background: url(../images/detail-button.png) no-repeat;
	text-align: center;
	overflow: hidden;
}

#detail li a.end
{
	margin: 0;
}

#detail ul.buttons li a strong
{
	color: #be712b;
	font-weight: bold;
}

#detail ul.buttons li a
{
	color: #ffffff;
	font-weight: bold;
}


/*---- PROPERTY ----*/

#property #col-center h1
{
	color: #be712b;
	font-size: 25px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

#property #col-center h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

#property #col-center h3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#property #col-right #col-header
{
	margin: 0 0 10px 0;
	color: #be712b;
}

#property #col-center
{
	background-color: #FBEECC;
}

#property #col-center ul.description
{
	width: 211px;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: disc;
	float: left;
}

#property #col-center ul li
{
	font-size: 12px;
}

#peoperty #col-center slideshow
{
	width: 272px;
	height: 205px;
	margin: 0 0 0 5px;
	float: left;
}

#property #col-center ul#buttons
{
	margin: 30px 0 15px 0;
	padding: 0;
	list-style: none;
}

#property #col-center ul#buttons li
{
	margin: 0 15px 0 0;
	float: left;
}

#property #col-center ul#buttons li.end
{
	margin: 0;
}

#property div.SlideshowContainer
{
	background-color: #a86f36; /*clear:left;*/
	float: right;
	width: 270px;
}

#property .stats
{
	width: 100%;
	color: #A97036;
	font-size: 11px;
}

#property .stats .left
{
	float: left;
}

#property .stats .right
{
	float: right;
}

#property #col-right ul#badges
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#property #col-right ul#badges li
{
	margin: 0 5px 0 0;
	float: left;
}

#property #col-right ul#badges li.end
{
	margin: 0;
}

#property #col-right #contact
{
	line-height: 20px;
}

#property #col-right #contact .title
{
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #A97036;
	font-weight: bold;
}

#property #col-right #contact table
{
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
}

#property #col-right #contact img
{
	margin: 15px 0 0 0;
}

#property #col-right #print
{
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	background: url(../images/printer.png) no-repeat left center;
	font-size: 12px;
}


/*---- PROPERTY LISTING ----*/

#property-listing h1
{
	color: #be712b;
	font-size: 25px;
	font-weight: bold;
}

#property-listing h2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

#property-listing h3
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#property-listing ul#listing
{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

#property-listing ul#listing li
{
	width: 338px;
	margin: 0 30px 30px 0;
	padding: 0;
	float: left;
}

#property-listing ul#listing li.end
{
	margin-right: 0;
}

#property-listing ul#listing .image
{
	width: 153px;
	margin: 0;
	padding: 0;
	float: left;
}

#property-listing ul#listing .description
{
	float: left;
	font-family: Verdana;
	font-size: 12px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 176px;
}

#property-listing ul#listing .title
{
	color: #be712b;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

#property-listing ul#listing .title a
{
	color: #e1771e;
	font-size: 16px;
	font-weight: bold;
}

#property-listing ul#listing a
{
	color: #e1771e;
	font-weight: bold;
}

#property-listing ul.buttons
{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

#property-listing ul.buttons li
{
	float: left;
}

#property-listing ul.buttons li a
{
	height: 38px;
	width: 95px;
	margin: 0 5px 0 0;
	padding: 8px 0 0 0;
	float: left;
	display: block;
	background: url(../images/detail-button.png) no-repeat;
	text-align: center;
	overflow: hidden;
}

/*---- ADVANCED SEARCH ----*/
#advanced-search #form-accommodation
{
	width: 350px;
	margin: 40px 0 130px 0;
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#advanced-search #form-accommodation td
{
	padding: 15px 15px 25px; /*-- top left/right bottom --*/
}

#advanced-search #form-touristinformation
{
	width: 325px;
	margin: 40px 0 130px 0;
	padding: 0 0 0 25px;
	background: url(../images/search-leftshadow.png) no-repeat left top;
	float: left;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#advanced-search #form-touristinformation td
{
	padding: 15px 15px 25px; /*-- top left/right bottom --*/
}

#advanced-search select
{
	width: 175px;
	margin: 0 0 0 15px;
	color: #be712b;
}

#advanced-search input.submit
{
	float: right;
}


.tblEnqForm
{
	background-color: #BFC398;
	border: solid 1px #A97036;
}

.tdDarkEnqForm
{
	background-color: #A97036;
	color: #ffffff;
	font-weight: bold;
}

.tdLightEnqForm
{
}

ul.thumbnails
{
	margin:0px;
	padding:0px;	
}

ul.thumbnails li
{
	list-style:none;	
	margin:0px 0px 10px 0px;
}

