
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	background: #00592D url(../images/bg.gif) repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.container1 {
	max-width: 1003px;
	position: relative;
	margin: 0px auto;
}

.logo {
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 0px;
}

#container {
	width: 803px;
	padding: 0px 10px;
	margin: 0px auto;
	background: #FDFEFF;
	background: transparent url(../images/bodyBg.png) top center repeat-y;
}

#header {
	width: 803px;
	background: transparent url(../images/headerBg.jpg) left top no-repeat;
	height: 288px;
}

#navigation {
	width: 650px;
	text-align: center;
	padding: 0px 10px;
	float: right;
	height: 35px;
	line-height: 35px;
	margin-top: 248px;
	font-size: 18px;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
}

#navigation a {
	color: #FFF;
	text-decoration: none;
	margin: 0px 13px;
}

#navigation a:hover {
	text-decoration: underline;
}

#content {

	padding: 20px 50px 30px 50px;
	background: transparent url(../images/contentbG.png) left top repeat-x;
}

#contentLeft {
	float: left;
	width: 320px;
}

#contentRight {
	float: right;
	width: 320px;
}

h1 {
	color: #006633;
	margin-bottom: 15px;
	font-size: 28px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
	padding: 0px 0px 1px 20px;
	background: transparent url(../images/h2bg.gif) 0px 3px no-repeat;
	border-bottom: 1px solid #999;
}

#content p {
	text-align: justify;
	margin-bottom: 10px;
	text-indent: 20px;
}

.clear {
	clear: both;
}

.footer {
	width: 823px;
	margin: 0px auto;
	padding-top: 30px;
	height: 52px;
	text-align: center;
	background: url(../images/footerBg.png) top left no-repeat;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.footer li {
	list-style-type: none;
	display: inline;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

/* contact and publisher styles */

.publisher
{
	position: absolute;
	top: 10px;
	right: 10px;
	background: #FFF;
	padding: 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid #666;
	text-align:center;
	font-size: 12px;
	color: #333333;
}

.publisher a
{
	color: #006699;
}

.publisher input
{
	padding: 2px 3px;
}

#contactForm h2 {
	margin-top: 10px;
}

#contactForm h2 span {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

#contactForm
{
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 30px;
}

#contactForm span
{
	display: block;
	margin-top: 3px;
}

#contactForm label
{
	display: block;
	width: 350px;
	float: left;
	text-align:right;
	padding-right: 10px;
}

#contactForm input, #contactForm textarea
{
	width: 250px;
	padding: 1px 2px;
}

#contactForm select{
	width: 258px;
}

#contactForm textarea
{
	height: 120px;
}

input#submit
{
	width: 70px;
	padding: 2px 3px;
	margin-left: 550px;
	margin-top: 15px;
}

/* gallery */

#gallery
{
	margin-top: 10px;
	border-top: 1px solid #e2e2e2;
}
.galleryItem
{
	padding: 10px 5px;
	clear: both;
	border-bottom: 1px solid #e2e2e2;
}
.galleryImage
{
	float: left;
}
.galleryDesc
{
	margin-left: 190px;
}

/* Services Styles */

#services
{
	margin-top: 10px;
}
.servicesItem, .tipsItem
{
	padding: 10px 5px;
	margin-top: 20px;
	clear: both;
}
.servicesImage
{
	float: left;
}
.servicesDesc
{
	margin-left: 190px;
}
.servicesDesc h3, .galleryDesc h3, .specialsDesc h3, .tipsItem h3
{
	font-size: 16px;
	font-weight: normal;
	color: #006699;
}
.servicesDesc .price
{
	float: right;
	margin: 0px;
}
.servicesDesc .price span
{
	color: #990000;
	font-weight: bold;
}


