﻿/*
Designed by &nbsp; Ltd
*/
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0;
	background: #c4c4c4;
	background-image: url('images/bg2.jpg');
	background-repeat:repeat-x;
	font-family: 'Lucida Grande', LucidaGrande, Geneva, Lucida Sans, 'Lucida Sans Unicode';
	font-size: small;
	color: #808080;

}
#main1 {
	background: url('images/main2.jpg') no-repeat;
	width: 889px;
	height: 928px; 
	margin: 0 auto;
	padding: 0 0 0 0;
	margin-top: 0;
}
#banner1 {
	width: 889px;
	height:219px;}
#menu1 {
	text-align: center;
}
#left {
	margin-left:30px;
	float:left;
	width:230px;
	height:604px;
	background-image: url('images/side.jpg');
}
.header {
color:#349a34;
font-size: 29.75px;
font-weight: bold;
}
#right {
	float:right;
	width: 650px;
	height:616px;
	padding-right:30px;
	padding-top: 13px;
}

#right1 {
	float:right;
	width: 580px;
	height:575px;
	padding-right:30px;
	padding-top: 13px;
	overflow:auto;
}


.enquiry{
	background:transparent;
	width:155px;
	border:0;
}

a {
	color: #14aa4f;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}

.greentext {
	color: #349a34;
}
.whitetext {
	color: #FFFFFF;
}


/* Footer */
#footer {
	width: 889px;
	margin: 0 auto;
}
#footer p {
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: gray;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footerleft {
	padding-left: 43px;
	float: left;
	color: gray;
}
#footerright {
	padding-right: 43px;
	float: right;
	text-align: right;
	color: gray;
}

