/* Crowtrees Park CSS File*/

	
/* http://www.crowtreespark.co.uk */

	
/* Author - Mayfly Internet Marketing */

	
/*		Reset		*/
html,body,div,h1,h2,h3,h4,h5,h6,p,a,address,font,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}


	
/* remember to define focus styles! */
:focus {
	outline:0;
}

body {
	line-height:1;
	color:black;
	background:white;
}


	
/* Default Hyperlink Styles */
a {
	color:#9b8157;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


	
/* Default Link Button Styling */
.button {
	height:26px;
	line-height:26px;
	text-decoration:none;
	background: #2e1b15;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

.button:hover {
	color:#fff;
	text-decoration: none;
	background: #9b8157;
}


	
/* Default Paragraph Spacing */
p,ol,dl,ul {
	line-height:18px;
	margin-bottom:20px;
	padding:0;
}


	
/* List Styles */
ol,ul {
	list-style-position:inside;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

strong {
	font-weight:bold;
}


	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}


	
/*		Begin Main Styles		*/
body {
	background:#fff url(../images/bodybg.png) repeat-x;
	font-size:12px;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	color:#313131;
}

body#home {
	background:#fff url(../images/homebg.png) repeat-x;
}


	
/*		Tables		*/
table {
	border-collapse:collapse;
	width:600px;
	border:1px solid #e3e3e3;
	margin-right:15px;
	margin-bottom:15px;
}

th,td {
	padding:8px;
}

thead {
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

thead span {
	font-weight:normal;
}

th {
	text-align:left;
	font-weight:bold;
	line-height:20px;
}

.evenRows {
	background:#efefef;
}


	
/*		Floats		*/
.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

img.left {
	float:left;
	padding:5px;
	background:white;
	border:1px solid #e3e3e3;
	margin:5px 25px 25px 0;
}

img.right {
	float:right;
	padding:5px;
	background:white;
	border:1px solid #e3e3e3;
	margin:5px 10px 25px 25px;
}


.imageRightCol {
/*		Floats a series of Images in a column */
	float:right;
	padding:5px;
	background:white;
	border:1px solid #e3e3e3;
	margin:5px 10px 25px 25px;
	clear: right;	
}

	
/*		Headings		*/
h1,h2,h3,h4 {
	font-family:Georgia, serif;
	font-weight:normal;
	color:#313131;
}

h1 {
	font-size:24px;
	margin-bottom:40px;
}

h2 {
	font-size:18px;
	margin-top:40px;
	margin-bottom:20px;
}

h3 {
	font-size:16px;
	margin-bottom:20px;
	margin-top:35px;
}

h4 {
	font-size:14px;
	margin-bottom:10px;
	margin-top:15px;
}


	
/*		Layout		*/
div#page-wrap {
	width:940px;
	margin:0 auto;
	padding:0;
}

div#content-wrap {
	float:left;
	width:940px;
	padding:40px 0 100px;
}


	
/*		Header & Navigation		*/
div#header {
	width:940px;
	height:120px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

#logo {
	float:left;
}

ul#nav {
	float: right;
	margin:0;
	padding:0;
	position:relative;
	top:60px;
}

ul#nav li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	line-height:26px;
	margin-left:18px;
}

ul#nav a {
	line-height: 26px;
	padding: 5px;
	color:#fff;
	text-decoration:none;
	position:relative;
	top:-8px;
}

ul#nav a:hover {
	background:#9b8157;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#fff;
	text-decoration:none;
	}


	
/*		Home Page Feature Section		*/
#home-feature {
	float:left;
	overflow:hidden;
	width:940px;
	height:300px;
	margin:30px 0 40px;
	overflow:hidden;
	padding:0;
}

.feature-text {
	float:left;
	width:458px;
	margin-right:20px;
}

.feature-text h2 {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:24px;
	color:#2e1b15;
	margin:0 0 15px;
}

.feature-text h3 {
	color:#9b8157;
	margin-top:0;
	font-size:18px;
}

#feature-slide {
	float:left;
	width:460px;
	height:283px;
	overflow:hidden;
	background:white;
	border:1px solid #e3e3e3;
}

#feature-slide img {
	padding:4px;
}

.slide-nav {
	width:462px;
	float:right;
}


	
/*		Home Page Left Content		*/
#home-content {
	float:left;
	width:605px;
	padding:0 0 100px;
	margin-right:20px;
}

#home-content p {
	padding-right:15px;
}

#home-content h1 {
	margin:5px 0 25px;
}


	
/*		Home Page Sidebar		*/
#home-sidebar {
	width:305px;
	float:left;
}

#home-sidebar li {
	border-top:1px solid #e1e1e1;
	padding:20px 0 20px 0;
	list-style:none;
	overflow: hidden;
}

#home-sidebar li.first {
	border:none;
	padding-top:10px;
}

#home-sidebar h3 {
	margin:0;
}

#home-sidebar p {
	font-size:11px;
}

#home-sidebar a.button {
font-size: 11px;
}

#home-sidebar img {
	background:#fff;
	padding:4px;
	margin:15px 0;
	border:1px solid #e1e1e1;
}


/*		Holiday Homes For Sale 		*/

.for-sale {
overflow: hidden;
height: 100%;
padding: 25px 0 40px 0;
}

.for-sale h2 {
margin-top: 0;
}

.property {
float: left;
overflow: hidden;
padding-bottom: 30px;
border: 1px solid #e3e3e3;
margin-bottom: 15px;
padding: 20px;
width: 898px;
}

.price {
font-weight: bold;
}

.property h3 {
margin-top: 0;
}

.property p, .property ul {
margin-left: 285px;
}

.property-images,
.property-images1, 
.property-images2, 
.property-images3, 
.property-images4, 
.property-images5 {
float: left;
width: 260px;
height: 195px;
overflow: hidden;
background: #fff;
border: 1px solid #e3e3e3;
margin-right: 25px;
}

	
/*		Terms & Conditions		*/
div.terms {
	width:370px;
	float:right;
	padding:30px 15px;
}

div.terms h2 {
	margin-top:0;
}

div.terms ol {
	list-style:inside decimal;
}

div.terms ol li {
	font-size:11px;
	margin-bottom:15px;
}


	
/*		Terms & Conditions		*/
ol.terms li {
	margin-bottom:15px;
}


	
/*		Google Map		*/

div.map {
float:right;
margin:0 0 20px 40px;
padding: 5px;
border: 1px solid #e3e3e3;
}




	
/*		Contact Form		*/
form#contact {
	float:left;
	width:480px;
	padding:30px 0;
}

#contact label {
	display:block;
	float:left;
	width:150px;
	margin-right:5px;
}

#contact p {
	margin-bottom:25px;
}

#contact input[type=text],textarea {
	width:300px;
	margin:0;
	padding:5px;
	font-family:Tahoma, 'Trebuchet MS', Verdana, sans-serif;
	font-size:12px;
	border:1px solid #e1e1e1;
}

#contact input#send {
	float:right;
	margin-right:10px;
}


	
/*		Footer		*/
#footer {
	clear:both;
	width:940px;
	margin:0 auto;
	padding:0;
	border-top:1px solid #e1e1e1;
	font-size: 11px;
}

#footer p {
	padding:12px 0 0 0;
}

#footer ul {
	float:left;
	list-style:none;
	padding:13px 0 0;
}

#footer li {
	float:left;
	padding:0 20px 0 0;
}

#footer a {
	text-decoration:none;
	color:#9b8157;
}

#footer a:hover {
	text-decoration:underline;
}

.mayfly {
	color:#9b8157;
	text-decoration:underline;
}