/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 16px;
	color: #353535;
	background: #3e3a38 url(../images/bg1.jpg) no-repeat center top;
	width: 100%;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { 
	color: #f6df82; 
	margin-bottom: 16px; 
	font-weight: normal;
}
h1	{ font-size: 2.5em;}
h2	{ font-size: 2em; }
h3	{ font-size: 1.5em; }
h4	{ font-size: 1.25em; color: #000; font-weight: bold; }
h5	{ font-size: 1.125em; color: #000; font-weight: bold; }
h6	{ font-size: 1em; }
p	{ 
	font-size: .875em; 
	line-height: 1.25em; 
	margin: 0 0 1.5em;
	font-family: Helvetica, Arial, sans-serif;
}

a, a:link, a:visited, a:active { 
	color: #a30000; 
}
a:hover { color: #c50c45; text-decoration: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 20px 20px 0; }
.imgRight 	{ float: right; padding: 0 0 20px 20px; }


/*   =======   LAYOUT  =======   */

#wrap {
	text-align: left;
	margin: 40px auto 20px;
	position: relative;
	width: 960px;
}
#content {
	width: 940px;
	margin: auto;
	position: relative;
	display: block;
	border: 10px solid #fff;
	overflow: hidden;
}
#content {
	background: #26328c;
	color: #fff;
	border-bottom: none !important;
}
#nav-block {
	height: 55px;
	width: 940px;
	background: url(../images/bg-nav.jpg) repeat-x 0 0;
	overflow: hidden;
}
#header {
	background: url(../images/header.png) no-repeat 0 0;
	overflow: hidden;
	width: 940px;
	height: 230px;
	position: relative;	
}
#main {
	background: url(../images/bg-content.png) repeat-y left top;
	overflow: hidden;
}

#left-block {
	width: 160px;
	padding: 20px;
	float: left;
	display: block;
	background: #231f20;
}
#left-block a {
	color: #fff;
	text-decoration: none;
	font-size: 0.75em;
}
#left-block a:hover {
	color: #f6df82;
}
#right-block {
	width: 700px;
	padding: 0 20px 20px;
	float: left;
	display: block;
}
.front #right-block {
	padding: 20px;
}
.white-block {
	width: 660px;
	padding: 20px;
	background: #fff;
}
.front .white-block {
	width: 640px;
	padding: 30px;
}
#footer {
	background: #fff;
	color: #26328c
	width: 920px;
	padding: 20px;
	border: none;
	overflow: hidden;
}

/*   =======   NAV  =======   */


#nav {
	display: block;
	float: left;
	overflow: hidden;
	height: 55px;
}
#nav li {
	display: block;
	height: 50px;
	float: left;
	border-right: 1px solid none;
}
#nav a {
	display: block;
	height: 55px;
	float: left;
	padding: 0 14px;
	line-height: 50px;
	color: #f6df82;
	text-decoration: none;
	background: url(../images/nav-hover.jpg) no-repeat center -55px;
}
#nav a:hover, #nav li.active a {
	background-position: center top;
}
#nav li:hover, #nav li.active {
	border-right: 1px solid #15206b;
}


#nav-cart {
	display: block;
	float: right;
	height: 50px;
	background: url(../images/nav-cart-bg.jpg) no-repeat left top;
	padding-left: 25px;
}
#nav-cart li {
	display: block;
	float: left;
}
#nav-cart a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 14px;
	color: #fff;
	text-decoration: none;
}
#nav-cart a:hover {
	color: #f6df82;
}

/*   =======   PAGE CONTENT  =======   */

#coin-left {
	background: url(../images/coin-top-left.png) no-repeat 0 0;
	width: 106px;
	height: 107px;
	display: block;
	position: absolute;
	left: -85px;
	top: 115px;
}
#coin-right {
	background: url(../images/coin-top-right.png) no-repeat 0 0;
	width: 20px;
	height: 166px;
	display: block;
	position: absolute;
	right: -2px;
	top: 80px;
}

h1#logo {
	display: block;
	float: left;
	margin: 139px 0 0 14px;
	position: relative;
}
h1#logo a {
	display: block;
	background: url(../images/logo-kpm.png) no-repeat 0 0;
	width: 652px;
	height: 44px;
	text-decoration: none;
	text-indent: -999em;
}
#satisfaction {
	display: block;
	position: absolute;
	top: 13px;
	right: 42px;
	width: 200px;
	height: 199px;
	background: url(../images/satisfaction-shield.png) no-repeat 0 0;
}
#contact-info {
	clear: both;
	position: absolute;
	bottom: 0;
	height: 27px;
	width: 940px;
	background: #b5121b;
	padding: 0 20px;
	display: block;
}
#contact-info p {
	line-height: 27px;
	color: #f6df82;
	font-size: 1em;
}
#contact-info span {
	margin-right: 1em;
}
#left-block h3 {
	font-size: 1.125em;
	margin-bottom: .5em;
}

#main li {
	font-family: Helvetica, Arial, sans-serif;
}

.contact-hours {
	font-size: .75em;
	color: #f6df82;
	font-weight: bold;
	line-height: 1.5em; 
}

.white-block {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif
}
.white-block h2, .white-block h3 {
	color: #26328c;
}
h2.page-title {
	font-size: 2.25em;
}

/*   =======  HOME PAGE ITEMS  =======   */

h4.free-shipping {
	width: 470px;
	height: 55px;
	display: block;
	background: url(../images/free-shipping.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 auto 25px auto;
}

span.highlight {
	color: #f6df82;
	font-size: 1.5em;
	font-weight: bold;
}

#nav-product {
	height: 45px;
	overflow: hidden;
	background: url(../images/nav-product-bg.jpg) no-repeat 0 0;
}

#nav-product li {
	display: block;
	float: left;
}

#nav-product li:first-child{
padding-left: 90px;
}
#nav-product a {
	display: block;
	float: left;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 1.125em;
	background: url(../images/nav-product-bg.jpg) no-repeat left top;
	text-decoration: none;
}
#nav-product a:hover, #nav-product li.active a {
	background-position: left bottom;
}
#kitco {
	margin: 1em auto;
	width: 525px;	
}



/*   =======  SEARCH BLOCK  =======   */

.search-wrap {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #b4131b;
	padding-bottom: 20px;
}
#search_mini_form #search {
	border: none;
	background: url(../images/search-block-bg.jpg) repeat-x left top;
	width: 132px;
	height: 17px;
	line-height: 100%;
	border: 1px solid #f6df82;
	border-right: none !important;
	padding-left: 2px;
}
#search_mini_form .submit-search {
	display: block;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
	background: url(../images/button-search.png) no-repeat 0 0;
	width: 22px;
	min-height: 19px;
	border: none;
}
#search_mini_form input {
	margin: 0;
	display: block;
	float: left;
	height: 19px;
}


/*   =======  CATEGORIES BLOCK  =======   */

#categories {
	margin-bottom: 20px;
	border-bottom: 1px solid #b4131b;
	padding-bottom: 20px;
}
#categories li {

}
#categories a {
	font-size: .75em;
	color: #fff;
	line-height: 1.7em;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/bullet-coin.png) no-repeat 2px 2px;
}
#categories a:hover, #categories li.active a, #categories li.filter a:hover {
	color: #f6df82;
}
#categories li.filter {
	margin: .5em 0;
}
#categories li.filter a {
	padding-left: 0 !important;
	background: none !important;
	color: #db6e73;
	line-height: 1.2em;
}




/*   =======  PRODUCT BLOCK  =======   */

/* PRODUCTS ON HOME PAGE */
.product-block {
	width: 290px;
	display: block;
	float: left;
	margin: 0 60px 50px 0;
	color: #444444;
}
.product-block.end {
	margin-right: 0 !important;
}
.product-block img {
	margin-bottom: 20px;
}
.product-block p {
	margin: 0 0 .25em;
}
.product-block .price {
	color: #a30000;
}
.product-block a.add-cart {
	border: none;
	color: #8e7d2e;
	background: url(../images/button-buy.png) no-repeat right 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .875em;
	padding: 2px 19px 2px 2px;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	margin-top: -20px;
}

/* PRODUCTS ON PRODUCT LIST PAGE */

.product-list-block {
	width: 202px;
	height: 235px;
	display: block;
	float: left;
	margin: 0 27px 25px 0;
	color: #444444;
}
.product-list-block.end {
	margin-right: 0 !important;
}
.product-list-block img {
	margin-bottom: 10px;
}
.product-list-block p {
	margin: 0 0 .25em;
	font-size: .8125em;
}
.product-list-block .price {
	color: #a30000;
	font-size: .8125em;
}
.product-list-block a.add-cart {
	border: none;
	color: #8e7d2e;
	background: url(../images/button-buy.gif) no-repeat right 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .8125em;
	padding: 2px 19px 2px 2px;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	margin-top: -20px;
}

/* PAGINATION */

.pagination {
	overflow: hidden;
	clear: both;
	font-size: .75em;
	border-top: 1px solid #26328c;
	margin: 1em 0;
	padding-top: 2em;
}
.pagination.first {
	border-top: none !important;
	border-bottom: 1px solid #26328c;
	padding: 0 0 .5em !important;
	margin-bottom: 2em;
}
.pages-avail {
	display: block;
	float: left;
	padding: 5px 0;
}
.pages-list {
	display: block;
	float: right;
	text-align: right;
}
.pages-list span {
	margin-right: 1em;
	display: block;
	float: left;
	padding: 5px 0;
}
.pages-list ul {
	display: block;
	float: left;
}
.pages-list li {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 3px;
	border: 1px solid #c6c6c6;
}
.pages-list li.current {
	border: 1px solid #26328c;
	color: #26328c;
	font-weight: bold;
}
.pages-list li a {
	color: #444444;
	text-decoration: none;
}
.pages-list li a:hover, .pages-list li:hover {
	color: #000;
	border-color: #666;
}


/* PRODUCT PAGE PAGE */

h2.product-title {
	font-size: 2em;
}
h2.product-title span {
	color: #424242;
	font-size: 16px;
}
#product-detail-left {
	display: block;
	float: left;
	width: 300px;	
}
#product-detail-right {
	display: block;
	float: right;
	width: 320px;
	
}

a.enlarge-image {
	display: block;
	margin: .25em 0 1em;
	font-size: .6875em;
	color: #626262;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(../images/icon-enlarge.png) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

ul#share-options {
	margin: 1em 0;
}
ul#share-options li {
	display: block;
}
ul#share-options a {
	display: block;
	font-size: .8125em;
	color: #626262;
	text-transform: uppercase;
	padding-left: 25px;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.25em;	
}
ul#share-options a.wishlist { background: url(../images/icon-wishlist.png) no-repeat left center; }
ul#share-options a.reviews { background: url(../images/icon-reviews.png) no-repeat left center; }
ul#share-options a.add-review { background: url(../images/icon-addreview.png) no-repeat left center; }
ul#share-options a.tell-friend { background: url(../images/icon-tellfriend.png) no-repeat left center; }

#product-detail-right small {
	font-size: .6875em;
	line-height: 100%;
}

h3.price {
	font-size: 1.625em;
	color: #a5020d;
}
.add-cart-choice {
	background: url(../images/button-buy.png) no-repeat left center;
	padding-left: 25px;
}
.add-cart-choice input.num {
	border: 1px solid #959595;
	padding: 5px;
	text-align: center;
	margin: 0;
}
.add-cart-choice input.submit-add {
	border: none;
	color: #8e7d2e;
	font-size: .8125em;
	font-weight: bold;
	text-transform: uppercase;
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 5px;
	cursor: pointer;
	width: 100px;
}


/* RECCOMENDED BLOCK */

#reccomended {
	clear: both;
	width: 660px;
	margin: 2em 0;
	padding: 2em 0;
	border-top: 1px solid #26328c;
}
#reccomended h3 {
	font-size: 1.25em;
}
.product-reccomended {
	width: 150px;
	display: block;
	float: left;
	margin-right: 20px;
}
.product-reccomended.end {
	margin-right: 0 !important;
}
.product-reccomended p {
	margin: 0;
	font-size: .75em;
}
.product-reccomended p.price {
	color: #a30000;
}
/*   =======  AFFILIATES BLOCK  =======   */


#affliates {
	width: 940px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #bec2dd;
	padding: 16px 0;
	text-align: center;
}
#affliates a {
	margin: 0 20px;
	text-decoration: none;
	border: none;
}
#affliates p{
	margin: 0;
	padding: 0;
}

/*   =======   FOOTER BLOCK  =======   */


#footer {
	font-family: Helvetica, Arial, sans-serif;
}
#security {
	float:left;
	padding-top:25px;
	width:170px;
}
#payments {
	display:block;
	float:left;
	width:220px;
}
#payments p {
	font-weight: bold;
	color: #26328c;
	margin-bottom: 10px;
	font-size: 12px;
}
#payments img {
	margin: 0 10px 10px 0;
}

ul.nav-footer {
	display: block;
	width: 160px;
	margin-right: 10px;
	float: left;
	display: block;
}
.nav-footer li {

}
.nav-footer a {
	color: #26328c;
	text-decoration: none;
	line-height: 1.5em;
	font-size: .75em;
}
.nav-footer a:hover {
	color: #000;
}

#credit, #copyright {
	color: #231f20;
	font-size: 10px;
	margin: 1em 0 0;
}
#copyright { float: left; }
#credit { float: right; }
#credit a { color: #231f20; text-decoration: none; }
#credit a:hover { color: #666; }
.std h2 { font-size:20px;}
