﻿/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 100px 20px 0px;
	font-weight: normal;
	color: #858484;
}

h1 span, h2 span {
	color: #96000F;
}

h1 {
	font-size: 21px;
}

h2 {
	padding: 3px 0px;
	font-size: 14px;
}

h1, h2 {
	padding-left: 36px;
	background: url(images/homepage04.gif) no-repeat left center;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #80796D;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80796D;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 20px;
}

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

.list1 li {
	padding: 3px 0px;
	border-top: 1px solid #C6C0B5;
}

.list1 li.first {
	border: none;
}

/** LINKS */

a {
	color: #A70005;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	clear: both;
	height: 22px;
	background: url(images/homepage05.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 778px;
	height: 167px;
}

/** LOGO */

#logo {
	width: 280px;
	height: 167px;
}

/** MENU */

#menu {
	width: 498px;
	height: 167px;
	background: url(images/bg02.jpg) no-repeat left top;
}

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

#menu li {
	float: left;
	width: 100px;
	height: 100px;
	padding-left: 2px;
	background: url(images/homepage02.jpg) no-repeat left top;
}

#menu li.first {
	padding-left: 0px;
	background: none;
}

#menu a {
	display: block;
	width: 100px;
	height: 60px;
	padding-top: 40px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #5F584C;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active a {
	background: url(images/homepage03.jpg) no-repeat left top;
	color: #DDD3C4
}

/** PAGE */

#page {
	width: 778px;
	background: url(images/bg03.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg04.jpg) no-repeat left top;
}

#bgbtm {
	padding: 20px 0px 0px 0px;
	background: url(images/bg05.jpg) no-repeat left bottom;
}

#single-page {
	width: 778px;
	background: url(images/subpage2_01.jpg) repeat-y left top;
}

#single-page #bgtop {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

#single-page #bgbtm {
	padding: 20px 0px 20px 0px;
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

/** FOOTER */

#footer p {
	padding: 15px 0px;
	text-align: center;
	color: #625D54;
}
