@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background: url(images/pagebg.gif) #ffffff repeat-x;
	font: 12px "Trebuchet MS", verdana, arial, sans serif;
}

#wrapper {
	margin: 0 auto;
	padding: 5px;
}
.setwidth {
	width: 798px;
}
.header {
	background: url(images/head_bg.gif) repeat-x;
	height: 99px;
}
#logo {
	float: left;
	background: url(images/logo.gif) no-repeat left;
	width: 527px;
	height: 99px;
}
.footer {
	background: url(images/footer.gif) no-repeat;
	height: 54px;
	vertical-align: middle;
	text-align: center;
}
#empahasise_footer {
	text-align: center;
}
#menu {
	width: 171px;
	background: #d1d1d1 url(images/navbg.gif) no-repeat bottom;
}
#menuitem {
	height: 41px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	padding-top: 6px;
	font-size: 15px;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #000;
}
.home {
	background: #0e6a02;
}
.services {
	background: #138803;
}
.contact {
	background: #1ac403;
}
.links {
	background: #45ee2e ;
}
#content {
	width: 627px;
	background: #fff;
	border-right: #d1d1d1 1px solid;
	vertical-align: top;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}
.emphasise{
	font-weight: bold;
	border-bottom: 1px dashed #000;
	font-size: 13px;
}
img {
	border-width: 0 0 0 0;
}
ul.bullet li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 28px;
}
ul.bullet li {
	background: url(images/bullet.png) 0 2px no-repeat;
}

img.sample {
	border-left: 4px solid #006600;
	border-right: 4px solid #006600;
	border-top: 4px solid #009900;
	border-bottom: 4px solid #009900;
	margin: 3px 3px 3px 3px;
}
