@charset "utf-8";
/* CSS Design for 2010 */
body {
	margin: 0;
	padding: 0;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

a:link,
a:visited,
a:active {
	color: #9d8d85;
}

#wrapper {
	position: relative;
	margin: 20px auto;
	width: 933px;
	background: transparent url(/images/2010/page.png) 15px -10px repeat-y;
}

#banner h1 {
	margin: 0;
}

#banner a {
	position: absolute;
	top: 9px;
	left: 22px;
	width: 254px;
	height: 161px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(/images/2010/logo.gif);
}

#navigation {
	margin: 0;
	padding: 61px 0 0 380px;
	height: 33px;
	list-style: none;
	background: #fff url(/images/2010/banner.png) 15px 0 no-repeat;
}

#navigation li {
	float: left;
}

#navigation a {
	display: block;
	margin-right: 12px;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav-home a { width: 60px; }
#nav-about a { width: 84px; }
#nav-blog a { width: 47px; }
#nav-order a { width: 94px; }
#nav-contact a { width: 94px; }

#sidebar {
	float: left;
	display: inline;
	margin: 55px 0 0 37px;
	padding: 30px 30px;
	width: 174px;
	line-height: 2;
	font-size: 1.2em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	margin: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#sidebar #header-shopping {
	height: 36px;
	background-image: url(/images/2010/header-shopping.png);
}

#sidebar #header-info {
	height: 35px;
	background-image: url(/images/2010/header-information.png);
}

#sidebar #header-cart {
	height: 27px;
	background-image: url(/images/2010/header-cart.png);
}

#sidebar ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

#sidebar #search-section {
	position: absolute;
	top: 3px;
	right: 85px;
}

#sidebar #_ctl3_keywords {
	width: 120px;
	background-color: #fef4f2;
	border: 1px solid #9d8d85;
}

#sidebar #_ctl3_searchButton {
	display: none;
}

#content {
	float: right;
	display: inline;
	margin-right: 32px;
	padding-top: 20px;
	width: 620px;
	font-size: 1.2em;
}

#footer {
	clear: both;
	padding: 35px 5px 0 0;
	height: 23px;
	text-align: center;
	background: transparent url(/images/2010/footer.png) no-repeat;
}


/* -- 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;
	display: inline;
	margin: 0 5px 10px 5px;
	padding: 5px;
	width: 181px;
	overflow: hidden;
	height: 170px;
	text-align: center;
	border: 1px solid #9d8d85;
}
.productThumb a {
	text-decoration: none;
}
.productThumb img {
	display: block;
	margin: 0 auto 5px;
}
#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: pointer;
}

/* -- 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: pointer;
}
#imgProduct {
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
}
#imgDesc {
	height: 30px;
	overflow: auto;
}
#divOrderOptions {
	clear: left;
}

/* -- News/Events Page -- */
.newsPost {
	clear: left;
	padding: 10px 0;
}
.newsPost img {
	float: left;
	padding: 5px 5px 0 0;
}
.newsTitle {
	font-size: 1.2em;
	font-weight: bold;
}

/* -- 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 #9d8d85;
}
#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;
}

/* -- Wholesale -- */
.wholesaleMsg {
	display: block;
	font-size: 10px;
	color: #000;
}
.logOut:link, .logOut:visited {
	font-size: 10px;
}

/* -- Miscellaneous Classes -- */
.smallLink {
	font-size: 0.7em;
	font-weight: normal;
}
.error {
	color: #f00;
	font-weight: bold;
}
.noMargin {
	margin: 0;
	padding: 0;
}
.moreInfo {
	cursor: pointer;
}
.strike {
	text-decoration: line-through;
}