@import url(reset.css);

html {
	color:#fff;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
	background-color::#C6BAAA;
}

h2 {
	font-size: 16px;
	color:#ab2518;
	margin: 0.5em 0;
}

h3 {
	font-size: 16px;
	color:#000;
	margin: 0.5em 0;
}

a, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color: #ab2518;
}

p {
	line-height: 1.3em;
}

blockquote {
	font-size: 85%;
	margin: 10px 0;
	padding: 20px;
	background-color: #333;
	position: relative;
}

blockquote em {
	display:block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
}


#wrap {
	width:960px;
	height:100%;
	margin:0 auto;
	background-color: #e0dbd4;
	border-right:5px solid #fff;
	border-left:5px solid #fff;
}

#header {
	height:246px;
	position:relative;
	border-bottom: 5px solid #fff;
	z-index: 1;
}

#header-left, #header-right {
	float:left;	
}

#column-left {
	 float:left;
	 width:356px;
	 background-color:#9a8a74;
}

#feature-header {
	background-color:#000;
	color:#fff;
	height:30px;	
	border-bottom: 5px solid #e0dbd4;
}

#feature-body {
	padding-top:15px;
}

#feature-body p {
	color:#000;
	margin-left:17px;
}

#column-right {
	 float:left;
	 width:604px;	
}

#menu-container {
	margin-left:5px;
	margin-bottom:5px;
}

#menu {

}

#content-container {
	float:left;
	width:560px;
	color:#000;
	margin-left:5px;
	margin-top:5px;
}

.contentheading {
	font-size:18px;
	font-weight:bold;
	margin-top:16px;
}

.contentpaneopen td
{
	border:0; padding:0;
}

#content-container p {
	
}

#footer-container {
	float:right;
	margin-right:30px;
	margin-top:30px;	
	color:#000;
	font-size:10px;
}

#footer-container a {
	color:#000;
	text-decoration:none;
}

/***************************************************************
 * Default form styles
 **************************************************************/

p.linklove {
	display:none;
}

.cf_info.failure {
	background: #ffc2c8;
	color:#000;
	padding: 20px;
}

.cf_hidden {
	display:none;
}


span.reqtxt,
span.emailreqtxt {
	margin-left: 1em;
}
fieldset {
	padding:10px;
}

fieldset legend {
	margin: 1em 0;
	font-weight:bold;
	font-size: 108%;
	color: #fff;
}

fieldset ol {
	padding: 0 0 1em 0;
	margin:0;
	list-style:none;
}

fieldset li {
	padding: 3px;
	margin:0 0 5px 0 !important;
	list-style:none;
	float: left;
	clear: left;
	width:100%;
	line-height:25px;
}

fieldset li.error {
	background:#ffd1d4;
}

fieldset li em.error {
	margin-left:1em;
}

/* Checkbox groups */
fieldset li.cf-box-group {
	padding-left: 11em;
	width: auto;
}

fieldset li.cf-box-group input {
	display: inline;
}

fieldset li.cf-box-group label {
	float: none;
	display: inline;
	width: auto;
	margin-left: 2em;
}

fieldset li.cf-box-group label.cf-group-after {
	margin:0 0 0 5px; 
	width: auto; 
	text-align:left;
}

.cf-sb {
	border-style: none;
	text-align:right;
	float: none;
	width: auto;
}

label {
	float:left;
	width: 10em;
	margin-right: 1em;
}

input.text, textarea {
	border: 1px solid #cccccc;
	padding:3px;
}
textarea {
	width:30em;
	height:10em;
}
fieldset fieldset {  
	margin-bottom: -1.2em;  
	border-style: none;  
	background-color: transparent;  
	background-image: none;
	padding:0;
}
fieldset fieldset legend {  
	margin-left: 0;  
	font-weight: normal;
}
fieldset fieldset ol {  
	position: relative;  
	top: -1.5em;  
	margin: 0 0 0 11em;  
	padding: 0;
}
fieldset fieldset ol li {
	margin:0;
	padding:0;
}
fieldset fieldset label {  
	float: none;  
	width: auto;  
	margin-right: auto;
}

input.text.postcode {
	width:4em;
}

/***************************************************************
 * Clear some floats!
 **************************************************************/


.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
