* { outline: none; }
body { font: 0.625em Verdana, Arial, sans-serif; margin: 0; }
img { border: none; }

/* ----------| STANDARD TAGS |---------- */
p 
{
	font-size: 1.2em;
}

/* ----------| CONTAINER |---------- */
#container
{
	width: 900px;
	margin: 0 auto;
	background: url('../media/layout/background.png') repeat-y;
}

/* ----------| MASTHEAD |---------- */
#masthead 
{
	background: black url('../media/layout/header.jpg') no-repeat 0px 32px;
	border-top: 13px solid black;
	height: 191px;
}


#masthead h1,
#masthead h2,
#navigation span
{
	position: absolute;
	left: -5000px;
}

#subscribe-button
{
	background: transparent url('../media/layout/subscribe.png') repeat scroll 0 0;
	display: block;
	height: 52px;
	left: 700px;
	position: relative;
	text-indent: -9000px;
	top: 100px;
	width: 185px;
}

/* ----------| NAVIGATION |---------- */
#navigation,
#navigation a
{
	background: url('../media/layout/navigation.png');
}

#navigation ul
{
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#navigation li 
{
	list-style-type: none;
	height: 32px;
	float: left;
	margin-top: 0px;
}

#navigation a 
{
	display: block;
	height: 32px;
	width: 90px;
}

/* ----------| NAVIGATION ROLLOVERS |---------- */
#first a { background-position: 0px -32px; }
#first a:hover { background-position: 0px -64px !important; }

#second a { background-position: -90px -32px; }
#second a:hover { background-position: -90px -64px !important; }

#third a { background-position: -180px -32px; }
#third a:hover { background-position: -180px -64px !important; }

#fourth a { background-position: -270px -32px; }
#fourth a:hover { background-position: -270px -64px !important; }

#fifth a { background-position: -360px -32px; }
#fifth a:hover { background-position: -360px -64px !important; }

#sixth a { background-position: -450px -32px; }
#sixth a:hover { background-position: -450px -64px !important; }

#seventh a { background-position: -540px -32px; }
#seventh a:hover { background-position: -540px -64px !important; }

#eighth a { background-position: -630px -32px; }
#eighth a:hover { background-position: -630px -64px !important; }

#ninth a { background-position: -720px -32px; }
#ninth a:hover { background-position: -720px -64px !important; }

#tenth a { background-position: -810px -32px; }
#tenth a:hover { background-position: -810px -64px !important; }

/* ----------| CATALOG SIDEBAR |---------- */
#catalog 
{
	float: left;
	width: 200px;
}

#catalog h3
{
	color: white;
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 10px;
}

#catalog h4 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: oblique;
	color: white;
	text-align: center;
}
#catalog h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: oblique;
	color: #95C137;
	text-align: LEFT;
	padding-left: 3px;	
}

/* ----------| CATALOG SIDEBAR FLYOUT MENU |---------- */
#catalog ul 
{
	border-top: 1px solid #d8d8d8;
	list-style-type: none;
	padding: 0;
	margin: 0 ;
}

#catalog a.selected
{
	
}
#catalog .bb a
{
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
#catalog .bb li
{
	background-image: none;
	border-bottom: 1px solid #333;
	background-color: #666;
}

#catalog .bb li a
{
	color: white;
	font-weight: normal;
}

#catalog li,
#catalog li li li
{
	position: relative;
	border-bottom: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	background: black url('../media/layout/arrow.png') no-repeat 185px 0.6em;
	width: 200px;
	margin: 0;
}

#catalog li li 
{
	background-image: none;
	border-bottom: 1px solid;
	background-color: #787878;
	border-bottom-color: #000000;
}

#catalog li li li 
{
	background-image: none;
	background-color: #999999;
	border-bottom-color: #000000;
}

#catalog li li li li {
	background-image: none;
	border-bottom: 1px solid;
	background-color: #666666;
	border-bottom-color: #000000;
}

#catalog li li li li li {
	background-image: none;
	border-bottom: 1px solid;
	background-color: #333333;
	border-bottom-color: #000000;
}

#catalog li li li li li li {
	background-image: none;
	border-bottom: 1px solid;
	background-color: #cccccc;
	border-bottom-color: #000000;
}

#catalog li.has-submenu {
	background-image: url('../media/layout/white-arrow.png');
	background-repeat: no-repeat;
	background-position: 185px 0.6em;
}

#catalog li.bb
{
	background-image: url('../media/layout/arrow.png');
}

#catalog a 
{
	color: white;
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 0px 25px 3px 5px;
}

#catalog a:hover {
	display: block;
}

/* Hides all of the sub-menus */
#catalog ul ul 
{
	display: none;
}

/* Classes for javascript */
.hovered { background-color: #666 !important; }
.hovered-ul
{
	position: absolute !important;
	display: block !important;
}

.hovered-li
{
	position: relative !important;
	left: 195px !important;
	top: -19px !important;
	*top: -17px !important;
}


/* ----------| CONTENT |---------- */
#content 
{
	float: left;
	width: 515px;
	padding: 0px 10px;
	font-size: 1.1em;
}

.full 
{
	width: 680px !important;
}

#content h3 
{
	background: #86AE34;
	font-size: 1.4em;
	color: white;
	padding: 5px;
	margin: 10px 0px;
}
/* ----------| EXTRA SIDEBAR |---------- */
#extra
{
	padding: 10px 0px 0px 0px;
	width: 165px;
	float: left;
	text-align: center;
	background: black;
}

#extra img {
	padding-bottom: 15px;
}

#extra .hr
{
	border-top:1px solid #444444;
	font-size:1px;
	height:1px;
	line-height:1px;
}

#extra .hr hr
{
	display: none;
}

/* ----------| PRODUCT DISPLAY |---------- */
.product-information
{
	margin-bottom: 20px;
}

.product-image img
{
	padding-right: 10px;
}

.product-information .product-quantity,
.product-information .product-add
{
	padding: 2px;
	background: #DFDFDF;
	height: 15px;
	font-weight: bold;
}

.product-information .product-name
{
	font-size: 1.0em;
	padding: 2px;
	background: #DFDFDF;
	margin: 0;
	width: 75%;
	height: 15px;
}

.product-name a
{
	color: black;
}

.product-name a:visited
{
	color: #84AC31
}

.product-information .product-price
{
	background: #DFDFDF;
	font-weight: bold;
}

.product-information .product-description
{
	vertical-align: top;
}

.product-information .product-input
{
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
}

.product-information table
{
	width: 100%;
	margin-bottom: 15px;
}

/* ----------| SHOPPING CART |---------- */
.cart 
{
	width: 100%;
}

.cart th 
{
	background: #DFDFDF;
	padding: 2px;
}

.cart td 
{
	text-align: center;
	padding: 3px;
	background: #FCFCFC;
}

.cart_quantity 
{
	width: 50px;
}

.cart-shipping {
	width: 360px;
	clear: both;
	margin: auto;
}

.cart-shipping table
{
	width: 330px;
}

	td.taxnship select
	{
		margin-left: 22px;
		width: 249px;
	}
	
	td.zipncountry
	{
		text-align: right;
	}

.cart-payment 
{
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 0px 0px 10px;
}

.cart-payment select
{
	margin: 0px 20px;
}

.cart-payment-details
{
	clear: both;
	text-align: center;
	margin: 0px 0px 10px;
}

.cart-payment-details table
{
	margin: auto;
}

.cart-payment-details td
{
	text-align: left;
}

.cart-payment-details .payment_hdr
{
	font-weight: bold;
}

.cart-shipping table
{
	margin: auto;
}

.cart-subtotal {
	width: 50%;
	float: right;
	text-align: right;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
}

.cart-subtotal .totals 
{
	float: right;
}

.cart-buttons
{
	text-align: center;
	padding: 20px;
}

.cart-notes table,
.cart-notes textarea
{
	width: 100%;
}

.cart-address
{
	clear: both;
}

.cart-address table
{
	margin:auto
}

	.cart-address select,
	.cart-address input
	{
		width: 175px;
		margin: 0px 5px;
	}
	
	.ship_check input
	{
		width: auto;
	}


.cart-comments
{
	padding: 10px;
	text-align: center;
}

.cart-comments .comm
{
	margin: auto;
}

.addr_foot,
.bill_addr_hdr,
.ship_addr_hdr,
.comm_hdr
{
	padding: 10px 0px;
	font-weight: bold;
}

.cart-shipping-details
{
	width: 250px;
	margin: 10px auto;
}

/*	=Customer Registration
	------------------------------------------------------ */
	.registration
	{
		clear: both;
	}
	
		.registration table
		{
			margin: auto;
		}
		
		.registration table.addr_name,
		.registration table.save_payment,
		.registration table.email_type,
		.registration table.email_pw,
		.registration table.challenge	
		{
			width: 100%;
		}
		
	/*  Labels are just <td>s to shopsite 
		Also, since they like to name things
		with completely unrelated and often
		conflicting classes, you have to use
		these overwrought selectors to get to them. */
		.registration td.addr_lab,
		.registration td.email_pw,
		.registration td.challenge,
		.registration td.save_payment_text,
		.registration td.email_type_text,
		.preferences td.email_pw,
		.preferences td.addr_lab,
		.preferences td.save_payment_text,
		.preferences td.email_type_text
		{
			font-weight: bold;
		}
		
		.registration td.email_pw_note
		{
			color: #999;
		}
		
		.registration td.email_type_select,
		.registration td.save_payment_select,
		.preferences td.email_type_select,
		.preferences td.save_payment_select
		{
			width: 50px;
		}

		/* Preferences */
		.preferences table
		{
			width: 100%;
		}
		
			.preferences table table
			{
				width: auto;
			}
			
			.preferences table td
			{
				padding-right: 10px;
			}

/* ----------| FOOTER |---------- */
#footer 
{
	background: white;
	padding-top: 0px;
	text-align: center;
}

#footer-contact 
{
	font: bold 1.2em Arial, Verdana, sans-serif;
	background: #86AE34;
	padding: 15px;
}

	#footer-contact a
	{
		color: black;
	}

#footer-tagline 
{
	background: #4b6616;
	padding: 2px;
}

#footer-copyright 
{
	background: black;
	color: #999999;
	padding: 2px;
}
#footer-copyright a
	{
	color: white;
	font-weight: bold;
	}

/* ----------| GIFT CERTIFICATES |---------- */
.gc-form table
{
	margin: auto;
}

.gc-form .input,
.gc-form .textarea
{
	width: 200px;
}

.gc-form textarea
{
	clear: both;
}

/* ----------| SEARCH |---------- */
.search-box 
{
	text-align: center;
}

#extra .search-box
{

}

.search-field
{
	margin: 10px;
}

.search-result-count
{
	background: #86ae34;
	padding: 5px 5px;
	margin: 10px 0px;
	font-size: 1.6em;
	text-align: center;
	color: white;
}

.search_table
{
	margin: 20px auto;
}

/*	=Paypal Warning
	------------------------------------------------------ */
	#paypal-warning
	{
		background: #C3D9FF;
		color: blue;
		display: none;
		padding: 10px;
		border: 1px solid blue;
	}
	
		#paypal-warning p
		{
			text-align: center;
		}

/* ----------| VARIOUS GENERAL PURPOSE CLASSES |---------- */
.white { color: white; }
.center { text-align: center; }

/* ----------| EASYCLEARING |---------- */
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
#navigation:after,
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#navigation,
.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html #navigation,
* html .clear { height: 1%; }

#navigation,
.clear { display: block; }
/* End hide from IE-mac */

.strikeout
{
	text-decoration: line-through;
}


