
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg1_01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #745C5C;
}

input, td, th {
	font: inherit;
}

h1, h2, h3 {
	margin-top: 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #493D34;
}

h1 span, h2 span, h3 span {
	font-weight: bold;
}

h1 {
	letter-spacing: -2px;
	font-size: 31px;
}

h1.h1-style1 {
	margin: 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h2.h2-style1, h3 {
	font-size: 16px;
	color: #A58674;
}

h2.h2-style1 {
	margin-bottom: 30px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 22px;
	text-align: justify;
}

p.thumbs {
}

p.thumbs a {
	padding-left: 11px;
}

p.thumbs a.first {
	padding: 0px;
}

ul.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 32px;
}

a {
	color: #637637;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 0px 30px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 30px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 960px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
	height: 1px;
}

/** HEADER */

#header-wrapper {
	background: url(images/bg1_02.jpg) repeat-x left top;
}

#header-bg {
	background: url(images/bg01.jpg) no-repeat center top;
}

#header {
	height: 105px;
	padding-top: 131px;
}

/** LOGO */

#logo {
	width: 500px;
	height: 105px;
}

/** SEARCH */

#search {
	float: right;
	}

#search form, #search fieldset {
	margin: 20px;
	padding: 0px;
}

#search form {
	width: 210px;
	height: 60px;
	padding: 36px 20px 20px 30px;
}

#search fieldset {
	border: 10px;
}

#search-query {
	width: 170px;
	background: none;
	border: none;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/** MENU */

#menu-bg {
	background: url(images/bg02.jpg) no-repeat center top;
}

#menu {
	height: 66px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu .links {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-transform: lowercase;
}

#menu .links li {
	float: left;
	padding-left: 33px;
	font-size: 13px;
}

#menu .links a {
	text-decoration: none;
	color: #CBBFBA;
}

#menu .links a:hover {
	text-decoration: underline;
}

#menu .login {
	float: right;
	padding: 2px 33px 0px 0px;
	font-size: 11px;
	color: #7D6E66;
}

#menu .login a {
	color: #7D6E66;
}

/** PAGE */

#page-wrapper {
	background: url(images/bg1_03.jpg) repeat left top;
}

#page-wrapper-bgtop {
	background: url(images/bg1_02.jpg) repeat-x 0px -302px;
}

#page-wrapper-bgbtm {
	background: url(images/bg1_04.jpg) repeat-x left bottom;
}

#page {
	width: 900px;
	padding: 30px 30px 50px 30px;
}

.white-bg {
	background: #FFFFFF url(images/bg03.jpg) repeat-x left bottom;
}

/** CONTENT */

#content {
	float: left;
	width: 660px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 190px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
}

.three-columns .column1 {
	float: left;
	width: 445px;
}

.three-columns .column2 {
	float: left;
	width: 175px;
	margin-left: 50px;
}

.three-columns .column3 {
	float: left;
	width: 175px;
	margin-left: 40px;
}

/** FOOTER AREA */

#footer-area-wrapper {
	background: url(images/bg04.jpg) no-repeat center top;
}

#footer-area {
	width: 900px;
	height: 215px;
	padding: 30px 30px 0px 30px;
	color: #FFFFFF;
}

#footer-area h1, #footer-area h2, #footer-area h3 {
	color: #FFFFFF;
}

#footer-area a {
	color: #C3CDB7;
}

/** FOOTER */

#footer {
	height: 120px;
	background: url(images/bg05.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #E1C6B8;
}

#footer .legal {
}

#footer .links {
}

/** BOX1 */

#box1 {
	width: 940px;
	padding: 10px 10px 20px 10px;
}


/** BOX2 */

#box2 {
}

