﻿body
{
	margin: 0px;
	background-image: url(../images/bg.jpg);
    color: #7e410b;
    font: 400 12px Verdana;
}
img
{
	border: none;
}
.container
{
	width: 1000px;
	margin: auto;
}
.shell-head
{
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	min-height: 295px;
	text-align: center;
}
.cart
{
	width: 940px;
	background-image: url(../images/bg-cart.png);
	height: 30px;
	text-align: right;
	font: normal normal bold 14px/22px Verdana;
	color: #757959;
	padding: 20px 30px 0px 30px;
}
.cart-price
{
	color: #fb5000;
}
.menu
{
	background-image: url(../images/bg-menu.png);
	height: 50px;
}
.menu ul
{
	list-style: none;
	margin: 0px 0px 0px 32px;
	padding: 0px;
}
.menu ul li
{
	float: left;
}
.menu ul li img
{
	padding: 16px 14px 0px 14px;
}
.menu ul li a
{
	color: White;
	font: normal normal 400 20px/50px Times New Roman;
	text-decoration: none;
}
.menu ul li a:hover
{
	text-decoration: underline;
}
.content
{
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-y;
	padding: 20px 30px 3px 30px;
	width: 940px;
}
.left-col
{
	margin: 0px 10px 0px 0px;
	background-image: url(../images/left-col-bg.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 554px;
}
.left-col p
{
	margin: 0px;
	padding: 0px 10px 20px 10px;
}
.right-col
{
	margin: 0px 0px 0px 10px;
	float: left;
}
.foot
{
	background-image: url(../images/bg-foot.png);
	height: 121px;
}
.secure
{
	position: absolute;
	margin: -25px 0px 0px -10px;
}
h1
{
    font-family: Century Gothic;
    font-size: 28px;
    font-weight: 400;
    margin-top:0px;
}
h2
{
    font-family: Century Gothic;
    font-size: 28px;
    font-weight: 400;
}
.clearFix:after
{
	content: "&nbsp;";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.categoryHead
{
	color:#ffffef;
	text-align:center;
	font: normal normal 400 18px/48px Times New Roman;
	display:block;
	background-image:url(../images/category-title-bg.jpg);
}
.products-nav 
{
	float: left;
	width: 220px;
	background:transparent url(../images/category-bg.jpg) repeat-y scroll top;
}
.products-nav ul
{
	margin:0px;
	padding:10px 0px 5px 0px;
	min-height:249px;
	background:transparent url(../images/category-top.jpg) no-repeat scroll top;
}
.products-nav ul li
{
	padding:5px 0px 5px 0px;
	margin-left:40px;
	list-style-image:url(../images/category-bullet.png);
}
.products-nav ul li a
{
	color:#ffffef;
	text-decoration:none;
	font-weight:bold;
}
.products-nav ul li a:hover
{
	text-decoration:underline;
}
.products-wrapper 
{
	float: left;
	padding-left: 20px;
	width: 700px;
}
.copy
{
	display:block;
	padding:30px 0px 0px 80px;
	font-size:11px;
	color:#676b4e;	
}
