@charset "UTF-8";
/* CSS Document */

/* clear browser induced styles */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote { padding: 0; margin: 0; }
a { text-decoration: none; }
a img { border: none; }
ul, ol { list-style: none; }

/*****************************************************************************************************
	PAGE LAYOUT
*****************************************************************************************************/
body {
	background: url(../images/2010-bg-page.jpg) repeat-x #373F11; /* DARK GREEN */
}

#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
	background: url(../images/2010-bg-wrapper.jpg) repeat-y;
}

#page-top {
	background: url(../images/2010-bg-top.jpg) no-repeat;
	height: 400px;
	width: 920px;
	position: relative;
	z-index: 1;
}

#logo {
	position: absolute;
	display: block;
	width: 300px;
	height: 320px;
	top: 20px;
	left: 0px;
	z-index: 2;
}

#tools {
	position: absolute;
	width: 480px;
	height: 48px;
	top: 292px;
	left: 300px;
	z-index: 2;
}

#nav {
	padding: 340px 0 0 0;
	text-align: center;
}

#content {
	width: 840px;
	padding: 40px;
}

#page-bottom {
	background: url(../images/2010-bg-bottom.jpg);
	width: 920px;
	height: 90px;
	text-align: center;
	margin-bottom: 20px;
}

#text-links {
	height: 40px;
	padding-top: 15px;
	color: #FEF8DD; /* CREAM */
}

#copyright {
	padding-top: 8px;
	font-size: 12px;
}

/* COMMON LAYOUT CLASSES */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.main-panel { width: 480px; }
.side-panel { width: 330px; }
.half-panel { width: 400px; }
.featured { background-color: black; padding: 4px; }
.featured .featured-img { width: 320px; border: 1px solid #FEF8DD; /* CREAM */ }
.product { width: 187px; background-color: black; float: left; margin-bottom: 20px; padding: 4px; text-align: center; position: relative; }
.product .product-img { width: 185px; border: 1px solid #FEF8DD; /* CREAM */ }
.product .sticker { position: absolute; top: 5px; left: -15px; }

/*****************************************************************************************************
	TYPOGRAPHY, LINKS, IMAGES
*****************************************************************************************************/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 24px;
	font-variant: small-caps;
	color: #9E0B0F; /* MAROON */
	margin-bottom: 20px;
	border-bottom: 1px solid black;
	text-align: center;
}

h3 {
	font-size: 20px;
	font-variant: small-caps;
	color: #9E0B0F; /* MAROON */
	margin-bottom: 20px;
	text-align: center;
}

#content p {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: justify;
}

#content p a, #content p a:visited {
	color: #9E0B0F; /* MAROON */
	font-weight: bold;
}

#content p a:hover {
	color: black;
}

#content .product p a, #content .product p a:visited {
	color: #FEF8DD; /* CREAM */
	font-weight: normal;
}

#content .product p a:hover {
	color: #9E0B0F;
}

#content .featured p, #content .product p {
	color: #FEF8DD; /* CREAM */
	text-align: center;
}

#content .product p {
	font-size: 11px;
	padding: 4px 0 4px 0;
}

#content p.price {
	color: #FEF8DD; /* CREAM */
	font-weight: bold;
	background-color: black;
	padding: 5px;
}

#page-top td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FEF8DD; /* CREAM */
}

#page-top td a, #page-top td a:visited {
	color: #FEF8DD; /* CREAM */
	text-decoration: underline;
}

#page-top td a:hover {
	color: black;
}

#text-links a, #text links a:visited {
	color: #FEF8DD; /* CREAM */
	font-size: 18px;
}

#copyright a, #copyright a:visited {
	color: #9E0B0F; /* MAROON */
}

#text-links a:hover, #copyright a:hover {
	text-decoration: underline;
}

/* BUTTONS */
a.button-large, a.button-large:visited, a.button-medium, a.button-medium:visited, a.button-small, a.button-small:visited {
	display: block;
	color: #9E0B0F; /* MAROON */
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

a.button-large {
	background:  url(../images/2010-button-hops.png) no-repeat;
	height: 52px;
	width: 480px;
	font-size: 24px;
	padding-top: 10px;
}

a.button-medium {
	background: url(../images/2010-button-reflection.png) top center no-repeat;
	width: 320px;
	height: 45px;
	font-size: 18px;
	padding-top: 4px;
}

a.button-small {
	background: url(../images/2010-button-small.png) top center no-repeat;
	width: 182px;
	height: 20px;
	font-size: 14px;
	padding-top: 4px;
}

a.button-large:hover, a.button-medium:hover, a.button-small:hover {
	color: black;
}

a.tiny-thumb {
	display: block;
	float: left;
	width: 50px;
	margin-right: 10px;
	cursor: pointer;
}

a.tiny-thumb img, a.tiny-thumb:visited img {
	width: 48px;
	border: 1px solid #362F2D;
}

a.tiny-thumb:hover img {
	border: 1px solid #91353c;
}


/*****************************************************************************************************
	FORMS
*****************************************************************************************************/

form p {
	clear: both;
}

p.status {
	background-color: #FFFFCC;
	border: 1px solid red;
	color: red;
	padding: 5px;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
}

.text-input {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border: 1px solid black;
	background-color: #FEF8DD; /* CREAM */
	font-size: 14px;
	width: 300px;
	color: #9E0B0F; /* MAROON */
}

.text-input:focus {
	background-color: white;
	color: black;
}

.submit {
	margin-left: 160px;
}

.qty {
	width: 45px;
}

#unavailable {
	position: fixed;
	width: 38%;
	padding: 1%;
	top: 500px;
	left: 30%;
	background-color: #FFFFCC;
	color: red;
	border: 1px solid;
	z-index: 10;
}

#cart #content td {
	font-size: 14px;
	padding: 5px 0 5px 0;
}

#cart #content .product-row  td {
	border-bottom: 1px solid black;
}
