body {
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
	margin: 0;
	padding: 0;
	cursor: default;
}

div.clear { clear: both; }

#preload {
	position: absolute;
	left: -3000px;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#header {
	background: transparent url('/images/header_bg.jpg') repeat-x left top;
	height: 67px;
}
#logoLink {
	display: block;
	width: 230px;
	height: 67px;
	text-decoration: none;
	float: left;
}
	#logoLink img {
		border: none;
	}
#headerAddress {
	width: 180px;
	float: left;
	margin-left:430px;
}
#headerHours {
	width: 100px;
	float: left;
	margin-left: 10px;
}
#headerAddress,
#headerHours {
	font-size: 75%;
	color: #ffffff;
}
#headerAddress h1,
#headerHours h1 {
	display: none;
}
#topNav {
	height: 27px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #b3b3b3;
}
#topNav table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#topNav table td {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
	height: 27px;
}
#topNav table td.first {
	border-left: none;
}
#topNav table td a {
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 0;
}
#topNav table td a:link,
#topNav table td a:visited {
	color: #464747;
	background: transparent url('/images/nav_0.gif') repeat-x;
}
#topNav table td a:hover,
#topNav table td a:active {
	color: #444444;
	background: transparent url('/images/nav_1.gif') repeat-x;
}

#contentContainer {
	background: #ffffff url('/images/contentContainer_bg.gif') repeat-y;
}
#leftNav {
	width: 191px;
	color: #4a4a4a;
	float: left;
}
#leftNav ul {
	margin: 0;
	padding: 0;
}
#leftNav ul li {
	list-style-type: none;
	font-size: 10pt;
}
#leftNav ul li a {
	text-decoration: none;
	padding: 2px 0px 3px 7px;
	display: block;
	border-bottom: 1px solid #999;
}
#leftNav ul li a:link,
#leftNav ul li a:visited {
	color: #4a4a4a;
	/*background: transparent url('/images/leftnav_link.gif') repeat-x;*/
}
#leftNav ul li a:hover,
#leftNav ul li a:active {
	color: #000000;
	/*background: transparent url('/images/leftnav_link_hover.gif') repeat-x;*/
}
#leftNav ul li.first {
	/*background: transparent url('/images/leftnav_header_bg.gif') repeat-x;*/
	border-bottom: 1px solid #999;
	color: #343434;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0 6px 5px;
}
#leftNav #searchBox {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#leftNav #searchBox .title {
	font-weight: bold;
	font-size: 10pt;
	padding: 5px 0 5px 5px;
	color: #343434;
}
#leftNav #searchBox fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#leftNav #searchForm {
	margin: 0;
	padding: 0;
}
#leftNav #searchForm input.text {
	background-color: #ededed;
	border: 1px solid #b2b7bb;
	color: #000000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	margin-left: 10px;
	padding: 2px 3px;
}
#leftNav #searchForm input.button {
	color: #000000;
	background-color: transparent;
	border: none;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#leftNav #social {
	text-align: center;
}
	#leftNav #social img {
		border: none;
	}

#content fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#content {
	float: left;
	width: 764px;
	padding: 10px;
}
#content #weeklySpecial {
	width: 427px;
	height: 133px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	background: transparent url('/images/weekly_special_bg.jpg') no-repeat;
}
#content #weeklySpecial .image {
	margin: -10px -10px 0 10px;
	float: right;
}
#content #weeklySpecial .image img,
#content #weeklySpecial .image a {
	border: none;
}
#content #weeklySpecial .title {
	font-weight: bold;
	color: #254d6a;
	font-size: 12pt;
}
#content #weeklySpecial .productTitle {
	color: #254d6a;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 3px;
}
#content #weeklySpecial .productTitle a {
	color: #254d6a;
	font-weight: bold;
	text-decoration: none;
}
#content #weeklySpecial .productBody {
	font-size: 9pt;
}
#content #weeklySpecial .productBody p {
	margin: 0 0 4px 0;
}
#content h1 {
	font-size: 13pt;
	color: #254d6a;
}
#content a {
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #666666;
}
#content a:hover, #content a:active {
	color: #999999;
}

#content #searchResults a {
	text-decoration: none;
}
#content #searchResults a:link, 
#content #searchResults a:visited {
	
}


#content .featuredProduct {
	margin-bottom: 10px;
}
#content .featuredProduct a {
	color: #444444;
	text-decoration: none;
}
#content .featuredProduct .image {
	float: left;
	margin-right: 10px;
	width: 100px !important;
}
#content .featuredProduct .image a img{
	border: none;
}
#content .featuredProduct .productDetails {
	float: left;
	width: 640px;
	padding: 5px;
}
#content .featuredProduct .productDetails:hover {
	background-color: #eeeeee;
}
#content .featuredProduct .productTitle {
	font-weight: bold;
	font-size: 10pt;
}
#content .featuredProduct .productBody {
	font-size: 9pt;
}
#content .featuredProduct .productBody p {
	margin: 0 0 5px 0;
}
#content .featuredProduct .productBody span.highlighted {
	color: #a92020;
}

#content .imageContainer {
	float: right;
}

span.highlighted, 
span.highlight {
	color: #a92020;
}


#footer {
	color: #bebebe;
	font-size: 8pt;
	margin-top: 5px;
}
#footer a {
	text-decoration: none;
}
#footer a:link,
#footer a:visited {
	color: #bebebe;
}
#footer a:hover,
#footer a:active {
	color: #cccccc;
}
#footerLeft {
	width: 49%;
	float: left;
	padding-left: 1%;
}
#footerRight {
	width: 49%;
	float: right;
	text-align: right;
	padding-right: 1%;
}
