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

a:link		{color:#7F6758;text-decoration:none;}
a:visited	{color:#7F6758;text-decoration:none;}
a:hover		{color:#524238;text-decoration:none;}
a:focus		{color:#07F;text-decoration:none;}
a:active	{color:#F00;text-decoration:none;}

img {display:block;}

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

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

#page {
	width:		640px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
	border:2px solid #B99765;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	clear:  		both;
	min-height: 	20em;
	position:   	relative;
	margin-top: 	0em;
	background-color:#F1F1ED;
	border-top:1px solid #FFF;

}

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

#contentColumn  	/* The big wahoonie */
{
	margin:5px 140px 0 160px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	border:2px solid #FFF;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:5px;
	width:148px;
	min-width:148px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:135px;
	min-width:135px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			0px 0px 0px 0px;
	background-color:   #D9C5A9;
	font-size:  		10px;
	color:  			#fff;
	line-height:		1.4em;
	border-top:2px solid #FFF;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}

/* 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:		1px 4px 2px 4px;
	white-space:nowrap;
}
#pageBanner {
	height: 120px;
	background-color:#0073C6;
	margin:0 0px;
}
#pageBanner img {
	display:inline;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	clear:both;
    text-align:center;
	background-color:#BE2A40;
	color:#FFF;
	font-size:10px;
	line-height:18px;
	height:18px;
	font-weight:700;
	padding:2px 5px 3px 0px;
	margin:0 2px 10px 2px;
	text-align:left;
}

/* *** 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 {
	line-height:18px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	font-size:1.0em;
	color:#5E5248;
	font-weight:700;
	border-top:1px solid #5E5248;
	border-bottom:1px solid #5E5248;
	font-family:Tahoma, Arial, Helvetica, Times, sans-serif;
}
#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #cccccc;	
}
#leftColumn .boxBody,#rightColumn .boxBody, #rightColumn address {
	line-height:1.3em;
	font-style:normal;
	background-color:#BFB778;
	color:#FFF;
	margin:0 0 10px 0;
	padding:7px;
	font-size:75%;
	border-right:4px solid #7F6758;
	border-left:4px solid #7F6758;
	border-bottom:10px solid #7F6758;
}
#leftColumn .boxBody a, #rightColumn .boxBody a,  #leftColumn address a {
	text-decoration:underline;
}
#leftColumn ul,	#rightColumn ul {
	line-height:1.8em;
	font-size:85%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	list-style:none;
	font-family:Tahoma, Arial, Helvetica, Times, sans-serif;
}
#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:5px 0 0 0;
	border-bottom:1px solid #ADA097;

}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	color:#575757;
	padding:9px 2px 0px 2px;
	text-decoration:none;

}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	color:#000;
	text-decoration:none;
}
#rightColumn h3
{
	line-height:			18px;
	background-color:   	#BFB778;
	margin: 				0;
	padding:				7px 2px;
	text-align:center;
	font-size:  			1.0em;
	color:  				#FFF;
	font-weight:			700;
	border-right:4px solid #7F6758;
	border-left:4px solid #7F6758;
}
#rightColumn h3 span
{
	display:				block;
}
#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;
}

/* *** 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;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}
/* *** 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;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */

#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2 {
	background-color:	#0073C6;
	margin: 			0 0 10px 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#FFEF00;
	font-weight:		bold;
}
#shoppingCart .fakeH2 {
	background-color:	#0073C6;
	margin: 			0 0 10px 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#FFEF00;
	font-weight:		bold;
	position:absolute;
	top:0;
	right:0;
}

/* Holly Hack - only Explorer PC sees this \*/
* html #shoppingCart #linkHeader .fakeH2 {right:160px;background-color:transparent;}
/* End Hack */

#shoppingCart .fakeH2 a 		{color:#FFEF00;}
#shoppingCart .fakeH2 a:hover 	{color:#FFF800;}

/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
.contentArea {width:308px;}