html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #A3ABD2 url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}
body, table {
	font-family: Verdana, arial, san-serif;
	font-size: 11px;
}

/* -------- Main layout -------- */

#banner {
	width: 780px;
	height: 94px;
	background: url(/images/banner.jpg) no-repeat #2F314A;
	background-position: center;
}
#menu {
	background: #2F314A;
	height: 29px;
	border-bottom: solid 1px #D5D6DB;
	font-size: 12px;
	color: #fff;
}
#content {
	background: #fff;
	font-size: 11px;
}
#footer {
	height: 55px;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background: #2F314A;
	color: #fff;
}
#footer a, #footer a:hover, #footer a:active, #footer a:focus, #footer a:link {
	text-decoration: none;
	color: #fff;
}
#footer a:hover { text-decoration: underline; }
	
/* -------- menu -------- */
#menu a, #menu a:visited, #menu a:active {
	display: block;
	float: left;
	height: 20px;
	border-bottom: solid 5px #2F314A;
	color: #fff;
	line-height: 20px;
	margin-left: 5px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
#menu a:hover {
	border-bottom: solid 5px #6085CF;
}
#menu #customerService {
	float: right;
	line-height: 29px;
	font-size: 10px;
	padding-right: 10px;
}
.admin a, .admin a:visited, .admin a:active {
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: red;
}

/* -------- Content -------- */
#contentArea {
	width: 780px;
	height: 450px;
	color: #34394D;
}
#contentArea #leftContent {
	padding: 25px;
	vertical-align: top;
}
#contentArea #rightContent {
	width: 188px;
	background: #DCC6B1 url(/images/right_bar_bg.jpg) no-repeat;
	background-position: bottom left;
	vertical-align: top;
	text-align: center;
}
#contentArea h1 {
	font-size: 18px;
	color: #A07642;
	margin-top: 0;
}
#contentArea h2 {
	font-size: 11px;
	color: #5F76C2;
	margin-bottom: 0.3em;
}
#contentArea p {
	margin-top: 0;
	line-height: 1.3em;
}
#contentArea p.note {
	font-size: 12px;
	font-style: italic;
}
#contentArea #rightContent p.note {
	font-size: 8px;
}

#contentArea img { border: none; }
#contentArea ul, #contentArea ol { margin-top: 0; }

#contentArea .dataTable td {
	padding: 2px;
	background: #EFF2F5;
	border: solid 1px #fff;
}
#contentArea a, #contentArea a:visited, #contentArea a:active {
	text-decoration: none;
	color: #5F76C2;
}
#contentArea a:hover {
	color: #2F314A;
}
strong { }
strong.coloured { color: red; }

fieldset {
	font-size: 11px;
	font-weight: bold;
	color: #5F76C2;
	margin-top: 20px;
	border: none;
}
#contentArea .inputForm {
	margin-top: 1.5em;
	width: 530px;
	background: #F0F2FB;
	border-left: solid 0.75em #F0F2FB;
	border-bottom: solid 0.75em #F0F2FB;
	border-right: solid 0.75em #F0F2FB;
}

#contentArea .inputForm  td {
}
#contentArea .inputForm .gadget, #contentArea .inputForm .short, #contentArea .inputForm .medium, #contentArea .inputForm .large {
	width: 220px;
	border: solid 1px #000;
}
#contentArea .inputForm .short { width: 35px; }
#contentArea .inputForm .medium { width: 180px; }
#contentArea .inputForm .large { width: 500px; }
#contentArea .inputForm .button { width: 90px; }
#contentArea .inputForm label {
	display: block;
	margin-top: 0.75em;
}


/* -------- Content -------- */
.quoteCalculator {
	/*
	background: #C3B2A9;
	width: 140px;
	padding: 10px;
	margin: 14px auto 14px auto;
	*/
}
.quoteCalculator table {
	font-size: 11px;
	width: 160px;
	border-top: solid 5px #C3B2A9;
	border-bottom: solid 5px #C3B2A9;
	border-left: solid 20px #C3B2A9;
	border-right: solid 20px #C3B2A9;
	background: #C3B2A9;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.quoteCalculator td { padding-top: 3px; padding-bottom: 3px; }
.quoteCalculator input, .quoteCalculator select { font-size: 9px; }
.quoteCalculator .cost { width: 70px; }


form {
	margin: 0;
	padding: 0;
}
