body {
	font: 62.5%/1.6em verdana, geneva, sans-serif;
	color:#958849;
	margin:0;
	background:url(../img/body-background.jpg) top repeat-x #fde87b;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
	border: none;
}

#wrapper1 {
	background:transparent;
	padding:0;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	background:url(../img/wrapper2-background-3.jpg) bottom no-repeat #fff;
	border-left:2px solid #E1CC5F;
	border-right:2px solid #E1CC5F;
	border-bottom:2px solid #E1CC5F;
	padding:0 5px 5px 5px;
}

#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 1px 0 0;
	padding:0;
	background:url(../img/nav-background.jpg) bottom left repeat-x #fff;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:transparent;
	color:#444;
	font-size: 0.9em;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
}
#nav li a:hover {
	background:url(../img/nav_a_hover.jpg) top center no-repeat transparent;
	color:#000;
}

#nav li a.selected {
	background:url(../img/nav_a_hover.jpg) top center no-repeat transparent;
	color:#000;
}

#header h1 {
	font:1.8em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:25px 20px 14px 18px;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h1 span {
	font-size:.8em;
	color:#ccc;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:0px 0 0 0;
}

p.description {
	background:url(../img/home-mainimage.jpg) left top no-repeat;
	height: 150px;
	padding: 0;
	color:#DB132D;
	font-size:1.6em;
	line-height:25px;
	border-top:3px solid #fcfeff;
	border-bottom:3px solid #fcfeff;
}

body#home p.description {
	background:url(../img/sunset-mainimage.jpg) left top no-repeat;
	color:#fff;
}

body#accommodation p.description { background:url(../img/crayboats-mainimage.jpg) left top no-repeat; }
body#chalets p.description { background:url(../img/chalets-mainimage.jpg) left top no-repeat; }
body#cabins p.description { background:url(../img/cabins-mainimage.jpg) left top no-repeat; }
body#caravans p.description { background:url(../img/accommodation-mainimage.jpg) left top no-repeat; }
body#camping p.description { background:url(../img/camping-mainimage.jpg) left top no-repeat; }

body#attractions p.description { background:url(../img/wave-mainimage.jpg) left top no-repeat; }
body#book p.description { background:url(../img/coast-mainimage.jpg) left top no-repeat; }

p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #8CD1FF;
}
p.description a:hover {
	border-bottom:1px solid #8CD1FF;
}

p.description span {
 display: block;
 width: 300px;
 margin: 40px 0 0 20px;
 text-align: left;
}

#sidebar {	
	width: 230px;
	float: right;
	background: #9fbbc9 url(../img/sidebar-background#.jpg) top center repeat-y;
	padding: 10px 10px 10px 10px;
	margin: -30px 0 0 0;
	text-align: center;
	border-top: 3px solid #fcfeff;
	border-left: 3px solid #fcfeff;
}

#sidebar img {
 margin: 0 auto;
 margin-bottom: 10px;
}

#content {
	margin:0 250px 0 0px;
	padding:10px 20px 0 20px;
	background:url(../img/content-background.jpg) top left repeat-x;
}

div#specials {
 position: relative;
 display: block;
 height: 199px;
 width: 302px;
 margin-left: 74px;
}
div#specials img {
 position: absolute;
 top: 0;
 left: 0;
}

#content h2 {
	font:1.4em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	font-weight: bold;
	background:url(../img/h2#.jpg) bottom left no-repeat;
	clear:left;
}

#content h3 {
	clear: left;
	font:1.3em Arial;
	color:#555;
	margin:30px 0 10px 0;
	font-weight: bold;
}

#content h2 a {
	color:#121212;
	text-decoration:none;
}
#content p {
	margin:15px 0;
	font:1.2em Verdana;
	line-height:21px;
}
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid transparent;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #000;
	color:#121212;
	border-bottom:none;
}

ol.subnav a.selected {
	border-top:2px solid #000;
	color:#121212;
	border-bottom:none;
}

#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}

p.news {
	background:#f4f4f4;
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #f0f0f0;
}

p.news a.more {
	display:block;
	color:#333;
	text-decoration:none;
	text-align:right;
	border:none;
}

#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}

input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}

blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	/* border:1px solid #eee; */
}
li {
	margin:0 0 0 10px;
	padding:5px;
	font-size: 1.2em;
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
 a {
	color:#222;
	text-decoration:none;
}
 a:hover {
	color:#000;
	text-decoration:underline;
}
#footer {
	text-align:left;
	padding:10px 10px 10px 60px;
	margin:30px 0 0 0;
	color:#958849;;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#958849;
}

#footer a:hover {
	color:#444;
}

table tr td {
	font-size: 1.2em;
}
td.tblheading {
	font-weight: bold;
}

/**
 * Forms
 */
 
legend {
 margin: 0 0 0 20px;
 padding: 10px 0 10px 0;
 font-size: 1.3em;
 font-weight: bold;
}
 
div#flashmessage {
 margin: 2px 0;
 padding: 5px 20px;
 background: #FEECCF;
}

div.required {
 margin: 2px 0;
 padding: 5px 20px;
 background: transparent;
}

div.optional {
 margin: 2px 0;
 padding: 5px 20px;
 background: transparent;
}

div.submit {
 margin: 2px 0;
 padding: 5px 10px;
 background: transparent;
 text-align: left;
}

div.required label,
div.optional label {
 display: block;
 width: 90%;
 margin: 0;
 padding: 0 0 5px 0;
 font-size: 1.2em;
 font-weight: normal;
}

div.required input,
div.required textarea,
div.optional input,
div.optional textarea {
 width: 90%;
 font-size: 1.2em;
}

div.error_message {
 color: #ff0000;
 font-size: 1.0em;
 padding: 4px 0;
}

div.required label.checkboxlabel,
div.optional label.checkboxlabel {
 display: inline;
 width: 200px;
 margin: 0;
 padding: 0 0 5px 0;
 font-size: 1.2em;
 font-weight: normal;
}


div.required input.checkboxinput,
div.optional input.checkboxinput {
 display: inline;
 font-size: 1.2em;
 width: 30px;
}