/* CSS Document */

/* CSS for Beeson Farm */

/*****---------------------   RESET  ------------------------------------------*****/  

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, * { margin: 0; padding: 0; }



/*****---------------------  BASIC ELEMENTS  ------------------------------------------*****/  


body {
	background-color: #c6d7d8;
	background-image:url(images/bg.gif);
	background-position: center;
	color:#6a6f6f;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	background:#fff;
	margin:0 auto;
	width:670px;
}

#header {
	background-color:#FFFFFF;
	margin-top:10px;
}

hr {  border:1px solid #CCCCCC; height:1px; width:100%;}

img, table { border:0 }

a { outline: none; color:#2390d1 }


/*****---------------------   IMAGES  ------------------------------------------*****/  

.wrappiccyright{
float: right;
margin-left: 10px;
padding: 5px 5px 5px 5px;
border: 1px solid #e5e5e1;
background-color: #FDFCF4;
}

.wrappiccyleft{
float: left;
margin-right: 10px;
padding: 5px 5px 5px 5px;
border: 1px solid #e5e5e1;
background-color: #FDFCF4;
}

/*****---------------------   STANDARD LISTS  ------------------------------------------*****/  

#cottages {display: inline}
#cottages li  {color: #999999; font-size: 120%; list-style-type:circle; margin: 10px; }



/*****---------------------   NAVIGATION  ------------------------------------------*****/  

	
#main-menu {
	float:left;
	font-size: 120%;
	margin: 8px;
	width: 160px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 5px solid #938f78;
	}

.little {color: #cdcab7;font-family: Arial, Helvetica, sans-serif; font-size: 80%; letter-spacing: normal; font-weight: normal;}
.little:hover {color: #ffffff;font-family: Arial, Helvetica, sans-serif; font-size: 80%; letter-spacing: normal; font-weight: normal;}

#main-menu li, ul {list-style-type: none; }
	
	
#main-menu li a {
	background-color: #706b4d;
	border-bottom: 1px solid #938f78;
	color:#FFFFFF
	height: 34px;
  	height: 26px;
	text-decoration: none;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	font-weight: bold;
	letter-spacing: 1px;
	}	
	
#main-menu li a:link, #main-menu li a:visited {
	background-color: #706b4d;
	border-bottom: 1px solid #938f78;
	color: #ffffff;
	display: block;
	padding: 8px 0 8px 5px;
	}
	
#main-menu li a:hover {
	background-color: #c8d288;
	border-bottom: 1px solid #938f78;
	color: #ffffff;
	padding: 8px 0 8px 5px;
	}



/*****---------------------   RIGHT HAND SIDE BAR  ------------------------------------------*****/  


#sidebar_right {	
	background:#ffffff;
	float:right;
	margin:10px 0 0 0;
	padding:0;
	width:185px;
}


/*****---------------------   PAGE CONTENT  ------------------------------------------*****/  


#content {
	padding:0 15px;
}

#content h1 {
	color:#4e5252;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	line-height: 180%;
	margin:1% 0 1% 0;
}


#content h2 {
	color:#4e5252;
	font-size:130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	color:#2390d1;
	font-size:150%;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h2,h3,h4,p,ol,blockquote {
	line-height:180%;
	margin:2% 0 1% 0;
}

#content p { font-size:120%;}



/*****---------------------   BOOKING TABLE  ------------------------------------------*****/  


#mytable {
	width: 600px;
	padding: 0;
	margin: 0;
	}

th {
	font: bold 90% Georgia, "Times New Roman", Times, serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 6px 0px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/*****---------------------   CONTACT US  ------------------------------------------*****/  

#contact_form {width:350px; margin-top: none; padding-top:0;}

#contact_form .form-label {
	width:110px;
}

#contact_form label {
	font-size:100%;
	color:#000000;
	font-family:Georgia, 'Trebuchet MS', Serif;
}

#contact_form .formError {
	color:#e32929;
	padding:10px 0 0 20px;
	margin:5px 0 0 0;
	background:url(../images/error_arrow.gif) top left no-repeat;
}

#contact_form .text_field {
	height:14px;
	padding:8px 10px;
	width:240px;
	border:0;
	font-size:120%;
	background:url(../images/text_field_bg.gif) top left no-repeat;
	color:#5d5d5d;
}

#contact_form .text_area {
	height:136px;
	padding:8px 10px;
	width:240px;
	border:0;
	font-size:120%;
	background:url(../images/text_area_bg.gif) top left no-repeat;
	color:#5d5d5d;
	overflow:none;
	font-family:Georgia, 'Trebuchet MS', Serif;
}


.form form {
	padding:10px 0 0 0;
}

.form-item {
  clear:both;
	padding:0;
	margin-bottom:10px;
}

/*.form-item .form-label {
  width:90px;form-buttons
  float:left;
}*/

.form-item .form-label label {
	font-size:100%;
	color:#696969;
	line-height:20px;
	cursor:pointer;
}

.form-item .formError {
	color:#e32929;
	font-size:95%;
}

/*.form-buttons {
	margin-left:110px;
	clear:both;
}*/

span.required {
	color:#FF0000;
}

/*****---------------------   FOOTER  ------------------------------------------*****/  

#footer {
	background:#706b4d;
	border-top: 5px solid #c6d7d8;
	clear:both;
	color: #FFFFFF;
	line-height: 25px;
	margin:0;
	padding:5px;
	text-align:center;
}

#footer a:link { color: #FFFFFF; outline: none; text-decoration: none; }
#footer a:visited { color: #FFFFFF; outline: none; text-decoration: underline; }
#footer a:hover { color: #FFFFFF; outline: none; text-decoration: underline; }
#footer a:active { color: #FFFFFF; outline: none; text-decoration: none; }




