/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #990908;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
}

/** TEXTS */

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

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 17px;
}

.text1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 11px;
}

.text2 {
	color: #4E3C31;
}

.text3 {
	text-align: center;
	color: #A59F8B;
}

/** LISTS */

.list1, .list2 {
	margin-left: 0px;
	padding-left: 0px;
}

.list2 {
	list-style-position: inside;
}

/** LINKS */

a {
	color: #990908;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	display: block;
	height: 21px;
	padding: 2px 18px 0px 0px;
	background: url(images/homepage10.gif) no-repeat right top;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

.link3 {
	display: block;
	height: 21px;
	padding: 2px 18px 0px 0px;
	background: url(images/homepage14.gif) no-repeat right top;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

/* sub-navigation */
.subnav h1 a {
	background: #000000;
	color: #FFFFFF;
	font-size:13px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 0 8px 12px;
	width: 150px;
	text-decoration: none;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background:none;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 150px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #c1c1c1;
	color: #000;
	text-decoration: underline;
}

.subnav li a:active {
	background: #c1c1c1;}
	
	
/* sub-sub-navigation */
.subsubnav h1 a {
	background: #000000;
	color: #FFFFFF;
	font-size:13px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 0 8px 12px;
	width: 150px;
	text-decoration: none;
}
.subsubnav ul {margin: 0; padding: 0;}
.subsubnav li {	
	list-style: none;
}
.subsubnav li a {
	background:none;	
	color: #111;
	display: block;
	padding: 8px 0 8px 36px;
	width: 125px;
	text-decoration: none;
}
.subsubnav li a:hover {
	background: #c1c1c1;
	color: #000;
	text-decoration: none;
}
.select {
	background: #c1c1c1;
	color: #000;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 { background: #FFFFFF; }
.bg2 { background: url(images/homepage02.gif) no-repeat left top; }
.bg3 { background: url(images/homepage06.gif) repeat-x left top; }
.bg4 { background: url(images/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images/homepage13.gif) repeat-x left top; }
.bg6 { background: url(images/homepage15.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	height: 15px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.bullet {
	height: 14px;
	padding-left: 20px;
	background: url(images/homepage09.gif) no-repeat left center;
}

.line {
	padding: 0px 0px 10px 0px;
	background: url(images/homepage12.gif) repeat-x left bottom;
}
