
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #99471E url(../images/bg01.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h2 {
	margin-bottom: 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 30px;
	color: #9F4000;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	color: #8F8605;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #8C6F38;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #C97500;
}

a:hover {
	text-decoration: none;
}

.more {
	padding-left: 16px;
	background: url(../images/homepage09.gif) no-repeat left center;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
	margin-bottom: 20px;
	background: url(../images/homepage12.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 964px;
	height: 107px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 373px;
	height: 107px;
	background: url(../images/homepage01.gif) no-repeat left top;
}

#logo h1 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 71px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	float: left;
	width: 114px;
	height: 29px;
	margin: 0px 3px 0px 0px;
	padding: 7px 0px 0px 0px;
	background: url(../images/homepage02.gif) no-repeat left top;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/** BANNER */

#banner {
	width: 964px;
	margin: 0px auto;
}

/** PAGE */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 36px 32px 0px 32px;
	background: #F4E4B9 url(../images/bg1_01.jpg) no-repeat left top;
}

.subpage #page {
	background-image: url(../images/bg2_01.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 605px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 277px;
	background: url(../images/subpage1_04.jpg) repeat-y left top;
}

#sidebar .bgtop {
	padding: 20px 20px 0px 20px;
	background: url(../images/subpage1_05.jpg) no-repeat left top;
}

#sidebar .bgbtm {
	background: url(../images/subpage1_06.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer {
	width: 964px;
	height: 150px;
	margin: 0px auto;
	background: url(../images/bg1_02.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	color: #BFE5D8;
}

/** BOX STYLE A */

.boxA {
	background: url(../images/subpage1_01.jpg) repeat-y left top;
}

.boxA .bgtop {
	padding: 20px 20px 0px 20px;
	background: url(../images/subpage1_02.jpg) no-repeat left top;
}

.boxA .bgbtm {
	background: url(../images/subpage1_03.jpg) no-repeat left bottom;
}

.boxA .item {
	float: left;
	width: 255px;
	margin-bottom: 20px;
	padding: 0px 20px 0px 0px;
}

.boxA .alt {
	padding: 0px 0px 0px 20px;
	background: url(../images/homepage11.gif) repeat-y left top;
}

/** BOX STYLE B */

.boxB {
	background: url(../images/subpage2_01.jpg) repeat-y left top;
}

.boxB .bgtop {
	padding: 20px 30px 0px 30px;
	background: url(../images/subpage2_02.jpg) no-repeat left top;
}

.boxB .bgbtm {
	background: url(../images/subpage2_03.jpg) no-repeat left bottom;
}

/** BOX1 */

#box1 {
	margin-bottom: 15px;
	background: url(../images/homepage10.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

#box3 h3 {
	margin-bottom: 5px;
	padding: 2px 7px;
	background: #FFE6B5;
	color: #000000;
}

#box3 h4 {
	margin-bottom: 5px;
	font-size: 11px;
	color: #847B00;
}

/** BOX4 */

#box4 .bgtop {
	height: 720px;
	min-height: 720px;
}

html>body #box4 .bgtop {
	height: auto;
}