@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
	overflow-x: hidden;
}
* {
	font-family: inherit;
	font-size: inherit;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
}

h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	margin: 0px;
	font-weight: normal;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}

form {
	margin: 0px;
}


#main {
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	position: relative;
	height: 85px;
	z-index: 5;
}
#top #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#top #topnav{
	position: absolute;
	top: 5px;
	right: 0px;
}
#top #topnav a {
	color: #C00;
	text-decoration: none;
}
#top #topnav a:hover {
	color: #F00;
}
#top #banners {
	position: absolute;
	top: 6px;
	left: 295px;
}
#top #banners #call{
	height: 66px;
	width: 184px;
	border: 1px solid #CCC;
	color: #CCC;
	text-align: center;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
}
#top #banners #hours{
	height: 66px;
	width: 184px;
	border: 1px solid #CCC;
	color: #CCC;
	text-align: center;
	float: left;
	background-color: #FFF;
}
#top #shoppingcart {
	background-image: url(../images/shcart_back.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 240px;
	position: absolute;
	top: 31px;
	right: 0px;
}
#top #shoppingcart .login {
	float: left;
	width: 81px;
	height: 31px;
	padding: 6px;
}
#top #shoppingcart .login a {
	color: #C00;
	text-decoration: none;
}
#top #shoppingcart .login a:hover {
	color: #F00;
}

#top #shoppingcart .cartinfo {
	float: left;
}
#top #shoppingcart .cartinfo a {
	display: block;
	width: 91px;
	height: 30px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 50px;
	color: #333;
	text-decoration: none;
}

#top #shoppingcart .cartinfo span {
	font-weight: bold;
	color: #C00;
}
#top #shoppingcart .cartinfo a:hover span{
	color: #F00;
}
#searchbar  {
	background-image: url(../images/search_back.png);
	background-repeat: repeat-x;
	height: 45px;
	z-index: 4;
	position: relative;
}
#searchbar #signup {
	position: absolute;
	left: 30px;
	top: 11px;
}
#searchbar #signup input {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	float: left;
}

.signupInput{
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 3px;
	float: left;
}
.searchBarTop td{padding-top:10px;}
#searchbar #search {
	position: absolute;
	left: 460px;
	top: 11px;
}
#searchbar #search input {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	float: left;
}

.sitesearch
{
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #999;
	width: 390px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	float: left;
}

#searchbar a {
	background-image: url(../images/btsearch_back.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 68px;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	margin-left: 4px;
	position: absolute;
}
#searchbar a:hover {
	color: #FCC;
}


#mainnav  {
	margin-top: 1px;
	position: relative;
	width: 960px;
}
#mainnav .menu{
	float: left;
	position: relative;
	left: 50%;
}
#mainnav .menu ul {
	display: block;
	position: relative;
	left: -50%;
	margin: 0px;
	padding: 0px;
	height: 30px;
	list-style-type: none;
}
#mainnav .menu ul li {
	float: left;
	display: block;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#mainnav .menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	background-image: url(../images/mainnav_arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px;
}
#mainnav .menu ul li a:hover {
	color: #FCC;
}
#mainnav .menu ul li a.selected{
	color: #C99;
}


#feedback  {
	height: 100px;
}
#feedback .feedback {
	float: left;
	width: 184px;
}
#feedback .feedback .inside {
	background-color: #CCC;
	text-align: center;
	height: 90px;
	width: 184px;
	color: #666;
}
#interactive  {
	padding-bottom: 10px;

}

#interactive .interactivebar{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#interactive .interactivebar .ibarcontent {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

#interactive .social {
	height: 58px;
	width: 184px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#interactive .social .inside {
	text-align: center;
	height: 43px;
}
#sidebox {
	padding-bottom: 4px;
	background-color: #C00;
}
#sidebox  .sideboxcontent{
	background-image: url(../images/sidebox_back.png);
	background-repeat: repeat-x;
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#sidebox  .sideboxcontent1{
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#sidebox .sideboxheader{
	background-image: url(../images/redbar_raised_back.png);
	background-repeat: repeat-x;
	height: 26px;
}
#sidebox .sheadercontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	font-weight: normal;
	height: 26px;
}

#breadcrumbs {
	color: #999;
}
#breadcrumbs .breadcrumbscontent {
	padding-bottom: 5px;
	color: #999;
}
#breadcrumbs a {
	color: #C00;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #F00;
}
#breadcrumbs a.home {
	font-weight: bold;
}






#footer {
	background-color: #CCC;
	padding-bottom: 40px;
}
#footercontent {
	position: relative;
}
#sitemap {
	position: absolute;
	right: 5px;
	top: -53px;
	height: 53px;
	width: 184px;
}
#sitemap #sitemaplink {
	background-image: url(../images/search_back.png);
	background-repeat: repeat-x;
	height: 53px;
	width: 184px;
	background-color: #CCC;
}
#sitemap #sitemaplink .inside{
	text-align: center;
	padding-top: 20px;
	color: #666;
}

.footerlinks  {
	float: left;
	color: #666;
	padding: 10px;
	width: 174px;
}
.footerlinks ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.footerlinks a {
	color: #666;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #999;
}
.footerbanners {
	float: left;
	width: 373px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.footerbanners .banner {
	border: 1px solid #FFF;
	color: #999;
	text-align: center;
	background-color: #CCC;
}

.redbar1 {
	background-image: url(../images/redbar_inset_back.png);
	background-repeat: repeat-x;
	height: 30px;
}
.redbar2 {
	background-image: url(../images/redbar_raised_back.png);
	background-repeat: repeat-x;
	height: 30px;
}
.fixed {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}



.spacearound  {
	padding: 5px;
}


.clearb {
	clear: both;
}

.rdots {
	background-image: url(../images/vdots.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.centercol {
	float: left;
	width: 776px;
}
.rightcol {
	float: left;
	width: 184px;
}
.leftcol {
	float: left;
	width: 184px;
}
.regularprice {
	color: #333;
}
.saveprice {
	color: #090;
}
.todayprice {
	color: #C00;
}
.graybox {
	background-image: url(../images/search_back.png);
	background-repeat: repeat-x;
}
.graybox .inside {
	text-align: center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

.simplebox {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.addbutton a  {
	background-image: url(../images/addbt_back.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 72px;
	text-align: center;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.addbutton a:hover {
	color: #FCC;
}


form .textfield {
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #EFEFEF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.maincat{
	margin:10px 5px;
	padding:0px;
	width:230px;
	float:left;
}
.maincat li{
	list-style-type:none;
}
.maincat li a{
	font-size:14px;font-weight:bold;
}
.subcat li a{
	font-size:12px;font-weight:normal;color:#333333;
}
.hline {
	width:960px;
	border-bottom:1px dotted #C3C3C3;
	line-height:5px;
	height:5px;
	float:left;
}
.dLine {
	border-bottom:1px dotted #C3C3C3;
}
.priceTable td{
	padding:0px 15px 5px 0px;
}
.homeDealProd {
	 -moz-border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #808080;
    margin-bottom:5px;
}
.signImg{
	background:url(/images/icon_newsletter.gif) no-repeat;
	padding-left:40px;
}
.buttonItemUpdate{
	background:url(/images/btn_update_cart.gif) no-repeat;
	width:94px;
	height:25px;
	padding:0px;
	margin:0px;
}
