/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */


a:link
{
    color: blue;
    text-decoration: none;
}
a:visited
{
    color: #969;
    text-decoration: none;
}
a:hover
{
    color: #c60;
    text-decoration: underline;
}
img
{
    border: none 0 #fff;
}
input, select, textarea
{
    color: #333333;
    font-size: 9pt;
    font-family: Courier New, Courier, Verdana, Tahoma, Arial;
    border: solid 1px #CCC;
    padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.page
{
    width: 962px;
    margin: auto;
	background: #eee;
}
.header
{
    width: 100%;
    text-align: center;
}
.main
{
    width: 680px;
    float: left;
    text-align: left;
	padding-left: 20px;
}
.sidebar
{
    width: 220px;
    float: right;
    background: #eee;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.postDate
{
    font-family: Arial, Verdana;
    font-size: 10pt;
	color:#006097;
    background: #eee;
}
.postTitle
{
	color:#006097;
	font-size: 1em;
	line-height: 1em;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	
}
.postMessage
{
    padding-bottom: 5px;
	padding-left: 10px;
}
.postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
    text-transform: uppercase;
    letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.sidebarHeading
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    margin: 0px 0 10px 0;
    border-top: dotted 1px #ccc;
	color:#006097;
}
.sidebarText
{
    padding-bottom: 10px;
	font-size: 10pt;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.profile
{
    font-size: 8pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.profile A
{
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.formsHeader
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    color: #336699;
}
.formsError
{
    color: red;
    font-weight: bold;
}
.formsValid
{
    color: green;
    font-weight: bold;
}
.formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.button
{
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.highlight
{
    color: #000000;
    background-color: #ffff66;
}

body, html, #container, .content {
	height: 100%;
}

body {
	background: #014a8d url('../../../__images/page2_bg.gif') top left repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	background-color: #ffffff;
	width: 962px;
	border-left: 0px solid #0074aa;
	border-right: 0px solid #0074aa;
}

#container-bg-left {
	width: 26px;
}

#container-bg-right {
	width: 26px;
}

#main {
	vertical-align: top;
}

.content {
	width: 100%;
}

.content #top {
	background: #004f86 url(../../../__images/header_bg.gif); 
	padding: 0 0 0 0;
	height: 122px;
	text-align: center;
}

.content #menu-area {
	background: #006097 url(../../../__images/menu_bg.gif);
	height: 33px;
	text-align: center; 
}

#menu {
  background: #006097 url(../../../__images/menu_bg.gif);
  height: 32px;
 /* border-top: 1px solid #006097;
  border-bottom: 1px solid #006097; */
  text-align: center;
  margin: 0 auto;
}
	
	#menu ul {
	  list-style-type: none;
	  margin: 0;
	  padding: 0 0 0 250px;
	  clear: both;
	}
	
	#menu li {
	  height: 33px;
	  display: block;
	  float: left;
	}
	
	#menu li a, #menu li a:link, #menu li a:visited, #menu-contact {
	  display: block;
	  height: 15px;
	  float: left;
	  margin: 0;
	  padding: 11px 16px 8px;
	  color: #fff;
	  text-decoration: none;
	  font-weight: bold;
	  font-size: 0.7em;
	}

	#menu-contact 
	{
		padding-left:100px;
	}
	
	#menu li a:hover {
	  background: #fbfbfb url(../../../__images/menu_bg_over.gif);
	  color: #014a8d;
	  text-decoration:none;
	}
	
.contact td {
	padding: 0px;
}
	
.content #menu-bottom {
	padding: 0 0 0 0;
	
}

.content #menu-bottom h1 {
	color: #006097;
	font-size: 1.2em;
	margin: 0;
}

.content #menu-bottom p {
	color:#006097;
	font-size: 0.6em;
	margin: 0;
}

.content #menu-bottom a {
	color:#006097;
	text-decoration: none;
}

.content #menu-bottom a:hover {
	color:#006097;
	text-decoration: underline;
}

.content #menuleft {
	background-color: #fafafa;
	width: 180px;
	vertical-align: top;
	padding-top: 0px;
}

.content #menuleft h3 {
	background: #006097 url(../../../__images/menuleft_bg.gif);
	padding: 6px 6px 6px 15px;
	color:#CC0000;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.content #menuleft p {
	margin-top: 0px;
	margin-bottom: 13px;
	padding: 0px 6px 0px 15px;
	color: #999;
	font-size: 0.7em;
	font-weight: normal;
}

.content #menuleft a {
	color: #999;
	text-decoration: underline;
	font-weight: none;
}

.content #menuleft a:hover {
	color: #999;
	text-decoration: underline;
}


#products-table {
	border: 1px solid #000000;
}

#products-table td {
	text-align: center;
	border: 1px solid #000000;
	border-collapse: collapse;
}




.content #contentarea {
	width: 612px;
	vertical-align: top;
	padding: 15px 20px 15px 15px;
}

.content #contentarea a {
	text-decoration: underline;
	color: #006097;
}

.content #contentarea p, .content #contentarea li {
	color:#000;
	font-size: 0.8em;
	line-height: 1.8em;
}

.content #contentarea h2 {
	color:#006097;
	font-size: 1.3em;
	line-height: 1em;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.content #contentarea h3 {
	color:#006097;
	font-size: 1em;
	line-height: 1em;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.content #footer {
	text-align: center;
	background: #fff;
	height: 50px;
	vertical-align: middle;
}

.content #footer p {
	font-size: 0.7em;
	color: #00004e;
	line-height: 180%;
}

.content #footer a {
	color: #00004e; 
	text-decoration: underline;
}

.home-content {
	width:100%;
}

.home-content #content {
	padding-right: 15px;
}

.home-content #content h4 {
	line-height: 10%;
	margin-bottom: 0px;
	color: #006097;
}


.home-content #sidebar{
	width: 170px;
	padding-left: 15px;
}

.home-content #sidebar a {
	color: #000;
	text-decoration: none;
}

.home-content #sidebar a:hover {
	color: #006097;
	text-decoration: underline;
}

.home-content #sidebar h3 {
	font-size: 1.1em;
	color: #006097;
}

.home-content td {
	vertical-align: top;
}

.enquiry p {
	line-height: 130%;
	margin: 0;
}

#logins {
	width: 200px;
}

.loginbox {
	padding: 10px 10px 10px 10px;
	width: 210px;
	background-color: #0082b3;
	margin-bottom: 15px;
	margin-right: 15px;
	text-align: center;
}

.loginbox h3 {
	margin: 0px;
	color: #ffffff;
}

.loginbox p {
	margin: 0px;
	color: #ffffff;
}

.loginbox a {
	text-decoration: underline;
	color: #ffffff;
}

.loginbox form {
	margin: 0px;
	color: #ffffff;
}

.login-label {
	font-size: 0.8em;
}

/* -------------------------------------------
 Flyout Layout 
 ------------------------------------------- */
#flyout {
	float: right;
	padding: 10px 10px 10px 10px;
	width: 160px;
	border-top: 2px solid #006097;
	text-align: left;
}

#flyout h3 {
	color: #006097;
	font-size: 0.9em;
	text-align: left;
	font-weight: 600;
	margin-top: 0px;
}

#flyout p {
	color: #006097;
	font-size: 0.7em;
	text-align:left;
}

#flyout ul {
	padding-left: 0px;
	list-style: none;
	text-align:left;
}

#flyout li {
	color: #006097;
	font-size: 0.7em;
	list-style: none;
}