html, body {
	margin: 0;
	border: 0;
	padding: 0;
	color: #000000;
	font-family: arial, serif;
}


#wrap {
	left: 0px;
	top: 0px;
	width: 99%;
}

/*=============[HEADER]===============*/

#header {
	position: relative;
	width: 100%;
}

#logo {
	position: relative;
	float: left;
	width: 12%;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 10px;
}

#heading {
	position: relative;
	float: right;
	height: 175px;
	width: 80%;
	background-color: #9eb28f;
}

.address {
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}

.headtxt {
	color: #ffffff;
	font-family: times new roman, arial, serif;
	font-size: 28pt;
	font-weight: bold;
	margin-top: 125px;
	padding-left: 15px;
}

/*=============[CONTENT]===============*/

#content {
	width: 100%;
}

#sidebar {
	float: left;
	width: 16%;
	padding-left: 20px;
	padding-top: 70px;
	text-align: right;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px dotted #9eb28f;
}

.top {
	border-top: 1px dotted #9eb28f;
}

#sidebar ul a, #sidebar ul a:link, #sidebar ul a:active, #sidebar ul a:visited {
	display: block;
        width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	color: #000000;
}

#sidebar ul a:hover {
	display: block;
	background-color: #9eb28f;
}

#sidebar ul li:hover {
	display: block;
	background-color: #9eb28f;
}

#sidebar p {
	font-size: 10pt;
}

#mainpage {
	position: relative;
	float: right;
	width: 80%;
}

.maintxt {
	padding-left: 10px;
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.5;
}

.maintxt p {
	padding-top: 0
}

.testamonial {
	padding: 20px;
	background-color: #e7eee4;
	border: 2px solid #9eb28f;
	font-style: italic;
}

.testamonial-name {
	text-align: right;
}

.caption {
	font-size: 10px;
}

table.image {
	border-width: 2px 2px 2px 2px;
	border-color: #9eb28f #9eb28f #9eb28f #9eb28f;
	border-style: outset outset outset outset;
	margin-top: 5px;
	margin-bottom: 25px;
}

table.price td, table.price th {
	padding-left: 5px;
}

.highlight {
	background-color: #e7eee4;
}

table.link tr {
	line-height: 2em;
}

#mainlist {
	padding-left: 50px;
	text-align: center;
}

#mainlist table {
	background-color: #e7eee4;
	border-width: 2px 2px 2px 2px;
	border-color: #9eb28f #9eb28f #9eb28f #9eb28f;
	border-style: outset outset outset outset;
	width: 80%;
}

#mainlist ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mainlist ul li {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px dotted #9eb28f;
}

#mainlist ul a, #mainlist ul a:link, #mainlist ul a:active, #mainlist ul a:visited {
	display: block;
        width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000000;
}

#mainlist ul a:hover {
	background-color: #9eb28f;
}

#mainlist ul li:hover {
	display: block;
	background-color: #9eb28f;
}


/*=============[FOOTER]===============*/

#footer {
	clear: both;
	position: relative;
	width: 100%;
	background-color: #9eb28f;
}

.foottxt {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 15px;
	padding-left: 40px;
}

img {border: 0}
