/**
 * Copyright Notice
 * This file contains proprietary information of Valspar Corporation
 * Copying or reproduction without prior written approval is prohibited.
 * Copyright (c) 2007
*/

/*Page Layout*/
/*
#mainwrap
{
	margin:0 auto;
	clear:both;
}

#main
{
	margin-left:0px;
	margin-right:0px;
	padding:0;
	background-color: #555555;

}
*/
.homeHR {
	border-bottom:4px solid #FF9A00;
}

.aboutHR {
	border-bottom:4px solid #0071DE;
}

.productsHR {
	border-bottom:4px solid #E66100;
}

.faqHR {
	border-bottom:4px solid #2F889C;
}

.newsHR {
	border-bottom:4px solid #9A0000;
}

.galleryHR {
	border-bottom:4px solid #BA8A00;
}

.contactHR {
	border-bottom:4px solid #239601;
}

.cartHR {
	border-bottom:4px solid #CA0A03;
}

#listmenu
{
	height:24px; _height: 23px;
	background-color:#555555;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	clear:both;
        
}

#listmenu ul
{
	padding-top:0px;
	margin:0;
	width: 1050px;
}

#listmenu li
{
	float:left;
	padding:0 10px;
	list-style-type:none;
}

#listmenu li.lastclass
{
	border-right:0;
}

#listmenu li.firstclass
{
	padding:0 0px 0 0px;
}

#listmenu ul li a,#listmenu .navTopSel a:hover
{
	color:#95B6CA;
	background-color:#555555;
}

#listmenu ul li a:hover,#listmenu ul li,#listmenu .navTopSel a
{
	color:#FFFFFF;
}

/* Currently used on the HOKclinicsched page */
.classes {
  font-size:12px;
  font-weight:bold;
  margin-bottom: 35px;
}
.contain {
  color:#FFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 5px;
  width:650px;
}
.listing {
  padding: 10px 0px;
}
.noBullet {
  list-style:none;
}
.textCopy {
  font-size:10px;
}