@charset "utf-8";

/*	CSS By Michael Angeletti - CSS Zen Master	*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Global Browser Reset )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
	text-decoration: none;
}

input {
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Debugger Code ( Universal Setting )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, strong, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, table, tr,
td, th, tbody, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Standard Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

strong, b, strong a, b a {
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

html, body, universal styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, html {
	top: 0;
	background: #4FA7B0;
	font: 12px/1.3 Arial, Helvetica, sans-serif;
	color: #3A2E22;
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Container

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
	width: 824px;
	margin: 0 auto;
	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Logo

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.logo {
	width: 240px;
	height: 121px;
	top: 5px;
	left: -71px;
	position: absolute;
	z-index: 100;
	text-indent: -9000px;
	background: transparent url(../images/logo.png) top left no-repeat;
}

	.logo a {
		width: 240px;
		height: 121px;
		float: left;
		background: transparent;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Wrappers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wrap_shadow {
	width: 820px;
	margin: 50px 0 0 0;
	padding: 2px;
	float: left;
	background: #419296;
}

.wrap_white {
	width: 800px;
	padding: 10px;
	float: left;
	background: #FFF;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Top Nav

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.top_nav {
	width: 798px;
	height: 32px;
	border: 1px #142329 solid;
	float: left;
	background: #375B6C url(../images/top-nav_bg.png) top left repeat-x;
}

	.top_nav ul {
		height: 32px;
		float: right;
	}
	
		.top_nav ul li {
			height: 32px;
			float: left;
		}
		
			.top_nav ul li a {
				height: 32px;
				float: left;
				text-indent: -9000px;
				background-position: left bottom;
			}
			
			.top_nav ul li a:hover {
				background-position: left center;
			}
			
			.top_nav ul li a.on, .top_nav ul li a.on:hover {
				background-position: left top;
			}
			
			.products {
				width: 79px;
				background: transparent url(../images/top-nav_products.png) no-repeat;
			}
			
			.view_cart {
				width: 84px;
				background: transparent url(../images/top-nav_view-cart.png) no-repeat;
			}
			
			.customer_care {
				width: 114px;
				background: transparent url(../images/top-nav_customer-care.png) no-repeat;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.content {
	width: 800px;
	padding: 40px 0 20px 0;
	float: left;
	background: #DBE9E4;
}

.pattern {
	background: #DBE9E4 url(../images/inner-bottom-bg.jpg) bottom left no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer {
	width: 800px;
	padding: 12px;
	float: left;
	text-align: center;
	font-size: 11px;
}

	.footer a {
		color: #3A2E22;
	}
	
	.footer a:hover {
		text-decoration: underline;
	}

	.footer li {
		margin: 0 10px;
		display: inline;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Left Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left_column {
	width: 140px;
	padding: 0 0 0 10px;
	float: left;
}

	.left_column h4 {
		width: 140px;
		height: 34px;
		float: left;
		text-indent: -9000px;
		background-position: top left;
	}
	
	.topics {
		background: transparent url(../images/nav-left_topics.png) no-repeat;
	}
	
	.categories {
		background: transparent url(../images/nav-left_categories.png) no-repeat;
	}
	
	ul.left_nav {
		width: 110px;
		margin: 0 0 15px 0;
		padding: 15px;
		float: left;
		color: #FFF;
		background: #3A2E22 url(../images/nav-left_bottom.gif) bottom left no-repeat;
	}
	
		ul.left_nav a {
			color: #FFF;
		}
		
		ul.left_nav a:hover {
			text-decoration: underline;
		}
	
	ul.left_nav strong {
		font-size: 15px;
	}
	
	ul.left_nav li {
		margin: 0 0 4px 0;
	}
		
		ul.left_nav li ul {
			padding: 4px 0 0 5px;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Right Column

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.right_column {
	width: 590px;
	padding: 0 30px 0 0;
	float: right;
	overflow: hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Text

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.text {
	width: 100%;
	float: left;
}

	.text h1, .text h2, .text h3, .text h4, .text p, .text ul, .text ol {
		margin: 0 0 10px 0;
	}
	
	.text li {
		margin: 0 0 5px 0;
	}
	
	.text h1 {
		font-size: 20px;
		font-weight: bold;
		color: #36596A;
	}
	
	.text h2 {
		font-size: 17px;
		font-weight: bold;
	}
	
	.text h3 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.text h4 {
		font-weight: bold;
	}
		
		.text ol li {
			list-style: inside decimal;
		}
		
		.text ul li {
			list-style: inside disc;
		}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Group

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.group_row {
	width: 612px;
	margin: 22px 0 0 0;
	float: left;
}

	.group_row, .group_row a {
		color: #FFF;
		line-height: 1;
	}
	
	.group_row a:hover {
		text-decoration: underline;
	}

.group_box_outer {
	width: 182px;
	margin: 0 22px 0 0;
	float: left;
	background: #3A2E22 url(../images/group-box_top.gif) top left no-repeat;
}

.group_box_inner {
	width: 152px;
	padding: 15px;
	float: left;
	background: transparent url(../images/group-box_bottom.gif) bottom left no-repeat;
}

	.group_box_inner h5 {
		width: 142px;
		padding: 0 5px;
		float: left;
	}
	
		.group_box_inner h5 a {
			font-weight: bold;
		}

.group_pic {
	width: 152px;
	margin: 15px 0;
	float: left;
}

	.group_pic a {
		width: 150px;
		height: 150px;
		padding: 1px;
		float: left;
		background: #3C6477 url(../images/missing.gif) center center no-repeat;
	}
	
	.group_pic a img {
		width: 150px;
		height: 150px;
	}
	.group_pic a:hover {
		background: #FFF url(../images/missing.gif) center center no-repeat;
	}
	
.group_price_view {
	width: 142px;
	padding: 0 5px;
	float: left;
}

p.price {
	float: left;
	font-weight: bold;
	color: #F89219;
}

a.view {
	float: right;
}

.pagination {
	width: 590px;
	padding: 15px 0 0 0;
	float: left;
}

	.pagination ul {
		float: right;
	}
	
	.pagination ul li {
		margin: 0 10px 0 0;
		float: left;
	}
	
	.pagination a {
		color: #3A2E22;
	}
	
	.pagination a:hover {
		text-decoration: underline;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Item

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.item_left {
	width: 302px;
	padding: 0 0 0 30px;
	float: left;
}

.item_crumb {
	width: 302px;
	margin: 0 0 5px 0;
	float: left;
}

	.item_crumb a {
		color: #3C6477;
	}
	
	.item_crumb a:hover {
		text-decoration: underline;
	}

.item_media_main {
	width: 300px;
	margin: 0 0 5px 0;
	border: 1px #3D6577 solid;
	float: left;
}

	.item_media_main * {
		float: left;
	}

.item_media_thumbs {
	width: 302px;
	float: left;
}

	.item_media_thumbs img {
		margin: 0 5px 0 0;
		border: 1px #3D6577 solid;
	}

.item_right {
	width: 410px;
	padding: 25px 30px 0 0;
	float: right;
}

input.item_add_to_cart {
	width: 128px;
	height: 33px;
	margin: 10px 0 0 0;
	background: transparent url(../images/add-to-cart.png) top left no-repeat;
}

	input.item_add_to_cart:hover {
		background-position: bottom left;
	}
