@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/bg_top.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 {
	overflow: hidden;
	height: 464px;
}

/* Logo */

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

/* Slideshow */

#slideshow {
	float: right;
	width: 650px;
	height: 440px;
	padding: 24px 0 0 0;
	background: url(images/homepage_slideshow_bg.jpg);
}

/* Page */

#page {
	height: 260px;
}

/* Box1 */

#box1 {
	float: left;
	width: 270px;
	height: 240px;
	padding: 20px 20px 0 40px;
	background: url(images/homepage_box1_bg.jpg);
}

/* Box2 */

#box2 {
	float: left;
	width: 270px;
	height: 240px;
	padding: 20px 20px 0 20px;
	background: url(images/homepage_box2_bg.jpg);
}

/* Box3 */

#box3 {
	float: left;
	width: 280px;
	height: 240px;
	padding: 20px 40px 0 20px;
	background: url(images/homepage_box3_bg.jpg);
}

/* Page Elements */

#page {
	color: #d3ccc6;
}

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

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

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

#page p {
	margin-bottom: 1em;
	text-align: justify;
}

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

#page a, #page 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;
}
