/*----------------------HTML Tags and Subclasses -------------------------*/

body 
{
	margin: 0px;
	text-align:center;
}
	
a.tabnav:link, a.tabnav:visited
{
	float: left;
	margin: 0;
	padding: 0;
	height: 22px;
	height: expression('22px');
}

a.tabnav:hover
{
	background-color: #783104;
}
a.current:link, a.current:visited, a.current:hover
{
	float: left;
	margin: 0;
	text-decoration:none;
	color: #FFF;
	padding-right: 6px;
	padding-left: 3px;
	padding-top: 2px;
	height: 20px;
	height: expression('22px');	
	background-color: #783104;
}

ul#tabnav
{
	font: 12px arial;
	letter-spacing: 0.5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#tabnav li
{
	display: inline;
}

a.subnav:link, a.subnav:visited
{
	font: bold 12px/20px arial;
	letter-spacing: 0.5px;
	color: #9B6B3D;
	text-decoration: none;
	padding-right: 6px;
}

a.subnav:hover
{

}

a.storelink:link, a.storelink:visited
{
	font: 12px/14px arial;
	letter-spacing: 0.5px;
	color: #663300;
	text-decoration: none;
		
}

a.storelink:hover
{
	text-decoration: underline;	
}


/*------------------------------ Areas -------------------------------------*/

#frame
{
	position: relative;
	margin: 0px auto;
	text-align: left;
	border: solid 1px #663300;
	width: 780px;
	width: expression('782px');
	/*
	width: 780 !important;
	width: 782px;
	*/
}

#banner_top
{
	width: 780px;
	height: 66px;
	background-image: url(images/bg_banner_top.jpg);
	background-repeat: no-repeat;
}

#banner_base
{
	position: relative;
	width: 780px;
	height: 53px;
	background-image: url(images/bg_banner_base.jpg);
	background-repeat: no-repeat;
	
}

#banner_home
{
	position: relative;
	width: 780px;
	height: 53px;
	background-image: url(images/bg_banner_home.jpg);
	background-repeat: no-repeat;	
}

#nav
{
	position:absolute;
	top:44px;
	left:284px;
}

#subnav
{
	position:absolute;
	top:1px;
	left: 430px;

}

.leftcolumn
{
	float: left;
	font: 12px/18px arial;
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 50px 20px 10px 50px;
	width: 329px;
	width: expression('399px');
	height: 348px;
	height: expression('408px');
}

/* God damn IE */
* html .leftcolumn {margin-right:-3px;}

.rightcolumn
{

}

.products
{
	background-image: url(images/bg_products.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.productpages
{
	background-image: url(images/bg_products.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.stores
{
	background-image: url(images/bg_stores.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.home
{
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.company
{
	background-image: url(images/bg_company.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.employment
{
	background-image: url(images/bg_employment.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.events
{
	background-image: url(images/bg_events.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

.sales
{
	background-image: url(images/bg_sales.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

#footer
{
	clear: both;
	text-align: center;
	font: 10px arial;
	color: #9B6B3D;
	letter-spacing: 1px;
	border-top: 2px solid #9B6B3D;
	width: 780px;
	padding-top: 8px;
	height: 22px;
	height: expression('30px');
}

.storeinfo
{
	font: 12px/14px arial;
	letter-spacing: 0.5px;
	color: #663300;
}

