html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button{margin:0;padding:0;border:none;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}
body {
	font: 0.9em/1.35 Arial, Helvetica, sans-serif;
	color: #404040;
}

a { color: #A8084D; text-decoration: underline; }

#jumpToContent { position: absolute; left: -10em; top: -10em; }

#container {
	width: 948px;
	margin: 0 auto;
	padding-top: 1em;
}

/* Header area */
#header {
	margin-bottom: 0.5em;
}

#accessibility { float: right; }

#fontSize {
	font-weight: bold;
	color: #A8084D;
	display: inline-block;
	margin: 0 0 0 1.5em;
}

#fontSize .small { font-size: 1.2em; }
#fontSize .medium { font-size: 1.7em; }
#fontSize .large { font-size: 2.2em; }
#fontSize span { cursor: pointer; }

#fontSize span.title {
	display: inline;
	font-weight: normal;
	color: #404040;
	border-left: 1px solid #A8084D;
	vertical-align: 0.4em;
	padding: 0.4em 0 0.4em 0.4em;
	margin-left: 0.3em;
	cursor: auto;
}

#logo { display: block; margin-bottom: 14px; }

#menu {
	font-weight: bold;
}

#menu li { display: inline-block; margin-right: -0.3em; }
#menu li a {
	color: #FFF;
	background: #930B3E url(../images/bg-menu.png) repeat-x 0 0;
	text-decoration: none;
	display: inline-block;
	padding: 0.4em 0.74em 0.45em;
}
#menu li a:hover { text-decoration: underline; }
#menu li.on a { background: #FFF; color: #A8084D; }

#quickLinks {
	background: #FFF; color: #A8084D;
	display: block;
	float: right;
	width: 293px;
	padding: 0.35em 4px 0.25em 10px;
	text-align: right;
}

#quickLinks select {
	font: 1.1em Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 0; margin: 0;
	vertical-align: middle;
}

/* Left sidebar */
#sidebarLeft {
	float: left;
	width: 155px;
	padding: 1em 0 2em;
}

#sidebarLeft ul li {
	border-bottom: 2px dotted #A8084D;
	font-weight: bold;
	padding: 0.4em 1.2em 0.4em 0.6em;
}
#sidebarLeft ul li:first-child { padding-top: 0; }
#sidebarLeft ul li:last-child { border-bottom: none; }

#sidebarLeft ul li a { color: #404040; text-decoration: none; }
#sidebarLeft ul li a:hover { text-decoration: underline; }

#sidebarLeft ul > li.on > a { color: #A8084D; }

#sidebarLeft ul ul {
	border-top: 2px dotted #A8084D;
	margin: 0.4em -1.2em 0 -0.6em;
	padding: 0.4em 0 0.3em 0.6em;
}
#sidebarLeft ul ul li { padding: 0; border-bottom: none; }

/* Right sidebar */
#sidebarRight {
	float: right;
	width: 294px;
	padding: 1.2em 0 2em;
}

#sidebarRight img { display: block; }
#sidebarRight li { margin-bottom: 0.8em; }

/* Content */
#content {
	margin: 0 307px 0 175px;
	padding: 1em 0 2em;
}

#content p { margin-bottom: 1em; }
#content ul { list-style: disc outside; margin: 0 2em 1em; }
#content ol { list-style: decimal outside; margin: 0 2em 1em; }
#content blockquote { margin: 0 2em 1em; font-style: italics; }

#content h1 { font-size: 1.6em; color: #A8084D; margin-bottom: 0.4em; }
#content h2 { font-size: 1.3em; color: #A8084D; margin-bottom: 0.6em; }
#content h3 { font-size: 1.2em; color: #A8084D; margin-bottom: 0.7em; }
#content h4 { font-size: 1em; color: #A8084D; margin-bottom: 0.8em; }
#content h5 { font-size: 1em; font-style: italic; margin-bottom: 0.8em; }
#content h6 { font-size: 1em; margin-bottom: 0.8em; }

#content table {
	border: none;
	border-collapse: collapse;
	font: 1em Arial, Helvetica, sans-serif;
}

#content table td, #content table th {
	padding: 0.2em 0.4em;
	border: 1px solid #CCC;
}

#content table th {
	background: #A8084D;
	color: #FFF;
	border: 1px solid #930B3E;
	font-size: 0.8em;
}

#content table tr:nth-child(2n) td { background: #EEE; }

/* Footer area */
#contact, #footer {
	background: #F3F3F3;
	color: #4C4C4E;
	padding: 1em 1.5em;
}

#contact {
	border-top: 2px dotted #A8084D;
	clear: both;
}

#contact p { float: right; }
#contact p img { vertical-align: -13px; }

#contact address {
	font-style: normal;
	float: left;
	background: url(../images/icon-home-grey.png) no-repeat 0 0;
	padding: 4px 0 0 35px;
}

#contact ul {
	padding-top: 4px;
	margin-left: 17em;
}

#contact ul li {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 0 0 40px;
	min-height: 27px;
	margin-bottom: 0.3em;
}

#contact ul a { color: #4C4C4E; }

#contact ul li.telephone { background-image: url(../images/icon-phone-grey.png); }
#contact ul li.email { background-image: url(../images/icon-email-grey.png); }
#contact ul li.web { background-image: url(../images/icon-monitor-grey.png); }

#footer { padding-top: 1.5em; }
#registeredDetails {
	float: right;
	margin-top: -1.5em;
	text-align: right;
}

/* Homepage */
#feature { margin-bottom: 7px; }
#feature h1 {
	float: right;
	color: #FFF;
}
#feature h1 img { display: block; }

#homepage { margin-right: 307px; }

#homepage .opener, #homepage h2 {
	font-weight: bold;
	color: #A8084D;
	margin-bottom: 0.4em;
	font-size: 1.1em;
}

#homepage .opener { margin-bottom: 1em; }

#homepage p { margin-bottom: 1em; }

/* Sitemap */
#sitemap { padding: 0 0 2em 0.7em; }
#sitemap h1 { font-size: 1.6em; color: #A8084D; margin-bottom: 0.4em; }
#sitemap ul ul { margin-left: 2em; }

/* Contact us form */
form input, form textarea {
	font: 1em/1.35 Arial, Helvetica, sans-serif;
	color: #404040;
	border: 1px solid #CCC;
	padding: 0.1em 0.2em 0.2em;
	margin-bottom: 0.2em;
}

#content form ol { list-style: none; margin: 0; }
#content form ol li { margin-bottom: 0.4em; }

form label { display: block; float: left; width: 9em; }
form div { margin-left: 9em; }
form input[type=text] { width: 20em; }
form button {
	font: 1.4em Arial, Helvetica, sans-serif;
	color: #404040;
	background: #F4F4F4;
	border: 1px outset #CCC;
	padding: 0.1em 0.2em 0.2em;
}

#formPostcode { width: 8em; }
#formEnquiry { width: 20em; height: 10em; }

.errorMessages {
	padding: 0.3em 0.4em 0.5em 30px;
	margin-bottom: 1em;
	border: 1px solid #DF3B1B;
	background: #FFF2EF url(../images/icon-error.png) no-repeat 6px 0.5em;
	color: #9F261D;
}

.errorMessages h3 { font-size: 1.2em; margin-bottom: 0.4em; }
#content .errorMessages ul { list-style: none; margin: 0; }
.errorMessages ul li { font-weight: bold; margin-bottom: 0.4em; }
.errorMessages ul ul li { font-weight: normal; }
.errorMessages ul ul { list-style: disc outside; margin: 0 1.5em 0.7em; }

.successMessage {
	padding: 0.3em 0.4em 0.3em 30px;
	margin-bottom: 0.6em;
	border: 1px solid #3DAF36;
	background: #F0FFEF url(../images/icon-success.png) no-repeat 6px 0.25em;
}
