@charset "utf-8";

/* Base */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg);
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	background: url(images/subpage_bg.jpg) repeat-x;
}

.container {
	width: 980px;
	margin: 0 auto;
}

/* Menu */

#menu {
	height: 36px;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 45px;
	list-style: none;
}

#menu li {
	float: left;
	margin-left: 10px;
	padding-left: 25px;
}

#menu a {
	float: left;
	height: 23px;
	padding: 8px 25px 0 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	outline: none;
}

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

#menu li.on {
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu li.on a {
	text-decoration: none;
	background: url(images/menu_bg.jpg) no-repeat 100% 0;
}

/* Header */

#header {
	height: 264px;
}

/* Logo */

#logo {
	float: left;
	width: 330px;
	height: 264px;
	background: url(images/subpage_logo.jpg);
	text-indent: -9999em;
}

/* Slideshow */

#slideshow {
	float: right;
	width: 650px;
	height: 264px;
	background: url(images/homepage_slide01.jpg);
}

/* Page */

#page {
	overflow: hidden;
	background: url(images/subpage_page_bg.png) repeat-y;
}

#page-bg-bottom {
	overflow: hidden;
	height: 450px;
	min-height: 450px;
	background: url(images/subpage_page_bg_bottom.png) no-repeat 0 100%;
}

html>body #page-bg-bottom {
	height: auto;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 20px 40px 20px 20px;
	background: url(images/subpage_content_bg.jpg) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	height: 240px;
	padding: 20px 20px 0 40px;
	background: url(images/subpage_sidebar_bg.jpg) no-repeat;
}

/* Content Elements */

#content {
	color: #000;
	line-height: 1.6;
}

#content h2, #content h3 {
}

#content h2 {
	margin-bottom: .5em;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	margin-bottom: 1em;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
}

#content p {
	margin-bottom: 1.5em;
}

#content ul {
	margin-left: 1em;
	line-height: 1.6;
}

#content a, #content strong {
}

/* Sidebar Elements */

#sidebar {
	color: #d3ccc6;
	line-height: 1.6;
}

#sidebar h2, #sidebar h3 {
	color: #fff;
}

#sidebar h2 {
	margin-bottom: .5em;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

#sidebar h3 {
	margin-bottom: 1em;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
}

#sidebar p {
	margin-bottom: 1em;
}

#sidebar ul {
	margin-left: 1em;
	line-height: 1.6;
}

#sidebar a, #sidebar strong {
	color: #fff;
}

/* Footer */

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

#footer p {
	margin-bottom: 1em;
	text-align: center;
	color: #fff;
}

#footer a {
	padding: 0 10px;
	color: #fff;
}