html, body {
	padding:0;
	margin:0;
	border: none;
	min-width: 880px; 
	background-color: #eee;
	font-size: 0.85em;
	font-family: Helvetica,Arial,sans-serif;
	color: #fff;
}

img {
	border: 0;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #fff;
	text-align: left;
	border: 1px solid #9a9;
}

/*=== Header styles =====*/
#header {
	background: #fff url('/templates/common/images/header-1.jpg') no-repeat bottom left;
	height: 180px;
}

#header #logo {
	margin-left: 90px;
	margin-top: 5px;
}

#header #contact, #header #storelink
{
	float: right;
	color: #363A90; /*purple */
	font-size: 110%;
	margin: 5px 10px 0 0;
	font-weight: lighter;
}

#contact 
{
	text-align: right;
}

/*============ Start of content styling below the menu ============*/

#content {
	background-color:#FFFFFF;
	color:#666666;
	float:left;
	min-height:450px;
	padding:0;
	width:880px;
}

/*\*/
* html #content {
	min-height: 450px;
	}
/**/

#content h1 {
	color: #029663; /*green*/
	margin: 2px 0 3px 0;
	font-size: 140%;
	padding: 0px;
	font-weight: lighter;
}

#content h2 {
	font-size: 130%;
	color: #333;
	font-weight: lighter;
}

#content p {
	margin: 8px 0 8px 0;
	padding: 0;
}


#content img {
	margin: 4px 0 4px 5px;
}

img.right {
	clear: both;
	float: right;
	margin: 3px 0;
	padding: 0 0 10px 10px;
}
	

/* ================ Styling for the top elements, grey area ========== */

#top_section {
	width: 100%;
	background-color: #ccc; 
	float: left;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #999;
}

#top_left_content {
	float: left;
	width: 200px;
	padding: 0 10px 0 40px;
	margin: 10px 0 0 0;
}

#top_left_content img {
	border: 1px solid #555;
}

#top_right_content {
	float: left;
	width: 595px;
	padding: 0 10px 0 20px;
	margin: 10px 0 0 0;
}

#top_right_content object {
	margin-top: 4px;
	border: 1px solid #555;
	}

#top_right_content img {
	border: 1px solid #555;
}

#top_right_content #case_study {
	float: right;
	width: 150px;
	padding: 5px;
	text-align: right;
	}

/* ================ Styling for the bottom elements, white area ========== */
#bottom_section {
	clear: both;
	width: 100%;
	float: left;
	min-height: 200px;
}

#btm_left_content {
	float: left;
	width: 200px;
	margin: 20px 0 20px 0;
	padding: 0px 25px 0px 20px;
	border-right: 2px solid #ccc;
	min-height: 200px;
}

#btm_left_content a:link{
	color: #00f;
}

#btm_left_content a:visited{
	color: #00f;
}

#btm_left_content a:active{
	color: #00f;
	text-decoration: none;
}

#btm_left_content a:hover{
	color: #00f;
}

#btm_right_content {
	float: left;
	width: 595px;
	padding: 0 10px 0 20px;
	margin: 20px 0 20px 0;
	min-height: 200px;
}

 /* ============== Footer styling ====================== */
#footer {
	clear: both;
	width: 100%;
	color: #fff;
	background-color: #304594; /*#2a5097; /* dark blue */
	margin: 0;
	text-align: right;
	height: 30px;
	float: left;
}

#footer div { float: left; width: 200px; text-align: left; padding-left: 1em;}
#footer div a { color: #fff; line-height:30px; }

#footer p {
	padding: 7px 25px 8px 25px;
	margin-top: 0;
	background-color: #009966; /*#029663; /* green */
	float: right;
	width: 185px;
}



/* ==========  feature styling on the home page of the Corporate Site ============ */
.feature {
	float: left;
	margin: 0px;
	padding: 0 0 0 25px;
	width: 160px;
	}

/* =========== STAFF page styling =======================*/

#staff {
	width: 500px;
	font-weight: bolder;
	font-size: 170%;
	font-style: oblique;
	padding: 25px 0 0 0;
	text-align: justify;
	color: #363A90; /* purple */
}


/* ===== styles for list of left image right text ie staff list, features, case studies, testimonials ====== */

.body_set {
	width: 585px;
	float: left;
	padding: 5px;
	margin: 0 0 5px 0;
}

.body_set img{
	float: left;
	}

.right_body_set {
	width: 400px;
	float: right;
}

.right_body_set h2, .right_body_set p {
	padding: 0 5px;
}

.right_body_set img {
	float: right;
	margin-top: -35px;
	}

/* ===== styles for the feedback form ===== */

form {
	width: 530px;
	margin: 10px;
}

.row {
	clear: both;
	width: 100%;
	margin-top: 5px;
	padding: 4px 0;
	line-height: 20px;
}

.row label {
	float: left;
	text-align: right;
	width: 30%;
}

.row .col2 {
	float: right;
	text-align: left;
	width: 68%;
}

#enquiry span.col2 p, #enquiry span.col2 p {
	margin: 0;
	margin-bottom: 5px;
}

#enquiry span.col2 input.check, #enquiry div.col2 input.check {
	background-color: #fff;
}

.required {
	color: red;
}

.row .col2 input, .row .col2 textarea, .row .col2 span select {
	background-color: #eaebf0;
}

.row .button {
	text-align: center;
	margin-top: 10px;
	border: 1px solid #000;
	background-color: #304594;
	color: #fff;
}

fieldset
{
	padding: 10px;
}

#header #quicklink {
	float: right;
	width: 550px;
}

#header #quicklink ul {
	list-style: none;
	padding: 0;
	margin: 5px 10px 0 0;
	float: right;
}

#header #quicklink ul li {
	float: left;
	width: 150px;
	text-align: center;
}

#header #quicklink ul li a, #header #quicklink ul li a:visited,  #header #quicklink ul li a:active  {
	color: #34378D;
	text-decoration: none;
}

#header #quicklink ul li a:hover  {
	text-decoration: underline;
}