/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #1B2730 url(images/bg01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px;
}

h1 {
}

h2, h3 {
	font-weight: normal;
}

h2 {
	margin-bottom: 20px;
	font-size: 21px;
	color: #C77C0A;
}

h2 span {
	color: #FFD99E;
}

.style1 {
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B9B9B9;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 18px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 2px 0px 2px 27px;
	background: url(images/homepage06.gif) no-repeat left center;
}

strong {
	color: #FF9933;
}

/** LINKS */

a {
	color: #FFAB00;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

#bg1 {
	background: url(images/bg03.jpg) repeat-x left top;
}

#bg2 {
	height: 195px;
	background: url(images/bg04.jpg) no-repeat center top;
}

#bg3 {
	background: url(images/bg05.jpg) no-repeat center top;
}

#bg4 {
	background: url(images/bg06.jpg) no-repeat center bottom;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.border {
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** LOGO */

#logo {
	height: 148px;
	background: url(images/homepage01.jpg) no-repeat center top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	height: 105px;
	background: url(images/bg02.jpg) no-repeat center top;
}

#menu ul {
	width: 600px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
	width: 100px;
	height: 45px;
	padding: 0px 10px;
	background: url(images/homepage02.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 33px;
	padding: 12px 0px 0px 0px;
	background: url(images/spacer.gif) no-repeat center center;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(images/homepage03.jpg);
}

/** PAGE */

#page {
	width: 648px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#page p, #page ul, #page ol {
	line-height: 24px;
}

/** CONTENT */

#content {
	float: right;
	width: 393px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 180px;
}

/** BOX1 */

#box1 {
	width: 648px;
	margin: 0px auto;
	padding: 37px 0px 0px 0px;
}

#box1 * {
	color: #E6D8BE;
}

#box1 h2 {
	margin-bottom: 0px;
	color: #C77C0A;
}

#box1 h2 span {
	color: #FFD99E;
}

#box1 h3 {
	margin-bottom: 20px;
	color: #D1B181;
}

#box1 a {
	color: #FFFFFF;
}

/** BOX2 */

#box2 {
}

#box2 .column-one {
	float: left;
	width: 255px;
}

#box2 .column-two {
	float: left;
	width: 393px;
}

/** FOOTER */

#footer {
	height: 100px;
	background: url(images/bg07.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	color: #30404D;
}
