/* The Bucks Head CSS */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

body {
	background: url(../images/body.jpg) repeat top left;
}

.clear {
	clear: both;
}

/* container */

#container {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/content.jpg) repeat-y top left;
}

/* header */

#header {
	position: relative;
	background: url(../images/head.jpg) no-repeat top left;
	width: 1000px;
	height: 450px;
}

#header h1 {
	position: absolute;
	left: 130px;
	top: 45px;
	width: 300px;
	height: 70px;
	background: url(../images/title.jpg) no-repeat top left;
	text-indent: -5000px;
}

#header h1 a {
	display: block;
	width: 300px;
	height: 70px;
}

#header img {
	position: absolute;
	left: 658px;
	top: 49px;
	width: 50px;
}

#header ul#address {
	position: absolute;
	top: 45px;
	right: 130px;
	text-align: right;
	font-size: 14px;
	color: #f9eed9;
	line-height: 20px;
	list-style: none;
}

#header ul#address li span {
	font-size: 12px;
}

#header ul#headmenu {
	position: absolute;
	top: 195px;
	left: 160px;
	list-style: none;
	font-size: 12px;
}

#header ul#headmenu li {
	display: inline;
	margin-left: 36px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

#header ul#headmenu li.firstitem {
	margin-left: 0;
}

#header ul#headmenu li a {
	text-decoration: none;
	color: #482d2d;
}

#header ul#headmenu li a:hover {
	text-decoration: underline;
	color: #984e4e;
}

/* content */

#content {
	position: relative;
	margin-left: 160px;
	top: -180px;
	height: auto;
	color: #984e4e;
	z-index: 100;
	
}

#content p {
	margin-bottom: 20px;
	line-height: 18px;
}

#content p.firstpara {
	font-weight: bold;
}

#content p a {
	color: #482d2d;
}

#content p a:hover {
	color: #984e4e;
}

#content ul.content_list {
	margin-bottom: 20px;
	margin-left: 20px;
	list-style: none;
}

#content ul.content_list li {
	margin-bottom: 5px;
	padding-left: 32px;
	background: url(../images/purpletilda.gif) no-repeat 6px 2px;
}

#content ol.terms {
	margin-bottom: 20px;
}

#content ol.terms li {
	margin-bottom: 5px;
}

#content #contentleft {
	width: 370px;
	overflow:hidden;
}/*
#content #contentleft {
	float:left;
	width: 370px;
}*/

#content #contentright {
	position: absolute;
	top: 0;
	right: 155px;
	width: 280px;
}/*
#content #contentright {
	float:left;
	width: 280px;
	margin-left:20px;
}*/

#content .purple {
	width: auto;
	margin-bottom: 50px;
	background: url(../images/purple.jpg) repeat-y top left;
}

#content #contentleft .purple {
	background: url(../images/purpleleft.jpg) repeat-y top left;
}

#content .purple .purpletop {
	margin: 0 6px;
	width: auto;
	height: 10px;
	background: url(../images/purpletop.jpg) repeat-x top left;
}

#content .purple .purplebottom {
	margin: 0 6px;
	width: auto;
	height: 10px;
	background: url(../images/purplebottom.jpg) repeat-x top left;
}

#content .purple img {
	margin: 0 10px;
	height: 160px;
	width: 260px;
}

#content .purple h2 {
	text-transform: uppercase;
	color: #482d2d;
	font-size: 12px;
	margin: 10px 0 10px 20px;
	letter-spacing: 2px;
}

#content .purple ul {
	color: #482d2d;
	margin: 0 20px 0 10px;
	list-style: none;
}

#content .purple ul li {
	margin-bottom: 5px;
	padding-left: 32px;
	background: url(../images/purpletilda.gif) no-repeat 6px 2px;
	line-height: 18px;
}

#content .purple ul li.firstitem {
	background: none;
	font-weight: bold;
	font-style: italic;
}

#content .purple ul li p {
	font-style: italic;
}

#content .purple p {
	margin: 0 10px 5px 20px;
}

#content .purple p a {
	color: #984e4e;
	text-decoration: underline;
}

#content .purple p a:hover {
	color: #482d2d;
	text-decoration: underline;
}

/* footer */

#footer {
	position: relative;
	margin-top: -450px;
	background: url(../images/foot.jpg) no-repeat top left;
	width: 1000px;
	height: 450px;
	color: #f9eed9;
	font-size: 10px;
}

#footer ul#footmenu {
	position: absolute;
	bottom: 80px;
	left: 130px;
	list-style: none;
}

#footer ul#footmenu li {
	display: inline;
	padding-left: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	background: url(../images/tilda.gif) no-repeat 6px 2px;
}

#footer ul#footmenu li.firstitem {
	padding-left: 0;
	background: 0;
}

#footer a {
	text-decoration: none;
	color: #f9eed9;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p#footleft {
	position: absolute;
	bottom: 30px;
	left: 130px;
	text-align: left;
}

#footer p#footright {
	position: absolute;
	bottom: 30px;
	right: 130px;
	text-align: right;
}

/* contact form */

form {
	margin-left: 40px;
}

form ol li {
	margin-bottom: 5px;
}

form ol li.noshow {
	list-style: none;
	text-align: right;
	padding-right: 28px;
}

form ol li.noshow #submitcontact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f9eed9;
	background: #482d2d;
	padding: 5px;
	border: none;
	cursor: pointer;
}

form label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 100px;
}

/* google map */
#googlemap {
	margin: 0 20px 5px 20px;
	width: auto;
	height: 200px;
	border: 1px solid #984e4e;
}

/* enquiry copy */
ol#enquiry_copy {
	margin-bottom: 20px;
}

ol#enquiry_copy li {
	margin-bottom: 5px;
}

ol#enquiry_copy label {
	display: -moz-inline-stack;
	display: inline-block;
	width: 100px;
}