/*	Slam Bam Fun
	http://www.slambamfun.com/
	Style Sheet */

/* RESET */

body, div, form, label, fieldset, legend, img, p, h1, h2, h3, h4, h5, ul, li, a{
	border:0 solid transparent;
	margin:0;
	padding:0;
}
body{
	font:normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	/* default browser font size is 16px (16px * 0.75 = 12px) */
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.error {
	color: #ff0000;
}

/* GLOBAL */

body {
	background: #c82619;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.clear {
	clear: both;
}

p {
	padding-bottom: 18px;
}

h1 {
	background: url(../graphics/00000001/h1.jpg) repeat-y;
	border: 2px solid #d9b572;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 4px;
}

h2 {
	border-bottom: 1px solid #d99f00;
	color: #213974;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	padding-bottom: 4px;
}

h3 {
	color: #867c56;
	font-size: 18px;
	padding-bottom: 18px;
}

h4 {
	color: #867c56;
	font-size: 14px;
	padding-bottom: 18px;
}

a, a:visited, a:active {
	color: #213974;
}

a:hover {
	color: #000;
}


.white a:visited, a:active{
	color: #fff;
	text-decoration:none;
}
.white a:hover {
	color: #fff;
	text-decoration:underline;
}



.breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
}

label {
	font-weight: bold;
}

/* STRUCTURE */

#bucket {
	background: #fff;
	margin: 0 auto;
	width: 977px;
}

#header {
	background: #c82619 url(../graphics/00000001/header.jpg) no-repeat;
	height: 191px;
}

#header a {
	display: block;
	height: 154px;
	margin: 0 auto;
	position: relative;
	top: 35px;
	width: 935px;
}

#contactbar {
	background: url(../graphics/00000001/contactbar.gif) repeat-y;
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	font-size:16px;
}

#navbar {
	background: url(../graphics/00000001/navbar.gif) repeat-y;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	position: relative;
}

#search {
	float: left;
	margin-left: 25px;
	position: relative;
}

#search input {
	border: 0;
	float: left;
	margin-right: 3px;
	padding: 3px;
}

#search input.submit {
	background: #c82619;
	color: #fff;
	float: left;
	font-weight: bold;
}

#nav {
	float: right;
	margin-right: 30px;
	padding-top:5px;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#cart-nav {
	position: relative;
	top: 3px;
}

#body {
	background: url(../graphics/00000001/body.gif) repeat-y;
	position: relative;
	width: 977px;
}

#cattree {
	color: #fff;
	float: left;
	margin-left: 23px;
	width: 152px;
}

#content {
	float: left;
	padding: 12px;
	width: 755px;
}

#footer {
	background: #c82619 url(../graphics/00000001/footer.gif) no-repeat;
	clear: both;
	height: 116px;
}

/* CAT TREE */

#cattree {
	overflow: hidden;
}

#cattree ul {
	border-right: 1px solid #fff;
	border-top: 4px solid #fff;
	margin-top: 12px;
}

#cattree ul li a {
	border-bottom: 4px solid #fff;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#cattree ul li.current a {
	background: url(../graphics/00000001/current_category.jpg) repeat-y;
	color: #837852;
}

#cattree ul li ul {
	background: #C82619;
	border-top: 0;
	border-bottom: 0;
	border-left: 8px solid #fff;
	margin-top: 0;
}

#cattree ul li.current ul li a {
	background-image: none;
	color: #fff;
}

#mini-basket {
	background: #808fb1;
	border: 4px solid #fff;
	border-left: 0;
	border-right: 0;
	margin: 30px 0;
	text-align: center;
}

#mini-basket a {
	color: #fff;
}

#mini-basket table {
	width: 100%;
}

/* PRODUCT DISPLAY */

.product-display .product {
	float: left;
	margin: 0 0 20px 10px;
	text-align: center;
	width: 170px;
}

.product-display .product.new-row {
	clear: both;
	margin-left: 25px;
}

.product-display .image {
	color: #000;
	font-style: italic;
	width: 150px;
	height:150px;
	padding:15px;
}
.product-display .name {
	color: #000;
	width: 150px;
	height:40px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}



/* PRODUCT PAGE: Horizontal Version */

#main-product .image {
	float: left;
	font-style: italic;
	height: 350px;
	margin-right: 5px;
	text-align: center;
	width: 525px;
}

#related-products {
	border-top: 5px solid #d9b572;
	color: #867c56;
	padding-top: 18px;
}

#main-product form {
	margin-top: 10px;
}

#main-product form input.submit, #add-to-cart form input.submit {
	background: url(../graphics/00000001/add_to_cart.jpg);
	border: 0;
	height: 28px;
	width: 100px;
}

/* PRODUCT PAGE: Vertical Version */

/* #product-pane {
	background: url(../graphics/00000001/product_divider.gif) 565px 0 repeat-y;
}

#main-product {
	border-right: 5px solid #d9b572;
	float: left;
	padding-right: 20px;
	width: 545px;
}

#main-product .image {
	float: left;
	font-style: italic;
	height: 300px;
	margin-right: 15px;
	text-align: center;
	width: 300px;
}

#related-products {
	color: #867c56;
	float: right;
	padding-left: 10px;
	text-align: center;
	width: 175px;
}

#related-products .product-display {
	margin: 0 39px;
}

#main-product form input.submit, #add-to-cart form input.submit {
	background: url(../graphics/00000001/add_to_cart.jpg);
	border: 0;
	height: 28px;
	width: 100px;
} */

/* PAGINATION */

#prevbutton {
	float: left;
}

#nextbutton {
	float: right;
}

/* FORMS */

.forms .key, #product-pane .key {
	clear: both;
	float: left;
	font-weight: bold;
	margin-bottom: 30px;
	width: 150px;
}

.forms .value, #product-pane .value {
	float: left;
	margin-bottom: 30px;
}

.forms .required, #product-pane .required {
	clear: left;
	float: left;
	margin-bottom: 15px;
}

.forms .submit, #product-pane .submit {
	clear: both;
	float: left;
	margin-bottom: 30px;
	margin-left: 100px;
}

.forms .header, #product-pane .header {
	background: #ed7a0c;
	clear: both;
	color: #fff;
	margin-bottom: 30px;
	padding: 8px;
}

.forms .key.thin, #product-pane .key.thin {
	width: 100px;
}

.forms .submit.thin, #product-pane .submit.thin {
	margin-left: 100px;
}

/* SHOPPING CART */

table#basket th, td, table#customer-fields th, table#payment-information th {
	padding: 4px;
}

table#basket th, table#customer-fields th, table#payment-information th {
	background: #ed7a0c;
	color: #fff;
}
.hidden{
display:none;
}
