html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a 
{
     margin: 0;
     padding: 0;
     border: 0;
}
body 
{
	background-color: #FFF;
	color: #5E0022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;	
	text-align: center;
}

.container 
{
	width: 800px;	
	margin: 0 auto;
	text-align: left;
}

h1 
{
	font-size: 2em;
	margin-bottom: 20px; 
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1em;
}
h4 
{
	font-size: .9em;
}
h1,
h2,
h3,
h4
{
	font-family: Georgia, serif; 
}

h2,
h3,
h4,
p
{
	margin-bottom: 10px; 
}

p
{
	line-height: 1.5em; 
}

#skipnav 
{
	position: absolute;
	top: 0;
	left: -5000px;
}

a,
a:link,
a:visited,
a:active
{
	color: #ffffff;
	text-decoration: none; 
}

a:hover,
a:focus
{
	color: #FFFFCC;
	background: #E4641D;
}

#printed-header
{
	display: none; 
}
	
#header 
{
	float: left; 
	width: 100%;
	background-color: #6297E3;
	background-image:url(graphics/clouds.gif);
	background-repeat: repeat-x;
	color: #FFFFCC;
}

#header #logo 
{
	float: left;
}

#main-nav 
{
	clear: both; 
	margin-bottom: 20px; 
	background: #FCEE47; /*#00157e;*/  /*#5486AF; jeans blue*/ 
}

#main-nav ul 
{
	padding: 0.5em 0; 
	list-style: none; 
}

#main-nav li 
{
	display: inline;
	margin: 0 0.5em;
}

#main-nav a,
#main-nav a:link,
#main-nav a:visited,
#main-nav a:active

{
	color: #00157e;
	text-decoration: none; 
}

#main-nav a:hover,
#main-nav a:focus
{
	color: #00157E;
	background: #FFFFCC;
}

#secondary-content 
{
	border: 1px solid #F9EBD7; 
	float: left;
	width: 178px; 
	padding: 10px;
	margin-bottom: 10px;
	background: #F9EBD7 url("graphics/cellar.jpg") no-repeat;
}

#secondary-content h2
{
	font-size: 1em;
}

#secondary-content ul 
{
	margin-left: 1em;	
	padding-left: 1em;
}

#secondary-content li
{
	padding-bottom: 0.5em;
 	list-style-type: square;
}
#main-content ul 
{
	margin-left: 1em;	
	margin-bottom: 1em;
}

#main-content li
{
	padding-bottom: 0.5em;
 	list-style-type: square;
}

#main-content 
{
	float: left;
	width: 580px;
	margin: 0 0 20px 20px;
	padding-right: 0px;
}

#main-content .image-with-caption
{
	float: left;
	width: 260px;
	padding-right: 10px;
	padding-bottom: 0.5em; 
}

#main-content .image-with-caption p
{
	font-style: italic;
	color: #00157e; 
	text-align: center;
}
#main-content .image-with-caption-right
{
	float: right;
	width: 260px;
	padding-left: 10px;
	padding-bottom: 0.5em; 
}
#main-content .image-with-caption-right p
{
	font-style: italic; 
		color: #00157e;
			text-align: center; 
}
#main-content a,
#main-content a:link,
#main-content a:visited,
#main-content a:active
{
	color: #6297E3;
	text-decoration: underline; 
}

#main-content a:hover,
#main-content a:focus
{
	color: #E4641D;
	background: #ffffff;
}



#footer 
{
	clear: both; 
	background: #6297E3;
	color: #ffffff; 
	margin-top: 0.5em; 
	padding: 1em 0; 
}

#footer #copyright
{
	float: left;
	font: "trebuchet MS";
	font-size: 80%; 
}

#footer ul
{
	text-align: right; 
}

#footer li
{
	display: inline; 
	padding-left: 1em; 
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active
{
	color: #FFFFCC;
	text-decoration: none; 
}

#footer a:hover,
#footer a:focus
{
	color: #00157E;
	background: #FFFFCC;
}
label {
	font-size: .9em;
	text-transform: uppercase;
}

input, textarea {
	background: #FFFFFF;
	border: 1px solid #6297e3;
	color: #000000;
	display: block;
	font: 1em verdana, geneva, sans-serif;
	margin: 4px 0 4px 0;
	-moz-border-radius: 3px;
	padding: 1px;
}
#form-contact label { 
	padding: 0 0 0 20px; 
	color: #FFFFFF; 
	background: url(graphics/label_bullet.jpg) no-repeat 0 50%; 
}

#form-contact {
	background: #6297e3 url(graphics/contactform_bg.jpg) no-repeat 0 100%;
	padding: 0 0 0px 10px;
	width: 330px;
}
#form-contact-name, #form-contact-email, #form-contact-address,
#form-contact-postcode, #form-contact-number, #form-contact-message { width: 300px; }
#form-contact div {
	padding: 10px 10px 0 0;
}
#form-contact p{
	padding: 0 0 0 10px;
	font-size: 80%;
}
label.form-error {
	font-weight: bold;
}

label.form-error:after {
	content: " [This field is required.]";
	color: #F62B0C;
}

input.form-error, textarea.form-error {
	background: #F62B0C;
	color: #FFFFFF;
}

