/* -- HTML Tag Declarations -- */
body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #259697;
	background: #ffffff url(backgrounds/back1.jpg);
}
a:link {
	text-decoration: none;
	color: #259697;
}
a:visited {
	text-decoration: none;
	color: #259697;
}
a:hover {
	text-decoration: underline;
	color: #259697;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #259697;
}
h1 {
	margin-top: 0;
	font-size: 1.6em;
}
h2 {
	margin-top: 0;
	font-size: 1.2em;
}
h3 {
	margin-top: 0;
	font-size: 1.1em;
}
blockquote {
	font-style: italic;
}

/* -- Site Structure-- */
#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	font-size: 1.3em;
	
	

}
#banner h1 {
	margin: 0;
	padding: 0;
	height: 150px;
	background: url(backgrounds/banner3.gif) center center no-repeat ;

}
#banner h1 span {
	display: none;
}
#navigation {
	margin: 0;
	padding: 0.5em 0;
	text-align: center;
	font-size: .9em;
	list-style: none;
	
}
#navigation a:link, #navigation a:visited {
	color: #259697;
}
#navigation a:hover {
	text-decoration: underline;
	color: #259697;
}
#navigation li {
	display: inline;
	padding: 0 4px;
}
#categoryWrapper {
	float: left;
	width: 150px;
}
#categoryWrapper p {
	margin: 1em 0.3em;
}
#categories {
	margin: 0;
	padding: 0;
	list-style: none;
}
#categories a {
	display: block;
	padding: 0.3em;
}
* html #categories a {
	height: 1em;
}
#categories a:link, #categories a:visited {
	display: block;
	width: 140px;
	height: 35px;
	padding: 25px 0 0 ;
	text-align: center;
	text-decoration: none;
	color: #259697;
	background: url(/images/button2.gif) center center no-repeat ;
	

	
	
}
#categories a:hover  {
	text-decoration: underline;
	color: #259697;
	
}
#categories ul {
	display: none;
	margin: 0 0 10px 15px;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
#categories li.selected ul {
	display: list-item;
}
#categories ul li {
	margin: 0;
	padding: 0;
}

	
#content {
	padding: 1px 0;
	_width: 760px;
	overflow: visible;
}
#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
#contentWrapper {
	margin-left: 150px;
	padding: 10px;
	min-height: 460px;
	overflow: visible;
	background: #FFF6F8 url(backgrounds/ ) center center repeat;
	border: 1px solid #FFE2E2;
	
}
* html #contentWrapper {
	margin-left: 0;
	height: 460px;
}
#footer {
	clear: both;
	padding: 0.5em 0;
	text-align: center;
	font-size: .9em;
	color: #259697;
	background: url(backgrounds/back-small.gif);
	border: 1px solid #A2D3D0;

}
#footer a:link, #footer a:visited {
	color: #259697;
}

/* -- Home Page -- */



#entry {
	padding: 1px;
	text-align: center;
	background: none;
}

/* -- Photo Gallery -- */
#galleryWrapper {
	text-align: center;
}
#galleryWrapper p {
	margin: 5px 0;
	padding: 0;
}

/* -- Categories Page -- */
.categoryLink {
	float: left;
	margin: 13px;
}
.categoryLink img {
	width: 150px;
	height: 95px;
}

/* -- Products Page -- */
#productPrice span.strike {
	text-decoration: line-through;
}
#productPrice span.sale {
	color: #f00;
}
#productStock {
	margin: 5px 0;
}
#products {
	padding-left: 10px;
}
#options {
	margin: 10px 0;
}
#options label {
	display: block;
	margin-top: 5px;
}
#thumbs {
	margin: 5px 0;
}
#thumbs img {
	border: 0;
}
.productThumb {
	float: left;
	margin: 0 10px 20px;
	width: 150px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	background: #FFF6F8;

}
* html .productThumb {
	width: 150px;
}
.productThumb a {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 5px auto 0;
}
#divRecommended {
	clear: left;
	margin-top: 10px;
}
.recommended {
	float: left;
	padding: 5px;
	text-align: center;
}
#productNavigation {
	clear: left;
	padding: 5px 0;
	text-align: right;
}
.enlarge {
	cursor: help;
}

/* -- Product Details -- */
#productImages {
	float: left;
	margin-right: 10px;
	width: 300px;
}
#productImages img:first-child, * html div#productImages img {
	margin-bottom: 10px;
	width: 300px;
}
div[id=productImages] img {
	float: left;
	margin: 0 5px 10px 0;
	width: 145px;
}
#imgMain {
	height: 190px;
	cursor: help;
}
#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: help;
}
#imgDesc {
	height: 30px;
	overflow: auto;
}
/* -- Favorite Links Page -- */
.bannerLink {
	margin: 10px 0;
}

/* -- News/Events Page -- */
.newsPost {
	clear: left;
	padding: 10px 0;
}
.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
}

/* -- Guestbook -- */
.post {
	margin: 10px 0;
}
.authorName {
	font-weight: bold;
}

/* -- Checkout Page -- */
#cart {
	width: 100%;
}
#cart td {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #333;
}
#cart td ul {
	margin: 0 15px;
	padding: 0;
	text-align: left;
}
#checkoutInfo div {
	clear: left;
	margin: 2px 0;
}
#checkoutInfo label {
	display: block;
	float: left;
	width: 150px;
}
#checkoutInfo table.noFormat label {
	display: inline;
	float: none;
	width: auto;
}
.monetary {
	text-align: right;
}
.payment label {
	display: inline;
	float: none;
}

/* -- Form Classes -- */
.blockForm div {
	margin: 2px 0;
}
.blockForm label {
	display: block;
}

/* -- Miscellaneous Classes -- */
.wholesaleMsg {
	display: block;
	margin: 5px;
	font-size: 10px;
	color: #f00;
}
.smallLink {
	font-size: 0.7em;
	font-weight: normal;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.moreInfo {
	cursor: help;
}
.strike {
	text-decoration: line-through;
}