BODY
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background: #000000 url(images/bkgrnd.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

H2 
{
	font-size:16px;	
	
}

H4
{
	font-size:14px;	
	
}

.thrColAbsHdr #container
{
	position: relative;
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.thrColAbsHdr #header
{
	height: 200px;
	background: #010101;
	padding: 0 0px;
}
.thrColAbsHdr H3
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
}
.thrColAbsHdr #header H1
{
	margin: 0;
	padding: 0px 0;
}


.thrColAbsHdr #specialNotice
{
	position: absolute;
	color: #FEFEFE;
	top: 10px;
	width: 135px;
	left: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#FF3
}

.thrColAbsHdr #storeHours
{
	position: absolute;
	color: #FEFEFE;
	top: 55px;
	width: 200px;
	left: 631px;
	font-size: 13px;
}
.thrColAbsHdr #topmenu
{
	top: 166px;
	left: 15px;
	position: absolute;
}
.thrColAbsHdr #topmenu UL#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 12px;
	background: transparent url(images/nav_bg.png) repeat-x top left;
}
.thrColAbsHdr #topmenu UL#menu LI
{
	display: block;
	float: left;
	width: auto;
	overflow:hidden;
	margin: 0;
	padding: 0;
}
.thrColAbsHdr #topmenu UL#menu LI A
{
	display: block;
	float: left;
	width: auto;
	overflow:hidden;
	color: #FEFEFE;
	text-decoration: none;
	padding: 8px 20px 0;
}
.thrColAbsHdr #topmenu UL#menu LI A:hover
{
	color: #000000;
	height: 22px;
	/*background: transparent url(images/nav_bg.png) no-repeat 0px -30px;*/
}
.thrColAbsHdr #topmenu UL#menu LI A.current
{
	display: inline;
	height: 22px;
	color: #000000;
	/*background: transparent url(images/nav_bg.png) no-repeat 0px -30px;)*/
	float: left;
	margin: 0;
}
.thrColAbsHdr #footermenu
{
	left: 268px;
	position: relative;
}
.thrColAbsHdr #footermenu UL#menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 30px;
	font-size: 11px;
}
.thrColAbsHdr #footermenu UL#menu LI
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	overflow:hidden;
	/*[empty]font-size:;*/
}
.thrColAbsHdr #footermenu UL#menu LI A
{
	display: block;
	width: auto;
	float: left;
	overflow:hidden;
	color: #FEFEFE;
	text-decoration: none;
	padding: 8px 20px 0;
}
.thrColAbsHdr #footermenu UL#menu LI A:hover
{
	color: #D20C1D;
	height: 22px;
}
.thrColAbsHdr #footermenu UL#menu LI A.current
{
	display: inline;
	height: 22px;
	float: left;
	margin: 0;
	color: #D20C1D;
}
.thrColAbsHdr #sidebar1
{
	position: absolute;
	top: 200px;
	left: 0;
	width: 175px;
	background: #FEFEFE;
	padding: 5px 5px 15px 15px;
}
.thrColAbsHdr #sidebar1 A IMG
{
	border: none;
}
.thrColAbsHdr #sidebar2
{
	position: absolute;
	top: 207px;
	right: 5px;
	width: 175px;
	background: #FEFEFE;
	padding: 5px 10px 15px 5px;
	text-align: center;
}
.thrColAbsHdr #mainContent
{
	margin: 0 200px;
	padding: 0 10px;
	border-right: 1px solid #7889A3;
	border-left: 1px solid #7889A3;
}

.thrColAbsHdr #mainContentProducts
{
	margin: 0px 1px 0px 160px;
	padding: 0 10px;
	border-right: 1px solid #7889A3;
	border-left: 1px solid #7889A3;
}

.thrColAbsHdr #footer
{
	padding: 0 10px 0 20px;
	background: #010101;
	color: #FFF;
	text-align: center;
}
.thrColAbsHdr #footer P
{
	margin: 0;
	padding: 10px 0;
}
.fltrt
{
	float: right;
	margin-left: 8px;
}
.fltlft
{
	float: left;
	margin-right: 8px;
}
.sidebarmenu{
	margin-left:-15px;
}

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #FEFEFE;
border-right: 1px solid #FEFEFE;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #010101; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 130px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
