@charset "UTF-8";

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

body {
	margin-top: 55px;
	height: 100%;
	background-color: #eae5d9;
	font-size: 12pt;
	font-family: Helvetica, Arial, Geneva, "MS Trebuchet", sans-serif;
}

img {
	border: 0;
}

#wrapper {
	background-color: #fff;
	margin: 0px auto;
	width: 776px;
	min-height: 576px;
	border: 2px solid #824423;
	padding: 12px 12px 12px 12px;
}

#contentindex {
	width: 776px;
	min-height: 576px;
	background: url(images/bg-index.jpg) no-repeat 0 0;
}

#contentmenus {
	width: 776px;
	min-height: 576px;
	background: url(images/bg-menus.jpg) no-repeat 0 0;
}

#contentcontact {
	width: 776px;
	min-height: 576px;
	background: url(images/bg-contact.jpg) no-repeat 0 0;
}

#contenttestimonials {
	width: 776px;
	min-height: 576px;
	color: #222;
	font-size: 13pt;
	font-family: Garamond, Times, serif;
}

#contenttestimonials p {
	margin-bottom: 10px;
}

#contenttestimonials p.pright {
	font-size: 14pt;
	color: #713b3a;
	font-style: italic;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 12px;
}

#contactinfo {
	float: right;
	width: 373px;
	margin: 315px 10px 0px 0px;
	text-align: right;
	font-size: 11pt;
	color: #222;
}

#contactinfo a {
	text-decoration: none;
	color: #713b3a;
}

#contactinfo a:hover {
	text-decoration: none;
	color: #5a2625;
}

img#menusa {
	float: left;
	width: 181px;
	margin: 40px 7px 0px 5px;
}

img#menusb {
	float: left;
	width: 181px;
	margin: 40px 7px 0px 7px;
}

img#menusc {
	float: left;
	width: 181px;
	margin: 40px 0px 0px 7px;
}

img#menusd {
	float: right;
	width: 181px;
	margin: 40px 5px 0px 0px;
}

img#bgtestimonials {
	float: left;
	width: 400px;
	margin: 0px 10px 6px 0px;
}

img#bgdaily {
	float: left;
	width: 400px;
	margin: 0px 10px 6px 0px;
}

/* Menu Styles */

#menu {
	position: absolute;
	width: 360px;
	margin: 300px 0px 0px 0px;
}

img#logo {
	width: 360px;
}

ul#navi li {
	display: block;
	float: left;
}

ul#navi li a {
	display: block;
	outline: none;
	width: 94px;
	height: 40px;
	background: transparent url(images/menu.png) no-repeat 0 0;
	text-indent: -9009px;
	margin: -4px 0px 0px 0px;
}
			
ul#navi li a:hover {
	background-position: 0px -40px;
}

ul#navi li#onmenus-navi a {
	width: 94px;
	background-position: 0px -40px;
}

ul#navi li#testimonials-navi a {
	width: 161px;
	background-position: -94px 0px;
}

ul#navi li#testimonials-navi a:hover {
	background-position: -94px -40px
}

ul#navi li#ontestimonials-navi a {
	width: 161px;
	background-position: -94px -40px
}

ul#navi li#contact-navi a {
	width: 105px;
	background-position: -255px 0px;
}

ul#navi li#contact-navi a:hover {
	background-position: -255px -40px
}

ul#navi li#oncontact-navi a {
	width: 105px;
	background-position: -255px -40px
}

/* Footer Styles */

#footer {
	width: 800px;
	margin: 5px auto;
	padding-bottom: 55px;
	text-align: right;
	font-size: 9pt;
	color: #713b3a;
}

#footer a {
	text-decoration: none;
	color: #713b3a;
}

#footer a:hover {
	text-decoration: none;
	color: #5a2625;
}

#footer span.divider {
	color: #000;
}

#footer img.facebook-small {
	float: right;
	margin: -1px -2px 0px 8px;
}