/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #231C19 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	background: #1D1716;
	border: 1px solid #1B1515;
	border-top-color: #0E0C0C;
	border-bottom-color: #3B3129;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4C2AE;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage09.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text2 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage11.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text3 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage12.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text4 {
	font-size: 18px;
	color: #FFFFFF;
}

.text5 {
	margin-bottom: 15px;
	font-size: 11px;
	color: #5A534A;
}

.text6 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage15.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text7 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage20.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text8 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/homepage21.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text9 {
	font-weight: bold;
	color: #FFFFFF;
}

.text10 {
	font-size: 10px;
}

.text11 {
	text-align: center;
	color: #9D7C64;
}

.text12 {
	font-size: 12px;
	color: #EAA761;
}

.text13 {
	height: 35px;
	padding: 11px 0px 0px 19px;
	background: url(images/subpage2_03.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

.text14 {
	height: 35px;
	padding: 11px 0px 0px 65px;
	background: url(images/subpage3_03.jpg) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	height: 25px;
	background: url(images/homepage10.jpg) no-repeat left bottom;
}

.list1 .last {
	background: none;
}

.list1 a {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #D4C2AE;
}

.list1 a:hover {
	text-decoration: underline;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list3 li {
	height: 25px;
	background: url(images/homepage22.jpg) no-repeat left bottom;
}

.list3 .last {
	background: none;
}

.list3 a {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #D4C2AE;
}

.list3 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #EAA761;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	display: block;
	height: 30px;
	background: url(images/homepage14.jpg) no-repeat left top;
}

.link2 span {
	display: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2  { background: url(images/homepage05.jpg) repeat-y left top; }
.bg3  { background: url(images/homepage04.jpg) no-repeat left top; }
.bg4  { background: url(images/homepage06.jpg) no-repeat left top; }
.bg5  { background: url(images/homepage19.gif) repeat-y left top; }
.bg6  { background: url(images/homepage24.jpg) no-repeat left top; }
.bg7  { background: url(images/subpage2_01.jpg) repeat-y left top; }
.bg8  { background: url(images/subpage2_02.jpg) no-repeat left top; }
.bg9  { background: url(images/subpage3_01.jpg) repeat-y left top; }
.bg10 { background: url(images/subpage3_02.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

