@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 820px;	/* contain page within boundary that suits current nav panel otherwise it will wrap */
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #c00;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #c00;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #c00;
	margin-bottom: 10px;
}

p {
	margin: 5px 0 10px 0;
}

a:link { color: #c00; text-decoration: none; }
a:visited { color: #c00; text-decoration: none; }
a:hover { color: #c00; text-decoration: underline; }
a:active { color: #c00; text-decoration: none; }

.attrib {
	color: #c00;
}

.quotation {
	float: left;
	margin-left: 5px;
}

/* Navigation */
#navigation {
	clear: both;
	margin-bottom: 15px;
	height: auto;
	padding: 1px 0 1px 0;
	width: 1024px;	/* Let nav grow without wrap */
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	background-color: #c00;
	color: #fff;
	height: 2.5em;
}

#navigation li a {
	float: left;
	text-align: center;
	text-decoration: none;
	background-color: #c00;
	color: #fff;
	height: 2.5em;
	padding: 5px 6px 5px 6px;
}

#navigation li a:hover {
	background-color: #F5D7C8;
	color: #c00;
}

#navigation .selected {
	background-color: #F5D7C8;
	color: #c00;
	padding: 5px;
}


/* Header */
#header {
	margin-bottom: 10px;
}

/* Title */
#title {
	margin-bottom: 10px;
}

.pagetitle {
	color: #000;
	width: 180px;
}

.pageheading {
}


/* Content */
.contentwrapper {
	clear: both;
}

.contentleft {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}

.contentright {
	float: left;
	margin-left: 20px;
	width: 630px;
}

#footerwrapper {
	background-color: #c00;
	color: #fff;
	font-size: 11px;
	height: 18px;
	padding: 2px 5px 0 5px;
}

#footer {
	clear: both;
}

#footer a:link { color: #fff; text-decoration: none; }
#footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; text-decoration: underline; }
#footer a:active { color: #fff; text-decoration: none; }

/* Generic classes */
.clear {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.floatleftseparated {
	float: left;
	margin-bottom: 10px;
}

.divider {
	clear: both;
	line-height: 1px;
	border-bottom: 1px dashed #c00; 
	margin: 5px 0 10px 0;
}

.spaceLeft {
	float: left;
}

.spaceMiddle {
	float: left;
	margin-left: 30px;
}

.spaceRight {
	float: left;
	margin-left: 30px;
}

.imgborder {
	border: 1px solid #c00;
}

.textbox {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	width: 300px;
}

.select {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	width: 302px;
}

.button {
	background-color: #c00;
	color: #fff;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 150px;
	cursor: pointer;
}

#enquiryForm {
	color: #c00;
}

#privacy {
	margin-left: 5px;
}

#privacy ol, li {
	margin: 0 0 0 12px;
	
}

#sitemap {
	margin-left: 5px;
}

#sitemap ul {
	margin: 5px 0 5px 20px;
}