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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #CCCCCC;
}
a {
	outline: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shadowWrap {
	height: auto;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	background-image: url(images/bodyShadow.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
}
#wrapper  {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fishBackground.jpg);
	background-repeat: no-repeat;
	background-position: center 108px;
}
#header  {
	background-image: url(images/headerBackground.png);
	background-repeat: repeat-x;
	height: 117px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#header #logo {
	height: 65px;
	width: 278px;
	margin-top: 26px;
	margin-left: 21px;
	position: relative;
	float: left;
}
#header #headerContent {
	position: relative;
	float: right;
	width: 624px;
	height: 78px;
	padding-top: 13px;
}
#headerContent p {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#header #welcome {
	margin-bottom: 8px;
	height: auto;
	width: 640px;
}
#header #address {
	height: auto;
	width: 640px;
}
#wrapper #topGlow {
	background-image: url(images/topGlow.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 960px;
	position: relative;
	margin-top: -10px;
	z-index: 0;
}
#wrapper #navigationWrap {
	height: 400px;
	width: 290px;
	margin-left:;
	position: relative;
	float: left;
}
#wrapper #navigationWrap a {
	display: block;
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 20px;
	margin-left: 14px;
	outline: none;
}
#wrapper #navigationWrap a:hover {
	background-position: left -78px;
}
#navigationWrap #home {
	background-image: url(images/homeButton.png);
	background-position: left 4px;
	width: 91px;
}
#navigationWrap #aboutUs {
	background-image: url(images/aboutusButton.png);
	background-position: left 4px;
	width: 133px;
}
#navigationWrap #products {
	background-image: url(images/productsButton.png);
	background-position: left 4px;
	width: 133px;
}
#navigationWrap #findProducts {
	background-image: url(images/findproductsButton.png);
	background-position: left 4px;
	width: 235px;
}
#navigationWrap #disease {
	background-image: url(images/diseaseButton.png);
	background-position: left 4px;
	width: 290px;
}
#navigationWrap #specials {
	background-image: url(images/specialsButton.png);
	background-position: left 4px;
	width: 127px;
}
#navigationWrap #contact {
	background-image: url(images/contactButton.png);
	background-position: left 4px;
	width: 212px;
}
#navigationWrap #reviews {
	background-image: url(images/reviewsButton.png);
	background-position: left 4px;
	width: 119px;
}
#navigationWrap #homeSelected {
	background-image: url(images/homeButton.png);
	background-position: left -78px;
	width: 91px;
}
#navigationWrap #aboutUsSelected {
	background-image: url(images/aboutusButton.png);
	background-position: left -78px;
	width: 133px;
}
#navigationWrap #productsSelected {
	background-image: url(images/productsButton.png);
	background-position: left -78px;
	width: 133px;
}
#navigationWrap #findProductsSelected {
	background-image: url(images/findproductsButton.png);
	background-position: left -78px;
	width: 235px;
}
#navigationWrap #diseaseSelected {
	background-image: url(images/diseaseButton.png);
	background-position: left -78px;
	width: 290px;
}
#navigationWrap #specialsSelected {
	background-image: url(images/specialsButton.png);
	background-position: left -78px;
	width: 127px;
}
#navigationWrap #contactSelected {
	background-image: url(images/contactButton.png);
	background-position: left -78px;
	width: 212px;
}
#navigationWrap #reviewsSelected {
	background-image: url(images/reviewsButton.png);
	background-position: left -78px;
	width: 119px;
}
#wrapper .displaced {
	position: absolute;
	left: -5000px;
}
#wrapper #homeBackground {
	background-image: url(images/homeBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 1075px;
}
#wrapper .mainContent {
	margin-left: 278px;
	position: relative;
	height: auto;
}
.mainContent p {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}
.mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p.noSpace {
	margin: 0px;
	padding: 0px;
}
p.leftJustify {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p.center{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h3.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1.topMarginFix {
	margin-top: 60px;
}
a.center{
	margin: 0 auto 0 auto;
}
.contentWrap  {
	margin-left: 58px;
	margin-right: 10px;
	text-align: justify;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.productDescription ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
}
a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #096;
	outline: none;
}
a:hover {
	color: #0CF;
}
h2 a {
	text-decoration: none;
}
.contentWrap .productWrap {
	height: 275px;
	position: relative;
	margin-top: 115px;
}
.productPhoto {
	height: 275px;
	width: 275px;
	float: left;
	position: relative;
}
.productPhoto img {
	float: right;
}
.productDescription {
	width: 293px;
	height: 275px;
	float: left;
	position: relative;
	padding-left: 22px;
}
#frontDivider {
	position: absolute;
	bottom: 0px;
}
.divider {
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	height: 5px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#specialParagraphWrap {
	height: 315px;
}
.specialParagraph1 {
	float: left;
	width: 244px;
	margin-left: 58px;
	position: relative;
	margin-top: 10px;
	height: auto;
}
.specialParagraph2 {
	float: right;
	width: 275px;
	margin-right: 26px;
	margin-top: 10px;
	position: relative;
	height: auto;
}
.specialParagraph3 {
	float: left;
	width: 275px;
	margin-left: 58px;
	position: relative;
	margin-top: 20px;
	height: 275px;
}
.specialParagraph4 {
	float: right;
	width: 275px;
	margin-right: 26px;
	margin-top: 20px;
	position: relative;
	height: 275px;
}
#findUsAddress {
	height: auto;
	position: relative;
}
#wrapper #footer {
	width: 960px;
	height: 224px;
	position: relative;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 60px;
	margin-top: 100px;
}
.displayBlock a {
	display: block;
}
#footer a {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #603813;
	margin-top: 5px;
}
#footer a:hover {
	color: #06F;
}
#footerLinks {
	position: relative;
	width: 150px;
	margin-left: 50px;
}
#footer p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #603813;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.newMarker {
	background-image: url(images/newSign.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 79px;
	position: absolute;
	left: 202px;
	top: -39px;
}
#newMarker1 {
	left: 202px;
	top: -39px;
}
#creditCards {
	height: 41px;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
}
#creditCards #discover{
	height: 41px;
	width: 63px;
	float: left;
}
#creditCards #masterCard {
	height: 41px;
	width: 65px;
	float: left;
}
#creditCards #visa  {
	height: 41px;
	width: 67px;
	float: left;
}
#creditCards #amex {
	height: 41px;
	width: 60px;
	float: left;
}
.contentWrap .panelsWrap {
	height: auto;
	margin-top: 25px;
}
.panelAddressContent {
	background-image: url(images/stateInfoBackground.png);
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
}
.panelAddressContentBottom {
	background-image: url(images/stateInfoBottomBackground.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 9px;
	width: 557px;
	position: relative;
}
.address1Row {
	height: 150px;
}
.address2Row {
	height: 300px;
}
.address3Row {
	height: 450px;
}
.address4Row{
	height: 600px;
}
.addressLeft {
	float: left;
	width: 275px;
	height: 135px;
	clear: left;
	padding-top: 15px;
}
.addressRight {
	float: right;
	width: 275px;
	height: 135px;
	clear: right;
	padding-top: 15px;
}
.testimonial {
	font-style:italic;
	margin-bottom: 60px;
}
.panelAddressContent h2 {
	text-align: center;
	margin: 0px;
}
.panelAddressContent p {
	text-align: center;
	margin: 0px;
}
.panelAddressContent h3 {
	text-align: center;
	margin: 0px;
}
form {
	font-size: 1.2em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
}
#orderWrap {
	width: 360px;
	height: 580px;
	float: left;
}
#orderWrap p {
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 0px;
}
.twoSizes {
	height: 90px;
}
.fourSizes {
	height: 155px;
}
.inputFloat {
	padding-top: 4px;
	padding-left: 30px;
	width: 165px;
	float: left;
}
.inputFloatQuantity {
	padding-left: 60px;
	width: 80px;
	float: left;
}
#shippingInfo {
	height: auto;
	width: 280px;
	min-height: 420px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.shippingInfoItem {
	height: 30px;
	float: right;
	clear: right;
	margin-bottom: 5px;
}
.notes {
	width: 240px;
	height: 120px;
	float: right;
	clear: right;
	margin-bottom: 5px;
	margin-left: auto;
	margint-right: auto;
}
form input {
	margin: 0px;
	padding: 0px;
}
.inputMarginFix input{
	margin-top: 4px;
}
#centerWrap {
	position: relative;
	height: 650px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#searsBanner2
{
	margin: 0 auto 0 auto;
	display: block;
}

