@import 'reset.css';

body{
	background:url('../images/ambiance-bg.jpg') no-repeat fixed center center #06030D;
	margin:0px;
	padding:0px;
	overflow:auto;
	font:normal normal 9pt/1.25em Helvetica, Arial, sans-serif;
	min-height:100%;
	min-width:100%;
	color:#BBB;
}

.clear{
	clear:both;
}

img{
	border:none;
}


/* -- ANCHORS -- */


a {
	color:#BBB;
	text-decoration:none;
}

a:link {
	color:#BBB;
	text-decoration:none;
}

a:visited {
	color:#BBB;
	text-decoration:none;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}

a:active {
	color:#FFF;
	text-decoration:none;
}


/* -- NAVIGATION ANCHORS -- */


a.nav {
	color:#BBB;
	text-decoration:none;
}

a.nav:link {
	color:#BBB;
	text-decoration:none;
}

a.nav:visited {
	color:#BBB;
	text-decoration:none;
}

a.nav:hover {
	color:#FFF;
	text-decoration:none;
}

a.nav:active {
	color:#FFF;
	text-decoration:none;
}


/* -- ALTERNATE ANCHORS -- */


a.alt {
	color:#BBB;
	text-decoration:none;
}

a.alt:link {
	color:#BBB;
	text-decoration:none;
}

a.alt:visited {
	color:#BBB;
	text-decoration:none;
}

a.alt:hover {
	color:#FFF;
	text-decoration:none;
}

a.alt:active {
	color:#FFF;
	text-decoration:none;
}


/* -- LAYOUT -- */


#ambiance {
	position:absolute;
	left:50%;
	margin-left:-490px;
	top:30px;
	width:980px;
	height:528px;
}

#header {
	position:absolute;
	left:5px;
	top:0px;
	width:969px;
	height:126px;
}

	#navigation {
		font-weight:normal;
		font-size:7pt;
		width:600px;
		text-align:right;
		padding-top:25px;
		vertical-align:middle;
	}
		
		#navigation li {
			display:inline;
			list-style-type:none;
			padding-left:20px;
			vertical-align:middle;
		}

#mbody {
	position:absolute;
	left:5px;
	top:100px;
	width:969px;
	height:421px;
	background:url('../images/content-bg.png') repeat fixed center center transparent;
}

#mbody2 {
	position:absolute;
	left:5px;
	top:100px;
	width:969px;
	height:650px;
	background:url('../images/content-bg.png') repeat fixed center center transparent;
}

#mbody3 {
	position:absolute;
	left:5px;
	top:100px;
	width:969px;
	height:850px;
	background:url('../images/content-bg.png') repeat fixed center center transparent;
}

#footer {
	position:absolute;
	left:5px;
	padding-right:5px;
	top:435px;
	margin-bottom:15px;
	width:969px;
	font-size:7pt;
	color:#BBB;
	letter-spacing:.05em;	
}


/* -- CLASSES -- */


.fleft {
	float:left;
}

.fright {
	float:right;
}


/* -- SLIDESHOW GALLERY -- */


ul.slideshow {
	list-style:none;
	width:969px;
	height:421px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	font-size:9pt;
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	font-size:9pt;
}

ul.slideshow li.show {
	z-index:10;	
}

ul img {
	border:none;
	font-size:9pt;	
}

#slideshow-caption {
	width:969px;
	height:35px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:10;
	font-size:9pt;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:20;	
	font-size:9pt;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font:normal 9pt Arial, Helvetica, sans-serif; 
	display:none;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size:9pt;
}

