/* global and default styles */

/*  green: #928713; */

* {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	}

/* class for image links */

img.noborder {
	text-decoration:none;
	border:none;
	margin:0px;
	padding:0px;
	}

/* centre the site */

div#wrapper {
	width: 844px;
	margin:auto;
	background-position: center;
	top:0px;
}

/* text */

p, li {
	font-size:13px;
	color: #666666;
	}
p {
	margin:0px;
	padding: 10px;
	}
p.left_nav {
	margin:0px;
	padding:10px 0px 0px 20px;
	color:#666666;
	font-style:italic;
	font-size:13px;
	text-align:left;
}
p.footer_left {
	margin:0px;
	padding:20px 0px 0px 40px;
	}
p.footer_right {
	margin:0px;
	padding:20px 40px 0px 0px;
	}
p.header_contact_details {
	margin:0px;
	padding:90px 40px 0px 0px;
	text-align:right;
	color:#666666;
}
p.header_contact_details a {
	color:#666666;
	}
p.header_contact_details a:hover {
	color:#000000;
	}
span.header_contact_details_italics {
	font-style:italic;
	font-weight:bold;
	color:#928713;
}

h1{
	margin:0px;
	padding: 2px 0px 0px 10px;
	color:#928713;
	font-style:italic;
	font-size:28px;
	font-weight:normal;
	}
h2{
	margin:0px;
	padding: 2px 0px 0px 10px;
	color:#928713;
	font-style:italic;
	font-size:28px;
	}
h3{
	margin:0px;
	padding: 2px 0px 0px 10px;
	color:#928713;
	font-style:italic;
	font-size:20px;
	}

h4{
	margin:0px;
	padding: 2px 0px 0px 10px;
	color:#928713;
	font-style:italic;
	font-size:18px;
	}	
	
h5{
	margin:0px;
	padding: 2px 0px 0px 10px;
	color:#928713;
	font-style:italic;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	}

h5.nav{	
	margin:0px;
	padding:10px 0px 0px 20px;
	color:#928713;
	font-style:italic;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	}
h6{
	margin:0px;
	padding:10px 0px 0px 0px;
	color:#928713;
	font-style:italic;
	font-size:16px;
	text-align:center;
	}
		
/* links */

a, a:active, a:link, a:visited {
	color:#928713;
	text-decoration:underline;
	}
a:hover {
	color: #000000;
	text-decoration:underline;
	}

a img {
	border: none;
	}

/* days out list */
dl.days-out {color:#928713; margin:0 0 1em 1em;  margin-bottom:.4em; font-size:12px; width: 100%;}
dl.days-out dt, dl.days-out dd {float:left; margin-bottom:.3em; font-size:12px;}
dl.days-out dt {font-weight:bold; width:20%; clear:left; font-size:12px;}
dl.days-out dd {font-weight:normal; margin-left:0.5em; width:75%; font-size:12px;}

/* prices list */
dl.prices {color:#928713; margin:0 0 1em 1em;  margin-bottom:.4em; font-size:12px; width: 100%;}
dl.prices dt, dl.prices dd {float:left; margin-bottom:.3em; font-size:12px;}
dl.prices dt {font-weight:bold; width:50%; clear:left; font-size:12px;}
dl.prices dd {font-weight:normal; margin-left:0.5em; width:45%; font-size:12px;}

/* header */

div#header_wrapper {
	width:844px;
	height:136px;
	padding:0px;
	margin:0px;
	}

div#header_left {
	width:236px;
	height:136px;
	background-image:url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_holiday_cottage_header_left.png);
	float:left;
	padding:0px;
	margin:0px;
	}
div#header_left:hover {
	width:236px;
	height:136px;
	float:left;
	background-image: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_holiday_cottage_header_left_hover.png);
	padding:0px;
	margin:0px;
	}
div#header_right {
	width: 608px;
	height:136px;
	float:right;
	background-image:url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_holiday_cottage_header_right.png);
	padding:0px;
	margin:0px;
	}
	
/* body */

div#body_wrapper {
	width:844px;
	}
div#body_left {
	width:150px;
	float:left;
	}
div#body_main {
	width:448px;
	float:left;
	}	
div#body_right {
	width:227px;
	float:right;
	}

div#body_main_onecol {
	width:675px;
	float:left;
	}
	
/* right col */

div#side_box_wrapper {
	width:210px;
	}
div#side_box_top {
	width: 210px;
	height:24px;
	background-image:url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_side_box_top.png);
	background-repeat:no-repeat;
	}

div#side_box_main{
	width: 210px;
	min-height:24px;
	background-image: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_side_box_middle.png);
	background-repeat: repeat-y;
	}

div#side_box_bottom{
	width: 210px;
	height:25px;
	background-image: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_side_box_bottom.png);
	background-repeat:no-repeat;
	margin:0px 0px 8px 0px;
}
p.side_box_text {
	font-size:13px;
	color: #666666;
	padding:15px 20px 0px 20px;
}

/* footer */
	
div#footer {
	width:844px;
	height:62px;
	background-image: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/bertin_holiday_cottage_footer.png);
	background-repeat:no-repeat;
	clear:both;
	}
div#footer_left {
	width:200px;
	height:62px;
	float:left;
	text-align:left;
}

div#footer_right {
	width:640px;
	height:62px;
	float:right;
	text-align:right;
}

div#seven {
	text-align:right;
}

p.seven {
	text-align: center;
	font-size: 9px;
}

/* lightbox ==================================================== */

div#gallery {
	margin-left: 10px;
	width: 448px;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/nextlabel.gif) right 15% no-repeat; }

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.cottageholidaypeakdistrict.co.uk/cms/cmsimages/nextlabel.gif) right 15% no-repeat; width: 65px; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	



	
