/* *** BASIC SETUP *** */

body, td, p, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
}
a {color:#3973C6;cursor:pointer;}
* html a {cursor:hand;} /* Only IE sees this. */
a:link		{color:#3973C6;text-decoration:none;}
a:visited	{color:#04D;text-decoration:none;}
a:hover		{color:#07F;text-decoration:underline;}
a:focus		{color:#07F;text-decoration:underline;}
a:active	{color:#F00;text-decoration:underline;}
img {display:block;}
.clearboth {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear:both;
}
p
{
	margin-top:		0;
}
/* *** BASIC LAYOUT *** */

#page
{
	width:		779px;
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0 0 10px 0;
    padding:0;
	height:151px;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	14em;
	position:   	relative;
	margin-top: 	0;
	padding:0px;
}
* html #bodyBlock {height:14em;}

#contentColumn  	/* The big wahoonie */
{
	margin:0 160px 0 160px;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:150px;
	min-width:150px;
	line-height:1.2;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	min-width:150px; 
	line-height:1.2;
	text-align:left;
}
#footerBlock {
	clear:				both;
	margin:				10px 0 5px 0;
	padding:			3px;
	font-size:			0.8em;
	background-color:	#ffa813;
	color:				#fff;
	font-style:			italic;
	font-weight:		bold;
}
/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

/* *** HEADER *** */

h1{
	font-size:0.7em;
	padding:0 5px;
	margin:0;
	white-space:nowrap;
}
#pageheader {
    height:		118px;
    margin:		0;
    padding:	0;
}
#pageheader img {
	display:inline;
	height:118px;
}
#pageheader #headerRight	{float:right;width:219px;}
#pageheader #headerLeft		{float:left;width:551px;}

#navTop {
	clear:both;
	background-color:#3973C6;
	color:#fff;
	font-size:0.9em;
	line-height:21px;
	font-weight:700;
	padding:0 0 0 6px;
	margin:0;
}
#navTop form {display:inline;margin:0;}
#navTop a    		{color:#fff;text-decoration:none;}
#navTop a:link 		{color:#fff;text-decoration:none;}
#navTop a:visited	{color:#fff;text-decoration:none;}
#navTop a:hover		{color:#fff000;text-decoration:none;}
#navTop a:focus		{color:#fff000;text-decoration:none;}
#navTop a:active	{color:#fff000;text-decoration:none;}
#navHome,#navCheckout {
	display:inline;
	margin:0;
	height:21px;
	line-height:21px;
	font-size:0.75em;
}
#navCheckout {
	float:right;
	width:150px;
	text-align:	right;
	padding:0;
	background-color:#3973C6;
}
#navHome {
	width:auto;
	padding:0 5px 0 0;
}
#navTop ul li {
	display:inline;
	padding:0 5px;
	border-left:1px solid #fff;
}
#navTop ul li.first	{
	display:		inline;
	padding:		0 5px;
	border-left: 	0 solid #fff;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:	1em;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p,
#rightColumn p,
#leftColumn form,
#rightColumn form
{
	margin:0px;
}
#leftColumn h2, #rightColumn h2 {
	height:18px;
	line-height:18px;
	margin:0;
	padding:0 0 0 10px;
	font-size:0.8em;
	color:#fff;
	background-color:#2C86BB;
	font-weight:bold;
}
#leftColumn h2.hilite, #rightColumn h2.hilite {
	font-size:1em;
	color:#08398C;
	background-color:#FFA510;
	border-style:solid;
	border-width:1px 1px 0 1px;
	height:1.5em;
	line-height:1.5em;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
}
#leftColumn .hilite, #rightColumn .hilite {
	border-color:#FFA510 !important;
}

#leftColumn h2 a, #rightColumn h2 a {text-decoration: none;color: #fff;}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{color: #fabcbc;}

#leftColumn .boxBody,
#rightColumn .boxBody,
#leftColumn address {
	font-style:normal;
	background-color:#fff;
	color:#000;
	margin:0 0 10px 0;
	padding:5px;
	font-size:75%;
	border-color:#2C86BB;
	border-style:solid;
	border-width:0 1px 1px 1px;
}
#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a {
	text-decoration:underline;
}

#leftColumn ul {
	margin:0 0 10px 0;
	padding:5px;
	list-style:none;
	font-size:75%;
	border-color:#2C86BB;
	border-style:solid;
	border-width:0 1px 1px 1px;
}
#leftColumn ul li {
	line-height:1.2em;
	font-weight:bold;
	color:#0B3D92;
	margin:0;
	padding:1px 0;
	list-style-type:none;
}
#leftColumn ul li a {
	color:#0B3D92;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#0B3D92;
	text-decoration:underline;
}
#leftColumn ul li.subcat {
	font-size:0.8em;
	line-height:1.5em;
	font-weight:bold;
	color:#0B3D92;
	margin:0;
	padding:0 0 0 15px;
	list-style-type:none;
	background-image:		url(../statimages/listbullet.gif);
	background-repeat:		no-repeat;
	background-position:	0 50%;
}

#leftColumn h2.cat {
	font-size:1em;
	color:#08398C;
	background-color:#FFA510;
	height:1.5em;
	line-height:1.5em;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
}
#leftColumn #cat {padding:1px;border-color:#FFA510;}
#leftColumn #cat li {}
#leftColumn #cat li a {
	display:block;
	padding:1px 2px 1px 6px;
	background-color:#8ECEE9;
	color:#2859AC;
}
#leftColumn #cat li a:hover {
	background-color:#2C86BB;
	color:#FFF;
	text-decoration:none;
}

#leftColumn .button,#rightColumn .button {
	margin:5px;
	text-align:right;
}
#leftColumn .buttonGo, #rightColumn .buttonGo {
	margin:4px 0;
	border-width:0;
}
#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#3973C6;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:left;
}
#leftColumn .creditcards .creditcard {
	margin-top: 3px;
	float:left;
	border:solid 1px #fff;
}

#leftColumn .tellafriend
{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
}
#leftColumn .tellafriend span
{
	font-size:0.7em;
	text-align:left;
}
#leftColumn .tellafriend .tellafriend {
	margin-top: 3px;
	float:left;
	border:solid 5px #000;
}

#leftColumn #tellAFriendImage
{
	margin:		0 0 7px 0;
}
#rightColumn h3
{
	line-height:			18px;
	background-color:   	#fff;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#5B5D60;
	font-weight:			700;
}
#rightColumn h3 span
{
	display:				block;
}
#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			1em;
	font-weight:			700;
	text-align: 			right;
}
.specialListing {margin:0.5em 0}
.specialListing a.title {text-decoration:none;color:#000;font-weight:bold;}
.specialListing .image {text-align:center;padding:3px 0;}
.specialListing .image img {margin:0 auto;border:1px solid #000;}
.specialListing .price a {text-decoration:none;}
.specialListing .price a:hover {color:#3973C6;text-decoration:underline;}


#rightSpecials .specialsTitle {
	display:block;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding:5px 0 0 0;
	text-decoration:none !important;
}
#rightSpecials .specialsImage {text-align:center;}
#rightSpecials .specialsImage img {margin:3px auto;border:1px solid #000;}
#rightSpecials .specialsPrice {
	text-align:center;
	font-weight:bold;
}
#rightSpecials .specialsPrice a {text-decoration:none;}
#rightSpecials .specialsPrice a:hover {text-decoration:underline;}

#rightColumn .loginID, #rightColumn .loginPass {
	width:111px;
}

/* *** FOOTER *** */
#footerBlock #copyright
{
	padding:	0 0 0 7px;
}
#footerBlock ul {
	float: right;
	display: inline;
	margin:0;
	padding:	0 7px 0 0;
	list-style:none;
	width:40%;
	text-align:right;
}
#footerBlock li {
	display: inline;
	margin:0;
	list-style:none;
	border-left:1px solid #fff;
	padding:0 0 0 5px;
	border-collapse:collapse;
}

#footerBlock li a:link,		#footerBlock div a:link		{color:#fff;text-decoration:none;}
#footerBlock li a:visited,	#footerBlock div a:visited	{color:#fff;text-decoration:none;}
#footerBlock li a:hover,	#footerBlock div a:hover	{color:#fff;text-decoration:underline;}
#footerBlock li a:focus,	#footerBlock div a:focus	{color:#fff;text-decoration:underline;}
#footerBlock li a:active,	#footerBlock div a:active	{color:#fff;text-decoration:underline;}
#footerBlock div a {text-decoration:underline !important;}

/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #008;
	padding-bottom:2px;
}
#shoppingCart .listNavTable span {
	padding:0 0.5em;
}
#shoppingCart .listNavTable a {
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img {
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}


/* *** ACROSS WHOLE  SITE *** */

#shoppingCart {background-color:#fff;}

#linkHeader {
	position:relative;
}
* html #viewStory #linkHeader {}
#linkHeader h2 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-color:	#264DA6;
	margin: 			0;
	padding:			0.3em 5em 0.3em 0.5em;
	font-size:  		1.1em;
	color:  			#FFF;
	font-weight:		bold;
}
#linkHeader .fakeH2 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-color:	#264DA6;
	margin: 			0;
	padding:			0.3em 0.5em;
	font-size:  		1.1em;
	color:  			#FFF !important;
	font-weight:		bold;
	position:absolute;
	top:0;
	right:0;
}
* html #linkHeader .fakeH2 {
	right:168px;
	top:3px;
}
#linkHeader .fakeH2 a {color:#FFF;}

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
}
.chemicalDisclaimer
{
	color:				#264DA6;
	text-align:			center;
}
#shoppingText {
	font-size:0.9em;
	padding:1em 1em 0 1em;
	margin:0 0 4px 0;
	border-bottom:1px solid #008 !important;
}

