
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5C4A;
}

h1, h2, h3 {
	margin-top: 0px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #000000;
}

a {
	color: #9D3328;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin: 3px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 778px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-bg-repeat {
	background: url(images/bg02.jpg) repeat-x left top;
}

#header-bg-center {
	background: url(images/bg03.jpg) no-repeat center top;
}

#header {
	height: 100px;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 58px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 6px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #ECECEB;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page-bg-repeat {
	background: url(images/bg04.jpg) repeat left top;
}

#page-bg-center {
	background: url(images/bg05.jpg) repeat-y center top;
}

#page-bg-top {
	background: url(images/bg06.jpg) no-repeat center top;
}

#page-bg-bottom {
	background: url(images/bg07.jpg) no-repeat center bottom;
}

#page {
	width: 760px;
	padding: 20px 0px 10px 0px;
}

/** CONTENT */

#content {
	float: right;
	width: 537px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 212px;
}

/** FOOTER */

#footer-bg-repeat {
	background: url(images/bg08.jpg) repeat-x left top;
}

#footer-bg-center {
	background: url(images/bg09.jpg) repeat-y center top;
}

#footer-bg-top {
	background: url(images/bg10.jpg) no-repeat center top;
}

#footer-bg-bottom {
	background: url(images/bg11.jpg) no-repeat center bottom;
}

#footer {
	width: 730px;
	padding: 40px 0px;
	color: #A3A9A4;
}

#footer .column1 {
	float: left;
	width: 420px;
}

#footer .column2 {
	float: right;
	width: 280px;
}

#footer strong {
	color: #C8CFC9;
}

#footer a {
	color: #CBD3CC;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 25px;
}

#footer li {
	float: left;
	width: 50%;
}

#footer .legal {
	color: #89908A;
}

/** COMMON BOX STYLES */

.title {
	height: 34px;
	margin: 0px;
	padding: 20px 0px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.content {
	padding: 15px;
}

/** BOX STYLE 1 */

.box-style1 {
}

.box-style1 .title {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.box-style1 .title span {
	color: #97A098;
}

.box-style1 .content {
}

/** BOX STYLE 2 */

.box-style2 {
}

.box-style2 .title {
	background: url(images/homepage07.jpg) no-repeat left top;
}

.box-style2 .title span {
	color: #DEAAA7;
}

.box-style2 .content {
}

/** BOX STYLE 3 */

.box-style3 {
}

.box-style3 .title {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.box-style3 .title span {
	color: #95B7B3;
}

.box-style3 .content {
}

/** BOX STYLE 4 */

.box-style4 {
}

.box-style4 .title {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.box-style4 .title span {
	color: #97A098;
}

.box-style4 .content {
}

/** BOX 1 */

#box1 {
}

#box1 .bigimg {
	margin: 0px 0px 20px 40px;
}

/** BOX 2 */

#box2 {
	height: 220px;
	min-height: 220px;
}

html>body #box2 {
	height: auto;
}

/** BOX 3 */


#box3 {
}

#box3 .thumbnails {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}


#box3 ul.thumbnails li {
	float: left;
	padding: 0px 6px 6px 0px;	
}

#box3 ul.thumbnails li.alt {
	padding-right: 0px;
}