/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	outline: none;
}

body {
	background: #111;
	color: #DDD;
	font-size: small;
	font-family: Georgia, Courier, "Courier New", serif;
}

* html body { /* IE larger text size fix */
	font-size: 80%;
}
a { 
	color: #EEE;
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
}
a:active { color: #FFF; }
a:visited { color: #EEE; }
a:hover { color: #FFF; cursor: pointer; }
a[href="#"] { cursor: pointer; }

/* ------------ centering content area, expands downwards to fit content --------------- */
#fullscr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 625px;
}
#ceibw { 
	background: #000;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 990px;
	height: 620px; 
	min-height: 620px;
	overflow: visible;
	visibility: hidden;
	z-index: 100;
}

#splash_L {background:none;
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 580px;
	height: 570px;
	z-index: 120;
	overflow: visible;
	}

#splash_L #splash_img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#splash_L img.content_title {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 3px;
}

#splash_L img.content {
	margin: 50px 13px 3px 3px;
	float: left;
}
#splash_L .txt_title {
	position: relative;
	top: 45px;
	font-size: 9px;
	line-height: 9px;
	font-family: sans-serif; 
 	font-style: italic;
}
#splash_L .txt_title a {
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
}
#splash_L .txt {
	position: relative;
	top: 45px;
}
#splash_L ul {
	position: relative;
	margin: 15px 3px 3px 40px;
	}
#splash_L object, #splash_L embed {
	margin: 25px 3px 3px 40px;
	}
#splash_R {background:none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 420px;
	height: 575px;
	z-index: 110;
	}
#splash_R img {
	position: absolute;
	top: 0px;
	right: 0px;
	}
#splash_N {background:none;
	position: absolute;
	bottom: 77px;
	right: 50%;
	width: 229px;
	height: 149px;
	text-align: right;
	z-index: 130;
	}
#splash_N img {
	position: absolute;
	top: 0px;
	right: 3px;
	}
	
	
/* ------------ footer  ------------ */
#ftr { background: #000;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	border-top: #111 10px solid;
	border-bottom: #111 15px solid;
	z-index: 200;
}

#menu {
	position: absolute;
	bottom: 3px;
	right: 435px;
	width: auto;
	height: 18px;
	text-align: right;
	z-index: 210;
}

#menu a img {
	margin: 0px 5px;
	padding: 0px 5px;
}
#menu a:hover {
	cursor: pointer;
}


#plyr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 403px;
	height: 25px;
	z-index: 210;
}
		
#copy {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #444;
	text-align: right;
	z-index: 300;
}
#copy a {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}
#copy a:hover {
	color: #999;
}
