/* solent css revised 2008-02-16 */
body {
	font-family: Trebuchet, "Trebuchet MS", san-serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	color: #006600;
}

a:link {
	border: 0px;
}

#container {
	width: 800px;
	margin: auto;
	text-align: left;
	/* border: 1px solid green;	*/
}

#top_menu {
	width: 800px;
	height: 30px;
	position: relative;
	padding: 0;
	margin: 0;
}

#top_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 30px;
}

#top_menu li {
	float: left;
}

#top_menu li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#menu_1 a {
	width: 120px;
	height: 30px;
	left: 0px;
	top: 0px;
	background: url(images/top-frame_02.jpg) no-repeat 0 0;
}

li#home a {
	width: 68px;
	height: 30px;
	left: 120px;
	background: url(images/top-frame_03.jpg);
}

li#home a:hover {
	background-position: 0 -30px;
}

li#about a {
	width: 97px;
	height: 30px;
	left: 188px;
	background: url(images/top-frame_04.jpg);
}

li#about a:hover {
	background-position: 0 -30px;
}

li#services a {
	width: 85px;
	height: 30px;
	left: 285px;
	background: url(images/top-frame_05.jpg);
}

li#services a:hover {
	background-position: 0 -30px;
}

li#enquiry a {
	width: 88px;
	height: 30px;
	left: 370px;
	background: url(images/top-frame_06.jpg);
}

li#enquiry a:hover {
	background-position: 0 -30px;
}

li#contact a {
	width: 117px;
	height: 30px;
	left: 458px;
	background: url(images/top-frame_07.jpg);
}

li#contact a:hover {
	background-position: 0 -30px;
}

li#location a {
	width: 105px;
	height: 30px;
	left: 575px;
	background: url(images/top-frame_08.jpg);
}

li#location a:hover {
	background-position: 0 -30px;
}

li#menu_2 a {
	width: 120px;
	height: 30px;
	left: 680px;
	background: url(images/top-frame_09.jpg);
}

#main {
	position: relative;
	width: 600px;
	left: 100px;
	top: 5px;
	/* border: 1px solid red; */
}

#main a {
	color: #006600;
	font-weight: bold;

}

#main2 {
	position: relative;
	width: 700px;
	left: 50px;
	top: 5px;
	/* border: 1px solid blue; */
}

#footer {
	margin-top: 15px;
}
.title { color: #006600; text-decoration: underline; font-weight: bold; font-size: 14px; line-height: 21px; }

td p {
	padding-top: 0px;
	margin-top: 0px;
}
