body {
	font-family: Helvetica, Verdana, Arial;
	font-size  : 12px;
	color	   : #333333;
	margin	   : 0;
	padding	   : 0;
	background : #ffffff;
}

/* LAYOUT */
#wrapper { 
	margin: 0 auto;
	width: 1000px;
}

#header {
	color: #333;
	width: 1000px;
	float: left;
	padding: 0;
	height: 156px;
	margin: 0 0px 14px 0px;
	background: url("/images/site/photo_header.jpg") no-repeat 100% 0 #fff;
	position: relative;
}

#logo {
	border-width: 0px;
	margin: 10px 0 0 0;
}

#nav {
	position: absolute;
	bottom: 0;
	left: 0;
}

#nav img {
	border-width: 0px;
}

.nav_pipe {
	margin: 0 4px;
}

#menu { 
	color: #333;
	background: #fff;
	margin: 0px 32px 5px 0px;
	padding: 0;
	width: 200px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_list a {
	display: block;
	padding: 3px 0 3px 8px;
	background-color: #afc614;
	border-bottom: 2px solid #fff;
}

#menu_list a:link, #menu_list a:visited {
	color: #fff;
	text-decoration: none;
}

#menu_list ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#menu_list li {
	min-height: 0px;
}

#menu_list_sub a {
	display: block;
	padding: 3px 0 3px 16px;
	background-color: #e7eeb8;
	color: #afc614;
	border-bottom: 2px solid #fff;
}

#menu_list_sub a:link, #menu_list_sub a:visited {
	color: #afc614;
	text-decoration: none;
}

#menu_list_sub a:hover, #menu_list_sub a.active {
	background-color: #c7d374;
	color: #fff;
}

#content { 
	float: right;
	color: #333333;
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 764px;
	display: inline;
}

#content_wide { 
	float: right;
	color: #333333;
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 1000px;
}

#footer { 
	width: 1000px;
	clear: both;
	background: url("/images/site/footer.png") no-repeat 0 0;
	margin: 0px 0px 10px 0px;
	padding: 16px 0 0 0;
	overflow: hidden;
}

#footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer_links li {
	border-left: 1px solid #999;
	float: left;
	line-height: 11px;
	margin: 0 5px 0 -5px;
	padding: 0 5px 0 5px;
}

.twitter_link {
    background: url('/images/site/icon_twitter.png') no-repeat 0 0 transparent;
    padding: 0 0 4px 20px;
    float: right;
}

/* HOME */
#feature_container {
	float: left;
	padding: 8px;
	border: 2px solid #ebebe3;
	width: 642px;
}

#feature_photo {
	float: left;
	width: 405px;
	height: 290px;
	overflow: hidden;
}

#feature_photo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#feature_photo img {
	border-width: 0px;
}

#feature_text {
	float: right;
	width: 211px;
	height: 238px;
	background: #bfd143;
	margin: 0 0 0 2px;
	padding: 40px 12px 12px 12px;
	color: #fff;
	font-size: 16px;
	position: relative;
}

#promo_container {
	float: right;
	padding: 8px;
	border: 2px solid #ebebe3;
	width: 308px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

#promo_container div.panel {
	display: none;
	position: absolute;
}

#promo_container div.panel_current {
	display: block;
	position: absolute;
}

#promo_tabs {
	padding: 0;
	margin: 4px 0;
}

#promo_tabs li {
	list-style: none;
	margin: 0;
	display: inline;
}

#promo_tabs li a {
	padding: 4px 0.5em;
	margin-right: 3px;
	border: 1px solid #cccccc;
	border-top: none;
	background: #ffffff;
	text-decoration: none;
}

#promo_tabs li a:link {
	color: #cccccc;
}

#promo_tabs li a:visited {
	color: #cccccc;
}

#promo_tabs li a:hover, #promo_tabs li a.tab_current {
	color: #ffffff;
	background: #cccccc;
	border-color: #cccccc;
}

#promo_box {
	width: 324px;
	height: 324px;
	margin-left: -6px;
}

.promo_box_4 {
	float: left;
	border: 1px solid #ccc;
	width: 150px;
	height: 150px;
	margin: 5px 0 2px 6px;
}

.promo_box_3 {
	float: left;
	border: 1px solid #ccc;
	width: 308px;
	height: 97px;
	margin: 5px 0 2px 6px;
}

.promo_box_1 {
	float: left;
	border: 1px solid #ccc;
	width: 308px;
	height: 308px;
	margin: 5px 0 2px 6px;
}

.promo_box_4 img, .promo_box_3 img, .promo_box_1 img {
	border-width: 0px;
}

#home_content {
	float: left;
	padding: 0;
	margin: 10px 0;
	width: 660px;
	height: 80px;
	overflow: hidden;
	color: #333333;
}

.home_column {
	width: 322px;
	float: left;
	margin-right: 17px;
}

.home_column_end {
	width: 322px;
	float: right;
}

#home_press {
	float: left;
	padding: 4px;
	margin: 0 0 16px 0;
	border: 2px solid #ebebe3;
	height: 212px;
	overflow: hidden;
	color: #333333;
}

#home_press_content {
	margin: 4px 10px;
}

#home_evesham {
	float: left;
	padding: 4px;
	border: 2px solid #ebebe3;
	background: #ebebe3;
	height: 96px;
	overflow: hidden;
	position: relative;
}

#home_evesham p {
	width: 180px;
	margin: 6px 10px;
	color: #333333;
}

#shop_photo {
	position: absolute;
	right: 10px;
	top: 10px;
}

#home_events {
	float: left;
	padding: 4px;
	margin: 0;
	border: 2px solid #ebebe3;
	height: 336px;
	overflow: hidden;
}

.home_event_featured {
	margin: 8px;
}

.home_event {
	margin: 6px;
	padding: 5px 0;
	border-top: 1px solid #bfd244;
}

#home_newsletter {
	float: left;
	padding: 4px;
	margin: 0 0 16px 0;
	border: 2px solid #ebebe3;
	height: 120px;
	overflow: hidden;
	color: #333333;
}

#home_newsletter p {
	margin: 4px 6px;
}

.newsletter_type {
    border-width: 0px;
    background-color: transparent;
    width: auto !important;
    height: auto !important;
}

.click_overlay {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
}

.expand_evesham {
	width: 318px;
	height: 104px;
	border: 0px;
}

.expand_feature {
	width: 234px;
	height: 289px;
	border: 0px;
}

.no_border {
	border: 0px;
}

/* SURVEY */
#survey_container {
	float: left;
	padding: 4px;
	border: 2px solid #ebebe3;
	background: #ebebe3;
	height: 188px;
	overflow: hidden;
}

#survey_inner {
	margin: 10px;
}

#survey_inner strong {
	color: #03200c;
}

#survey_inner p {
	padding: 10px 0;
}

#vote_controls {
	text-align: center;
}

#vote_controls input {
	margin: 6px 0 0 8px;
}

#survey_inner span {
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	width: 25px;
	padding: 1px 4px 4px 0;
	text-align: right;
}

.progress_container {
	width: 250px;
	height: 14px;
	border: 1px solid #03200c;
	float: left;
}

.progress_bar {
	background: #bfd143;
	height: 13px;
	text-align: center;
	color: #03200c;
	font-size: 10px;
	padding: 1px 0 0 0;
}

/* EVENTS */
.event_image {
	float: right;
	border: 1px solid #ebebe3;
	padding: 4px;
	margin: 0 0 10px 10px;
}

.pagination {
	margin: 10px 0 0 0;
	text-align: right;
}

.pagination a {
	border: 1px solid #ebebe3;
	padding: 0 2px;
	margin: 0 2px;
	text-decoration: none;
}

.pagination em {
	border: 1px solid #ebebe3;
	background: #ebebe3;
	padding: 0 2px;
	margin: 0 2px;
	font-style: normal;
} 

/* CONTACT */
#contact_details {
	float: right;
	width: 400px;
}

form.enquire label {
	display: block;
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}

form.enquire label em {
	font-weight: bold;
	color: #f87221;
}

form.enquire ul {
	float: left;
	margin: 0;
	padding: 0;
}

form.enquire li {
	list-style: none;
	padding: 4px 4px 5px 4px;
	margin: 0;
}

form.enquire input, form.enquire textarea, form.enquire select {
	width: 240px;
}

form.enquire fieldset {
	border-width: 0px;
}

/* TAG STYLES */
h1 {
	line-height: 20px;
	padding: 4px 0px;
	background-color: transparent;
	color: #03200c;
	font-size: 20px;
	margin: 0 0 4px 0;
	padding: 4px 0 6px 0px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	padding: 4px 0px;
	margin: 0px;
	background-color: transparent;
	color: #03200c;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	padding: 4px 0px;
	margin: 0px;
	background-color: transparent;
	color: #03200c;
	font-weight: normal;
}

p {
	text-align: left;
	padding	  : 0px 0px 10px 0px;
	margin	  : 0px;
}

a {
	color		   : #afc614;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin : 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

input, textarea, select {
	border	  : 1px solid #afc614;
	background: #ffffff;
}

input.transparent {
	background: transparent;
	border-width: 0px;
}

textarea {
	height: 100px;
}

table {
	margin : 0px;
	padding: 0px;
}

ul {
	padding: 0px;
	margin : 4px 0px 4px 16px;
}

hr {
	height: 1px;
	color: #afc614;
	background: #afc614;
	margin: 6px auto;
	border: 0px solid #afc614;
}

input.icon {
	border			: 0px solid #6d8821;
	background-color: transparent;
	width			: 20px;
	height			: 20px;
}

input.clean {
	border-width: 0px;
	background-color: transparent;
	width: auto !important;
	height: auto !important;
}

.button {
	width: auto !important;
	height: auto !important;
}

.image_button {
	width: auto !important;
	height: auto !important;
	border-width: 0px !important;
	vertical-align: bottom;
	background: transparent;
	margin: 0 !important;
	padding: 0 !important;
}

table.table_data th {
	text-align : left;
	color	   : #000;
	font-weight: bold;
}

.info_box {
	background: url("/images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.info_box_auto {
	background: url("/images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	text-align: left;
	margin	  : 10px 0;
	width	  : 50%;
}

.error_box {
	background: url("/images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.confirm_box {
	background: url("/images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.code_box {
	background: url("/images/site/icon_terminal.png") 4px 4px no-repeat #e2e2e2;
	border	  : 1px dashed #000;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 90%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
	font-family: courier;
}

.todo_box {
	background: url("/images/site/icon_note.png") 4px 4px no-repeat #f7e187;
	border	  : 1px dashed #df7900;
	color	  : #000;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
	overflow  : auto;
}

.info_box a, .error_box a, .confirm_box a, .code_box a, .todo_box a {
	color: #fff;
}

.right {
	float: right;
}

.clear {
	clear: both;
}