@charset "utf-8";
/* CSS Document
Re-styled by Mockett Media, December 2009
www.mockettmedia.co.uk
info@mockettmedia.co.uk

colours:
grey: #58585a
dark blue: #2e3192
turquoise: #00abae

*/

/* __________________________________ html tag styles _____________________________*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #58585a;
	background: #e1deef url(../images/body_bg.jpg) repeat-x top left;
}

h1 {
	color: #2e3192;
	margin-bottom: 10px;
	font-size: 160%;
	}
h2 {
	color: #2e3192;
	margin-bottom: 10px;
	font-size: 120%;
	}
h3 {
	color: #00abae;
	margin-bottom: 10px;
	font-size: 100%;
	}
p,ul,ol {
	margin-bottom: 10px;
	}
ol {
	list-style: inside;
	list-style-type: decimal;
	}	
blockquote {
	margin-bottom: 10px;
	}
cite {
	text-align: right;
	font-weight: bold;
	color: #2e3192;
	display: block;
	}

/* ______________________________________ header styles _______________________________*/
#header {
	width: 741px;
	height: 92px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/top_banner.jpg) top left;
	}		
	
#header #sitename {
	visibility: hidden;
	}
#header #date {
	color: #2e3192;
	font-weight: bold;
	float: right;
	margin-right: 30px;
	}
/* ______________________________________ main wrapper styles __________________________*/

#wrapper {
	width: 741px;
	margin: 0 auto;
	padding-top: 235px;
	position: relative;
	background: #fff;
	}
/* give each page or section the appropriate body class and it will show the corresponding header image */
.home #wrapper { 
	background: #fff url(../images/home_header_img.jpg) no-repeat top left;
	}
.why #wrapper {
	background: #fff url(../images/why_header_img.jpg) no-repeat top left;
	}
.about #wrapper {
	background: #fff url(../images/header_img3.jpg) no-repeat top left;
	}
.testimonials #wrapper {
	background: #fff url(../images/header_img4.jpg) no-repeat top left;
	}
.faqs #wrapper {
	background: #fff url(../images/header_img5.jpg) no-repeat top left;
	}
.pricing #wrapper {
	background: #fff url(../images/header_img6.jpg) no-repeat top left;
	}
.reviewing #wrapper {
	background: #fff url(../images/header_img7.jpg) no-repeat top left;
	}
.contact #wrapper {
	background: #fff url(../images/header_img8.jpg) no-repeat top left;
	}
.book #wrapper {
	background: #fff url(../images/home_header_img.jpg) no-repeat top left;
	}
/* ______________________________________ main content styles __________________________*/
#content {
	width: 500px;
	margin-left: 185px;
	min-height: 500px;
	background: #fff url(../images/vertical_rule.jpg) no-repeat top left;
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	line-height: 1.5;
	}
#content ul li {
	padding-left: 25px;
	background: url(../images/bullets.gif) no-repeat top left;
	min-height: 25px;
	}
#content #enquiry {
	position: absolute;
	top: 150px;
	left: 435px;
	}
#content #demo {
	position: absolute;
	top: 146px;
	left: 438px;
	}
#content #enquiry a,
#content #demo a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#content #enquiry a:hover,
#content #enquiry a:focus {
	color: #fff;
	text-decoration: underline;
	}
/* ______________________________________ mainnav styles __________________________*/
#login {
	background: #fff url(../images/guest_button.jpg) no-repeat top left;
	width: 142px;
	height: 66px;
	display: block;
	position: absolute;
	top: 240px;
	left: 20px;
	}
#login a {
	color: #2e3192;
	font-weight: normal;
	text-decoration: underline;
	font-size: 150%;
	display:  block;
	margin-left: 15px;
	margin-top: 5px;
	}
#mainnav { /* sets nav position where the login button is not required */
	position: absolute;
	top: 235px;
	left: 0;
	width: 145px;
	margin: 0 0 0 35px;
	background: #fff;
	}
.login #mainnav { /* each page where the login button is required needs body class of login set */
	top: 320px;
	}
#mainnav ul {
	list-style: none;
	}
#mainnav a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #2e3192;
	font-size: 125%;
	line-height: 2;
	}
#mainnav a:hover, #mainnav a:focus {
	text-decoration: underline;
	}

/* match body class with nav ID for highlights */
.home #mainnav ul #home a,
.why #mainnav ul #why a {
	font-weight: bold;
	}
.about #mainnav ul #about a {
	font-weight: bold;
	}
.testimonials #mainnav ul #testimonials a {
	font-weight: bold;
	}
.faqs #mainnav ul #faqs a {
	font-weight: bold;
	}
.pricing #mainnav ul #pricing a {
	font-weight: bold;
	}
.reviewing #mainnav ul #reviewing a {
	font-weight: bold;
	}
.contact #mainnav ul #contact a {
	font-weight: bold;
	}
.book #mainnav ul #book a {
	font-weight: bold;
	}
/* ______________________________________ footer styles __________________________*/
#footer {
	width: 741px;
	height: 95px;
	background: #fff url(../images/footer_curve.jpg) no-repeat bottom right;
	border-top:1px solid #fff;
	clear: both;
	}
#footer p {
	margin: 50px 0 0 20px;
	font-size: 75%;
	line-height: 1.3;
	color: #666;
	}
