body {
	background: #FFF;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
}
body, h1, form {
	margin: 0;
	padding: 0
}
label, img { 
	display: block
}
:link img, :visited img {
	border: 0
}
/*

	WRAPPER AND BACKGROUND

*/
#wrapper, #wrapper_about, #wrapper_paper, #wrapper_tea, #wrapper_fruit, #wrapper_steel, #wrapper_contact, #wrapper_timber, #wrapper_biscuits {
	width: 770px;
	position: relative;
	min-height: 500px;
	margin: 25px auto 0 auto;
	background-color: #E6E6E6;
	border-bottom: 3px solid #B4B4B4
}
* html #wrapper, * html #wrapper_about, * html #wrapper_paper, * html #wrapper_tea, * html #wrapper_fruit, * html #wrapper_steel, * html #wrapper_contact, * html #wrapper_timber, * html #wrapper_biscuits { /* IE can't do min height therefor use incremental override that only IE will see */
	height: 500px
}
#wrapper {
	background-image: url("../../_img/main/home.jpg");
	background-repeat: no-repeat
}
#wrapper_about {
	background-image: url("../../_img/main/about.jpg");
	background-repeat: no-repeat
}
#wrapper_paper {
	background-image: url("../../_img/main/paper.jpg");
	background-repeat: no-repeat
}
#wrapper_fruit {
	background-image: url("../../_img/main/fruit.jpg");
	background-repeat: no-repeat
}
#wrapper_steel {
	background-image: url("../../_img/main/steel.jpg");
	background-repeat: no-repeat
}
#wrapper_tea {
	background-image: url("../../_img/main/tea.jpg");
	background-repeat: no-repeat
}
#wrapper_contact {
	background-image: url("../../_img/main/contact.jpg");
	background-repeat: no-repeat
}
#wrapper_timber {
	background-image: url("../../_img/main/timber.jpg");
	background-repeat: no-repeat
}
#wrapper_biscuits {
	background-image: url("../../_img/main/biscuits.jpg");
	background-repeat: no-repeat
}
/*

	NAVIGATION

*/
#nav {
	float: right;
	margin: 0;
	padding: 139px 0 0 0;
	width: 298px
}
/*

	SUB NAVIGATION

*/
#heading_sub {
	font-size: 20px;
	text-align: center;
	color: #084C8D;
	padding: 0;
	margin: 0;
	width: 124px;
	border-bottom: 2px solid #084C8D	
}
#heading_sub_services {
	font-size: 20px;
	text-align: center;
	color: #084C8D;
	padding: 0;
	margin: 0;
	width: 275px
}
#sub_heading_line {
	padding: 0 0 0 61px;
	margin: 0
}
#sub_nav {
	width: 280px;	
}
#import {
	float: right;
	padding: 0 0 10px 0;
	margin: 0	
}
#export {
	float: left;
	padding: 0 0 10px 0;
	margin: 0
}
#sub_nav a:link, #sub_nav a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #E8A670;
	text-decoration: none
}
#sub_nav a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF5200;
	text-decoration: none
}
#sub_active a:link, #sub_active a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FF5200;
	text-decoration: none
}
#sub_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none	
}
#sub_nav li {
	width: 124px;
	line-height: 11px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	border-bottom: 2px solid #EDAB74	
}
li#export_top, li#import_top {
	color: #FFF;
	line-height: 13px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF5200;
	border: 2px solid #FFF	
}
li#sub_active {
	width: 124px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	border-bottom: 2px solid #FF5200	
}
li#export_top, li#import_top {
	width: 124px;
	line-height: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none	
}
/*

	CONTENT

*/
#content {
	width: 395px;
	padding: 40px 0 0 40px;
	margin: 0 0 60px 0
}
#clear {
	clear: left	
}
#content h1 {
	font-size: 20px;
	color: #084C8D;
	margin: 0;
	padding: 0
}
#content h2 {
	font-size: 13px;
	color: #084C8D;
	margin: 20px 0 -5px 0;
	padding: 0
}
#content p {
	padding: 15px 0 0 0;
	margin: 0
}
#wrapper_contact p.contact_text_top {
	padding: 0 0 0 0;
	margin: 0	
}
#contact_text_bottom {
	padding: 0 0 20px 0;
	margin: 0	
}
p.contact_text_top p, #contact_text_bottom p {
	padding: 10px 0 0 0;
	margin: 0
}
a#link:link, a#link:visited {
	font-weight: bold;
	color: #084C8D;
	text-decoration: none	
}
a#link:hover {
	font-weight: bold;
	color: #5E85A2;
	text-decoration: none	
}
p.enquiry {
	padding: 3px 0 0 0;
	margin: 0
}
p.enquiry a:link, p.enquiry a:visited {
	font-weight: bold;
	color: #084C8D;
	text-decoration: none
}
p.enquiry a:hover {
	font-weight: bold;
	color: #5E85A2;
	text-decoration: none
}
#zesta {
	padding: 25px 0 0 0	
}
/*

	FLASH

*/
#logo {
	display: block;
	position: absolute;
	margin: 17px 0 0 527px
}
#flash {
	display: block;
	padding: 0;
	margin: 100px 0 0 0	
}
/*

	ENQUIRY FORM

*/
form {
	padding: 15px 0 0 0;
	margin: 0
}
form dl, form dt, form dd {
	margin: 0;
	padding: 0;
	float: none
}
form dt {
	float: left;
	width: 80px;
	height: 20px;
	margin-top: 3px
}
form dd {
	height: 27px
}
form dd {
	vertical-align: middle
}
.fields {
	width: 217px;
	border: 1px solid #A8BC05	
}
textarea {
	width: 300px;
	border: 1px solid #A8BC05
}
#submit {
	font-size: 12px;
	margin: 8px 0 0 0	
}
/*

	FOOTER

*/
#footer {
	font-size: 11px;
	color: #5D85A0;
	padding: 0 0 0 40px;
	position: absolute;
    bottom: 0
}
#footer p {
	margin: 0 0 8px 0;
	padding: 0;
}
/* 

	SHOW AND TELL LINK
	 
*/
#show {
	color: #C2C2C2;
	font-size: 10px;
	width: 770px;
	margin: 3px auto 0 auto;
	text-align: right
}
#show p {
	margin: 0 5px 0 0;
	padding: 0
}
#show a {
	margin: 0;
	padding: 0;
}
#show a:link, #show a:visited, #show a:active {
	color: #C2C2C2;
	font-weight: bold;
	text-decoration: none
}
#show a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none
}