/* *** 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:#003399;cursor:pointer;}
* html a {cursor:hand;} /* Only IE sees this. */
a:link		{color:#003399;text-decoration:none;}
a:visited	{color:#000000;text-decoration:none;}
a:hover		{color:#ff0000;text-decoration:none;}
a:focus		{color:#07F;text-decoration:none;}
a:active	{color:#F00;text-decoration:none;}
img {display:block;}
.clearboth {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

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

#contentColumn  	/* The big wahoonie */
{
	margin:0 169px 0 160px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width:450px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:2px;
	width:150px;
	min-width:150px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:2px;
	width:159px;
	min-width:150px; 
	line-height:1.2em;
}
#footerBlock {
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	background-color:   #039;
	font-size:  		10px;
	color:  			#fff;
}
/* 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;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}
#pageheader {
	height:111px;
	width:775px;
	position:relative;
	background-image:url(../images/new_headerLeft.gif);
	background-repeat:none;
	margin:0 2px 0 2px;
	border-bottom:1px solid #FFF;
}
#pageheader #headerRight {float:right}

#navTop {
	clear:both;
	background-color:#003399;
	color:#FFF;
	font-size:10pt;
	line-height:21px;
	font-weight:700;
	padding:0 0 0 20px;
	margin:0 2px 10px 2px;
}
#navTop li {background-color:transparent !important;}
#navTop li a, #navTop li a:visited {color:#ffffff;background-color:transparent !important;}
#navTop li a:hover	{color:#D7EBFF;text-decoration:none;}
#navCheckout {
	display:inline;
	float:right;
	margin:0;
	line-height:21px;
	width:180px;
	text-align:	right;
	color:#FFF;
	font-size:0.75em;
	padding:0 0 0 10px;
}
#navCheckout ul	{margin:0;}
#navCheckout form {display:inline;}
#navHome {
	display:inline;
	color:#FFF;
	font-size:0.75em;
	line-height:21px;
	padding:0 10px 0 0;
	margin:0;
}
#navHome ul	{margin: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 {
	line-height:18px;
	background-color:#003399;
	margin:0;
	padding:0 0 0 10px;
	font-size:0.9em;
	color:#ffffff;
	font-weight:700;
}

#leftColumn h2, #rightColumn h2 {
	background-image:url(../statimages/boxTL.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#leftColumn h2 span, #rightColumn h2 span {
	padding:2px 0 2px 0;
	display:block;
	background-image:url(../statimages/boxTR.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
}
#leftColumn h2.noBox, 		#rightColumn h2.noBox 		{padding:0 0 0 10px;background-image:url(../statimages/navL.gif);}
#leftColumn h2.noBox span, 	#rightColumn h2.noBox span	{padding:0;background-image:url(../statimages/navR.gif);}

#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #003399;	
}
#leftColumn .boxBody,#rightColumn .boxBody, #leftColumn address {
	line-height:1.3em;
	font-style:normal;
	background-color:#ffffff;
	color:#003399;
	margin:0 0 10px 0;
	padding:7px;
	font-size:75%;
	border-left:1px solid #003399;
	border-right:1px solid #003399;
	border-bottom:1px solid #003399;
}
#leftColumn .boxBody a, #rightColumn .boxBody a,  #leftColumn address a {
	text-decoration:underline;
}
#leftColumn ul,	#rightColumn ul {
	line-height:1.2em;
	font-size:70%;
	margin:0 0 10px 0;
	padding:0.5em 0 0 0;
	list-style:none;
}
#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:1px;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	color:#003399;
	background-color:#fff;
	padding:1px 2px;
	text-decoration:none;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#fff;
	background-color:#F98D19;
	text-decoration:none;
}
#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;
}
#leftColumn .creditcards
{
	text-align:left;
	margin-bottom:5px;
	padding-bottom:10px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:left;
}
#leftColumn .creditcards .creditcard {
	margin-top: 3px;
	float:left;
	border:solid 1px #fff;
}
#rightColumn #specialBox {text-align:left;}
.specialListing {margin:0.5em 0}
.specialListing h3.title {font-size:1em;color:#000;font-weight:bold;text-align:center;margin:1em 0 0 0;}
.specialListing .image {text-align:center;padding:3px 0;}
.specialListing .image img {margin:0 auto;border:1px solid #000;}
#specialBox .specialListing .price {color:000;}
#specialBox .specialListing .price a:link  {text-decoration:none;}
#specialBox .specialListing .price a:hover {color:#3973C6;text-decoration:underline;}

#rightColumn #rightLoginForm label {
	font-weight:bold;
	color:#000;
}
#rightColumn #rightLoginForm .buttonGo {
	margin-top:2px;
}

#rightColumn div .sideSpecials h3 {text-align:center;font-size:1em;line-height:1.2em !important;margin:1em 0 0.3em 0;}
#rightColumn div .sideSpecials h3 a {color:#000;text-decoration:none !important;}
#rightColumn div .sideSpecials img {
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	margin:0 auto;
}
#rightColumn div.sideSpecials a			{text-decoration:none;}
#rightColumn div.sideSpecials a:hover	{text-decoration:underline;}


/* *** FOOTER *** */

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

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

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	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 #linkHeader {
	position:relative;
}
#shoppingCart h2 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-color:	#F98D19;
	margin: 			0;
	padding:			0.3em 5em 0.3em 0.5em;
	font-size:  		1.1em;
	color:  			#FFF;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-color:	#F98D19;
	margin: 			0;
	padding:			0.3em 0.5em;
	font-size:  		1.1em;
	color:  			#FFF !important;
	font-weight:		bold;
	position:absolute;
	top:0;
	right:0;
}
* html #shoppingCart #linkHeader .fakeH2 {
	right:168px;
	top:3px;
}
#shoppingCart .fakeH2 a {color:#FFF;}

#breadcrumbs {
	font-size:0.7em;
	padding:0;
}