/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-color: #788b40;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
	font-size: 1.1em;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 878px;
	display: block;
	margin: 0 auto;
/*	background-color: #657b2d;	*/
	background-color: #f5f0df;
	border: 10px solid #657b2d;
	background-image: url(../i/layout/body-watermark.gif)	;
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 10px;
}
div#container2{
	background-image: url(../i/layout/large-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
/*	background-color: #cddfed;*/
	float: left;
}
div#left-panel{
	width: 382px;
	height: 599px;
	float: left;
}
* html div#left-panel{
	width: 382px;
	height: 599px;
	float: left;

}
div#main{
	width:490px;
	float: left;
	margin-left: 5px;
}
* html div#main{
	width:490px;
	float: left;
	margin-left: 5px;
}

div#header{
	display: block;
	width: 490px;
	height: 112px;
	background-image: url(../i/layout/header.gif);
	background-repeat: no-repeat;
}
div#nav{
	float: left;
	width: 490px;
	height: 21px;
	background-color: #e7e7c3;
	background-image: url(../i/layout/restaurant.gif);
	background-position: 30px 0;
	background-repeat: no-repeat;
}
div#content{
/*	background-image: url(../i/layout/body-watermark.gif)	;
	background-position: bottom right;*/
	padding-bottom: 50px;

	min-height: 500px;
}
div#content a {
	color: #7F2B80;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
div#footer{
	width: 878px;
	height: 50px;
	margin: 0 auto;

}

a.pdf {
	padding: 3px 20px 4px 0px;	 
	background: url('../i/icons/pdf.gif') right center no-repeat;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content p{
	font-family: "trebuchet MS",sans-serif;
	color: #7F2B80;
	font-size: 1.1em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
}
div#content h1{
	font-family: "trebuchet MS",sans-serif;
	color: #7F2B80;
	font-size: 1.2em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#content h2{
	font-family: "trebuchet MS",sans-serif;
	color: #7F2B80;
	font-size: 1.1em;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
div#content ul li{
	font-family: "trebuchet MS",sans-serif;
	color: #7F2B80;
	font-size: 1.1em;
	list-style: square;
	list-style-position: inside;
	margin-left: 50px;
}
div#content a.img{
	background-image: url(../i/layout/decoration.gif);
	background-repeat: no-repeat;
	background-position: bottom left;

	width: 150px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top:4px;
	padding-bottom: 21px;
	float: right;
}
div#content a.img img{
	float: right;

}
/*div#random-images{
	float: left;
	margin-left: 20px;
	height: 100px;
	margin-top: 400px
}
* html div#random-images{
	float: left;
	margin-left: 7px;
	height: 100px;
	margin-top: 400px
}*/
div#random-images {
	position: relative;
	width: 382px;
	height: 677px;
}
div#random-images a{
	width: 80px;
	height: 60px;
	border: 1px solid #75863e;
	position: absolute;
	text-indent: -999em;
	letter-spacing: 133px;
}
a.image1{
	margin: 580px 0px 0px 15px;
}
a.image2{
	margin: 580px 0px 0px 105px;
}
a.image3{
	margin: 580px 0px 0px 195px;
}
a.image4{
	margin: 580px 0px 0px 285px;
}

a.image1{
	background: url(../i/layout/random1.jpg) center; 
}
a.image2{
	background: url(../i/layout/random2.jpg) right;
}
a.image3{
	background: url(../i/layout/random3.jpg) center;
}
a.image4{
	background: url(../i/layout/random4.jpg) center;
}
div.image5{
	background: url(../i/layout/random5.jpg) center;
}
div.image6{
	background: url(../i/layout/random6.jpg) center;
}


div.ddfmwrap{
	background-color: #E7E7C3;
	margin:0px;
	padding:0px;
	width: 230px;
	margin-left: 20px;
	float: left;
}
*html div.ddfmwrap{
	margin-left: 10px;
}
div.ddfmwrap form{
	padding:0px;
	margin:0px;
	width: 230px;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset{
	padding:0px;
	margin:0px;
	width: 230px;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset label{
	margin:0px;
	padding:0px;
	width: 70px;
	margin-right: 4px;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset input{
	margin:0px;
	padding: 1px 3px;
	width: 104px;
	margin-bottom: 1px;
	font-size: 1em;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset textarea{
	margin:0px;
	padding: 1px 3px;
	width: 104px;
	height: 65px;
	margin-bottom: 10px;
	font-size: 1em;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset input.fmverify{
	margin:0px;
	padding:0px;
	width: 40px;
}
div#container2 div#main div#content div.ddfmwrap form.ddfm fieldset div.submit{
	width: 110px;
	margin-left: 45px;
}
div#content div.form { padding-bottom: 10px; }
div.form{
/*	width: 230px;*/
	float: left;
}
div.details{
	width: 230px;
	float: left;
}
div#map{
	width: 230px;
	height: 200px;
	margin-left: 20px;
	border: 1px solid #657B2D;
}
div#mapoptions{
	width: 230px;
	margin-left: 20px;
}
div#mapoptions a{
	float: left;
	width: 60px;
	height: 20px;
	clear: none;
}
div#content div#mapoptions p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul{
	float: right;

}
div#nav ul li{
	float: left;
	height: 21px;
}
div#nav ul li a{
	float: left;
	height: 19px;
	color: #657b2d;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
div#nav ul li a:hover{
	color: #af77b1;
	background-color: #dbdba7;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer{
	color: #d5f675;
	margin-top: 5px;	
}
div#footer a{
	color: #d5f675;

}
div#footer div.left{
	float: left;
	
}
div#footer div.right{
	float: right;
	
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

