html {
	height: 100%;
}

* html img, * html div, * html a, * html form {
	behavior: url(css/iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

p {
	color: #666666;
	line-height: 1.5em;
}

.top {
   margin-top: 0;
	padding-top: 0;
}

p.hometext {
   font-size: 100%;
	line-height: 1.6em;
	padding-top: 8px;
}

img {
	border: 0;
}

h1 {
	color: #0269AB;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 140%;
	margin-top: 0;
}

h2 {
	color: #0269AB;
	font-size: 110%;
	margin-top: 1.4em;
}

h3 {
	color: #FFF;
}

.highlight {
	color: #333;
}


/* ----------------------------- */
/* ------- Main Layout --------- */
/* ----------------------------- */
#wrapper {
	margin: 0 auto 0 auto;
	width: 950px;
	background-color: #00356F;
}

#main {
	background-image: url(../images/grad_bg.jpg);
	background-repeat: repeat-x;
	height: 1%; /*-- to keep IE6 happy --*/
}

#header {
	width: 100%;
	height: 119px;
	background-color: #97C4EC;
}

#content {
	float: left;
	width: 746px;
}

.orange {background-image: url(../images/orange.jpg);background-repeat:repeat-y;}
.green {background-image: url(../images/green.jpg);background-repeat:repeat-y;}
.blue {background-image: url(../images/blue.jpg);background-repeat:repeat-y;}
.grey {background-image: url(../images/grey.jpg);background-repeat:repeat-y;}
.purple {background-image: url(../images/purple.jpg);background-repeat:repeat-y;}

#content_center {
	float: left;
	width: 385px;
	margin-top: 10px;
	padding-left: 20px;
	background-color: #fff;
}

#content_center h3 {
	color: #0269AB;
	font-size: 13px;
	margin-top: 1.4em;
	margin-bottom: 0;
}

#content_center a {
	color: #3881CB;
}

#content_center ul {
	margin-left: 0;
	padding-left: 30px;	
}

#content_center ul li {
	color: #666666;
	padding-bottom: 3px;	
}

#content_right {
	float: right;
	width: 325px;
	color: #FFF;
	background-color: transparent;
	padding-top: 18px;
}

#content_right p {
	width: 200px;
	font-size: 12px;
	color: #FFF;
	padding: 0 0 0 90px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content_right p span.header {
	font-size: 22px;
	color: #FFF;
}

#content_right p.tiny {
   font-size: 11px;
	color: #333;
	line-height: 1.6em;
}

#content_right ul {
	width: 185px;
	margin: 0;
	padding: 10px 0 25px 105px;
}

#content_right ul li {
	padding-bottom: 0.7em;
	font-weight: bold;
	font-size: 12px;
}

#content_right h3 {
   padding-left: 90px;
	margin-top: 0;
}

#content_right a {
   color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	margin: 0 auto 0 auto;
	width: 950px;
	clear: both;
}

#footer p {
   color: #aaa;
	text-align:center;
	font-size: 10px;
	/*padding-bottom: 6px;*/
	margin-top: 4px;
	margin-bottom: 3px;
}

#footer p a {
	color: #aaa;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* ---------------------------- */
/* -------- Navigation -------- */
/* ---------------------------- */
#nav {
	float:left;
	width: 190px;
	background-color: transparent;
	padding: 16px 0 0 0;
	margin: 0;	
}

* html #nav {
	height: 1%;
	z-index:10;
}

#nav ul {
	margin: 0;
	padding: 0 0 15px 26px;
}

#nav ul li {
	list-style: none;
	padding-bottom: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 105%;
	/*letter-spacing: 0.05em;*/
}

#nav ul li a:link, #nav ul li a:visited {
	color: #97C4EC;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #D0EDF5;
}

h1 a.orange_txt {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 26px;
	text-decoration: none;
}

/* ----------------------------- */

#topnav {
	background-color: #FFF;
	padding: 15px 0 0 0;
	margin: 0;	
	float: right;
	width: 100%;
}

#topnav ul {
	margin: 0;
	padding: 0 0 6px 0;
	list-style: none;
	float: right;
}

#topnav li {
	display: inline;
}

#topnav a:link, #topnav a:visited {
	padding: 3px 10px 10px 10px;
	color: #888888;
	text-decoration: none;
	font-size: 10px;
}

#topnav ul li a:hover {
	color: #444444;
}

#topnav ul li a.active {
   color: #0269AB;
}

/* ----------------------------- */

#focus_links ul {
   list_style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

#focus_links ul li {
   display: inline;
	padding: 0 6px 8px 6px;
}

#focus_links ul li a {
	color: #9F9F9F;
	font-size: 10px;
}

/* ----------------------------- */
/* ------ Contact Us Form ------ */
/* ----------------------------- */
.formdetails {
	width: 385px;
	margin-top: 0px;
	margin-right: 5px;
	float: left;
	background-color: #efefef;
}

.formdetails p {
	font-size: 95%;
	margin-top: 0;
	padding-top: 0;
}

.formdetails p.special {
	margin-top: 15px;
	padding: 15px 0 15px 15px;
}

#enquiry {
	padding-top: 1.6em;
}

#enquiry label {
	float:left;
	width: 80px;
	padding-left: 10px;
	font-weight:normal;
	color: #666666;
}

#enquiry label.chkinfo {
	width: 300px;
	padding-left: 10px;
}

#enquiry p input.chk {
	clear: both;
	float: left;
	margin-left: 10px;
}

#enquiry .text {
	width: 240px;
	border: 1px solid #efefef;
}

#enquiry div {
	padding-bottom: 11px;
}

#enquiry p.submit {
	font-size: 75%;
	color: #FFFFFF;
	margin: 0;
}

.button {
	margin: 15px 0 15px 160px;
	padding: 2px 7px 2px 7px;
	color: #3881CB;
	border: 1px outset #3881CB;
}

/* ----------------------------- */
/* -- e-Marketing Login Panel -- */
/* ----------------------------- */

#nav form#login {
	background-image: url(../images/customer_login_bg.png);
	background-repeat:no-repeat;
	width: 190px;
	color: #fff;
	margin-top: 8em;
	padding: 0.5em 0 0.8em 0;
}

* html #nav #login {
	background-color: transparent;
}

form div.details {
	padding-top: 25px;
	margin-left: 25px;
}

#nav #login h3 {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	padding: 5px 0 0.8em 0;
}

#nav #login .text {
	width: 135px;
	border: 1px solid #afafaf;
	padding: 0.1em;
}

#nav #login .button {	
	margin : 10px 0 0 -8px;
	border: 0;
	background-color: transparent;
}

#nav #login label {
	width: 75px;
	font-size: 85%;
	padding-top: 20px;
}

#nav #login div {
	padding-bottom: 0.3em;
}