@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #281E1C;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #433029;
}

h1 {
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 165%;
	font-size:130%;
}

ol, ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 200%;
}

a {
	color: #2A1008;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 5px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 5px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 3px;
	background: #ECC78B;
	border: 1px solid #C2A373;
}

hr {
	display: none;
}

/** BACKGROUND */

#bg1 {
	background: url(images/bg01.jpg) no-repeat center top;
}

#bg2 {
	background: url(images/bg02.jpg) repeat-y center top;
}

#bg3 {
	background: url(images/bg03.jpg) no-repeat center top;
}

#bg4 {
	background: url(images/bg04.jpg) no-repeat center bottom;
}

/** WRAPPER */

#wrapper {
	background: url(images/homepage05.jpg) repeat-x left top;
}

/** HEADER */

#header {
	width: 720px;
	height: 160px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 250px;
	height: 160px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#logo h1, #logo a {
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	color:white;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 125px 0px 0px 50px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 15px;
	background: url(images/homepage03.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	color: #CFBC9D;
}

#menu a:hover, .menu_active{
	text-decoration: underline !important;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 616px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: left;
	width: 390px;
	padding: 100px 0px 50px 0px;
	height:600px;
}

.wide #content {
	float: none;
	width: auto;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
	padding: 100px 0px 50px 0px;
}

/** FOOTER */

#footer {
	height: 80px;
	padding: 20px 0px 0px 0px;
	background: url(images/bg05.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-transform: lowercase;
	text-align: center;
	color: white;
}
#footer a
{
color:white;
}

.testimonial

{
font-size:130%;
}

.client
{
font-size:130%;
}

#home_left
{
float:left;
width:240px;
}

#home_right
{
float:right;
width:200px;
padding:0 130px 0 0;
}