@charset "utf-8";
/* CSS Document */

select, input
{
	font-size: 11px;
}

.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
{
	margin: 0 0 0 15px;
	padding: 0;
}

li
{
	margin: 0;
	padding: 0;
}

#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 70px 0;
	*position: relative;
	zoom:1;
}

#header
{
	padding: 21px 0 30px 160px;
	position: relative;
	zoom: 1;
}

#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%;
}

#header div#admin
{
	position: absolute;
	top: -30px;
	right: 58px;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

#header div#admin span
{
	color: #fff;
}

#header div#admin a:hover
{
	color: #fff;
}

#menu
{
	margin: 0 0 0 0;
	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
{
	z-index: 80;
	position: absolute;
	margin: 44px 0 0 610px;
	padding: 0 0 0 10px;
	*margin: 0 0 0 0;
	*right: 60px;
	*top: 105px;
}

#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 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-wide
{
	position: relative;
	overflow: hidden;
	width: 849px;
	height: 323px;
	border-top: 1px solid #666;
}

#gallery-wide ul
{
	display: block;
	position: absolute;
	height: 323px;
	margin: 0 0 0 0;
}

#gallery-wide ul li
{
	float: left;
	list-style: none none;
	display: inline;
}

#gallery-wide ul li img
{
	margin: 15px 0 0 0;
}

#gallery-wide ul li span
{
	display: block;
	padding: 15px 0 0 0;
	color: #fff;
}

#gallery-wide ul li div.moreinfo
{
	display: none;
}

#gallery-wide ul li a:link, #gallery-wide ul li a:visited
{
	display: block;
	text-decoration: none;
	height: 323px;
}

#gallery-wide ul li a:hover, #gallery-wide 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
{
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	background: transparent url(img/dots.gif) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	padding: 0 0 0 130px;
}

.clearit:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearit 
{ 
	display: inline-block; 
}

html[xmlns] .clearit
{ 
	display: block;
}

#view-cart-wrapper
{
	position: absolute;
	width: 100%;
	z-index: 100;
	text-align: left;
	left: 0;
	top: 30px;
	display: none;
}

form#shoppingCart
{
	position: relative;
	zoom: 1;
	padding: 0;
	margin: 0;
}

#view-cart
{
	width: 600px;
	background-color: #000;
	margin: 0 auto;
	padding: 10px;
}

#view-cart-body
{
	padding: 10px;
	background-color: #fff;
	color: #000;
	text-align: left;
	position: relative;
	zoom: 1;
}

#view-cart-body table
{
	border-collapse: collapse;
	width: 100%;
}

#view-cart-body table th
{
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

#view-cart-body table td
{
	vertical-align: top;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #ccc;
}

#view-cart-body table td.price
{
	width: 70px;
	_width: 90px;
}

#view-cart-body table td.product
{
	width: 350px;
	_width: 370px;
}

#view-cart-body table td.quantity
{
	width: 50px;
	_width: 70px;
}

#view-cart-body table td.quantity input
{
	width: 40px;
}

#view-cart-body table td.remove
{
}

#shipping
{
	padding: 10px 10px 0 10px;
	margin: 0 0 80px;
}

#shipping-note
{
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 280px;
}

#shipping-note p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#total-price
{
	float: right;
	display: inline;
}

#total-price div
{
	padding: 10px 10px 0 10px;
}

#total-price strong
{
	float: left;
	display: inline;
	text-align: right;
	width: 150px;
	margin: 0 7px 0 0;
}

#total-price span
{
	float: left;
	display: inline;
}

#maxMet
{
	padding: 10px 10px 10px 10px !important;
}

#check-out
{
	height: 29px;
	position: relative;
	zoom: 1;
	display: block;
	background-color: #000;
}

#check-out button
{
	text-transform: uppercase;
	color: #999 !important;
	text-decoration: none;
	background: transparent none;
	border: 0px none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	z-index: 99;
	margin: 6px 1px;
}

#check-out button:hover
{
	color: #fff !important;
	text-decoration: line-through !important;
}

#view-cart-close
{
}

#view-cart-close a
{
	position: absolute;
	margin: -36px 0 0 565px;
	
}
/* Hides from IE-mac \*/
	.clearit { display: block; height: 1%; }
/* End hide from IE-mac */
