body {
	margin: 0px;
	background-color: #05434C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#container {
	width: 760px;
	background-image: url(../images/bg_mainpage.jpg);
	background-repeat: no-repeat;
	background-color: #099CAE;
	padding: 0px;
	margin: 0px auto;
}

#content_container {
	background-image: url(../images/grass.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 90px;
	padding-top: 62px;
}


#header {
	text-align: center;
	height: 161px;
	padding-top: 155px;
}


#content {
	width: 495px;
	padding-right: 30px;
	padding-left: 22px;
	float: left;
}
#content ul {
	list-style-image: url(../images/point.gif);
	list-style-type: circle;
}
#content li {
	margin-bottom: 15px;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#navmenu {
	margin: 0px;
	padding: 9px 0px 0px;
	width: 213px;
	height: 173px;
	float: right;
	background-image: url(../images/bg_navmenu.jpg);
	background-repeat: no-repeat;
}
#navmenu a {
	text-decoration: none;
	height: 0px;
	width: 88px;
	display: block;
	margin-left: 22px;
	margin-bottom: 1px;
	padding-top: 30px;
	overflow: hidden;
}
#navmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_profile a {
	background-image: url(../images/nav_profile.jpg);
	background-repeat: no-repeat;
}
#nav_profile a:hover,
#nav_profile.active a {
	background-image: url(../images/nav_profile-over.jpg);
	background-repeat: no-repeat;
}
#nav_services a {
	background-image: url(../images/nav_services.jpg);
	background-repeat: no-repeat;
}
#nav_services a:hover,
#nav_services.active a {
	background-image: url(../images/nav_services-over.jpg);
	background-repeat: no-repeat;
}
#nav_portfolio a {
	background-image: url(../images/nav_portfolio.jpg);
	background-repeat: no-repeat;
}
#nav_portfolio a:hover,
#nav_portfolio.active a {
	background-image: url(../images/nav_portfolio-over.jpg);
	background-repeat: no-repeat;
}
#nav_references a {
	background-image: url(../images/nav_quotes.jpg);
	background-repeat: no-repeat;
}
#nav_references a:hover, 
#nav_references.active a {
	background-image: url(../images/nav_quotes-over.jpg);
	background-repeat: no-repeat;
}
#nav_enquiry a {
	background-image: url(../images/nav_enquiry.jpg);
	background-repeat: no-repeat;
}
#nav_enquiry a:hover,
#nav_enquiry.active a {
	background-image: url(../images/nav_enquiry-over.jpg);
	background-repeat: no-repeat;
}
#navmenu ul li {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}



#footer {
	width: 740px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #05434C;
	color: #2A7C86;
}
#footer a {
	line-height: normal;
	color: #2A7C86;
	text-decoration: underline;
}

#leftfooter {
	margin: 0px;
	line-height: normal;
	width: 370px;
}
#leftfooter dt {
	display: block;
	width: 40px;
	float: left;

}
#leftfooter dd {
	display: block;
	margin-left: 50px;
	width: 300px;
}
#rightfooter {
	margin: 0px;
	line-height: normal;
	width: 360px;
	float: right;
	text-align: right;
}



.mow {
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1C666F;
	margin-bottom: 3px;
}

