/* ---- BODY STYLES ----- */

body {
	background: /*#686366*/ #ffffff url(../images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

body, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	margin: 5px 0 5px 0;
}

table, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	/*vertical-align: top;*/
}


/* -- 1st HYPERLINK STYLE -- */

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}

.a2:hover {
	color: #fff;
	text-decoration: underline;
}

/* - NAVIGATION STYLES - */

.hidden {
	display: none;
}

#navigation {
	margin: 12px 0 0 8px;
	width: 162px;
	background:  url(../images/nav_line.gif) repeat-y;
}

.nav a {
	height: 27px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	color: #fff;
	display: block;
	background:  url(../images/nav_arrow.gif) no-repeat;
	padding: 0 0 0 28px;
	text-decoration: none;
}

.nav a:hover {
	color: #c5eeff;
	background:  url(../images/nav_arrow2.gif) no-repeat;
	padding: 0 0 0 28px;
	text-decoration: none;
}

.nav_selected a {
	height: 27px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #c5eeff;
	display: block;
	background:  url(../images/nav_arrow2.gif) no-repeat;
	padding: 0 0 0 28px;
}

.nav_selected a:hover {
	text-decoration: none;
	color: #c5eeff;
}

.header1 {
	font-weight: bold;
	font-size: 13px;
}

/* --- CONTENT STYLES --- */

#container {
	width: 768px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: auto;
	border-left: 1px solid #686366;
	border-right: 1px solid #686366;
}

#content {
	margin: 20px 15px 20px 15px;
	line-height: 16px;
}

#content_home {
	margin: 20px 15px 20px 15px;
	line-height: 16px;
}

.h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.hr {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* --- UL & LI STYLES --- */

ul, ol {
	overflow: auto;
	list-style: outside disc;
	line-height: 20px;
 }

#navigation ul, ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: outside disc;
	line-height: 20px;
 }

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 5px 0 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/input.gif) repeat-x;
	color: #666;
	border: 1px solid #ccc;
	width: 100px;
}

textarea {
	overflow: auto;
	height: 50px;
}

.submit {
	width: auto;
}

/* ---- IMAGE STYLES ---- */

.image {
	margin: 0;
}

/* ---- OTHER STYLES ---- */

.header_bg {
	background: #fff url(../images/header_bg.gif) right top repeat-y;
	padding: 11px 0px 9px 85px;
}

.nav_bg {
	background: #009cdd url(../images/nav_bg.gif) left top repeat-y;
}

.bg_content {
	background: #eeffcc url(../images/bg_content.gif) right top repeat-x;
}

.copyright {
	background: #009cdd url(../images/nav_bg.gif) left top repeat-y;
}

.copyright_text {
	font-size: 10px;
	color: #fff;
	padding: 3px 10px 3px 10px;
	line-height: 12px;
}

.bg_footer {
	background: #009cdd url(../images/bg_footer.gif) left top repeat-y;
}

.bg_footer_text {
	background: #009cdd url(../images/bg_footer.gif) left top repeat-y;
	padding: 1px 10px 2px 10px;
	text-align: center;
	line-height: 14px;
}

table.enuiry {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}

table.enquiry input, table.enquiry select, table.enquiry textarea {
	background-color: #ffffff;
	width: auto;
	margin: 0;
	position: relative;
	top: 0;
}

table.enquiry td {
	padding: 2px;
}

.title {
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
