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

.hidden
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	color: #000;
	overflow: hidden;
	height: 1px;
	width: 1px;
}

html,body
{
	height: 100%;
	
}

body
{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #666;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
	background: #000 url(img/bg.gif);
}

span
{
	color: #000;
}

img
{
	border: 0px none;
}

a:link, a:visited
{
	color: #999;
	text-decoration: none;	
}

a:hover, a:focus
{
	color: #999;
	text-decoration: line-through;
}

h1, h2
{
	margin: 0;
	padding: 0;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

h3 em
{
	font-style: normal;
	color: #fff;
}

ul, li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#necessaryBG
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}

html>body div#necessaryBG
{
	height: auto;
}


#necessaryBG
{
	background: transparent url(img/bg_content.gif) repeat-y center center;
	padding: 0 0 0 1px;
}

#wrapper
{
	width: 849px;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 50px 0 50px 0;
}

#header
{
	padding: 21px 0 30px 160px;
}

#header h1
{
	background: transparent url(img/logo.gif) no-repeat top left;
	width: 100px;
	height: 100px;
	position: absolute;
	margin: -19px 0 0 -100px;
}

#header h1 a:visited,
#header h1 a:link
{
	display: block;
	height: 100px;
	width: 100px;
}

#header h1 a:focus,
#header h1 a:hover
{
	text-decoration: none;
}

#header h2
{
	width: 100%;
}

#menu
{
	padding: 0.7em 0 0 0;
	width: 100%;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#menu li
{
	float: left;
	display: inline;
	padding: 0 0.9em 0 0;
	margin: 0 0.9em 0 0;
	background: transparent url(img/dot.gif) no-repeat right 0.9em;
}

#menu li a:link, #menu li a:visited
{
	text-decoration: none;
	color: #fff;
}

#menu li a:hover, #menu ul li a:focus
{
	text-decoration: line-through;
}

#menu li a.active:link, #menu li a.active:visited
{
	color: #999;
	text-decoration: line-through;
}

#subscribeForm
{
	position: absolute;
	margin: 44px 0 0 610px;
	padding: 0 0 0 10px;
}

#subscribeForm label
{
	float: left;
	display: inline;
}

#subscribeForm input
{
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	width: 100px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
	border: 1px solid #333;
	color: #666;
	padding: 2px;
}

#subscribeForm a
{
	display: inline;
	float: left;
	padding: 5px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
}

#feature
{
	border-top: 1px solid #999;
	padding: 15px 0 0 0;
}

#feature div.copy
{
	padding: 15px 15px 30px 60px;
}

#gallery-btn
{
	position: absolute;
	z-index: 2;
}
#gallery-btn a.next,
#gallery-btn a.prev
{
	position: absolute;
	width: 60px;
	background-color: #000;
	text-decoration: none;
	padding: 142px 0 141px 0;
	text-align: center;
	color: #fff;
	font-size: 36px;
}

#gallery-btn a.prev
{
	
}

#gallery-btn a.next
{
	left: 790px;
	text-align: center;
}

#gallery
{
	position: relative;
	overflow: hidden;
	width: 849px;
	height: 323px;
	border-top: 1px solid #666;
}

#gallery ul
{
	display: block;
	position: absolute;
	height: 323px;
}

#gallery ul li
{
	float: left;
}

#gallery ul li img
{
	margin: 15px 0 0 0;
}

#gallery ul li span
{
	display: block;
	padding: 15px 0 0 0;
	color: #fff;
}

#gallery ul li a:link, #gallery ul li a:visited
{
	display: block;
	text-decoration: none;
	height: 323px;
}

#gallery ul li a:hover, #gallery ul li a:focus
{
	background-color: #333;
}

#content
{
	padding: 20px 270px 20px 60px;
	background: transparent url(img/fishy.jpg) top right no-repeat;
	min-height: 200px;
	border-top: 1px solid #666;
	font-weight: normal;
}

#content .coming
{
	color: #ff0000;
	font-weight: bold;
}

#footer
{
	padding: 0px 30px 20px 60px;
	font: 10px Arial, Helvetica, sans-serif;
	background: transparent url(img/dots.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0;
}

.clearit:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearit 
{ 
	display: inline-block; 
}

html[xmlns] .clearit
{ 
	display: block;
}

/* Hides from IE-mac \*/
	.clearit { display: block; height: 1%; }
/* End hide from IE-mac */