body {
	background: url('../imgs/bg.jpg') #000000 repeat 0% 0%;
	font-family: arial;
	font-size: 14px;
	font-family: "Lucida Sans Unicode";
}
a {
	color: #55ca49;
	text-decoration: none;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 450px;
	height: 94px;	
	background: url('../imgs/logo.jpg') no-repeat bottom left;
	float: left;
}
#menu {
	width: 350px;
	height: 94px;
	float: right;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}	
#menu ul li {
	list-style: none;
	float: left;
	margin-top: 36px;
	margin-left: 10px;
}
#menu ul li a {
	height: 58px;
	display: block;
}
#home { width: 50px; background: url('../imgs/menu.jpg') 0px 0px; }
#home:hover { background: url('../imgs/menu.jpg') 0px 58px; }
#about { width: 70px; background: url('../imgs/menu.jpg') -70px 0px; }
#about:hover { background: url('../imgs/menu.jpg') -70px 58px; }
#services { width: 64px; background: url('../imgs/menu.jpg') -155px 0px; }
#services:hover { background: url('../imgs/menu.jpg') -155px 58px; }
#contact { width: 80px; background: url('../imgs/menu.jpg') -230px 0px; }
#contact:hover { background: url('../imgs/menu.jpg') -230px 58px; }

#top_banner {
	width: 100%;
	background: url('../imgs/top_bar.jpg') no-repeat 50% 50%;
	height: 100px;
	margin-top: 10px;
	color: #8b8b8b;
}
#top_banner_left {
	width: 40%;
	float: left;
}
#top_banner_right {
	width: 60%;
	float: right;
}
#top_banner_contact {
	background: url('../imgs/icon_envelope.gif') no-repeat 0% 50%;
	line-height: 22px;
	padding-left: 40px;
	margin-top: 18px;
	margin-left: 18px;	
}
#top_banner_view {
	background: url('../imgs/icon_glass.gif') no-repeat 0% 50%;
	line-height: 22px;
	padding-left: 40px;
	margin-top: 18px;
	margin-left: 18px;
}
#top_banner_quote {
	background: url('../imgs/quote_open.gif') no-repeat;
	margin-top: 20px;
	margin-left: 5px;
	padding-left: 22px;
	width: 480px;
}
#top_banner_quote .quote {
	background: url('../imgs/quote_close.gif') no-repeat bottom right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;

	display: block;
}
#top_banner_quote .quote_who {
	display: block;
	text-align: right;
	padding-right: 30px;
}
#index_left {
	float: left;
	width: 310px;
	padding-left: 20px;
	padding-top: 20px;
	
}
#index_right {
	float: right;
	width: 550px;
	padding-top: 10px;
	padding-left: 20px;
	
}
.image_holder {
	padding: 3px;
	background: url('../imgs/black_trans.jpg');
}
#index_main_img {
	width: 291px;
}
#index_small_img {
	float: right;
	padding: 3px;
	background: url('../imgs/img_border.jpg');
	margin-left: 10px;
	margin-bottom: 10px;
}
#index_phone {
	color: #ffffff;
	font-size: 18px;
	padding-left: 50px;
	background: url('../imgs/icon_phone.jpg') no-repeat 0% 50%;
	width: 280px;
	line-height: 28px;
	float: right;
	margin-bottom: 20px;
}

.content_box {
	background: url('../imgs/black_trans.jpg');
	width: 510px;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: justify;
	overflow: auto;
}
.service_box {
	background: url('../imgs/black_trans.jpg');
	width: 880px;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: justify;
}
#service1, #service2, #service3 {
	width: 270px;
	margin-right: 30px;
	float: left;
	background: url('../imgs/black_trans.jpg');
	height: 380px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	line-height: 20px;
}
#service3 {
	margin-right: 0px;
}
#service1 hr, #service2 hr, #service3 hr {
	color: #55ca48;
	background-color: #55ca48;
}

.content_box span, .service_box span, #service1 span, #service2 span, #service3 span {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	color: #55ca48;	
}
.content_box p {
	margin-left: 10px;
}
#footer {
	color: #8b8b8b;
	background: url('../imgs/black_trans.jpg');
	line-height: 26px;
	font-size: 12px;
	padding-left: 30px;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

.menu_selection {
	width: 300px;
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
.menu_selection a {
	display: block;
	background-image: url('../imgs/light_green.jpg');
	padding: 4px;
	color: #FFFFFF;
}
.menu_selection a:hover {
	background-image: url('../imgs/dark green.jpg');
}
fieldset {
	border: 1px solid #54cc46;
	margin-bottom: 10px;
	background: url('../imgs/fieldset.jpg');
	position: relative;
	margin-top: 10px;
}
legend {
	color: #54cc46;
	position: absolute;
	top: -7px;
	left: 5px;
}
label
{
	width: 120px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
input {
	margin-bottom: 3px;
}
.keb_submit {
	display:block;
    float:left;
    background-image: url('../imgs/light_green.jpg');
    border:1px solid #55ca48;
    font-size:100%;
    line-height:130%;
    font-weight:bold;
    color:#FFFFFF;
	cursor:pointer;
	padding: 3px 3px;
}

.contactfrm label
{
width: 60px;
float: left;
text-align: right;
margin-right: 5px;
display: block;
font-size: 12px;
}

.contactfrm textarea
{
	font-size: 13px;
	border: 1px solid #ccc;
}
.contactfrm input
{
	font-size: 13px;
	border: 1px solid #ccc;
	width: 250px;
}
.contact_submit input
{
	margin-left: 65px;
	width: 200px;
}
.msg {
	color: #971212;
}

#myGallery
{
	text-align: left;
	border: 0px none;
	width: 291px;
	height: 441px;
}
.img_right {
	float: right;
	position: relative;
	display: block;
	margin-left: 10px;
}
.enqButton {
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	height: 57px;
	margin-top: 15px;
	background: url('../imgs/enquire.jpg') no-repeat;
}
.enqButton a {
	display: block;
	width: 225px;
	height: 57px;

}
#advert {
	width: 281px;
	padding: 5px;
	text-align: center;
	background: url('../imgs/fieldset.jpg');
	margin-top: 15px;
	color: #ffffff;
}