/* ==== colours === */
/* 
blue: #2A629E;#004684
red: #B9111A;
body text: #000;

/* ========== Basic main body layout ============ */

html {
	background: #cccccc;
}

body {
	position: relative;
	background: #ffffff;
	color: #000;
	}

/* ========== B2 custom styling ========== */
* { padding: 0; margin: 0;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 97%; }
img { border: none; margin: 0; padding: 0; }
a { color: #2A629E; text-decoration: none; margin: 0; padding: 0; }
a:hover { color: #2A629E; text-decoration: underline; margin: 0; padding: 0; }
h1 { margin: 0; font-size: 110%; font-weight: bold; }
h2 { font-size: 110%; font-weight: bold; }
ul { margin: 0;	padding: 0; }
.right { float: right; margin: 20px 0 0 0; }
.left { float: left; }

/* ===== top and bottom background =========*/
#upper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 250px;
	width: 100%;
	background: transparent url('/images/bg-top.jpg') repeat-x;
	z-index: 1;
}

#base {
	position: absolute;
	bottom: 0px;
	left: 0px;	
	height: 250px;
	width: 100%;
	background: transparent url('/images/bg-btm.jpg') repeat-x;
	z-index: 1;
}

/*======== wrapper =============*/

#wrapper {
	position: relative;
	padding: 10px 0 0 0;
	width: 900px;
	margin: 0 auto;
	z-index: 5;
}

#main-page {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background: #fff;
	z-index: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#main ul
{
	margin-left: 30px;
	font-size: 95%;
}
#main ul li
{
	padding: 3px;
}

/* =========== footer details =============== */

#footer {
	font-size: 80%;
	clear: both;
	width: 900px;
	height: 17px;
	margin: 2px 0 0 0;
	color: #000;
}

#footer ul {
	float: right;
	list-style: none;
	width: 900px;
	margin: 0 auto;
}

#footer li {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}

#footer li a {
	color: #000;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

/* ========= details within main-page =========== */

#head {
	position: relative;
	clear: both;
	width: 900px;
	margin: 0;
	padding: 0;
}

#head h1 {
	font-size: 130%;
	padding: 37px 0 0 0;
	margin: 0;
	float: right;
	color: #004684;
}

#head h3 {
	clear: both;
	float: right;
	font-weight: 300;
	font-family: "Frutiger 45 Light", Tahoma, Verdana, Helvetica, sans-serif;
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 190%;
	color: #888;
	padding: 0 60px 0 0;
	margin: 0;
}

#head img { 
	float: right;
	padding: 15px 40px 0 0;
}

/* ========search=============*/


/* search box */
#searchbox { 
	position: absolute;
	top: 45px;
	left: 40px;
	height: 28px;
	width: 200px;
	margin: 0; 
	padding: 0px 0 1px 0;
	}

/*========= main content =============*/

#main {
	float: left;
	width: 900px;
	padding: 0;
	margin: 10px 0 0 0;
	min-height: 550px;
}

/*========= left content =============*/

#left-col {
	position: relative;
	float: left;
	min-height: 550px;
	width: 350px;
	margin: 0;
}

.btm {
	position: absolute;
	bottom: 0;
	left: 0;
	}

#google {
	float: left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.half-border {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.full-border {
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

.inset {
	margin: 13px 0px ;
	}

#left-col h3 {
	font-family: "Arial Narrow","Frutiger 45 Light", Tahoma, Verdana, Helvetica, sans-serif;
	/*color: #EC2E38;*/
	color: #B9111A;
	font-size: 300%;
	font-weight: lighter;
	padding: 10px 0 0 60px;
	margin: 0;
	}

#left-col h2 {
	font-size: 100%;
	padding: 0px 5px 15px 0;
	margin: 0;
	float: right;
	color: #2A629E;
	text-align: right;
}

/*========= right content =============*/

#right-col {
	width: 490px;
	margin: 0 0 0 370px;
	padding: 30px 40px 10px 0;
}

#right-col ul {
	color: #333333;
	font-size: 11px;
}

h1 {
	font-size: 130%;
	font-weight: bolder;
	margin-bottom: 13px;
	/*color: #2A629E;*/
	color: #004684;
}

p {
	margin: 5px 0;
	line-height: 1.7em;
	text-align: justify;
	font-size: 11px;
	}

p span {
	color: #2A629E;
	}

#features {
	width: 530px;
	height: 230px;
	position: absolute;
	bottom: 20px;
	right: 0;
	}

.feature {
	border: 1px solid #49637C;
	width: 211px;
	background: #000;
	color: #fff;
	}
.one {
	float: left;
	margin: 0px 35px 0 0px;

}
.two {
	float: right;
	margin: 0px 40px 0 0px;

}

.feature h2 {
	font-size: 120%;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0 6px 0px;
	color: #eee;
	}

.feature p {
	font-size: 85%;
	color: #777;
	height: 45px;
	padding: 0 10px 0 10px;
	text-align: justify;
	line-height: 1.2em;
	margin: 5px 0 10px 0;
	}

.feature h2 a {
	color: #ddd;
	text-align: justify;
	}

.feature p a {
	color: #777;
	}

.insetright {
	position: absolute;
	bottom: 30px;
	right: 40px;
	border: 1px solid #555;
	}

/* ======== Main menu ======== */

#main-menu {
	color: #fff;
	float: left;
	width: 900px;
	margin: 15px 0 5px 0;
	height: 27px;
	padding: 0;
	background: #000;
}

/* ======= News ===== */

.news {
	font-size: 110%;
	color: #2A629E;
	}

.archive {
	font-size: 100%;
	color: #2A629E;
	}


/* ============== for enquiry form ====================== */
.row { width: 100%; clear: both; font-size: 0.9em; margin-top: 10px; line-height: 20px; float: left; }
label.col1, span.label { width: 40%; float: left; text-align: right; }
span.widget { width: 59%; float: right; text-align: left; }
span.widget .button { margin-top: 10px; border: 1px solid #000; background-color: #6666CC; color: #fff; }
.required .label { color: #f00; }
.required .widget input, .required .widget textarea { border: 1px solid #f00; }
.required .widget select { color: #f00; }
span.col2 { width: 69%; float: right; text-align: left; }
.indent { padding: 0 0 0 125px;}
legend { font-size: 0.9em; }

.gmnoprint span { width: 145px !important; height: 40px !important; white-space: normal; clear: both; position: absolute; bottom: 0; right: 0; }
/*.gmnoprint span a { width: 145px; height: 10px; white-space: normal; float: left; clear: both;}*/