@charset "UTF-8";
/* CSS Document */



/* Parent Settings */

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label {
	/* CSS reset */
	margin:0px;
	padding:0px;
}

body {
	color:#444444;
	font-size:13px;
	background: #f2f2f2 url('assets/images/bg.jpg');
	font-family: Verdana, Verdana, Geneva, sans-serif;
}



/* Gallery styles */

#gallery {
	border:1px solid white;
	background: #ffffff url('assets/images/panel.jpg') repeat-x bottom center;
	width:800px;
	overflow:hidden;	

	-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;

	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

#slides {
	height:340px;
	width:800px;
	overflow:hidden;
	/* jQuery changes the width later to the sum of the widths of all slides. */
}

.slide {
	float:left;
}

#menu {
	height:45px;
}

ul {
	margin:0px;
	padding:0px;
	height: 45px;
}

li {
	width:90px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
	margin-left: -4pt;
}

li.inact:hover {
	background:url(assets/images/pic_bg.png) repeat;
}

li.act,li.act:hover {
	background:url(assets/images/active_bg.png) no-repeat;
}

li.act a {
	cursor:default;
}

.fbar {
	/* The left-most vertical bar*/
	width:2px;
	background: url('assets/images/divider.png') no-repeat right;
	height: 45px;
}

li a {
	display:block;
	background:url(assets/images/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img {
	border:none;
	margin-top: -11px;
	margin-left: -4px;
}



/* Page Styling */

#main {
	margin:45px auto;
	text-align:center;
	width:800px;
	position:relative;
}

#header {
	width:800px;
	height: 50px;
	background-image: url('assets/images/header.png');
	margin-bottom: 5px;
}

.content {
	width: 700px;
	margin-left: 30px;
	background-image: url('assets/images/contentbg.png');
	margin-top: 20px;
	padding: 20px; 
	border:1px solid white;
	text-align: left; 

	-moz-box-shadow:0 0 4px #AAAAAA;
	-webkit-box-shadow:0 0 4px #AAAAAA;
	box-shadow:0 0 4px #AAAAAA;

	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;

	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;

	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;

	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}

.content A:link {
	color:#444444;
	font-size:13px;
	text-decoration: underline
}

.content A:visited {
	color:#444444;
	font-size:13px;
	text-decoration: underline
}

.content A:hover {
	color: #cccc99;
	font-size:13px;
	text-decoration: underline
}

.content A:active {
	color: #cccc99;
	font-size:13px;
	text-decoration: underline
}

#footer {
	width: 700px;
	margin-left: 70px;
	padding-top: 5px;
	text-align:right;
	color: #808080;
	font-size: 10px;
	text-shadow: 1px 1px 1px #c0c0c0;
}

#footer A:link {
	color: #808080;
	text-decoration: none
}

#footer A:visited {
	color: #808080;
	text-decoration: none
}

#footer A:hover {
	color: #595959;
	text-decoration: underline
}

#footer A:active {
	color: #595959;
	text-decoration: underline
}