/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:	Arial, Verdana, Helvetica, sans-serif;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#FFF;
	background-image:url(../images/bodyBG.jpg);
}
a {color:#BE2A40;cursor:pointer;}
/* Holly Hack - only Explorer PC sees this \*/
* html a {cursor:hand;}
/* End Hack */

a:link		{color:#EA7D00;text-decoration:none;}
a:visited	{color:#CA5D00;text-decoration:none;}
a:hover		{color:#EA7D00;text-decoration:underline;}
a:focus		{color:#EA7D00;text-decoration:underline;}
a:active	{color:#F00;text-decoration:underline;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

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

#page {
	width:		779px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0 17px 0 17px;
	text-align: left;
	background-image:url(../images/sidebg.gif);
	background-repeat:repeat-y;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	600px;
	position:   	relative;
	margin-top: 	0em;
	background-color:#FFF;
	border-top:1px solid #000;
}

/* Holly Hack - only Explorer PC sees this \*/
* html #bodyBlock {height:100em;}
/* End Hack */

#contentColumn  	/* The big wahoonie */
{
	margin:0 0 0 220px;
	padding-top:18px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	color:#535f6a;
	min-height:600px;
}
#leftColumn {
	position:absolute;
	top:0;
	left:0;
	width:147px;
	line-height:1.2em;
	text-align:left;
	padding: 22px 28px 50px 26px;
	background-image:   	url(../images/leftColumnBottom.gif);
	background-repeat:  	no-repeat;
	background-color:   	#ea7d00;
	background-position:	bottom right;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			00px 0px 0px 0px;
	background-color:   #D6D7DA;
	font-size:  		10px;
	color:  			#000;
	line-height:		1.4em;
	border:1px solid #000;
}

/* Stops floats wandering out of their containing boxes in MIE */
/* 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:		0 4px 2px 4px;
	white-space:nowrap;
}
#pageBanner {
	height: 129px;
	background-color:#cdced1;
	border-bottom: 1px solid #000;	
}
#pageBanner img {display:inline;}
#pageBanner img.right {float:right;}
#pageBanner img.left  {margin:8px 0 0  35px;}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	clear:both;
	background-color:#000;
	padding:2px 5px 2px 0;
	margin:0;
	text-align:left;
	font-weight:bold;
	color:#FFF;
}

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

#leftColumn {
	font-size:  			0.9em;
}
#leftColumn ul {
	line-height:1.2em;
	font-size:90%;
	margin:0 0 15px 0;
	padding:7px 3px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, Times, sans-serif;
	font-weight:normal;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#FFF;
}
#leftColumn ul li {
	margin:0;
	padding:1px 1px 1px 3px;
	background-image:   	url(../images/smallBox.gif);
	background-repeat:  	no-repeat;
	background-position:	3% 50%;
}
#leftColumn ul li a {
	display:block;
	color:#535f6a;
	background-color:#FFF;
	padding:1px 2px;
	text-decoration:none;
	margin-left:			17px;
	text-transform: 	lowercase;
}
#leftColumn ul li a:hover {
	color:#535f6a;
	background-color:#fff;
	text-decoration:underline;
}
#leftColumn h2 {
	background-color:   	#cdced1;
	margin: 				0;
	padding:				5px 0 5px 10px;
	line-height:			1.4em;
	font-size:  			1.2em;
	color:  				#000;
	font-weight:			300 !important;
	border: 				1px solid #000;
}
#leftColumn .boxBody {
	line-height:1.3em;
	font-style:normal;
	background-color:#fff;
	color:#535f6a;
	margin:0 0 15px 0;
	padding:6px;
	font-size:1em;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#leftColumn .boxBody a	{text-decoration:underline;color:#ea7d00;}
#leftColumn address a	{text-decoration:underline;}
#leftColumn label {display:block;text-transform:lowercase;font-size:90%;line-height:1.2em;}
#leftColumn #searchField {
	margin: 				1px;
	display:				block;
	width:128px;
	border:1px solid #535f6a;
	color:#535f6a;
	font-size:1em;
}
#leftColumn #searchButton {
	font-size:  			0.9em;
	margin: 				2px 0 2px 88px;
	display:				block;
}
#leftColumn h2.contact
{
	background-color:   transparent;
	border-width:   	0;
	color:  			#fff;
	margin:				0.5em 0 0.5em 0;
	padding:			0;
	font-size:1.4em;
}
#leftColumn address
{
	line-height:			1.3em;
	font-style: 			normal;
	background-color:   	transparent;
	color:  				#fff;
	margin: 				0;
	padding:				0;
	font-size:  			95%;
}

#leftColumn address a
{
	text-decoration:		none;
	color:  				#fff;
}
#leftColumn address a:hover
{
	text-decoration:		underline;
}




/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#000;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#000;
}
#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 #000;
}
#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;
}

/* *** 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;
}
