body {  padding: 0;
	margin: 0;
	background:  #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #fff;
}

#main { /*background: url('/images/oceanb.jpg') no-repeat bottom left;*/ }

#header { background: url('/images/topbg.jpg') repeat-x ;}


#logo { background: url('/images/top-bg.gif') no-repeat; }
#logo img { border:none; }

#content-wrap { width: 860px; padding: 20px; }

#nav { width: 140px;
	float: left;
}

#nav ul, #nav ul li { list-style: none; padding: 0; margin: 0; }
#nav ul img { border: none; }
#nav ul li { margin: 8px 0 0 6px; }

#content { margin-left: 160px; padding-left: 15px; padding-top: 18px; padding-bottom: 20px; border-left:thin solid #00172F }
#content a img { border: none; }


#footer {  background: url('/images/footer-bg.jpg') no-repeat bottom right; background-color: #0d0d0e }

#address { position: relative;
	width: 420px;
  	height: 78px;
  	margin-left: 180px;
    background: url('/images/address_bg.gif') no-repeat left bottom;
        font-size: 11px;
}
#address1 { position: absolute; bottom: 10px; left: 110px;}
#address2 { position: absolute; bottom: 10px; right: 20px}


h1 { font-size: 16px; }
#content p { font-size: 12px; }
#content a:link, #content a:visited,
#footer a:link, #footer a:visited  { color: #FFF; }
ul.errors { font-size: 12px; font-weight: bold;}


table.products {
    margin: auto;
    padding-top: 18px;
    padding-left: 15px;
}

table.products .description { color: #FFF;
	width: 200px;
	padding: 0 1em 0 1em;
}
table.products .product-name { font-weight: bold;
	font-size: 12px;
	font-variant: small-caps;
}
table.products .product-details {
	margin: 1em 0 0 0;
	font-size: 10px;
}

form p { margin: 0.5em 0 0 3em }
label { font-weight: bold; }

#enquiries { padding-left: 40px; }




/* ================= clearfix =================== */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------------update design 28-08-2006--------------------*/


