* {
	padding: 0;
	margin: 0;
	list-style: none;
}

:root { /* FireFox auto scroll bars */
	overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0 auto;
	font: .8em "Lucida Grande", "Verdana", sans-serif;
	background: url('../images/bg_grad.jpg') repeat-x;
}

.container { width: 900px; margin: 0 auto; padding: 0; }

a img {
	border: 0;
}


	#header #logo {
		width: 341px;
		height: 81px;
		padding: 15px 0;
		float: left;
	}

		#header #logo img {
			display: block;
			border: 0;
		}
		
	#header #tools {
		float: right;
		width: 320px;
		margin-top: 30px;
		margin-bottom: 15px;
		margin-left: 25px;
	}
	
	#header #tools ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
		margin: 0 0 1em 0;
	}
	
		#header #tools ul li {
			display: inline;
			font: .85em "Lucida Grande", "Verdana", sans-serif;
			color: #6EB9AF;
			margin: 0 2px 0 0;
			padding: 0 2px 0 0;
		}
		
			#header #tools ul li a {
				margin: 0 2px 0 0;
				padding: 0 2px 0 0;
				text-decoration: none;
				color: #6EB9AF;
			}
			
			#header #tools ul li.last a {
				border-right-width: 0;
			}
			
	#header #search {
		text-align: left;
	
	}
		#header #asearch a {
		float: right;
		font: .85em "Lucida Grande", "Verdana", sans-serif;
		font-weight: 600;
		color: #6EB9AF;
	}
			
		#header #search #keywords {
			width: 200px;
			font-size: 1.3em;
			margin-right: .3em;
		}
	
		#header #search input {
			vertical-align: middle;
		}
		

#navigation-area {
	background: url('../images/navbar.jpg');
	clear: both;
	margin-bottom: 0;
	margin-top: .8em;
	width: 900px;
	height: 39px;
	text-align: center;
}

	#navigation { /* margin, width are inherited... */
		overflow: hidden;
	}
	
		#navigation li {
			display: inline;
		}
		
			#navigation li a {
				float: left;
				padding: 1.1em 18px;
				text-align: center;
				font-weight: 600;
				color: #fff;
				height: 15px;
				font-size: .85em;
				text-decoration: none;
				margin: 0;
			}	

			#navigation li a:hover {
				text-decoration: underline;
			}
			
			#navigation li.selected a {
				background-color: #FE9D10;
			}


#body {
	overflow: hidden;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FEFDF8;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #FEFDF8;
}
#content {
	float: right;
	margin: 0;
	padding: 0;
	width: 697px;
	background: #FEFDF8;
}

#footer {
	text-align: center;
	background-color: #FFF;
	padding: .5em 0;
	border-top: 1px solid #ddd;
	margin-top: 1em;
	float: left;
	width: 899px;
}

#footer ul {
	margin: .2em 0 1em 0;
}

	#footer ul li {
		display: inline;
		padding: 0 .4em;
	}


#footer #copyright {
	margin: .3em 0;
	font-weight: bold;
	color: #333;
}

#footer #intuit a {
	font-size: .8em;
}
.ui-tabs-hide { display: none; }

/* Sidebar! */

/*	#sidebar h5 {
		color: #fff;
		font-size: 1.1em;
		padding: .5em .4em;
		font-weight: bold;
		background: #FEFDF8;
	} */
	
	#sidebar ul {
			margin: 0;
			background: #FEFDF8;
	}
	
		#sidebar ul li {
			padding: .5em 0 0 0;
			width: 200px;
			height: 50px;
			margin: 0;
			background: url('../images/catimg.jpg') no-repeat;
		}
		
			#sidebar ul li a {
				color: #000;
				text-decoration: none;
				font-size: .9em;
			}
			
			#sidebar ul li a:hover {
				text-decoration: underline;
			}

#sidebar #categories {
	text-align: center;
	margin: 10px 0;
	width: 200px;
	background: #FEFDF8;
}

#sidebar li.level-1 {
	color: #FFF;
	text-align: center;
	margin: 0;
	width: 200px;
	height: 50px;
}
#sidebar li.level-1 a{
	color: #FFF;
	font-size: .85em;
	text-align: center;
	font-weight: 800;
	margin: 0;
	width: 200px;
	height: 50px;
	/* background: url('../images/catimg.jpg'); */
}

#sidebar li.level-2 {
	color: #663300;
	font-size: 1 em;
	font-weight: 600;
	!font-weight: 500;
	text-align: left;
	padding: 0 0 13px 6px;
	height: 10px;
	margin: 0;
	width: 180px;
	background: none;
}

#sidebar li.level-2 a{
	color: #663300;
	text-align: left;
	padding: 0 0 0 6px;
	height: 25px;
	width: 175px;
	margin: 0;
}
#sidebar li.level-3 {
	color: #663300;
	font-size: .85em;
	font-weight: 600;
	!font-weight: 500;
	text-align: left;
	padding: 0 0 13px 12px;
	height: 10px;
	margin: 0;
	width: 175px;
	background: none;
}
#sidebar li.level-3 a{
	color: #663300;
	text-align: left;
	padding: 0 0 0 12px;
	height: 25px;
	width: 175px;
	margin: 0;
}

	
	#sidebar #newsletter {
		margin: 0;
		width: 200px;
		background: #FEFDF8;
	}
	
		#sidebar #newsletter h5 {
		background: url('../images/catimg.jpg');
		color: #FFF;
		text-align: center;
		padding: .4em 0 1.5em 0;
		}
		
		#sidebar #newsletter #newsletter-signup {
			text-align: center;
			padding: .5em 0;
			color: #0D9121;
		}
		
		#sidebar #newsletter #newsletter-signup #ea {
			font-size: 1.1em;
			width: 90%;
			margin: 0 0 .5em 0;
		}
			
	#sitemap ul {
		float: left;
		width: 20%;
		padding: 10px;
		margin: 0;
		background: #FEFDF8;
		font-size: .9em;
	}
	
		#sitemap ul li {
		}
		
			#sitemap ul li a {
				color: #000;
				text-decoration: none;
			
				padding: 0;
				margin: 0;
			}
			
			#sitemap ul li a:hover {
				text-decoration: underline;
			}

#sitemap li.level-1 {
	color: #663300;
	text-align: left;
	padding: 2px 0;
}
#sitemap li.level-1 a{
	color: #663300;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

#sitemap li.featuredtitle {
	color: #663300;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

#sitemap li.level-2 {
	color: #663300;
	font-size: 1em;
	text-align: left;
	padding: 2px 0 2px 5px;
}

#sitemap li.level-2 a{
	color: #663300;
	text-align: left;
}
#sitemap li.level-3 {
	color: #663300;
	font-size: .85em;
	text-align: left;
	padding: 2px 0 2px 10px;
}
#sitemap li.level-3 a{
	color: #663300;
	text-align: left;
}

#sitemap ul.other {
	width: 8%;
}

#sitemap ul.featuredcategory {
	width: 30%;
}

/* Home Page */

#content.storefront #showcase {
	width: 677px;
	overflow: hidden;
	padding: 10px;
}
		
	#content.storefront #showcase #random-featured-category {
		width: 430px;
		height: 300px;
		float: left;
		border: thin solid #ccc;
		margin: 0;
		padding: 0;
	}

	#content.storefront #showcase #current-promotions {
		width: 228px;
		height: 138px;
		float: left;
		border: thin solid #ccc;
		margin: 0 0 10px 10px;
		padding: 0;
		overflow:hidden;
	}

	
		#content.storefront #showcase #current-promotions p {
			color: #663300;
			font-weight: bold;
			text-align: center;
			margin: 5px 7px 0 7px;
		}
		

		#content.storefront #showcase #current-promotions2 {
		text-align: center;
		width: 228px;
		height: 138px;
		float: left;
		border: thin solid #ccc;
		margin: 10px 0 0 10px;
		padding: 0;
		overflow:hidden;
	}
	
	#content.storefront #showcase a img {
		border: 0;
		display: block;
		margin: 0;
		padding: 0;
	}

	/* Home page "sections" */
	#content.storefront div.section {
		margin: 1em 0 2em 0;
	}
	
	#content.storefront div.section div.group {
		margin: 0 0 0 0; /* Get up under that birdie! */
		width: 98%;
		overflow: hidden;
		padding: 1.1em 1%;
	}
	
		#content.storefront div.section h2 {
			padding: .4em 0 .8em 24px; /* Parrot space.. */
			margin: 0;
			color: #53615C;
			font-weight: 900;
			font-size: 1.4em;
		}
	
	/* Featured Categories */	
	#content.storefront #featured-categories div.group {
		
	}
	
		#content.storefront #featured-categories div.group div.category {
			width: 25%;
			text-align: center;
			float: left;
		}
		
	/* Featured Products */	
	#content.storefront #featured-products div.group {


	}
	
		#content.storefront #featured-products div.group div.product {
			width: 160px;
			height: 200px;
			text-align: center;
			float: left;
			padding: 0;
			color: #000;
			margin: 0 4px 0 4px;
		}

		 		#content.storefront #featured-products div.group div.product h3 a{
					color: #4A2B01;
					font-weight: 400;
					font-size: .9em;
				}
		
			#content.storefront #featured-products div.group div.product div.thumb {
				width: 100px;
				height: 100px;
				margin: 0 auto;
			}
		
			#content.storefront #featured-products div.group div.product div.thumb img {
				margin: 10px auto;
			}	

				/* Featured Categories */	
	#content.storefront #featured-categories div.group {


	}
	
		#content.storefront #featured-categories div.group div.featcat {
			width: 215px;
			height: 165px;
			text-align: center;
			float: left;
			padding: 0;
			color: #000;
			margin: 0 4px 0 4px;
		}

		 		#content.storefront #featured-categories div.group div.featcat h3 a{
					color: #4A2B01;
					font-weight: 400;
					font-size: .9em;
				}
		
			#content.storefront #featured-categories div.group div.featcat div.thumb {
				width: 200px;
				height: 150px;
				margin: 0 auto;
				background: #555555;
			}
		
			#content.storefront #featured-categories div.group div.featcat div.thumb img {
				margin: 10px auto;
				background: #555555;
				width: 200px;
				height: 150px;
			}	


/* Catalog List */

#narrow-results {
	margin: 1em 0;
	background-color: #dff0fa;
	padding: .8em;
}

	#narrow-results h3 {
		color: #1b5b82;
		padding: .3em 0;
	}

	#narrow-results #options {
		width: 100%;
		overflow: hidden;
	}
	
		#narrow-results #options li {
			display: inline;
		}
		
			#narrow-results #options li a {
				width: 24%;
				float: left;
				text-align: center;
				padding: 1% 0;
				background-color: #fff;
				color: #1d6690;
				margin: 1% 1% 0 0;
			}

#breadcrumbs {
	width: 100%;
	overflow: hidden;
	padding-bottom: .3em;
	margin-bottom: 1em;
}

	#breadcrumbs li {
		display: inline;
	}

		#breadcrumbs li a {
			margin: 0 .5em 0 0;
			padding: .3em .4em;
			display: block;
			float: left;
			text-decoration: none;
		}

		#breadcrumbs li.home a {
			color: #086AA5;
			background-color: #DFF0FA;
		}
		
		#breadcrumbs li.deep-1 a {
			color: #A66E11;
			background-color: #FCF3E4;
		}
		
		#breadcrumbs li.deep-2 a {
			color: #A66E11;
			background-color: #FCF3E4;
		}
		
		#breadcrumbs li.deep-3 a {
			color: #A66E11;
			background-color: #FCF3E4;
		}
		
		#breadcrumbs li.current a {
			color: #604b29;
			font-weight: bold;
			background-color: #fff;
		}


/* Product List Default */

div.category {
	overflow: hidden;
	width: 100%;
}

div.product
{
	width: 98%;
	padding: 3% 1%;
	overflow: hidden;
	margin: 0 0 .6em 0;
}

div.product.last
{
	border-bottom-width: 0;
	margin: 0;
}

div.product div.photo
{
	float: left;
	width: 130px;
	overflow: hidden;
	text-align: center;
}

div.product div.photo img
{
	width: 115px;
}

div.product img
{
	border: 0;
}

div.product div.information
{
	font-size: .9em;
	width: 350px;
	float: left;
	margin-right: 10px;
	line-height: 130%;
}

div.product div.information h3 {
	font-size: 1.5em;
	margin: 0 0 .2em 0;
}

div.product div.information h3 a {
	text-decoration: none;
}

div.product div.information p {
	margin: 0 0 .4em 0;
	line-height: 150%;
}

div.product div.details
{
	float: right;
	width: 170px;
	text-align: center;
}

	div.product div.add {
		text-align: center;
		float: right;
		width: 200px;
	}
	
		div.product div.add div.button {
			text-align: center;
		}
	
		div.product div.add div.button a img {
			border: 0;
		}
		
			

div.product ul.price
{
	margin: 0 0 .3em 0;
	font-size: 1.1em;
	color: #B0B0B0;
}

div.product ul.price li
{
	margin: 3px 0;
	padding: 3px;
	color: #B0B0B0;
}

div.product ul.price li.retail
{
	color: #777;
	font-size: .9em;
}

div.product ul.price li.retail span
{
	text-decoration: line-through;
	color: #777;
}

div.product ul.price li.our
{
	font-weight: bold;
	color: #0f9b20;
}

div.product ul.price li.our span
{
	font-size: 1.8em;
	font-weight: bold;
	padding: .2em .3em;
	color: #B0B0B0;
}

/* Base Styles */

h1 {
	font-size: 1.5em;
	color: #663300;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	color: #555;
	font-size: 1.4em;
	margin: 0 0 .7em 0;
}

a {
	color: #79BBD1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* Product Detail */

#content.catalogdetail span.sku {
	font-size: .35em;
	color: #888;
	display: block;
}

#content.catalogdetail #focus
{
	width: 100%;
	overflow: hidden;
	padding: 0 0 1em 0;
	margin: 0 0 2em 0;
}

	#content.catalogdetail #media
	{
		width: 420px;
		float: left;
		text-align: center;
	}

	#content.catalogdetail #information
	{
		float: right;
		width: 270px;
	}
	
		#content.catalogdetail h2
		{
			font-size: 1.4em;
			margin: 0 0 .3em 0;
			font-weight: normal;
		}

	#content.catalogdetail #information div.section
	{
		margin: 0 0 .5em 0;
		font-size: .95em;
		margin: 0 0 1em 0;
	}
	
	#content.catalogdetail #information h2 {
		color: #0f801d;
	}
	
	#content.catalogdetail #information #add-to-cart {
		border: 3px solid #45d156;
	}
	
	#content.catalogdetail #information div.section table
	{
		border-collapse: collapse;
		width: 100%;
	}

	
		#content.catalogdetail #information div.section table td
		{
			width: 50%;
			padding: .5em;
		}
		
		#content.catalogdetail #information div.section table td,
		#content.catalogdetail #information div.section table th
		{
			padding: .5em .3em;
		}
		
		#content.catalogdetail #information div.section table th
		{
			text-align: right;
			font-weight: bold;
		}
		
		#content.catalogdetail #information div.section table #add td
		{
			text-align: center;
			padding: 1em 0;
		}
		
		#content.catalogdetail #information div.section table #retail td,
		#content.catalogdetail #information div.section table #retail th
		{
			color: #e40404;
			font-size: 1.1em;
			text-decoration: line-through;
			font-weight: normal;
			
		}
		
		#content.catalogdetail #information div.section table #retail th
		{
			text-decoration: none;
		}
		
		
		#content.catalogdetail #information div.section table #our td,
		#content.catalogdetail #information div.section table #our th
		{
			font-size: 1.45em;
			color: #1e6a04;
			/* background-color: #e2f7db; */
			font-weight: normal;
		}
		
		#content.catalogdetail #information div.section table #our td
		{
			letter-spacing: 1px;
		}
		
		#content.catalogdetail #information div.section table #save td
		{
			font-style: italic;
			font-size: 1.2em;
		}
		
		#content.catalogdetail #information div.section table #add td {
			text-align: center;
			width: 100%;
		}
		
	
		
		
	
	#content.catalogdetail #description
	{
		margin: .5em 0 2em 0;
		font-size: .95em;
	}
	
		#content.catalogdetail #description h2
		{
			margin: .4em 0 .1em 0;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		#content.catalogdetail  #description p 
		{
			margin: 0 0 1em 0;
			line-height: 130%;
		}


/* 
	
	Drop Down Code =( 
	
	#navigation ul {
		position: absolute;
		z-index: 2;
		left: -9999em;
		margin-top: 2.4em;
		border: 2px solid #5F5341;
		background-color: #6D604B;
	}
	
		#navigation li ul li {
			display: block;
			padding: 0;
			width: 14em;
			float: none;
			margin: 0;
		}
		
			#navigation li ul li a {
				float: none;
				width: 96%;
				padding: 4% 2%;
				display: block;
				text-align: left;
			}
	
			#navigation li:hover ul, 
			#navigation li.hover ul {
				left: auto;
				top: auto;
			}

*/
			


	#example { /* margin, width are inherited... */
		overflow: hidden;
		width: 700px;
	}
	

#example .ui-tabs-nav li {
	display: inline;
	width: 163px;
	height: 35px;
	margin: 0;
}

	#example .ui-tabs-nav li.first a {
		float: left;
		padding: 0;
		text-align: center;
		font-weight: 600;
		color: #fff;
		width: 163px;
		height: 35px;
		font-size: .85em;
		text-decoration: none;
		margin: 0 5px 0 0;
		background: url('../images/tab.jpg') no-repeat;
	}	
		#example .ui-tabs-nav li a {
		float: left;
		padding: 0;
		text-align: center;
		font-weight: 600;
		color: #fff;
		width: 163px;
		height: 35px;
		font-size: .85em;
		text-decoration: none;
		margin: 0 5px 0 5px;
		background: url('../images/tab.jpg') no-repeat;
	}
		#example .ui-tabs-nav li.last a {
		float: left;
		padding: 0;
		text-align: center;
		font-weight: 600;
		color: #fff;
		width: 163px;
		height: 35px;
		font-size: .85em;
		text-decoration: none;
		margin: 0 0 0 4px;
		background: url('../images/tab.jpg') no-repeat;
	}

	#example .ui-tabs-nav li a:hover {
		text-decoration: underline;
	}
	
	#example .ui-tabs-nav li.selected a {
		background-color: #FE9D10;
	}
	#fragment-1 { float: left; width: 659px; border: 1px solid #aaa; color: #663300; padding: 10px; }
	#fragment-1 a{ color: #79bbd1; text-decoration: none; font-weight: 700; }
	#fragment-1 a:hover { text-decoration: underline; }
	#fragment-2 { float: left; width: 659px; border: 1px solid #aaa; color: #663300; padding: 10px; }
	#fragment-2 a{ color: #79bbd1; text-decoration: none; font-weight: 900; font-size: 1.0em; }
	#fragment-2 a:hover { text-decoration: underline; }
	#fragment-2 .ui-tabs-panel li {
	list-style:disc;
	width: 163px;
	height: 35px;
	margin: 0;	
	}
		
	#fragment-2 li a{ color: #79bbd1; text-decoration: none; font-weight: 900; font-size: 1.0em; }
	#fragment-3 { float: left; width: 659px; border: 1px solid #aaa; color: #663300; padding: 10px; }
	#fragment-3 a{ color: #79bbd1; text-decoration: none; font-weight: 700; }
	#fragment-3 a:hover { text-decoration: underline; }
	#fragment-4 { float: left; width: 659px; border: 1px solid #aaa; color: #663300; padding: 10px; }
	#fragment-4 a{ color: #79bbd1; text-decoration: none; font-weight: 700; }
	#fragment-4 a:hover { text-decoration: underline; }

.proddetail { width: 650px; margin: 10px; float: left; }
.prodphoto { margin: 8px; float: left; width: 350px; text-align: center; }
.ctabox { margin: 8px ; min-height: 200px; width: 252px; float: right; text-align: center; padding: 0; }
.prodbox { margin: 0 auto; min-height: 150px; width: 245px; float: right; border: thin solid #cccccc; background: #eeeeee; text-align: center; padding: 10px 2px 2px 2px; }
.prodbox b span { color: #663300 !important; }
.prodbox s { color: #AA0000 !important; }
.proddesc { margin: 25px; float: left; width: 650px; font-size: 11.4px; font-family:verdana,helvetica,sans-serif; }

.pics {  
    height:  300px;  
    width:   430px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img { 
	display: block;
    padding: 0;  
    border:  0;  
    background-color: #eee;  
    width:  430px; 
    height: 300px; 
    top:  0; 
    left: 0;
} 
#logoarea { width: 700px; margin: 0; padding: 0; overflow: hidden; }
.logos { height: 80px; margin: 5px; padding: 0 auto; float: left; }
#productarea { width: 670px; float: left; margin: 10px 0 25px 10px; text-align: left; }
.newitem { width: 155px; border: 1px solid #ccc; text-align: center; margin: 10px 4px; float: left; height: 215px; }
.thumb { width: 100px; height: 100px; margin: 5px auto; }
.newitemctat { height: 32px; }
.price {  }
.save {  }
.newitemctab { height: 30px; }

ul.crumbs {
    padding: 7px 10px;
    font-size: .9em
}

ul.crumbs li {
    display: inline;
}

