* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#wrapper  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logoBar {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 268px;
	width: 960px;
}
#logoBar a {
	display: block;
	height: 64px;
	width: 480px;
	text-indent: -10000px;
	position: relative;
	left: 20px;
	top: 40px;
}

#ccBar {
	background-image: url(images/cc_bar_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
#ccMenu {
	list-style-type: none;
}
#ccMenu li {
	float: right;
}

#ccMenu a {
	display: block;
	height: 31px;
}
#ccMenu     .account a  {
	background-image: url(images/btn_createAccount.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -10000px;
	width: 146px;
	margin-left: 20px;
}
#ccMenu .account a:hover {
	background-image: url(images/btn_createAccount.gif);
	background-position: left -31px;
}

#ccMenu .cart a {
	background-image: url(images/btn_yourCart.gif);
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 98px;
}
#ccMenu .cart a:hover {
	background-image: url(images/btn_yourCart.gif);
	background-position: left -31px;
}
#contentArea {
	clear: both;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	display: block;
}
#contentArea br {
	clear: both;
	width: 100%;
	float: left;
}
#mainMenu {
	list-style-type: none;
	font-size: 75%;
	font-weight: bold;
	color: #735E20;
	width: 160px;
	float: left;
}
#mainMenu li {
	text-indent: 5px;
}
#mainMenu .heading {
	display: block;
	height: 36px;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 2px;
	text-indent: -10000px;
}
.arrowlistmenu  .homeLink {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}

#content {
	display: block;
	float: right;
	width: 720px;
	clear: right;
}
#content p {
	font-size: 85%;
	margin-bottom: 12px;
}


.search {
	background-image: url(images/hd_search.gif);
	background-repeat: no-repeat;
}
.prods {
	background-image: url(images/hd_products.gif);
	background-repeat: no-repeat;
}
.information {
	background-image: url(images/hd_information.gif);
	background-repeat: no-repeat;
}
.shopping {
	background-image: url(images/hd_shopping.gif);
	background-repeat: no-repeat;
}
.yourCart {
	background-image: url(images/hd_yourCart.gif);
	background-repeat: no-repeat;
}
#form1 {
	position: relative;
	display: block;
	height: 22px;
	width: 155px;
}

#searchField {
	width: 105px;
	position: absolute;
	left: 0px;
	top: 1px;
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #4A3E3D;
	text-indent: 2px;
	height: 18px;
}
#goButton {
	position: absolute;
	left: 115px;
	top: 0px;
}

#mincart {
	display: block;
	width: 160px;
	list-style-type: none;
	margin-bottom: 12px;
}
#mincart .mincart {
	text-align: left;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
#mincart   a {
	background-image: url(images/btn_checkout.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 76px;
	text-indent: -10000px;
}
.cartProd {
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	display: block;
	width: 160px;
	margin-bottom: 6px;
}






#footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	clear: both;
	width: 100%;
	height: 200px;
	background-color: #F8F0E0;
}
#footerContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#footerContent .column {
	font-size: 75%;
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 30px;
	list-style-type: none;
}
#footerContent a {
	color: #4D4140;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration: underline;
}

.signature {
	font-size: 70%;
	clear: both;
	width: 100%;
	display: block;
	text-align: right;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6D0A4;
}
.hallmarking td {
	text-align: center;
	background-color: #CC0000;
}
.hallmarking img {
	clear: both;
}
.cobhl,.cobll {
	padding: 2px;
}

