/* @override http://localhost:9012/css/screen.css */

/* @override http://localhost:9012/css/screen.css */

/* @override http://localhost:9012/css/screen.css */

body {
	font: 62.2% Geneva, "Trebuchet MS", sans-serif;
}

a.print {
	background: url(images/printer.gif) no-repeat left center;
	padding: 0 0 0 16px;
}

#home {
	background: #131313 url(images/body-home.gif) repeat-x left top;
}

#inside {
	background: #131313 url(images/body-inside.gif) repeat-x left top;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	min-height: 450px;
}

#home #wrapper {
	background: url(images/home.jpg) no-repeat;
}

#inside #wrapper {
	background: url(images/inside.jpg) no-repeat;
}

#nav {
	width: 720px;
	margin: 0 auto;
}

#nav h1 {
	width: 110px;
	height: 72px;
	float: left;
}

#nav h1 a {
	float: left;
	display: block;
	text-indent: -9000px;
	height: 72px;
	width: 110px;
	background: url(images/logo.gif) no-repeat 0 0;
}

#nav h1 a:hover,
#nav h1.here a {
	background-position: 0 -72px;
}

#nav ul {
	width: 610px;
	height: 72px;
	float: right;
	color: #fff;
	font-size: 1.8em;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul a {
	height: 72px;
	display: block;
	float: left;
	text-indent: -9000px;
}

#nav a.products {
	width: 138px;
	background: url(images/nav-new.gif) no-repeat 0 0;
}

#nav a.products:hover,
#nav .here a.products {
	background-position: 0 -72px;
}

#nav a.specials {
	width: 155px;
	background: url(images/nav-new.gif) no-repeat -138px 0;
}

#nav a.specials:hover,
#nav .here a.specials {
	background-position: -138px -72px;
}

#nav a.about {
	width: 117px;
	background: url(images/nav-new.gif) no-repeat -293px 0;
}

#nav a.about:hover,
#nav .here a.about {
	background-position: -293px -72px;
}

#nav a.faqs {
	width: 84px;
	background: url(images/nav-new.gif) no-repeat -410px 0;
}

#nav a.faqs:hover,
#nav .here a.faqs {
	background-position: -410px -72px;
}

#nav a.contact {
	width: 116px;
	background: url(images/nav-new.gif) no-repeat -494px 0;
}

#nav a.contact:hover,
#nav .here a.contact {
	background-position: -494px -72px;
}

#heading {
	clear: both;
	float: left;
	width: 910px;
	margin-top: 2px;
	position: relative;
}

#home #heading #stuff {
	width: 720px;
	height: 198px;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
}

#home #heading #stuff.titletown {
	background-image: url(/images/bigtitletown.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#home #heading #stuff h2 {
	padding: 0;
	color: #fff;
	font-size: 4.3em;
	letter-spacing: -2px;
	text-align: left;
	width: 340px;
	line-height: 1;
	font-weight: bold;
}

#home #heading #stuff.titletown h2 {
	padding-top: 30px;
}

#home #heading #stuff h2 span {
	font-size: .5em;
}

#inside #heading #stuff {
	width: 720px;
	min-height: 98px;
	margin: 0 auto;
}

#inside #heading #stuff.contact {
	background-image: url(/images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.aboutus {
	background-image: url(/images/namp.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#inside #heading #stuff h2 {
	width: 480px;
	padding: 50px 0 0 0;
	color: #fff;
	font-size: 3em;
	letter-spacing: -1px;
	text-align: left;
	line-height: 1.1;
	font-weight: bold;
	float: left;
}

#catshot {
	float: right;
	width: 240px;
	text-align: right;
}

#search {
	float: right;
	width: 240px;
	text-align: right;
	padding: 55px 0 0 0;
}

#search input {
	width: 226px;
	font-size: 1.4em;
	padding: 3px 5px;
	border: 2px inset #fff;
}

#results {
	background: #000 url(images/qsearch.gif) repeat-y left top;
	position: absolute;
	top: 100px;
	left: 415px;
	width: 380px;
	padding: 2px 10px;
}

#results dl {
	color: #fff;
	font-size: 1.1em;
	padding: 8px 0;
	margin: 0 0;
}

#results dt,
#results dd {
	padding: 0;
	margin: 0 0 4px;
	line-height: 1.3;
}

#results dt {
	float: left;
	width: 131px;
	text-align: right;
}

#results dd {
	float: right;
	width: 230px;
}

#results dl a {
	color: #fdfb45;
	text-decoration: underline;
}

#results dl a:hover {
	text-decoration: none;
}

#results ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#results ul li {
}

#results ul li.link {
	font-size: 1em;
	line-height: 1.4;
}

#results ul li.link a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid #333;
}

#results ul li.link a:hover {
	color: #fff;
	background-color: #222;
}

#results ul li.link a span {
	font-size: 1.2em;
	color: #fdfb45;
	text-decoration: underline;
}

#results ul li.link a:hover span {
	color: #fdfb45;
	text-decoration: none;
}

#results ul li.heading {
	font-size: 1.3em;
	background-color: #3d49d1;
	color: #fff;
	padding: 3px 5px;
}

#results ul li.heading a {
	display: block;
	color: #fff;
	text-decoration: underline;
	background: url(images/catarrow.gif) no-repeat right center;
	padding: 1px 0;
}

#results ul li.heading a:hover {
	color: #fff;
	background: url(images/catarrow_over.gif) no-repeat right center;
	text-decoration: none;
}

#results dl {
	
}


#results ul li.bottom {
	font-size: 1.2em;
	background-color: #000;
	color: #fff;
	border-bottom: 2px solid #3d49d1;
}

#results ul li.bottom a {
	color: #fdfb45;
	display: block;
	padding: 8px 10px;
}

#results ul li.bottom a:hover {
	text-decoration: none;
	background-color: #222;
}

#meat {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 15px 0 30px;
}

#meat h3 {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-shadow: #000 2px 2px 3px;
}

#meat h3 span {
	font-size: .6em;
	text-shadow: none;
	font-weight: normal;
}

#meat h3 a,
#meat h4 a {
	color: #fdfb45;
}

#meat h3 a:hover,
#meat h4 a:hover {
	text-decoration: none;
}

#meat h3 a:visited,
#meat h4 a:visited {
	color: #ffc445;
}

#meat h4 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0;
}

#meat p {
	font-size: 1.2em;
	line-height: 1.6;
	color: #ddd;
	margin: 10px 0;
}

#meat ul {
	padding: 0;
	list-style-type: disc;
	font-size: 1.2em;
	margin: 8px 0 8px 15px;
	list-style-position: outside;
}

#meat ol {
	padding: 0;
	list-style-type: decimal;
	font-size: 1.2em;
	margin: 8px 0 8px 15px;
	list-style-position: outside;
}

#meat ul li {
	color: #ddd;
	padding: 3px 0;
	line-height: 1.2;
}

#meat ol li {
	color: #ddd;
	padding: 3px 0;
	line-height: 1.5;
}

#meat ul.float li {
	width: 135px;
	float: left;
}

#meat p a,
#meat ul a {
	color: #fdfb45;
}

#meat p a:hover,
#meat ul a:hover {
	text-decoration: none;
}

#meat p a:visited,
#meat ul a:visited {
	color: #ffc445;
}

#meat a img {
	margin: 0;
	border: none;
	padding: 0;	
}

#meat img {
	margin: 0 0 10px 0;
	border: 1px solid #fff;
	padding: 2px;
}

#meat img.right {
	margin-left: 10px;
}

#meat img.left {
	margin-right: 10px;
}

.special,
.newspecial {
	float: left;
	width: 220px;
	height: 160px;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin-right: 20px;	
}

.package,
.seafood {
	float: left;
	width: 230px;
	min-height: 140px;
	overflow: hidden;
	padding: 0;
	margin: 0 10px 0 0;
}

.smokebox {
	float: left;
	width: 320px;
	height: 140px;
	overflow: hidden;
	padding: 0 0 10px 160px;
	background: url(../images/titletown.gif) no-repeat left top;
}

.smokebox h3 a,
.smokebox h3 a:visited,
.seafood h3 a,
.seafood h3 a:visited {
	color: #fff;
	text-decoration: none;
}

.smokebox h3 a:hover,
.seafood h3 a:hover {
	color: #fdfb45;
}

.newspecial h3 span {
	color: #fdfa14;
	font-size: .7em;
}

#meat p.price {
	font: bold 1.7em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top: -12px;
}

#meat p.price small {
	font-size: .6em;
}

#producttalk {
	width: 440px;
	float: left;
}

.notice {
	border: 1px solid #353535;
	background-color: #212121;
	padding: 10px;
	margin: 10px 0;
}

#productsearch {
	margin: 10px 0;
}

#productsearch input {
	width: 380px;
	padding: 3px;
	font-size: 1.7em;
	letter-spacing: -1px;
	font-weight: bold;
	color: #444;
	border: 2px inset #fff;
}

#productresults h4.headerrow {
	color: #fdfb45;
	text-decoration: underline;
	padding: 3px 17px;
	font-size: 1.2em;
	cursor: pointer;
	background: #000 url(/images/tarrowr.gif) no-repeat 5px center;
}

#productresults h4.headerrow:hover {
	text-decoration: none;
}

#productresults table {
	width: 100%;
	margin: 0;
}

#productresults table tr.headerrow {
	background-color: #000;
}

#productresults table th {
	color: #ccc;
	padding: 3px;
}

#productresults table td {
	color: #eee;
	padding: 3px;
	font-size: 1.2em;
	line-height: 1.6;
	vertical-align: top;
}

#productresults table td.code {
	width: 80px;
}

#productresults table td.code,
#productresults table td.name {
	white-space: nowrap;
	padding-right: 20px;
}

#productresults table tr.light {
	background-color: #3a3a3a;
}

#productresults a {
	color: #fdfb45;
	text-decoration: underline;
}

#productresults a:hover {
	text-decoration: none;
}

#contactform {
	width: 480px;
	float: left;
}

#contactform form {
	width: 90%;
}

#contactform #announce.error {
	background-color: #ff2529;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #ddd;
}

#contactform #announce.success {
	background-color: #00cd1a;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #ddd;
}

#contactform label {
	display: block;
	font-size: 1.2em;
}

#contactform label.error {
	color: #ff2529;
}

#contactform input {
	width: 240px;
	padding: 2px;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333;
}

#contactform textarea {
	width: 400px;
	padding: 3px;
	font: 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

#contactform button {
	width: 200px;
	height: 42px;
	text-indent: -9000px;
	background: url(/images/send.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	overflow: hidden;
	display: block;
	padding: 0;
	margin: 0;
}

#contactform button:hover {
	background: url(/images/send.gif) no-repeat 0 -42px;
}

#sidebar {
	width: 240px;
	float: right;
	margin: 0 0 15px;
}

#sidebar a img {
	margin-bottom: 10px;
}

#sidebar a:link img,
#sidebar a:visited img {
border: 1px solid #353535;
padding: 3px;
}

#sidebar a:hover img,
#sidebar a:active img {
background-color: #000;
border: 1px solid #7e7e7e;
padding: 3px;
}

#sidebar div.recipe {
	width: 230px;
	min-height: 115px;
	padding: 50px 5px 10px 5px;
	background: #0d0d0d url(images/postit.gif) no-repeat left top;
}

#footer {
	width: 910px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat center top;
	clear: both;
	padding: 0 0 60px 0;
}

#seasoning {
	width: 720px;
	padding: 10px 0;
	margin: 0 auto;
}

#seasoning p {
	text-align: left;
	color: #b6b6b6;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 160px;
	float: left;
}

#seasoning p strong {
	font-weight: bold;
}

#seasoning a {
	color: #fdfb45;
	font-weight: normal;
}

#seasoning a:hover {
	text-decoration: none;
}

#footer #seasoning p.logo {
	text-align: right;
	color: #b6b6b6;
	font-size: 1em;
	line-height: 1.2;
	width: 240px;
	float: left;
}

.clearleft {
	clear: left;
	float: none;
	display: block;
}

.clearboth {
	clear: both;
	float: none;
	display: block;
}

.right {
	float: right;
}

.left {
	float: left;
}

#special-event {
	font-size: 1em;
	float: left;
	width: 698px;
	border: 1px solid #353535;
	padding: 10px;
	/*padding-bottom: 75px;*/
	margin: 10px 0;
	background: #212121 url(images/bg-seafood-sale-2008.gif) no-repeat right bottom;
}

#special-event h3 {
	position: relative;
	text-indent: 25px;
}

#special-event img {
	margin-bottom: 75px;
}

#meat #special-event a:link,
#meat #special-event a:visited {
	text-decoration: none;
	color: #fdfb45;
}

#meat #special-event p a:link,
#meat #special-event p a:visited {
	text-decoration: underline;
}

#meat #special-event p a:hover {
	text-decoration: none;
}

#meat #special-event ul {
	font-size: 1.3em;
	font-weight: bold;
}

#special-event h3 span#meat-tag {
	display: block;
	position: absolute;
	left: -85px !important;
	left: -110px;
	top: -30px;
	width: 100px;
	height: 100px;
	background: url(images/bg-seafood-tag.gif) no-repeat;
}