body {
	margin:0;
	font-size:90%;
	text-align:center;
	color:#000;
}
body, #page, td, th {
	font-family:verdana,arial,helvetica,sans-serif;
}
/* Adjust text size for stupid MIE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html body {font-size:85%}
/* End hide from IE5/mac */

a {cursor:pointer;}

a:link	{color:#CA3C38;text-decoration:none;}
a:visited	{color:#800;text-decoration:none;}
a:hover 	{color:#F00;text-decoration:underline;}
a:focus 	{color:#F00;text-decoration:underline;}
a:active 	{color:#F00;text-decoration:underline;}
img {display: block;}
.breaker {
	font-size:1px;
	line-height:1px;
	clear:both;
}
/* **************************** BASIC PAGE SETUP LAYOUT ********** */
#page {	/* Entire site */
	width:1003px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock { /* Body Block */
	margin:0;
	position:relative;
	clear:both;
	background-color:#FFF;
	min-height: 	42em;
}
* html #bodyBlock {
	height:50px;
}
#contentColumn  	/* The big wahoonie */
{
	margin: 0 160px 0 240px;
	line-height:1.2em;
	z-index:1;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:230px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:150px;
	min-width:150px; 
	line-height:1.2em;
	text-align:left;
}
#contentColumnWide { /* The even bigger wahoonie */
	margin: 0 0 0 240px !important;
	line-height:150%;
	min-height:500px;
}
#footerBlock {
	clear:  			both;
	padding:			7px 2px 2px 2px;
	margin: 			10px 0px 0px 0px;
	background-color:   #DC2F28;
	font-size:  		10px;
	color:  			#fff;
	height:				40px;
	line-height:		1.4em;
	background-image:url(../statimages/menu_back.gif);
	background-repeat:repeat-x;
}
/* 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 #contentColumn 	{height:50px;}
	 * html #contentColumnWide	{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */
/* ********************* HEADER ************************************* */
#headerBlock {
	background-image:url(../statimages/header_top.gif);
	background-repeat:repeat-x;
	background-color:#dc2f28;  
	height:215px;
}
h1 {
	font-size:9px;
	color:#fff;
	text-align:right;
	margin:0 0 0 115px;
	padding:0 5px 0 0;
	height:14px;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}
h1 a, h1 a:hover {color:#fff !important;}

#pageHeader {
	background-color:transparent;
	margin:0;
	height:167px;
	border-bottom:12px solid #FFF;
	background-image:url(../statimages/header_curve2.png);
	background-position:621px 93px;
	background-repeat:no-repeat;
	position:relative;
}
#headSlogan {
	width:400px;
	height:50px;
	position:absolute;
	top:16px;
	right:0;
}
#headLogo {
	width:176px;
	height:167px;
	position:absolute;
	top:0px;
	left:0;
}
#headText {
	width:445px;
	height:94px;
	position:absolute;
	left:176px;
	top:67px;
	border-bottom:6px solid #fff;
}
#thisIsTheDate {
	width:200px;
	height:20px;
	position:absolute;
	top:156px;
	right:10px;
	text-align:right;
	font-size:	0.8em;
}
#thisIsTheDate span
{
	vertical-align:  	super;
	font-size:  		smaller;
}

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

#navTop {
	height:24px;
	line-height:24px;
	padding:9px 5px 0 0;
	margin:0;
	background-image:url(../statimages/menu_back.gif);
	background-repeat:repeat-x;
	border-bottom:12px solid #fff;
	color:#fff;
	font-size:12px;
	font-weight:700;
}

#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;
}
#navTop ul li a,
#navTop ul li a:visited {color:#fff;}
#navTop ul li a:hover	{color:#ff0;text-decoration:none;}
#navCheckout
{
	display:inline;
	float:right;
	margin:0;
	line-height:21px;
	height:21px;
	text-align:	right;
	color:#fff;
	padding:0 0 0 5px;
}
#navCheckout form {display:inline;}



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

#leftColumn, #rightColumn {
	font-size:  			1em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}
#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 : 30px;
	line-height : 30px;
	font-size : 19px;
	font-weight : bold;
	font-family : "trebuchet ms",verdana,arial,helvetica,sans-serif;
	color : #fff;
	background-color : #44B54A;
	margin : 0;
	padding : 0;
    text-align : center;
	background-image : url(../statimages/side_h2.gif);
}
#leftColumn h2
{
	background-image : url(../statimages/side_left_h2.gif);
}

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

#leftColumn .boxBody,
#leftColumn address
{
	background-image:url(../statimages/left_side_back.gif);
}
#rightColumn .boxBody
{
	background-image:url(../statimages/right_side_back.gif);
}

#leftColumn .boxBody,
#rightColumn .boxBody,
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	background-color:#fff;
	color:#000;
	margin:0;
	padding:7px;
	font-size:75%;
	background-repeat:  repeat-y;
}

#leftColumn .boxBody a, #rightColumn .boxBody a,  #leftColumn address a {
	text-decoration:underline;
}
#leftColumn img.sideBottom, #rightColumn img.sideBottom {
	margin:0 0 18px 0;
}

#leftColumn ul
{
	background-image:url(../statimages/left_side_back.gif);
}
#rightColumn ul
{
	background-image:url(../statimages/right_side_back.gif);
}
#leftColumn ul
{
	width:228px;
}
#rightColumn ul
{
	width:148px;
}
#leftColumn ul,
#rightColumn ul
{
	line-height:1em;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:1px;
	list-style:none;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-repeat:repeat-y;
}


#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:0 1px;
	list-style:none;
	border-bottom:1px solid #E3E3E3;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	padding:3px 0 2px 4px;
	color:#6C6767;
	text-decoration:none;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#FFF;
	background-color:#1193D9;
	text-decoration:none;
}

#leftColumn .btnGo {
	float:right;
	border:0;
	margin:2px 0 0 0;
}

#rightColumn h3
{
	line-height:			18px;
	background-color:   	#fff;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#005391;
	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;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}

#rightColumn .creditcards
{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
}
#rightColumn .creditcards span
{
	font-size:0.7em;
	text-align:left;
}
#rightColumn .creditcards .creditcard {
	margin-top: 3px;
	float:left;
	border:solid 1px #fff;
}

#rightColumn div.sideSpecials {color:#000;}
#rightColumn div.sideSpecials a {color:#000;text-decoration:none;}
#rightColumn div.sideSpecials strong {display:block;color:#005391;text-align:center;font-size:1em;margin:1em 0 0.3em 0;}
#rightColumn div.sideSpecials img {
	border:1px solid #000;
	margin:0 auto;
}
#rightColumn div.sideSpecials span.specialsPrice {display:block;}
#rightColumn div.sideSpecials a:hover span.specialsPrice span {color:#005391;text-decoration:underline;}

#rightColumn #rememberme {
    padding:                5px 0px 0px 0px !important; 
    margin:                 1px 0px 0px 0px !important;
    float:                  left;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:10px;
}

#rightColumn #remembertext {
    padding:                0px 0px 0px 0px !important; 
    margin:                 0px 0px 0px 0px !important;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:              0.8em;
}

/* **** SIDEBAR FORM **** */
.boxBody label {
	font-weight:bold;
	display:block;
	margin-top:0.3em;
}
.boxBody select {
	width:136px;
	font-size:0.9em;
	margin-bottom:0.2em;
}



/* ********************* CONTENT ********************* */
#contentColumn h2,
#contentColumnWide h2
{
	margin:0 0 0.6em 0;
	padding:				0.3em 0.5em;
	font-size:  			1.4em;
	color:  				#fff;
	background-color:   	#44B54A;
	border: 				1px solid #14851A;
}
/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#fff;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#fff;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #fff;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}