@charset "utf-8";
/* file: css/splash.css */
/* Splash page layout for ncurrent.com */
	 
html {
	height:101%;
}
body {
	height:101%;
	color:#fbf6e1;
	background-color:#520020;
	font-size:100%;
	word-spacing:.2em;
	line-height:1.7;
	font-family:Verdana, "Trebuchet MS", "Helvetica neue", "URW Gothic L", sans-serif;
}
#container {
  position:relative;
  width:940px;
/*height:390px;*/
	overflow:hidden;
/*	font-size:.76em; /* 12px */
	margin:150px auto 0 auto;
}
/* ************************************************************** Element Styles */
h1, h2 {
  font-family: 'Philosopher', sans-serif;
/*	font-family:"Lucida Sans Unicode", "Lucida Grande", "URL Gothic L", sans-serif; 
	text-align:left; */
/*	padding-left:11px; */
}
h1 {
	font-size:3em;
	letter-spacing:3px;
	margin:70px 0 0 0;
}
h2 {
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:2px;
/*	margin-bottom:100px; */
}
/* ************************************************************** Navigation Styles */
a {
	color:#fbf6e1;
	text-decoration: none;
	padding:1px 5px;
}
a:hover, a:active {
color:#520020;
	background-color: #fbf6e1;
/*	border-bottom:1px dotted #fbf6e1; */
}
ul#nav {
/*	width:43em; */
	float:right;
	overflow:hidden;
	font-size:.82em; /* px */
	line-height:1.3;
	margin:75px -5px 0 0;
}
ul#nav  {
	list-style-type:none;
}
ul#nav li {
	float:left;
	position:relative;
	padding:0 5px;
	border-left:1px solid #efdac8;
}
ul#nav li:first-child {
	border-left: none;
}
ul#nav li a {
	display:block;

}
/* ************************************************************** Layout Styles */
div#leftBox {
width:440px;
float:left;
text-align:right;
}
div#rightBox {
  position:absolute;
  right:0;
	width:380px;
	height:380px;
}
/* ************************************************************** Slideshow Styles */
div.slideshow {
	background-color: #000;
	margin:0 40px 0 auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:3px 3px 6px #151515;
	-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.65);
	-moz-box-shadow:3px 3px 4px rgba(0,0,0,.65); 
}
div.slideshow img {
	width:370px;
	height:370px;
	border:none;
	margin:5px;
}

