/* RESET */
* {
	margin: 0px;
	padding: 0px;
	/* border: none; */
}
img {
	border: none;
}

/* BGR */
html {
	background-color: #000000;
}
#top {
	background-image: url(../images/bgr-top.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-1 {
	background-image: url(../images/menu-1.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-2 {
	background-image: url(../images/menu-2.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-3 {
	background-image: url(../images/menu-3.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-4 {
	background-image: url(../images/menu-4.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-5 {
	background-image: url(../images/menu-5.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-6 {
	background-image: url(../images/menu-6.jpg); background-repeat: no-repeat; background-position: left top;
}
#menu-7 {
	background-image: url(../images/menu-7.jpg); background-repeat: no-repeat; background-position: left top;
}
#button-1 ul {
	width: 246px;
	height: 64px;
	background-image: url(../images/menu-3-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-2 ul {
	width: 246px;
	height: 64px;
	background-image: url(../images/menu-2-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-3 ul {
	width: 227px;
	height: 64px;
	background-image: url(../images/menu-3-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-4 ul {
	width: 208px;
	height: 64px;
	background-image: url(../images/menu-4-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-5 ul {
	width: 233px;
	height: 64px;
	background-image: url(../images/menu-5-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-6 ul {
	width: 186px;
	height: 64px;
	background-image: url(../images/menu-6-over.png); background-repeat: no-repeat; background-position: left top;
}
#button-7 ul {
	width: 254px;
	height: 64px;
	background-image: url(../images/menu-7-over.png); background-repeat: no-repeat; background-position: left top;
}
#line {
	background-image: url(../images/bgr-line-1.jpg); background-repeat: no-repeat; background-position: left top;
}
#main-left {
	background-image: url(../images/bgr-main-left.jpg); background-repeat: no-repeat; background-position: left top;
}
#main-right {
	background-image: url(../images/bgr-main-right.jpg); background-repeat: no-repeat; background-position: left top;
}
#main-content {
	background-image: url(../images/bgr-main-content-1.jpg); background-repeat: no-repeat; background-position: left top;
}

/* FONT */
body {
	font-family: Arial, sans-serif;
	font-size: 100%;
}
h1 {
	font-size: 33px;
	/* line-height: normal; */
}
h2 {
	font-size: 20px;
	font-style: italic;
	letter-spacing: 2px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 22px;
}
p {
	font-size: 14px;
	line-height: 18px;
}
a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	/*
	font-size: 14px;
	line-height: 18px;
	*/
}
ul {
	list-style: none;
}
.color {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.title {
	font-weight: bold;
}
#main-menu li ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#page-navigation {
	font-weight: bold;
}
#bottom p {
	font-size: 14px;
}
#bottom a {
	font-weight: normal;
}
#bottom a:hover {
	text-decoration: underline;
}

/* COLOR */
p, a {
	color: #865E3E;
}
a:hover {
	color: #CC0000;
}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #E8D5BC;
}
h3 {
	color: #B3884B;
}
h4 {
	color: #4B2F21;
}
li {
	/* color: #865E3E; */
}
.active-page {
	color: #CC0000;
}
.color {
	color: #CC0000;
}
#main-menu ul {
	color: #4B2F21;
}
#main-menu #button-2 ul {
	color: #FFFFFF;
}
#bottom p, #bottom a {
	color: #FFFFFF;
}

/* CLASSES */
.left {
	float: left;
}
.right {
	float: right;
}
.img-left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
.img-right {
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}
.img-center {
	padding-top: 4px;
}
.img-center-2 {
	padding-top: 11px;
}
.post-1 {
	width: 355px;
	padding-top: 30px;
	padding-left: 30px;
}
.post-1 h4 {
	padding-bottom: 20px;
}
.post-1 p {
	padding-bottom: 10px;
}
.post-1 .content {
	padding-bottom: 0px;
}

/* CONTAINER */
#container {
	width: 100%;
	height: 100%;
	text-align: center;
}

/* TOP */
#top {
	width: 990px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top-1 {
	width: 990px;
	height: 74px;
}
#top-1 h1 {
	padding-top: 5px;
	padding-left: 20px;
}
#top-1 h2 {
	padding-left: 60px;
}

#title {
	float: left;
	width: 868px;
	height: 74px;
}

#logo {
	float: right;
	width: 122px;
	height: 74px;
}

#top-2 {
	width: 990px;
	height: 41px;
}

#menu {
	width: 990px;
	height: 41px;
}
#main-menu {
	position: relative;
	z-index: 999;
	width: 970px;
	height: 41px;
	padding-left: 20px;
	list-style: none;
}
#menu .button {
	float: left;
	position: relative;
	padding-right: 5px;
	text-indent: -9999px;
}
#menu .button a {
	display: block;
	height: 41px;
}
#menu .button a:hover {
	background-position: 0px -41px;
}
#main-menu li ul {
	position: absolute;
	z-index: 998;
	left: -15px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: none;
	text-align: left;
	text-indent: 0px;
}
#main-menu #button-7 ul {
	left: -115px;
}
#main-menu li:hover ul {
	top: 46px;
}
#main-menu ul li {
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 10px;
}
#main-menu ul li a {
	white-space: nowrap;
}
#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li:hover ul ul ul ul {
    display: none;
}
#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li li li li:hover ul {
    display: block;
}

#menu-1 {
	width: 59px;
	height: 41px;
}
#menu-2 {
	width: 142px;
	height: 41px;
}
#menu-3 {
	width: 112px;
	height: 41px;
}
#menu-4 {
	width: 135px;
	height: 41px;
}
#menu-5 {
	width: 148px;
	height: 41px;
}
#menu-6 {
	width: 124px;
	height: 41px;
}
#menu-7 {
	width: 98px;
	height: 41px;
}

#line {
	width: 990px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}

/* MAIN */
#main {
	position: relative;
	z-index: 990;
	width: 990px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main-left {
	float: left;
	width: 83px;
	height: 480px;
}
#main-right {
	float: right;
	width: 132px;
	height: 480px;
}

/* MAIN CONTENT */
#main-content {
	position: relative;
	z-index: 989;
	float: left;
	width: 775px;
	height: 480px;
}

#main-content-left {
	float: left;
	width: 330px;
	height: 480px;
}
#main-content-right {
	float: right;
	width: 445px;
	height: 480px;
}

/* BOTTOM */
#bottom {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#bottom-left {
	float: left;
	width: 495px;
}
#bottom-right {
	float: right;
	width: 495px;
	text-align: right;
}

