@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #414141;
}
td, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #414141;
}
form {
	margin: 0px;
}
hr {
	height: 2px;
	border-top: 1px solid #ead19d;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
a:link, a:visited, a:active {
	color: #ff5a00;
}
a:hover {
	color:#414141;
	text-decoration:none;
}
a:link.gray, a:visited.gray, a:active.gray {
	color: #414141;
}
a:hover.gray {
	color:#ff5a00;
	text-decoration:none;
}
a:link.cart, a:visited.cart, a:active.cart {
	color: #414141;
	text-decoration:none;
}
a:hover.cart {
	color:#ff5a00;
	text-decoration:underline;
}
.red {
	color: #d80000;
}

.mcafee {
	text-align: center;
	vertical-align: top;
	width: 160px;
	padding-top: 36px;
}
.calltollfree {
	background-image: url(../images/bg-calltollfree.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	vertical-align: middle;
	padding-right: 120px;
	font-size: 18px;
	color: #000000;
}
.phone {
	font-size: 20px;
	color: #db4d00;
}
.menu td {
	text-align: left;
	border-right: 1px solid #ead19d;
    /* ie hack */
    border-right: expression(nextSibling == null ? 'none' : '1px solid #ead19d');
}
.menu td:last-child {
	border-right: none;
}
.menu a {
	display: block;
	text-align: center;
	height: 26px;
	padding-top: 6px;
	color: #fff !important;
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	background: #934c29 url(../images/bg-top-menu.gif) top repeat-x;
}
.menu td:hover a {
	color: #632201 !important;
	background: #ffe7a1 url(../images/bg-top-menu-hl.gif) top repeat-x;
}
.menu a.current {
	color: #000000 !important;
	background: #fff !important;
}
.menu td table {
	display: none;
}
.menu td:hover table {
	display: block;
	float: left;
	position: absolute;
}
.menu td:hover table td a {
	text-align: left;
	height: 23px;
	padding-top: 5px;
	color: #431700;
	font-weight:normal;
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
	background-image: none !important;
	background: #e8a317 !important;
	border-top: 1px solid #fff;
}
.menu td:hover table td:hover a {
	color: #fff !important;	
	background: #934c29 !important;
}
.imgmiddle {
	vertical-align: middle;
	border:0;
}
.imgborder {
	border: 1px solid #b9974f;
}
.search {
	height: 44px;
	background-image: url(../images/bg-search.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-left: 1px solid #ebd2a0;
	border-right: 1px solid #ebd2a0;
	border-bottom: 1px solid #ebd2a0;
}
.searchcol {
	padding:0 20px 0 20px;
}
.searchfield {
	width: 200px;
	border: 1px solid #e0c283;
	height: 18px;
	padding-left: 4px;
}
.searchbtn {
	vertical-align: middle;
}
.orange {
	color: #db4d00;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #ff3000;
}
.price-text {
	font-size: 14px;
}
.price-detail {
	font-size: 18px;
	color: #d80000;
}

.navigation {
	padding:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ead19d;
	border-bottom-color: #ead19d;
	border-left-color: #ead19d;
	text-align:left;
}
.navigation h4 {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:12px;
	font-weight:bold;
}
.navigation h4 a {
	text-decoration: none;
	color:#414141;
}

.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 8px;
	/* line-height:20px; */
}
.navigation ul li {
	margin: 0;
	padding: 3px;
}
.navigation ul li a {
	color: #414141;
	text-decoration: none;
}
.navigation ul li a:hover {
	color: #ff5a00;
	text-decoration:underline;
}
.header {
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	text-align: left;
	border: 1px solid #ead19d;
}
.header1 {
	font-size: 24px;
	color: #db4d00;
	text-align: left;
	font-family:"Trebuchet MS",serif,Arial
}
.header2 {
	font-size: 20px;
	color: #166cc1;
	text-align: left;
	font-weight:bold;
	font-family:"Trebuchet MS",serif,Arial
}
.header3 {
	font-size: 18px;
	color: #943b0f;
	text-align: left;
	font-family:"Trebuchet MS",serif,Arial
}
.subcat td {
	padding-left:12px;
}
.subcat a {
	color:#414141;
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:8px;
	background-image: url(../images/arrow-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subcat a:hover {
	color:#ff5a00;
	text-decoration:none;
}
.grid {
	border-collapse:collapse;
}
.details {
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
}
.promo {
	font-size: 14px;
	font-weight: bold;
	color: #b75a00;
}
.retail {
	text-decoration: line-through;
}
.icons a:link, .icons a:active, .icons a:visited {
	color:605f5f; 
	text-decoration:none;
	font-size:10px;
}
.cell	{
	border:1px solid #ead29e;
	text-align: left;
	vertical-align: top;
	padding:5px;
}
.cell a:link, .cell a:visited {
	color:#414141;
}
.cell a:hover {
	text-decoration:none;
}
.cell_page	{
	border:1px solid #ead29e;
	text-align: left;
	vertical-align: top;
	padding:25px;
}
.cell_page a:link, .cell_page a:visited {
	color:#414141;
}
.cell_page a:hover {
	text-decoration:none;
}
.pimage {
	margin-bottom: 5px;
	margin-right: 5px;
	border:0;
}
.shopwithconf {
	background-image: url(../images/bg-shop-with-confidence.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #ebd2a0;
}
.shopwithconf td {
	padding: 80px 13px 20px 13px;
}
.liststyle {
	list-style: none;
	margin: 0;
	padding: 0;
}
.liststyle li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	line-height: 14px;
	padding-bottom: 11px;
	background-image: url(../images/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}
.footer {
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #ead19d;
}
.footercol {
	padding: 20px;
	font-size:11px;
}
.footercol a:link, .footercol a:active, .footercol a:visited {
	color:#b75a00;
	text-decoration:none;
}
.footercol a:hover {
	color:#ff5a00;
	text-decoration:underline;
}
.copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 980px;
}
.padding20 {
	padding: 20px;
}

