body {
	background-color: #fff;
	font: 100%/1.1em Arial, sans-serif;
}

p {
	font-size: 11px;
	color: #4c3327;
}

a {
	color: #4c3327;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header-address p {
	font-size: 12px;
}

h1 { font-weight: normal; margin: 0px 0px 0.4em 0px; font-size: 15px; color: #adad8a;}
h2 { font-weight: normal; margin: 0px 0px 0.4em 0px; font-size: 13px;}
h3 { font-size: 15px; font-weight: normal; margin: 0px 0px 5px 0px; }
h4 { font-size: 14px; font-weight: normal; margin: 0px; }


ul { padding: 0px 0px 1em 1.2em; margin: 0px; }

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

hr {
	border: 0px; 
	margin: 1em 0px; 
	background-color: #ff0000;
	color: #ff0000;
}

p.larger { font-size: 1.1em; }

/* Fix to get around p tags inserted into li through editor */
li p{
	margin: 0;
}

/* Template construction */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 20px;
}

#header {
	width: 774px;
	height: 87px;
	margin: 0 auto;
	background: #fff url(/images/logo.gif) no-repeat top left;
}

#header-address {
	width: 250px;
	float: left;
	color: 4c3327;
}

#page-branding {
	clear: both;
	width: 774px;
	height: 248px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 10px;
}

#content {
	width: 800px;
	background: #fff url(/images/home-page-bg.gif) repeat-y top left;
}

#content.white-background {
	background: #fff;
}

/* Menu structure and style */

#menu {
	clear: both;
	width: 774px;
	margin-left: 13px;
	height: 23px;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 3px;
}

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

#menu ul li {
	display: inline;
	font-size: 12px;
	margin-right: 12px;
}

/* Footer styling */

#footer {
  clear: both;
  border-top: 1px solid #4c3327;
  height: 38px;
}

#footer p {
	font-size: 10px;
}

#footer-signoff {
	width: 300px;
	margin-left: 13px;
	margin-top: -5px;
}

#footer-signoff sup {
	font-size: 7px;
}

#footer-copyright {
	width: 350px;
	text-align: right;
	margin-right: 13px;
	float: right;
	margin-top: -37px;
}

#footer-copyright a {
	color: #4c3327;
	text-decoration: none;
}

#footer-copyright a:hover {
	text-decoration: underline;
}
  
/* Template dependant style */

.tpl-home-fuschia {
	color: #dc0451;
}


/* What are these for - can they be deleted? */
/* Ok - I've worked it out! */

.editable { position: relative; min-height: 50px; }
.editable-overlay
  {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(/images/admin/black50.png);
  }
.editable-overlay-inner
  {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
  background: url(/images/admin/ctoe.png) no-repeat center center;
  }

 /* Home template styles */

#tpl-home-col1 {
	width: 275px;
	margin-top: 9px;
	margin-left: 13px;
	margin-bottom: 1px;
	float: left;
}

#tpl-home-col2 {
	width: 275px;
	float: left;
	margin-top: 9px;
	margin-left: 20px;
	margin-bottom: 1px;
}

#tpl-home-col3 {
	width: 173px;
	float: left;
	margin-top: 9px;
	margin-left: 17px;
	margin-bottom: 1px;
	padding-left: 7px;
}

#tpl-home-col3 h3 {
	font-size: 12px;
	font-weight: bold;
}

#tpl-home-col3 h2 {
	font-size: 12px;
}

/* Content Pages */

#tpl-content-branding {
	clear: both;
	width: 774px;
	height: 166px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 10px;
}

#tpl-content-branding p {
	margin: 0;
}

#tpl-content-col1 {
	width: 275px;
	margin-left: 13px;
	margin-bottom: 10px;
	float: left;
}

#tpl-content-col1 p {
	margin-top: 0;
}

#tpl-content-col2 {
	width: 275px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#tpl-content-col2 p {
	margin-top: 0;
}

#tpl-content-col3 {
	width: 173px;
	float: left;
	margin-left: 17px;
	margin-bottom: 1px;
	padding-left: 7px;
}

#tpl-content-col3 p {
	margin-top: 0;
}

#tpl-content-container {
	width: 583px;
	float: left;
}

#tpl-content-bar {
	clear: both;
	width: 570px;
	margin-left:13px;
	margin-bottom: 1px;
	border-top: 1px solid #4c3327;
	padding-top: 6px;
}

#tpl-content-top-bar {
	clear: both;
	width: 570px;
	margin-left:13px;
	margin-bottom: 1px;
	padding-top: 6px;
}


#tpl-content-col3 h3 {
	font-size: 12px;
	font-weight: bold;
}

#tpl-content-col3 h2 {
	font-size: 12px;
}

.clear {
	clear: both;
}

/* Contact Page Template */

#tpl-contact-branding {
	clear: both;
	width: 774px;
	height: 166px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 10px;
}

#tpl-contact-branding p {
	margin: 0;
}

#tpl-contact-col1 {
	width: 177px;
	margin-left: 13px;
	margin-bottom: 10px;
	float: left;
	background-color: #eeeeee;
	padding: 5px;
}

#tpl-contact-col2 {
	width: 570px;
	float: left;
	margin-left: 17px;
	margin-right: 13px;
	padding-top: 9px;
	margin-bottom: 10px;
	background-color: #fff;
}

#tpl-contact-col3 h3 {
	font-size: 12px;
	font-weight: bold;
}

#tpl-contact-col3 h2 {
	font-size: 12px;
}

/* Shop Page Template */

#tpl-shop-branding {
	clear: both;
	width: 774px;
	height: 166px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 10px;
}

#tpl-shop-branding p {
	margin: 0;
}

#tpl-shop-col1 {
	width: 177px;
	margin-left: 13px;
	margin-bottom: 10px;
	float: left;
	background-color: #eeeeee;
	padding: 5px;
}

#tpl-shop-col2 {
	width: 275px;
	float: left;
	margin-top: 9px;
	margin-left: 17px;
	margin-bottom: 10px;
}

#tpl-shop-col3 {
	width: 275px;
	float: left;
	padding-top: 9px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}

/* Survey Template Styling */

#tpl-survey-introduction {
	width: 560px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

#tpl-survey-address {
	width: 200px;
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

#tpl-survey-form {
	clear: both;
}

/* Lightbox styling */

#lightbox-wrapper {
	width: 590px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#content.lightbox-content {
	width: 550px;
	padding-left: 8px;
	padding-right: 10px;
	background: transparent;
}

#lightbox-logo {
	text-align: right;
	padding-right: 10px;
}

#lightbox-banner {
	margin-bottom: 10px;
}

#lightbox-content {
	padding-left: 10px;
	padding-right: 10px;
}

#lightbox-container {
	width: 590px;
	margin: 0 auto;
}

#lightbox-footer {
	width: 583px;
	margin: 0 auto;
	padding-left: 7px;
	border-bottom: 1px solid #6C6C6C;
}


#lightbox-close {
	text-align: right;
	padding: 7px;
}

#lightbox-wrapper p {
	margin: 0;
}

/* Subscription Form Styling */

#signup-form {
	width: 90%;
}

#signup-form div {
	font-size: 11px;
	font-weight: bold;
}

#signup-form input {
	width: 250px;
	margin-bottom: 5px;
}

#signup-form input.submitbutton {
	width: 100px;
	background-color: #dc0451;
	color: #fff;
	border: 0;
}

#signup-form sup {
	color: #dc0451;
	font-weight: bold;
}

/* Survey Form Styling */

#survey-form {
	width: 800px;
}

#survey-form h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 15px;
}

#survey-form h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #4c3327;
}

#survey-form fieldset {
	border:0;
	margin-top: 22px;
}

 #survey-form legend {
	color: #fff;
	text-transform: uppercase;
	padding: 3px;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: -22px;
	margin-left: -10px;
}

#survey-form label {
	width: 250px;
	float: left;
}

#survey-form hr {
	clear: both;
	height: 1px;
}

#survey-form textarea {
	width: 725px;
	height: 50px;
	border: 1px solid #4c3327;
	background-color: #fff;
}

#survey-form .checkbox {
	border: 1px solid #4c3327;
	background-color: #fff;
}

.survey-form-internal-section {
	width: 350px;
	margin-right: 25px;
	float: left;
}

.width-375 {
	width: 375px;
}

#survey-form textarea.textarea-350 {
	width: 350px;
}

.italics {
	font-style: italics;
}

.standard-text-box {
	width: 350px;
	border: 1px solid #4c3327;
	background-color: #fff;
}

.small-text-box {
	width: 25px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #4c3327;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.margin-10 {
	margin-right: 10px;
}

.date-box {
	float: right;
	margin-right: 39px;
}

.date-box p {
	text-align: right;
}

