/* =========================================

Author: Charlie Hoey - choey@panopticdesign.com
==========================================*/

/* =========================================
GLOBAL STYLES
==========================================*/
html, body {
	height: 100%;
}

body {
	width: 780px;
	margin: 0 auto 20px auto;
	font-family: arial, sans-serif;
	background-color: #eeeeee;
	background-image:url(../art/bk_dropshadow.gif);
	background-position: center center;
	background-repeat: repeat-y;
	font-size: 85%;
	%font-size: 80%;
}

a:link {
	color: #096;
	text-decoration: none;
}

a:hover {
	color: #096;
	text-decoration: underline;
	}

a:visited {
	color: #096;
	text-decoration: none;
	}
	
a:focus {outline:none}

strong {
	font-weight: bold;
}

.itext {
	background-color: #eee;
	padding: 1px;
}

#productAttributes input.itext {
	width: 175px;
}

table td {
	padding: 3px;
}

table#specials td, table#specials th {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 10px 3px 10px 0;
	margin: 0 0 10px 0;
}

table#specials td {
	padding-left: 1em;
}

table#specials img {
	border: 1px solid #009966;
}

p.alert {
	display: block;
	color: #e00;
	font-weight: bold;
	border: 1px dashed #e00;
	background-color: #fee;
	padding: 10px;
}

table.border {
	border: 1px solid #009966;
	background-color: #eeffee;
}

#productDetails table td {
	vertical-align: middle;
}

#productDetails table td ul {
	list-style-type: disc;
	margin-left: 1em;
}

#container {
	position: relative;
	min-height: 100%;
	padding-bottom: 10px;
}




/* =========================================
MASTHEAD
=========================================*/

#masthead {
	background-image:url(../art/bk_masthead.jpg);
	background-repeat: no-repeat;
	width: 778px;
	height: 147px;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
	_margin-left: 2px;
}

#masthead #siteNav ul {
	background-color: #FF823D;
	overflow: hidden;
	height: 27px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#masthead #siteNav li {
	border-right: 2px solid white;
	float: left;
}

#masthead #siteNav li.last {
	border: 0;
}

#masthead a {
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 27px;
	width: 127px;
	font-weight: bold;
	color: #fff;
}

#masthead a:hover {
	color: #009966;
}

#masthead #siteNav li.current a {
	background-color: #fff;
	color: #009966;
}

#masthead #siteNav li.last a {
	padding-right: 6px;
}

#masthead #shoppingNav {
	background-image:url(../art/bk_shoppingNav-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	width: 387px;
	float: right;
	margin-top: 81px;
}

#masthead #shoppingNav ul {
	width: 100%;
	background-color: #FF823D;
	overflow: hidden;
	margin-left: 19px;
}

#masthead #shoppingNav li {
	float: left;
}

#masthead #shoppingNav a {
	width: 100px;
	border-right: 2px solid #fff;
}

#masthead #shoppingNav li#checkout {
	background-image:url(../art/i_checkout.gif);
	background-repeat: no-repeat;
	background-position: 95px 3px;
}

#masthead #shoppingNav li#checkout a {
	padding-left: 25px;
	text-align: left;
	width: 108px;
	border-right: 0;
}

#masthead #shoppingNav li#basket {
	background-image:url(../art/i_shopping-cart.gif);
	background-repeat: no-repeat;
	background-position: 92px 3px;
}

#masthead #shoppingNav li#basket a {
	width: 113px;
	padding-left: 12px;
	text-align: left
}

/* =========================================
CONTENT
==========================================*/

#content {
	overflow: hidden;
	padding-bottom: 50px;
	width: 100%;
}

#content p {
	margin-top: 1em;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF823D;
	border-bottom: 1px solid #ff823d;
	padding-bottom: 5px;
	margin-bottom: .5em;
}

span#contentSpan {
	display: block;
	padding: 15px;
}

.home span#contentSpan {
	padding: 0;
}

#content .floatRight {
	float: right;
}

#content #copy p, #content #copy ul, #content #copy h1 {
	margin-bottom: 0em;
	margin-right: 15px;
}

#content #copy blockquote {
	margin: 0 0 1em 1em;
}



/* =========================================
Basket Contents
==========================================*/

#content #basketContents {
	width: 590px;
	float: left;
}

#content #basketContents table {
	width: 100%;
}


/* =========================================
	Ricks Additions
	==========================================*/

#content ul.listnl {
	list-style-type: circle;
	padding-bottom: 15px;
	padding-top: 5px;
	}

#content li.listnl {
	list-style-type: circle;
	padding-bottom: 5px;
	}





/* =========================================
	Category Listing
	==========================================*/
	
	#content #navCategories {
	width: 150px;
	float: left;
	}
	
	#content #navCategories li {
		_height: 1em;
	}
	
	#content #navCategories li ul {
		display: none;
	}
	
	#content #navCategories h2 {
		font-weight: bold;
		color: #ff823d;
	}
	
	#content ul {
		list-style-type: disc;
		margin: 0 0 0 1em;
		padding: 0;
	}

	
	#content #navCategories ul {
		margin: 5px;
		list-style-type: none;
		
	}
	
	#content #navCategories a {
		display: block;
		line-height: 1.2em;
		font-size: .9em;
		padding: 2px 0 2px 0;
		_padding: 0;
	}
	
	#content #breadcrumbs {
		margin-bottom: 15px;
		font-size: .85em;
		}
	
	#content #productsContent {
		width: 600px;
		float: right;
	}
	
	#content #categoryTotal {
		font-weight: bold;
		color: #009966;
		float: left;
		line-height: 1.5em;
	}
	
	#content #categoryPages {
		float: right;
		background-color: #009966;
		overflow: hidden;
		margin: 0 0 1em 1em;
	}
	
	#content #categoryPages span {
		display: block;
		float: left;
		line-height: 1.5em;
		font-size: 1.2em;
		width: 1.2em;
		text-align: center;
	}
	
	#content #categoryPages span.pageCurrent {
		background-color: #66CC99;
		
	}
	
	#content #categoryPages a {
		display: block;
		text-align: center;
		line-height: 1.5em;
		text-decoration: none;
		color: #fff;
	}
	
	#content #categoryPages a:hover {
	
		background-color: #33BB99;
	}
	
	#categoryListing {
		width: 600px;
		overflow: hidden;
		margin: 1em auto 0 auto;
		float: right;
	}
	
	#steps {
		overflow: hidden;
		width: 100%;
	}
	
	#steps ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	#steps ul li {
		display: block;
		float: left;
		width: 244px;
		line-height: 25px;
		padding: 0;
		font-weight: bold;
		color: black;
		text-align: center;
		
	}
	
	#steps li.current {
		background-image:url(../art/bk_steps.gif);
		color: #fff;
	}
	
	span#categoryListingSpan {
		display: block;
		overflow: hidden;
	}
	
	#prevNextButtons {
		width: 100%;
		clear: both;
		overflow: hidden;
		margin-bottom: 15px;
		
	}
	
	#prevNextButtons form#previous {
		display: block;
		float: left;
		clear: none;
	}
	
	#prevNextButtons form#next {
		display: block;
		float: right;
		clear: none;
	}
	
	#content div.product {
		width: 152px;
		height: 225px;
		float: left;
		overflow: hidden;
		margin-right: 40px;
	}
	
	.product {
		text-align: center;
		width: 152px;
	}
	
	.product a {
		display: block;
		clear: both;
	}
	
	.product a.productLink {
		margin-bottom: 5px;
		text-align: center;
	}
	
	.product a.productImageLink {
		border: 1px solid #009966;
		margin-bottom: 5px;
	}
	
	.product a.productBuy {
		display: inline;
		padding-top: 3px;
		margin-left: 5px;
	}
	
	.product span.productPrice {
		font-weight: bold;
		color: #ff823d;
		
	}

	/* =========================================
	Product Details
	==========================================*/
	#productDetails {
		width: 600px;
		float: left;
		margin-bottom: 1em;
	}
	
	#productDetails #productCopy {
		margin: 0;
		width: 270px;
		float: right;
	}
	
	#productDetails h2 {
		font-size: 1.6em;
		color: #009966;
		border-bottom: 1px solid #FF823D;
		margin-bottom: 1em;
		margin-top: .0em;
		padding-bottom: .5em;
		font-weight: bold;
	}
	
	#productDetails p {
		margin: 0 0 1em 0;
		line-height: 1.25em;
	}
	
	#productDetails p.productForm {
	
	}
	
	#productDetails ul {
		margin-bottom: 1em;
	}
	
	#productDetails input, #productDetails select {
		margin: .5em 0 .5em .5em;
	}
	
	#productDetails td {
		width: 100px;
	}
	
	#productDetails .product {
		display: none;
	}
	
	#productDetails img#productImage {
		float: left;
		margin: 0 0 0 0;
		border: 1px solid #009966;
		max-width: 300px;
	}
	
	#productDetails #productFooter {
		clear: both;
		padding-top: 15px;
		
	}
	
	#productDetails #productFooter {
		width: 100%;
	}
	
	#content #relatedProducts {
		width: 600px;
		float: right;
	}
	
	#content #relatedProducts h2 {
		color: #FF823D;
		border-top: 1px solid #FF823D;
		font-weight: bold;
		padding-top: 5px;
		margin-bottom: 1em;
	}
	
	#content #relatedProducts a.thumbLink img {
		overflow: hidden;
		display: block;
		width: 150px;
		margin: 0;
		border: 1px solid #009966;
	}
	
	#content #relatedProducts a.headerLink {
		font-size: .9em;
		display: block;
		margin: 5px 0 0 0;
		text-align: center;
	}
	
	#content #relatedProducts span.product {
		display: none;
	}
	
	#content .relatedDetail {
		margin: 0 1em 1em 0;
		width: 152px;
		height: 200px;
		float: left;
		overflow: hidden;
	}
	
	table#searchResults {
		border-collapse: collapse;
		margin-top: 20px;
	}
	
	table#searchResults tr.tint {
		background-color: #eeffee;
	}
	
	table#searchResults td {
		vertical-align: top;
		padding: 5px;
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}
	
	table#searchResults strong {
		font-weight: bold;
	}
	
	table#searchResults img {
		border: 1px solid #009966;
	}

	/* =========================================
	Homepage Specific
	==========================================*/
	
	#productLinks {
		width: 390px;
		overflow: hidden;
		float: left;
	}
	
	#productLinks #row1, #productLinks #row2 {
		width: 100%;
		overflow: hidden;
		margin-bottom: 5px;
		margin-left: 10px;
	}
	
	#productLinks h2 {
		color: #F77F00;
		font-weight: bold;
		font-size: 1.1em;
		margin-top: .5em;
	}
	
	#productLinks div.category {
		margin: 0;
		margin-right: 1em;
	}
	
	#productLinks ul {
		list-style-type: disc;
		margin-left: 1.2em;
		color: #005533;
	}
	
	#productLinks li {
		padding: 4px 0 4px 0;
	}
	
	#productsContent p {
		line-height: 1.35em;
	}
	
	#productsContent span.testimonialName {
		display: block;
		margin-left: 20px;
		margin-bottom: 1em;
	}
	
	#productsContent ul {
		margin-left: 1.2em;
		list-style-type: circle;
	}
	
	#mailingList {
		clear: both;
		margin-top: 15px;
		padding-top: 20px;
		overflow: hidden;
		width: 390px;
	}
	
	#mailingList h2 {
		color: #009966;
		margin-left: 10px;
	}
	
	#mailingList form {
		float: right;
		margin-top: 10px;
	}
	
	#productFeature {
		text-align: center;
		float: right;
		width: 390px;
		overflow: hidden;
	}
	
	#flashDiv {
		float: left;
		margin: 25px 0 0 2px;
		
		width: 776px;
	}
	
	#flashDiv #flashAnim {
		border: 1px solid #F67F00;
	}
	
	#flashDiv #flashLinks {
		background-image:url(../art/bk_flashLinks-dropshadow.jpg);
		background-repeat: repeat-x;
		overflow: hidden;
		padding-top: 1em;
	}
	
	#flashDiv ul {
		list-style-type: none;
		margin: 0;
	}
	
	#flashDiv #flashLinks li {
		float: left;
	}
	
	#flashDiv #flashLinks a {
		display: block;
		width: 155px;
		text-align: center;
	}
	
	table#homeCategories {
	margin-left: 10px;
	vertical-align: top;
}

#homeSpecials {
	float: left;
	clear: both;
	text-align: center;
}

#homeSpecials table {
	width: 770px;
	border-collapse: collapse;
	height: 138px;
	margin-left: 4px;
	margin-top: 15px;
}

#homeSpecials td {
		border: 1px solid #f67f00;
		width: 50%;
		vertical-align: top;
		padding: 6px;
}

#homeSpecials img {
	float: left;
}

#homeSpecials form {
	margin: 0;
	padding: 0;
}

#mailingListHome {
	margin: 25px 25px 25px 50px;
}
	
/* =========================================
FOOTER
==========================================*/

#footer {
	clear: both;
	margin-top: 0px;
	margin-left: 30px;
	font-size: .85em;
	position: relative;
	bottom: 0;
	}

#footer #mailingListFooter {
	width: 100%;
	text-align: center;
	clear: both;
	}

#footer #mailingListFooter h2 {
		color: #009966;
		margin-left: 10px;
	}

#footer #geotrust {
	float: left;
}

#footer #copyright p {
	color: #444;
	text-align: left;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 150px;
}

.row3 {
   position: relative;
   _position: fixed;
   left: -5px;
}