/* CSS Document */
/* Glaven Valley Cottages stylesheet*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield, img {  
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #828282 url(../images/body_grad.gif) fixed repeat-x;
	margin: 0 0 50px;
	padding: 0;
	font-size: 62.5%;
	font-family: "Arial", Trebuchet MS, sans-serif;
	}

#wrapper {
	width: 772px;
	margin: 0 auto;
	}

#hdr {
	height: 137px;
	background: url(../images/holiday_cottages_norfolk.jpg) no-repeat center;
	}

#hdr_home {
	height: 193px;
	background: url(../images/banner_home.jpg) no-repeat center;
	}

#hdr_hideaway {
	height: 193px;
	background: url(../images/hideaway/banner_hideaway.jpg) no-repeat center;
	}

#hdr_bluebell {
	height: 193px;
	background: url(../images/bluebell_barn/banner_bluebell.jpg) no-repeat center;
	}

#hdr_clee {
	height: 193px;
	background: url(../images/clee_house/banner_clee.jpg) no-repeat center;
	}

#hdr_coachhouse {
	height: 193px;
	background-image: url(../images/coach_house/banner_coach_house.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#hdr_dbh {
	height: 193px;
	background: url(../images/daubeney_hall_farm/banner_daubeney.jpg) no-repeat center;
	}

#hdr_kittiwake_cottage {
	height: 193px;
	background: url(../images/kittiwake_cottage/banner_kittiwake_cottage.jpg) no-repeat center;
	}



#hdr_summerbreeze {
	height: 193px;
	background-image: url(../images/summerbreeze/banner_summerbreeze.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#hdr_lawn {
	height: 193px;
	background: url(../images/lawn_cottage/banner_lawn_cottage.jpg) no-repeat center;
	}
	
#hdr_nest_cley {
	height: 193px;
	background: url(../images/the_nest/the_nest_cley.jpg) no-repeat center;
	}

#hdr_duck_cottage {
	height: 193px;
	background: url(../images/duck_cottage/banner_duck_cottage.jpg) no-repeat center;
	}
	
#hdr_forge_house {
	height: 193px;
	background: url(../images/forge_house/banner_forge_house.jpg) no-repeat center;
	}

#hdr_hillrise_cottage {
	height: 193px;
	background: url(../properties/hillrise_cottage/banner_hillrise_cottage.jpg) no-repeat center;
	}

#hdr_stonecottage {
	height: 193px;
	background-image: url(../images/stone_cottage/banner_stone_cottage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
		
#hdr_thatched {
	height: 193px;
	background: url(../images/thatched_cottage/banner_thatched.jpg) no-repeat center;
	}
	
#headline {
	background: #656565;
	padding: 0px 40px;
	}

#headline a:link, #headline a:visited {
	color: #e5e5e5;
	text-decoration: none;
	}
	
#headline a:hover, #headline a:active {
	color: #e5e5e5;
	text-decoration: underline;
	}

#headline h2 {
	font-size: 2.4em;
	color: #e5e5e5;
	font-weight: normal;
	padding: 26px 0 0px;
	}

#headline p.home {
	font-size: 1.4em;
	text-align: right;
	padding-bottom: 12px;
}

.box {
	background: #626262;
	padding: 20px 20px 10px 20px;
	margin-bottom: 15px;
}

.box a:link, .box a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.box a:hover, .box a:active {
	color: #fff;
	text-decoration: underline;
	}

#content .box p {
	color: #ffffff;
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 10px 0;
	}

#content .box p.notes {
	font-size: 1.2em;
	color: #E0E0E0;
	}

h3 {
	font-size: 2.5em;
	color: #5b5b5b;
	font-weight: normal;
	padding: 10px 0 10px 0;
	}

h4 {
	font-size: 1.6em;
	color: #5b5b5b;
	font-weight: bold;
	padding: 10px 0 10px 0;
	}

#content {
	background: #ededed;
	padding: 40px;
}

#content2 {
	background: #ffffff;
	padding: 16px 40px 40px;
}


#content p, #content2 p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #5d5d5d;
	margin-bottom: 1.4em;
	}

.property {
	background: #ffffff url(../images/prop_bottom.gif) no-repeat bottom;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	}

.property h4 {
	background: url(../images/prop_top.gif) no-repeat;
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 2.5em;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 1.2em;
}

.property h4 span {
	font-size: 0.6em;
	}

.property p {
	font-size: 1.3em;
	margin-left: 20px;
	}

.property img {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 40px;
	border: 1px solid #656565;
}

.property a:link, .property a:visited {
	color: #5d5d5d;
	text-decoration: none;
	}
	
.property a:hover, .property a:active {
	color: #5d5d5d;
	text-decoration: underline;
	}


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

#footer {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-top: 10px;
	color: #333;
	}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #333;
	text-decoration: underline;
	}

#content ul, #content2 ul {
	margin-top: 6px;
	margin-left: 40px;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #5d5d5d;
	margin-bottom: 2em;
	}

#content ul, #content2 ul li {
	margin-bottom: 20px;
	}

table.prices {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #5d5d5d;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 12px;
	}

table.prices th {
	text-align: left;
	border: 1px solid #999999;
	padding: 5px;
	}

table.prices td {
	border: 1px solid #999999;
	padding: 5px;
	}
	
#content .box span {
	font-size: 0.8em;
	color: #E0E0E0;
}

#content2 #location {
	padding: 12px 20px 18px;
	margin: 0 20px 20px;
	border: solid 1px #9a9a9a;
	background: #E4E4E4;
}

#content2 #location h3 {
	font-size: 1.8em;
	font-weight: bold;
	}

#content2 #location p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
	}
#content2 #location img {
	margin: 0px 0px 10px 20px;
	float: right;
	border: solid 1px #9a9a9a;
}
#footer p {
	margin-bottom: 10px;
}

#headline h2 span {
	color: #fff;
	font-size: 0.75em;
	}
img.right {
	float: right;
	margin-bottom: 12px;
	margin-left: 20px;
}






div#navcontainer {
	background-color: #656565;
	font-size: 1.4em;
	padding-left: 40px;
	}

div#navcontainer ul {
	color: #ffffff;
	text-align: left;
	margin: 0;
	padding-bottom: 12px;
	padding-top: 12px;
	}

div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
	}

div#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: #e5e5e5;
	text-decoration: none;
	}

div#navcontainer ul li a:hover {
	background-color: #00dd77;
	color: #000000;
	}

#navcontainer #navlist #active {
	background-color: #0088cc;
	color: #ffffff;
	}
#body_home #wrapper #content .right {
	border: 1px solid #656565;
}
#p7ssm h3 span {
	font-size: 0.75em;
}

#wrapper #content ul li {
	margin-bottom: 6px;
	line-height: 1.4em;
}
#wrapper #content2 .feedback {
	font-size: 20px;
	margin-bottom: 10px;
}
#wrapper #content2 .feedback em {
	color: #0088cc;
}
