html, body {
	height: 100%;
	margin-left: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #191925 url(images/bg_01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9E98A9;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 20px;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	color: #D8C3C3;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1.5em;
	line-height: 1.5;
}

strong {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 20px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** LINKS */

.link1 {
	padding-left: 16px;
	background: url(images/homepage_04.gif) no-repeat left center;
	text-transform: lowercase;
}

/** LISTS */

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

.list1 li {
	width: 226px;
	height: 34px;
	padding: 9px 12px 0px 12px;
	background: url(images/homepage_02.jpg) no-repeat left top;
}

.list1 li.alt {
	background-image: url(images/homepage_03.jpg);
}

.list1 strong {
	float: left;
	width: 53px;
	height: 20px;
	background: #DF3200;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0px 0px 0px;
}

.list1 span {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 12px;
}

.list1 span small {
	display: block;
	color: #9E98A9;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	width: 226px;
	height: 30px;
	padding: 13px 12px 0px 12px;
	background: url(images/homepage_02.jpg) no-repeat left top;
}

.list2 li.alt {
	background-image: url(images/homepage_03.jpg);
}

.list3 {
	width: 100%;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

.list3 li {
	float: left;
	width: 80px;
	height: 80px;
	padding: 0px 5px 5px 0px;
}

.list3 li img {
	float: left;
}

/** BOXES */

.box1 {
	padding: 20px 0px 0px 0px;
}

.box2 {
	width: 550px;
	padding: 20px 25px 0px 25px;
}

.box3 {
	padding: 20px 25px 20px 25px;
}

/** WRAPPER */

#wrapper {
	height: auto !important;
	height: 800px;
	min-height: 800px;
	padding: 106px 0px 0px 0px;
	background: url(images/bg_02.jpg) no-repeat center top;
}

.container {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 274px;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
	height: 274px;
	background: url(images/bg1_01.jpg) no-repeat left top;
}

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

#menu li {
	float: left;
	line-height: 1;
}

#menu a {
	display: inline-block;
	height: 26px;
	margin: 0px 0px 0px 20px;
	padding: 6px 10px 0px 10px;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 18px;
}

#menu a:hover {
}

#menu li.active a {
	background: #DF3200;
}

/** PAGE */

#page {
	background: #141421;
}

.home #page {
	background: #141421 url(images/bg1_02.jpg) no-repeat left top;
}

.subpage #page {
	background: #141421 url(images/bg2_01.jpg) no-repeat left top;
}

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

/** CONTENT */

#content {
	float: right;
	width: 600px;
}

.single #content {
	width: 100%;
}

/** SLIDESHOW */

#slideshow {
	width: 550px;
	height: 240px;
	padding: 20px 25px;
	position: relative;
	overflow: hidden;
}

#slideshow .viewer {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 240px;
}

#slideshow .reel {
}

#slideshow .slide {
	width: 550px;
	height: 240px;
	position: relative;
}

#slideshow .slide span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 510px;
	height: 58px;
	padding: 15px 20px 0px 20px;
	background: url(images/slideshow_sprites.png) repeat-x left top;
}

#slideshow .slide span span {
	position: relative;
	display: block;
	height: auto;
	width: auto;
	padding: 0px;
	text-transform: lowercase;
	background: none;
}

#slideshow .slide span.line1 {
	font-size: 21px;
	color: #E5DBE6;
}

#slideshow .slide span.line2 {
	font-size: 16px;
	color: #8B8494;
}

#slideshow .slide strong {
	color: #FFFFFF;
}

#slideshow .navigation {
	position: absolute;
	right: 25px;
	bottom: 20px;
	width: 76px;
	height: 73px;
	padding: 0px 8px 0px 0px;
}

#slideshow .navigation a {
	display: block;
	width: 38px;
	height: 73px;
	background: url(images/slideshow_sprites.png) no-repeat;
	outline: none;
	text-indent: -9999em;
	float: left;
}

#slideshow .navigation a.previous {
	background-position: 0px -73px;
}

#slideshow .navigation a.next {
	background-position: 0px -146px;
}

/** BLOG */

#blog {
	float: left;
	width: 250px;
	padding: 0px 25px;
}

/** PICS */

#pics {
	float: left;
	width: 260px;
	padding: 0px 15px 0px 25px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	padding: 0px 25px;
}

/** FOOTER BOX */

#footer-box {
	padding: 30px 0px;
	background: #0B0C1B;
}

#footer-box .col {
	float: left;
	width: 250px;
	padding: 0px 25px;
}

#footer-box .col2, #footer-box .col3 {
	width: 249px;
	border-left: 1px solid #1A1823;
}

#footer-box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 2.5;
}

#footer-box a {
	color: #615559;
}

/** FOOTER */

#footer {
	height: 150px;
	background: url(images/homepage_12.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	color: #52464D;
}

#footer .legal {
}

#footer .links {
}