/* CSS Document */

body
	{
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-image: url(../images/bk.png);
	background-repeat: no-repeat;
	min-width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	}
a
	{
	text-decoration: none;
	color: #000000;
	background: transparent;
	}

a:link, a:visited {color: #005C00;
text-decoration: underline;}

a:hover, a:active {color: #33CC33;
text-decoration: underline;}

/* Banner Area */
#banner
	{
	margin: 0 0 10px 0;
	padding: 0 0 0 11%;
	}

/* Navigation */
#topnav
	{
	height: 30px;
	background: url(../images/navbk.gif) repeat-x bottom;
	text-align: center;
	padding:0;
	margin:0;
	}
#spacer
	{
	height: 40px;
	color: #000000;
	background-color: #006600;
	border-bottom: solid 1px #000000;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 14%;
	
	}
#topnav ul
	{
	margin: 0 ;
	text-align: center;
	padding: 0 0 0 14%;
	}		
#topnav li
	{
	width: auto;
	float: left;
	list-style-type: none;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../images/button_left_off.gif) no-repeat left top;
	}
#topnav a
	{
	color: #000000;
	display: block;
	background: url(../images/button_right_off.gif) no-repeat right top;
	padding: 8px 20px 5px 11px;
	margin: 0;
	text-decoration: none;
	font-weight: 700;
	}
#topnav a:hover, a:focus, a:active
	{
	color: #006600;
	text-decoration: underline;
	font-weight: bolder;
	background: url(../images/button_right_off.gif) transparent top right;
	font-size: 100%;
	}
#topnav .current 
	{
    background-image: url(../images/button_left_on.gif);
	}
#topnav .current a 
	{
	color: #FFFFFF;
    background-image: url(../images/button_right_on.gif); 
	padding-bottom: 6px;
	}
#topnav .current a:hover, a:focus, a:active
	{
	color: #33CC33;
	text-decoration: underline;
	background: url(../images/button_right_on.gif) transparent right top;
	font-size: 100%;
	}
/* Main Content */
#cont
	{
	margin: 0 0 0 14%;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: 500;
	width: 625px;
	float: left;
	display: inline;
	}
#cont h3
	{
	font-size: 130%;
	}
#cont p
	{
	text-align: justify;
	width: 500px;
	}
#cont span
	{
	font-weight: 700;
	}
#cont li
	{
	list-style-image: url(../images/check.png);
	}
table span
	{
	font-weight: 800;
	}
#cont tr, td
	{
	text-align: justify;
	vertical-align: top;
	}
#ad
	{
	float: right;
	width: 120px;
	text-align: center;
	padding: 50px 0 0 0;
	}
#ad img
	{
	border: none;
	}
#ad img a
	{
	background: none;
	}
#ad img a:hover, a:focus, a:active
	{
	background: none;
	outline: none;
	}
#tips
	{
	text-align: justify;
	width: 450px;
	padding: 5px 10px 5px 30px;
	margin: 0 5px 0 5px;
	}
#tips li
	{
	padding: 4px 0 4px 0;
	list-style-image: url(../images/check.png);
	}
#tips .not
	{
	list-style-image: url(../images/cross.png);
	}
input
	{
	text-align: left;
	}
.enquiry
	{
	width: 500px;
	border: 1px solid #005C00;
	background-color: #E0E0D8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	}
.enquiry td
	{
	border: 1px solid #CCCCCC;
	padding: 4px 4px 4px 4px;
	}
.required
	{
	color: #FF0000;
	font-size: 20px;
	}
#thankyou
	{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 5px;
	}
/* Footer Area */
#divider1
	{
	background-color: #006600;
	border-bottom: solid 1px #003300;
	border-top: solid 1px #003300;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
	font-size: 10px;
	width: 86%;
	float: left;
	padding-left: 14%;
	}
#divider1 p
	{
	width: 625px;
	margin: 0 0 0 14%;
	padding: 0;
	text-align: center;
	}
#design
	{
	font-size: 10px;
	width: 100%;
	float: left;
	}
#design p
	{
	width: 625px;
	margin: 0 0 0 14%;
	padding: 0;
	text-align: center;
	}
#design a:link, a:visited 
	{
	color: #005C00;
	text-decoration: underline;
	}
#design a:hover, a:active 
	{
	color: #33CC33;
	text-decoration: underline;
	}
	
/* form mail styles */

a.tt {
position:relative;
text-decoration:none;
z-index:24;
cursor: pointer;
}
a.tt img {
border:0 none;
margin-top:-2px;
padding:0 2px 0;
position:relative;
top:2px;
}
a.tt span {
display:none;
text-decoration:none;
}
a.tt:hover {
color:#000000;
z-index:25;
}
a.tt:hover span.tooltip {
color:#000000;
display:block;
font-weight:normal;
left:-130px;
padding:12px 0 0;
position:absolute;
top:10px;
width:250px;
}

