/*---------Site Name---------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }

body {
	background: url(sitegraphics/bg.gif) 0 0 repeat-y #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #444;
}

a:link, a:visited {
	color: #669900;
}

a:hover, a:active {
}

br { margin: 0; }

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}
.imageleft {
	float: left;
	margin: 0 10px 10px 0;	
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 900px;
	margin: 0 auto 25px auto;	
	border: 15px solid #FFF;
	background-color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {	
	width: 900px;
	height: 300px;
	border-bottom: solid 5px #FFF;
}


/*----------------------NAV--------------------*/

#nav {
	width: 280px;
	height: 200px;
	padding-left: 20px;
	background-color: #FFF;
}

#nav ul {
}

#nav li,
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 280px;
	height: 40px;
	background-image: url(sitegraphics/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav ul li a:hover { background-image: none;}

#navHome { background-position: -280px 0px;}
#navCottage { background-position: -280px -40px;}
#navLocalAttractions { background-position: -280px -80px;}
#navLocation { background-position: -280px -120px;}
#navPrices { background-position: -280px -160px;}

#navHome a { background-position: 0px 0px;}
#navCottage a { background-position: 0px -40px;}
#navLocalAttractions a { background-position: 0px -80px;}
#navLocation a { background-position: 0px -120px;}
#navPrices a { background-position: 0px -160px;}


/*--------------------CONTENT--------------------*/


#contentWrapper {
	background: url(sitegraphics/bg_contentwrapper.jpg) right 0 repeat-y;
}


#contentMain {
	float: left;
	width: 550px;
	padding: 25px 24px 25px 25px;
	background: url(sitegraphics/bg_contentmain.jpg) 0 0 repeat-x;
}
#contentMain h2 {
	clear: both;
	margin: 0 0 1em 0;
	font-family: Georgia;
	font-size: 170%;
	font-weight: normal;
	color: #669900;
}
#contentMain p {
	margin: 0 0 1.4em 0;
	padding: 0 25px 0 15px;
	line-height: 1.55em;
	font-size: 120%;
}
#contentMain p.quote {
	font-family: Georgia;
	padding: 0 50px;
	line-height: 1.25em;
	color: #619E00;
}


.highlight {
	font-weight: bold;
}


#contentSub {
	width: 300px;
	float: right;
	font-size: 110%;
	color: #FFF;
}
#contentSub p {
	margin: 0 0 1.4em 0;
	padding: 0 25px 0 25px;
}
#contentSub ul.localAttractions {
	margin: 0 0 1.4em 0;
	padding: 0 25px 0 15px;
}
#contentSub ul.localAttractions li {
	margin: 0 0 0.55em 0;
	padding: 0 25px 0 25px;
	background: url(sitegraphics/bullet_contentsub.gif) 15px 0.35em no-repeat;
}


#locaAttractions li a {
	display: block;
	padding: 0 0 7px 15px;
	font-size: 130%;	
}



#pricesAvailabilityBooking ul {
	font-size: 120%;
}
#pricesAvailabilityBooking li {
	margin: 0 0 6px 0;
}
#pricesAvailabilityBooking hr {
	margin: 20px 0;
}


/*---------------------LOCATION-----------------------*/

#googlemap {
	margin: 0 0 15px 15px;
	width: 510px;
	height: 475px;

}

/*---------------------FORMS-----------------------*/


#form {
	width: 400px;
	margin: 0 auto;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {	
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
.checkboxlabel {
	display:inline;
}
.checkbox {
	border:none;
	width: 15px;
}
textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	padding: 3px;
	border: 1px solid #333;
	background: #fafafa;
}
select {
	display: block;
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #333;
}
.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}
.sendbutton {
	width: 70px;
	border: 1px solid #333;
}
.mandatoryAsterisk {
	font-weight:bold;
	color: #6a9900;
}

/*-----------------------TABLES-------------------*/

.priceTable {
	float: left;
	margin: 0 0 20px 15px;	
	width: 250px;
	border-bottom: 1px solid #333;
	font-size: 110%;
}

.priceTable .stripe td {
	background-color: #E8F0DB;
}

.priceTable td {
	width: 50%;
	padding: 3px 20px 3px 10px;
	border-bottom: solid 1px #e8f0d8;
	background-color: #FFF;
}

.priceTable td.highlight {
	border-bottom: solid 1px #333;
	background: none;
	color: #669900;
}

/*-----------------------CAPTCHA-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

#captchaError p				{ color:#cc0000; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 170px; }


/*---------------------HEADER---------------------*/


#titleHome {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_home.jpg);text-indent: -1976px;}
#titleTheCottage {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_thecottage.jpg);text-indent: -1976px;}
#titleLocalAttractions {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_localattractions.jpg);text-indent: -1976px;}
#titleLocation {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_location.jpg);text-indent: -1976px;}
#titlePrices {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_prices.jpg);text-indent: -1976px;}
#titleThankyou {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_thankyou.jpg);text-indent: -1976px;}
#titleError {width:550px;height:45px;margin-bottom:15px;background:url(sitegraphics/title_error.jpg);text-indent: -1976px;}


/*---------------------FOOTER---------------------*/

#footer {
	clear: both;
}