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

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

body {
	text-align: center;
	margin: 0;
	font: .8em "Lucida Grande", "Verdana", sans-serif;
}

a img {
	border: 0;
}


#header, #body, #navigation, #sub {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

	#header #logo {
		width: 483px;
		height: 72px;
		padding: 15px 0;
		float: left;
	}

		#header #logo img {
			display: block;
			border: 0;
		}
		
	#header #tools {
		float: right;
		width: 463px;
		margin: 20px 0;
	}
	
		#header #tools #phone {
			text-align: center;
			font-size: 1.3em;
			margin: .4em 0;
			font-weight: bold;
			color: #777;
		}
	
	#header #tools ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
		margin: 0;
	}
	
		#header #tools ul li {
			display: inline;
		}
		
			#header #tools ul li a {
				margin: 0 .6em 0 0;
				padding: 0 .6em 0 0;
				border-right: 1px solid #999;
				text-decoration: none;
				color: #777;
			}
			
			#header #tools ul li.last a {
				border-right-width: 0;
			}
			
	#header #search {
		text-align: center;
	}
			
		#header #search #keywords {
			width: 200px;
			font-size: 1.3em;
			margin-right: .3em;
		}
	
		#header #search input {
			vertical-align: middle;
		}
		

#navigation-area {
	background-color: #908067;
	clear: both;
	margin-bottom: 1em;

}

	#navigation { /* margin, width are inherited... */
		overflow: hidden;
	}
	
		#navigation li {
			display: inline;
		}
		
			#navigation li a {
				float: left;
				width: 118px;
				text-align: center;
				color: #fff;
				font-size: 1.1em;
				text-decoration: none;
				padding: .8em 0;
			}
			
			#navigation li.last a {
				width: 123px;
			}
			

			#navigation li a:hover {
				background-color: #6D604B;
			}
			
			#navigation li.selected a {
				background-color: #FE9D10;
			}


#body {
	overflow: hidden;
}


#body #content {
	float: left;
	width: 750px;
}

	#body.checkout #content {
		width: 100%;
	}

#body #sidebar {
	float: right;
	width: 190px;
}

	#body.checkout #sidebar {
		display: none;
	}




#body #content {
	float: left;
	width: 750px;
}

#body #sidebar {
	float: right;
	width: 190px;
}



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

#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;
}


/* Sidebar! */

	#sidebar h5 {
		color: #fff;
		font-size: 1.1em;
		padding: .5em .4em;
		font-weight: bold;
	}
	
	#sidebar ul {
		padding: .4em 1em 1em 1em;
	}
	
		#sidebar ul li {
			padding: .3em 0;
		}
		
			#sidebar ul li a {
				color: #666;
				text-decoration: none;
				font-size: .9em;
			}
			
			#sidebar ul li a:hover {
				text-decoration: underline;
			}
	
	#sidebar #minicart {
		background-color: #dff0fa;
	}
	
		#sidebar #minicart h5 {
			background-color: #6ba9ce;
		}
		
		#sidebar #minicart div.empty {
			text-align: center; 
			padding: 1em 0; 
			color: #3279A3;
		}
		
			#sidebar #minicart div.products {
				padding: .5em .3em;
			}
				#sidebar #minicart div.products div.product {
					width: 100%;
					overflow: hidden;
					padding: .2em 0;
					border-width: 0;
				}
				
					#sidebar #minicart div.products div.product ul,
					#sidebar #minicart div.products div.product h6 {
						float: right;
						width: 122px;
					}
				
					#sidebar #minicart div.products div.product img.thumb {
						float: left;
						width: 40px;
						height: 40px;
						border: 1px solid #6ba9ce;
						background-color: #fff;
						padding: 5px;
					}
					
					#sidebar #minicart div.products div.product h6 a {
						font-size: 1.4em;
						font-weight: normal;
						color: #6ba9ce;
						border-bottom: 1px solid #6ba9ce;
					}
					
					#sidebar #minicart div.products div.product h6 a:hover {
						text-decoration: none;
					}
					
					#sidebar #minicart div.products div.product ul {
						margin: .3em 0 0 0;
						padding: 0;
					}
					
						#sidebar #minicart div.products div.product ul li {
							font-size: .8em;
							color: #666;
							margin: 0;
							padding: 0;
						}
						
						#sidebar #minicart div.checkout {
							text-align: center;
							padding: .2em 0;
						}
						
							#sidebar #minicart div.checkout img {
								border: 0;
							}
							
						#sidebar #minicart div.cart {
							text-align: center;
							padding: 0 0 .5em 0;
						}
						
							#sidebar #minicart div.cart a {
								color: #6ba9ce;
							}
							
	#sidebar #categories {
		background-color: #fcf3e4;
	}
	
		#sidebar #categories h5 {
			background-color: #f7b555;
		}
	

	
	#sidebar #newsletter {
		background-color: #d1ffd8;
	}
	
		#sidebar #newsletter h5 {
			background-color: #45d156;
		}
		
		#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;
		}
			
	
	

/* Home Page */

#content.storefront #showcase {
	width: 750px;
	overflow: hidden;
}
		
	#content.storefront #showcase #cycle {
		width: 548px;
		height: 265px;
		float: left;
	}
	
	#content.storefront #showcase #cycle div.category {
		display: none;
	}

	#content.storefront #showcase #current-promotions {
		width: 192px;
		height: 265px;
		float: right;
	}
	
	#content.storefront #showcase a img {
		border: 0;
		display: block;
	}

	/* Home page "sections" */
	#content.storefront div.section {
		margin: 1em 0 2em 0;
	}
	
	#content.storefront div.section div.group {
		margin: -10px 0 0 0; /* Get up under that birdie! */
		width: 98%;
		overflow: hidden;
		padding: 1.1em 1%;
	}
	
		#content.storefront div.section h2 {
			background: transparent url("../images/store_version1/parrot.gif") no-repeat 10px 0;
			padding: .4em 0 .8em 65px; /* Parrot space.. */
			position: relative;
			margin: 0;
		}
	
	/* Featured Categories */	
	#content.storefront #featured-categories div.group {
		background-color: #fcf3e4;
	}
	
		#content.storefront #featured-categories div.group div.category {
			width: 25%;
			text-align: center;
			float: left;
		}
		
	/* Featured Products */	
	#content.storefront #featured-products div.group {
		background-color: #c7e4f6;
	}
	
		#content.storefront #featured-products div.group div.product {
			width: 25%;
			text-align: center;
			float: left;
			height: 220px;
			padding: 0;
		}
		
			#content.storefront #featured-products div.group div.product div.thumb img {
				border: 1px solid #96c9e9;
			}	


/* Catalog List */

#narrow-results {
	margin: 1em 0;
	background-color: #FCF3E4;
	border: 1px solid #f7b555;
	padding: .8em;
}

	#narrow-results h3 {
		padding: .1em 0 .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 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;
}

div.product ul.price li
{
	margin: 2px 0;
	padding: 1px;
}

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

div.product ul.price li.crossed 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,
div.product ul.price li.new span
{
	font-size: 1.8em;
	font-weight: bold;
	padding: .2em .3em;
	color: #0f9b20;
}

/* Base Styles */

h1 {
	font-size: 1.7em;
	color: #004167;
	font-weight: normal;
}

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

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Catalog List */
#content.cataloglist h2 {
	font-size: 1.2em;
}


/* Product Detail */

#content.catalogdetail h1 {
	margin: 0 0 .3em 0;
}


#content.catalogdetail span.sku {
	font-size: .5em;
	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%;
		}
		
		
#gift-tips-menu {
	float:right;
	width:250px;
	padding:10px;
	margin:0 0 20px 20px;
	border:3px double #6BA9CE;
}

	#gift-tips-menu a {
		color:#6BA9CE;
		display:block;
		width:100%;
		margin:8px 0;
		font-weight:bold;
	}


/* 
	
	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;
			}

*/
			