body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #f5f4ef url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #424242;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #0048ab;
    text-decoration: underline;
}
a:hover, a:active {
    color: #6b97d3;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 98px;
	padding: 0 5px;
	background: transparent url(../_images/phone.gif) 632px 37px no-repeat;
}

#top img {
	float: left;
}

/*  MENU */
#menu {
	background: url(../_images/menu.gif) 0 0 no-repeat;
	width: 255px;		/* Width of entire image */ 
	height: 25px;		/* Height of buttons */
	margin: 60px 0 0 0;
	float: right;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 25px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 		{ width: 52px; }
#menu-theory 	{ width: 76px; }
#menu-faq 		{ width: 52px; }
#menu-contact 	{ width: 75px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover		{ background: transparent url(../_images/menu.gif) 0px -25px no-repeat; }
#menu-theory a:hover	{ background: transparent url(../_images/menu.gif) -52px -25px no-repeat; }
#menu-faq a:hover		{ background: transparent url(../_images/menu.gif) -128px -25px no-repeat; }
#menu-contact a:hover	{ background: transparent url(../_images/menu.gif) -180px -25px no-repeat; }

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#banner {
	height: 237px;
	background: transparent url(../_images/banner2.jpg) 0 0 no-repeat;
	margin: 0 0 25px 0;
}

#welcome {
	width: 309px;
	float: left;
	margin: 0 56px 25px 5px;
	display: inline;
	border-top: 1px solid #b4955d;
}
	#welcome h2 {
		height: 52px;
		text-indent: -3000px;
		background: transparent url(../_images/welcome-header.gif) 0 -1px no-repeat;
	}
	#welcome p.disclaimer {
		font-style: italic;
		font-size: 11px;
		line-height: 14px;
		color: #9d7a3e;
	}

#results {
	width: 220px;
	float: left;
	border-top: 1px solid #b4955d;
}
	#results h2 {
		height: 52px;
		text-indent: -3000px;
		background: transparent url(../_images/results-header.gif) 0 -1px no-repeat;
	}

#quick-contact {
	width: 208px;
	float: right;
	border-top: 1px solid #b4955d;
}
	#quick-contact h2 {
		height: 52px;
		text-indent: -3000px;
		background: transparent url(../_images/quickcontact-header.gif) 0 -1px no-repeat;
	}
	#quick-contact label input, #quick-contact label textarea {
		width: 208px;
	}
	#quick-contact p {
		margin-bottom: 7px;
	}

/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#header {
	height: 96px;
	background: transparent url(../_images/header.gif) 0 0 no-repeat;
	margin: 0 0 25px 0;
}
	#header h1 {
		font-size: 26px;
		font-weight: normal;
		color: #FFF;
		padding: 40px 0 0 35px;
	}

#content {
	width: 564px;
	float: left;
	padding: 0 0 25px 5px;
}
	#content h2 {
		font-size: 18px;
		font-weight: normal;
		color: #0048ab;
	}
	
	#content li, #wrapcentre li {
		margin-left: 25px;
	}
	
	p.top {
		font-size: 11px;
		text-align: right;
	}

	p.buy {
		font-size: 14px;
		font-weight: bold;
		color: #a4834b;
	}
		p.buy input {
			vertical-align: middle;
			margin: 0 0 0 15px;
			border: none;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	clear: both;
	border-top: 1px solid #a4834b;
	padding-top: 7px;
}
	#footer p, #footer a:link, #footer a:visited {
		color: #1a4697;
		text-decoration: none;
		font-size: 11px;
	}
	#footer a:hover, #footer a:active {
		text-decoration: underline;
	}
	#footer p span {
		float: right;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}
	