/*
dark.blue: 0057a0
orange: d77a4a
feature/hover blue: a6b6da
*/
/*
Basics...
*/
body, html, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img, form {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
}
body {
	background-color: #eee;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #111;
	text-align: center;
	height: 100%;
}
p {
	padding: 0 0 6px 0;
	font-size: 75%;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 6px;
	color: #0057a0;
}
h2 {
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 6px;
}
h3 {
	font-size: 90%;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 6px;
}
h4 {
	font-size: 85%;
	font-weight: normal;
	color: #0057a0;
	margin-top: 12px;
	margin-bottom: 6px;
	border-bottom: 1px solid #d77a4a;
}
h5 {
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 6px;
}
h6 {
	font-size: 75%;
	font-weight: normal;
	margin-bottom: 2px;
}
th {
	vertical-align: bottom;
	padding: 2px;
	border-bottom: 1px solid #b9c4d0;
	font-weight: normal;
}
td {
	vertical-align: top;
	padding: 2px;
}
td.foot {
	vertical-align: middle;
	border-top: 3px double #fff;
	background-color: #b9c4d0;
}
ul {
	padding: 0 0 6px 15px;
}
ol {
	padding: 0 0 6px 30px;
}
li {
	font-size: 75%;
}
li li {
	font-size: 90%;
}
img {
	border: 0;
}

/*
Structural...
*/
#wrapperO {
	width: 980px;
	margin: 0 auto 20px auto;
	text-align: left;
	background-color: #fff;
}
#wrapperI {
	padding: 30px 10px 10px 10px;
}
#header {
	background: url(../furniture/bg_head.gif) right top no-repeat #0057a0;
	height: 121px;
	width: 960px;
	clear: both;
}
#menu {
	margin-top: 10px;
	padding: 0;
	height: 26px;
	overflow: hidden;
	float: right;
	clear: both;
}
#submenu {
	width: 182px;
	background: url(../furniture/bg_submenu-title.gif) right top no-repeat #0057a0;
	margin: 10px 10px 0 0;
}
#content {
	width: 700px;
	float: right;
	margin-top: 10px;
	padding-top: 30px;
	min-height: 400px;
	background: url(../furniture/bg_page.jpg) right bottom no-repeat #fff;
}
#footer {
	background-color: #d77a4a;
	color: #fff;
	margin-top: 10px;
	clear: both;
	width: 960px;
	padding: 6px 0;
}


.cola {
	width: 182px;
	margin-right: 10px;
	float: left;
}
.colb {
	width: 400px;
	margin-right: 20px;
	float: left;
}
.colc {
	width: 230px;
	margin-right: 20px;
	float: left;
}
.colbc {
	width: 650px;
	margin-right: 20px;
	float: left;
}



/*
Header
*/
#header img {
	padding: 25px 0 0 15px;
}



/*
Menus...
*/
#menu li {
	float: left;
	list-style-type: none;
	color: #fff;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: center;
	font-size: 90%;
	font-family: "Times new roman", serif;
}
#menu li.selected {
}
#menu a {
	color: #fff;
	display: block;
	vertical-align: middle;
	width: 143px;
	padding: 4px 0 6px 0;
	background: url(../furniture/bg_menu.gif) left top no-repeat #0057a0;
}
#menu a.selected {
	background-color: #d77a4a;
}
#menu a:hover, #menu a:active {
	color: #0057a0;
	background-color: #a6b6da;
}


#submenu h3 {
	color: #fff;
	padding: 4px 20px 4px 10px;
	font-family: "Times new roman", serif;
}
#submenu h3 a {
	color: #fff;
}
#submenu p {
	color: #fff;
	padding: 4px 4px 4px 10px;
}
#submenu ul {
	padding: 5px 0 10px 0;
}
#submenu ul li {
	list-style-type: none;
	color: #fff;
}
#submenu ul a {
	color: #fff;
	display: block;
	background: url(../furniture/bg_submenu.gif) 10px 5px no-repeat;
	padding: 2px 0 2px 25px;
	height: 1%;
}
#submenu a.selected {
	background-color: #d77a4a;
	background-image: url(../furniture/bg_submenu-selected.gif);
}
#submenu a:hover {
	color: #0057a0;
	background-color: #a6b6da;
}



/*
Head logo appearance...
*/
#header img {
	float: left;
	margin: 5px 20px 0 0;
}



/*
Breadcrumb trail appearance...
*/
#crumbs p {
	float: left;
	color: #888;
	padding: 19px 0 0 20px;
	font-size: 70%;
}
	


/*
Footer appearance...
*/
#footer p {
	font-size: 80%;
	padding: 0 10px;
	font-family: serif;
}
#footer ul {
	float: right;
	padding: 0 10px;
	margin: 0;
}
#footer ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 80%;
	font-family: serif;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer a.selected {
	font-weight: bold;
}



/*
Links...
*/
a {
	text-decoration: none;
	color: #666;
}
a:hover, a:active {
	text-decoration: underline;
	color: #222;
}
a.pdflink {
	padding-left: 40px;
	background: url(../furniture/icon_pdflink.gif) left top no-repeat;
	min-height: 32px;
	display: block;
}
a.button {
	padding: 2px;
	text-align: center;
	border: 1px solid #0057a0;
	background-color: #fff;
}



/*
Form elements...
*/
legend {
	font-size: 100%;
	margin: 0;
	font-variant: small-caps;
}
fieldset {
	border: 1px solid #b9c4d0;
	padding: 10px;
	margin: 0;
}
label, p.adminlabel {
	display: block;
	float: left;
	clear: both;
	width: 100px;
	padding-right: 3px;
	text-align: right;
	font-size: 70%;
}
label.inline {
	display: inline;
	float: none;
	clear: none;
	width: auto;
	text-align: left;
	padding-right: 5px;
	font-size: 70%;
}
input, textarea {
	width: 400px;
}
#enquiryform input, #enquiryform textarea {
	width: 330px;
}
input.nowidth, textarea.nowidth, #enquiryform .nowidth {
	width: auto;
}







p.leadin {
	font-size: 95%;
	padding-bottom: 20px;
}
p.button1 {
	float: left;
	margin-right: 10px;
	display: inline;
}
p.button2 {
	float: right;
	margin-left: 10px;
	display: inline;
}
p.footnote {
	font-size: 65%;
}
p.error {
	border: 1px solid #0057a0;
	background-color: #fbe2c5;
	padding: 5px;
}
p.formhelper {
	font-size: 70%;
}
h2.error {
	color: red;
	border-bottom: 1px solid #f88;
}
h3 span {
	color: #111;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.nowidth {
	width: auto;
	height: auto;
}
.rightfloat {
	float: right;
	margin-left: 10px;
}
.leftfloat {
	float: left;
	margin-right: 10px;
}
span.small {
	font-size: 75%;
}
#content .contentimg {
	border: 5px solid #a6b6da;
	margin-bottom: 10px;
}



body.mceContentBody {
	text-align: left;
	font-size: 100%;
	background-color: #fff;
}
