/* CSS Document */
html {
	width:100%;
	height:100%;
}
body {
	background-color:#000;
	background-image:url(/images/waves.jpg);
	background-repeat:repeat-x;
	height:100%;
}

a { 
	text-decoration:underline;
	color:#93bfdc;
}

a:visited {
	color:#93bfdc;
}

a:hover {
	color:#d5eeff;
}

h2 {
	color:#d5eeff;
}

h3 {
	color:#93bfdc;
}

strong {
	color:#d5eeff;
}

#container {
	width:1024px;
	height:auto;
	background-color:#000000;
	border:#92BFDC 1px solid;
	margin-left:5%;
	margin-bottom:10px;
	color:#93bfdc;
	font-family:Arial, Helvetica, sans-serif;
	
}

#content{
	float:left;
	margin-left:10px;
	width:75%;
	height:auto;
}

#header {
	border-bottom:#93bfdc 1px solid;
	padding-left:15px;
}

.logo {
	position:relative;
	top:0px;
	left:0px;
}

.macfish {
	position:relative;
	top:0px;
}

#menu {
	width:130px;
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:5px;
}

.menuitem {
	height:100%;
	border-bottom:#93bfdc 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#93bfdc;
	padding:5px;
}

.menulink {
	text-decoration:none;
	color:#93bfdc;
}

.menulink:hover {
	color:#d5eeff;
}

.submenulink {
	text-decoration:none;
	color:#93bfdc;
	margin-left:20px;
}

.submenulink:hover {
	color:#d5eeff;
}

.menucurrent {
	font-weight:bold;
	color:#d5eeff;
}
table.coupon td{
	border:#93bfdc 3px dashed;
	color:#93bfdc;
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:5px;
	margin:5px;
}

.paddedimage {
	padding:10px;
}

#photomenu {
	font-size:14px;
}

#photosubmenu {
	font-size:12px;
}

#photoviewer {
	position:absolute;
	left:20px;
}

#footer {
	vertical-align:baseline;
	clear:both;
	padding:5px;
	font-size:12px;
	text-align:center;
}

.whatsnew {
	background-color:#000;
}

.whatsnewtitle {
	background-color:#0a3754;
	font-weight:bold;
}

.wellimg {
	border:3px solid #fff;
}

.orangeheader {
	font-size:13px;
	color:#ff9966;
	font-weight:bold;
}