/*  
Site Name Name: Central Seafood Co. Inc.
Description: blah blah blah
Version: 6/16/2009
Authors: Daryn Haynes, Saamir Rahman


*/
/* Table of Contents:
	Reset
	Structure
	Typography
*/
/* Reset
-----------------------------------------------------------------------------*/
html, body, div, span, object, h1, h2, h3, p, blockquote, a, 
em, img, ol, ul, li, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#35479d;
	font:62.5%/1.5 Tahoma, Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* Structure
-----------------------------------------------------------------------------*/
div#container {
	background:#fff;
	border:1px solid #000;
	clear:left;
	margin:15px auto 0 auto;
	width:760px;
}
div#content { 
	clear:left; 
	padding:0 30px;
}
div#nutritfacts, form {
	background-color:#eee; 
	font-size:15px; 
	margin-bottom:15px;
	padding:5px;
	width:350px;
}
div#footer { 
	background:#35479d;
	border-top:1px #333 solid;
	clear:left;
}
/* Typography
-----------------------------------------------------------------------------*/
h1 {
	background-image:url(logo.gif);
	padding-bottom:80px;
	text-indent:-1500em;
}
h2 {
	background-color:#35479d;
	clear:left;
	color:#fff;
	font-size:20px;
	height:30px;
	margin-bottom:15px;
	text-align:center;
	width:100%;
}
h3 { 
	color:#333;
	font-size:18px;
}
p {
	color:#333;
	font-size:15px;
	margin-bottom:15px;
}
p#copy { margin-bottom:0; }

div#footer p {
	color:#fff;
	font-size:12px;
	text-align:center;
}
ul#nav {
	background:#35479d;
	height:30px;
	margin-bottom:30px;
	padding-left:17.5px;
}
ul#nav li {
	float:left;
}
ul#nav li a { 
	color:#fff;
	font-size:18px;
	margin:30px;
	padding:3px 5px 5px 5px;
	text-decoration:none;
}
ul#nav li a:hover { 
	background-color:#0066FF;
	text-decoration:underline; 
}
ul#nav li#current a {
	background-color:#fff;
	color:#35479D;
}
ul.seafood { 
	float:left; 
	width:233.3px;
}

ul.seafood li {
	font-size:12px;
	list-style:square;
}
ul.seafood li.item { 
	list-style:none; 
	margin-bottom:15px;
	text-transform:uppercase;
}
ul.seafood li a { 
	background-color:#999;
	color:#fff;
	font-size:15px;
	padding:5px;
	text-decoration:none;
}
/*ul.seafood li ul { display:none;}

ul.seafood li:hover ul { display:block; } */

ul.seafood li ul li {
	margin-bottom:0;
	margin-left:15px;
	text-transform:none;
}
ul.seafood li ul li a {
	background-color:#fff;
	color:#35479d;
	font-size:12px;
	padding:0;
	text-decoration:underline;
}
ul.seafood li ul li a:hover {
	background-color:#35479d;
	color:#fff;
}
dl dt { float:left; margin-right:200px;}


form input, textarea { 
	border:1px solid #999;
	margin-bottom:5px;
	width:280px; 
}
form input#zip { width:50px; }

form input#state { margin-right:83px; width:30px; }

form input#submit { background-color:#999; width:282px; }

form input#submit:hover { background-color: #0066ff; color:#fff; }

form input:hover, textarea:hover{ border:1px solid #555; }

form input:focus, textarea:focus { border:1px solid #0066FF; }

textarea { overflow:auto; }