body {
	margin: 0;
	padding: 0;
	background: #2E3448 url(/images2/bg.gif) 50% 0% repeat-y;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#page {
	margin: 0 auto 0 auto;
	width: 999px;
	background: #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	text-align: left;
}
#header {
	position: relative;
	height: 99px;
	background: #3E455B url(/images2/header.gif) left top repeat-y;
}
#header #phone {
	position: absolute;
	top: 0px;
	left: 779px;
}
#header #enquiry {
	position: absolute;
	top: 60px;
	left: 779px;
}
#header #ims {
	position: absolute;
	top: 19px;
	left: 30px;
}
#header h2 {
	margin: 0;
	padding: 28px 0 0 110px;
	color: #ff6600;
	font-size: 28px;
	font-weight: 500;
}
#header h2 span {
	color: #ffffff;
}
#header p {
	margin: 5px 0 0 0;
	padding: 0 0 0 202px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
}
/*
   MAIN MENU
*/
#menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #2E3448;
	border-bottom: solid 1px #ffffff;
}
#menu2 {
	margin: 0;
	padding: 2px 0 2px 0;
	width: 780px;  /* remove if you want a full width menu */
}
#menu a {
	display: block;
	float: left;
	padding: 3px 10px 3px 10px;
	border-right: solid 1px #ffffff;
	font-size: 80%;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #ff6600;
}
#menu .current:link, #menu .current:visited {
	color: #ff6600;
	text-decoration: none;
}
#menu b {
	display: none;
}
/* remove if you want a wide menu */
#menu #addr {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 168px;
	background: #FEC096;
	border-left: solid 1px #A5ACC4;
	border-right: solid 1px #A5ACC4;
}
.popmenu a {
	display: block;
	width: 158px;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #2E3448;
	font-size: 80%;
	font-weight: bold;
}
.popmenu a:link, .popmenu a:visited {
	text-decoration: none;
	color: #2E3448;
}
.popmenu a:hover {
	color: #ffffff;
}
.popmenu b {
	display: none;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	width: 999px;
	padding: 0;
	margin-top: 10px;
	background: #ffffff;
}
#content {
	width: 622px;
	margin: 0 0 0 185px;
	color: #2E3448;
	line-height: 1.2;
}
#content h1 {
	font-size: 112%;
	color: #FC6603;
	margin: 0 0 10px 0;
}
#content h2 {
	font-size: 96%;
	color: #FC6603;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
#content h3 {
	font-size: 88%;
	color: #2E3448;
	margin: 10px 0 0 0;
}
#content h4 {
	font-size: 88%;
	color: #FC6603;
	margin: 10px 0 10px 0;
}
#content h5 {
	font-size: 84%;
	color: #2E3448;
	margin: 10px 0 0 0;
}
#content h6 {
	font-size: 84%;
	color: #FC6603;
	margin: 10px 0 0 0;
}
#content p {
	margin: 0 0 9px 0;
	font-size: 80%;
}
#content ul {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 80%;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 80%;
}
#content ul p, #content ol p {
	font-size: 100%;
}
#content li {
	margin-top: 6px;
	margin-bottom: 6px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #FC6603;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:hover {
	color: #ff0000;
}
#content .imgleft {
	float: left;
	margin: 0 8px 5px 0;
}
#content .imgcentre {
	margin: 0 auto 0 auto;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 8px;
}
#content .imgborder {
	border: solid 1px #000000;
}
.moreinfo {
	background: #eeeeee;
	padding: 3px 10px 3px 10px;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}
#content a.minfo {
	background: #eeeeee;
	padding: 4px;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	display: block;
	width: 6em;
	position: relative;
	top: -1px;
	text-align: center;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #4b4b4b;
	text-decoration: none;
}
#content .red_text, #content .redtext {
	color: #FF0000;
}
#content .mediumtext {
	font-size: 100%;
}
#content .largetext {
	font-size: 150%;
}
#content .largertext {
	font-size: 200%;
}
#content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#content .courier {
	font-family: "Courier New", Courier, monospace;
}
#content .size48 {
	font-size: 3em;
}
#content .size32 {
	font-size: 2em;
}
#content .size24 {
	font-size: 1.5em;
}
#content .size22_7 {
	font-size: 1.45em;
}
#content .size21_3 {
	font-size: 1.4em;
}
#content .size20 {
	font-size: 1.25em;
}
#content .size18_7 {
	font-size: 1.2em;
}
#content .size18 {
	font-size: 1.125em;
}
#content .size16 {
	font-size: 1em;
}
#content .size13 {
	font-size: 0.814em;
}
#content .darkredtest {
	color: #a60000;
}
#content .bluetext {
	color: #0000FF;
}
#content .blacktext {
	color: #000000;
}
#content .highlight {
	background: #ffff00;
}
.moremargin {
	padding: 0 8px 0 8px;
}
.border {
	border: solid 1px #e1e1e1;
}
.cols {
	text-align: center;
	width: 686px;
	xmargin: 0 -32px 0 -32px;
	margin: 0 0 0 -30px;
}
.col1 {
	width: 500px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 224px;
}
.col2 {
	width: 341px;
	padding-right: 4px;
}
.col2n {
	width: 341px;
}
.col3 {
	margin-right: 7px;
}
#content .cols h3 {
	color: #FC6603;
	padding-bottom: 5px;
	margin: 10px 5px 10px 5px;
	border-bottom: solid 1px #FC6603;
}
/*
*  LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 149px;
}
#leftbar h2 {
	margin: 0 0 4px 0;
	text-align: center;
	background: #ff0000 url(/images2/submenuHead.jpg) left top no-repeat;
	font-size: 88%;
}
#leftbar h2 a {
	display: block;
	padding: 17px 5px 9px 5px;
}
#leftbar h2 a:link, #leftbar h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
#leftbar h2 a:hover {
	color: #535A6F;
}
#leftbar #submenu {
	background: #535A6F url(/images2/leftbar.jpg) left top repeat-x;
	padding: 4px 4px 0 4px;
}
#submenu ul {
	margin: 0;
	padding: 0;
}
#submenu li {
	margin: 0 0 4px 0;
	padding: 0;
	border: solid 1px #ffffff;
	list-style: none;
	width: 139px;
}
#submenu a {
	display: block;
	width: 115px;
	padding: 5px 19px 5px 5px;
	background-image: url(/images/arrowRight.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	font-size: 80%;
}
#submenu a:link, #submenu a:visited {
	color: #2E3448;
	text-decoration: none;
}
#submenu a:hover {
	background-color: #ffffff;
	color: #2E3448;
}
#submenu a.sm {
	background-image: url(/images2/arrowDown.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
#submenu a.sm:link, #submenu a.sm:visited {
	color: #FC6603;
}
#submenu a.current:link, #submenu a.current:visited {
	color: #FC6603;
}
#submenu ul ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	xwidth: 139px;
}
#submenu ul ul a {
	background: none;
}
#submenu ul ul a:hover {
}
/*
*  RIGHTBAR
*/
#rightbar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 143px;
	border: solid 1px #e1e1e1;
	padding: 5px;
}
#rightbar div {
	padding: 10px 0 8px 0;
	border-bottom: solid 1px #e1e1e1;
	text-align: center;
}
/*
*  FOOTER
*/
#footer {
	xwidth: 100%;
	xbackground: url(/images2/footer.gif) 50% 0% repeat-y;
	margin: 0 auto 0 auto;
	width: 1015px;
	height: 13px;
	background: url(/images2/footer.gif) no-repeat;
}
/*
* RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 100%;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 0.64em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
#response .wide label {
	width: 23em;
	text-align: left;
}
/*
*  CONTACT FORMS
*/
.error {
	color: #ff0000;
	font-weight: bold;
}
.info {
	color: #008000;
	font-weight: bold;
}
.imsform {
	margin: 0;
	font-size: 80%;
	font-family: Arial;
}
#content .imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}
.imsform .row {
	clear: left;
	padding: 8px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	xfloat: right;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #DBE0FF;
}
#content .imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 104%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
/*
*  EBOOK
*/
#leftbar #submenu #reqebook {
	width: 135px;
}
#leftbar .reqebook {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
}
#leftbar .reqebook h2 {
	margin: 0;
	color: #FF0000;
	background: none;
}
#leftbar .reqebook p {
	margin: 0;
	font-weight: bold;
	color: #000000;
 font-size: 80%;
}
#leftbar .reqebook .error {
	color: #ff0000;
	font-weight: bold;
}

