@charset "utf-8";

html {
	height: 100%;}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #423024;
	font-family: Arial, sans-serif;
	background-color: #B7C8C2;}
a {
	color: #423024;
	text-decoration: none;}
img {
	border: none;}
	
/* LAYOUT DIV ================================ */
* html div#wrapper { /* IE6 Sucks */
	height: 100%;}
#wrapper {
	min-height:100%;
	position: relative;
	width: 720px;
	margin: 0px auto;
	padding:1px 30px 0 30px;
	background-image: url(images/grad_v_780_bg.gif);
	background-repeat: repeat-y;
	background-color: #87A39A;}

/* TOP TITLE AND MENU ======================= */
#logo {
	position: absolute;
	top: 7px;
	left: 32px;
	width: 128px;}
#menuwrapper {
	height: 80px;
	width: 590px;
	margin-bottom: 15px;
	margin-left: 130px;}
#mainmenu {
	margin: 0;
	margin-top: 3px;
	_margin-top: 0px; /* IE6 Sucks */
	padding: 0;
	clear: both;
	list-style: none inside;
	border-top: solid 2px #423024;}
#mainmenu li {
	width: 118px;
	float: left;
	text-align: center;
	font-size: .9em;}
#mainmenu li a {
	display: block;
	width: 118px;
	height: 20px;
	padding-top: 4px;
	color: white;
	background-color: #87A39A;}
#mainmenu li a:hover {
	background-color: #9EB6AE;}

/* OTHER SITEWIDE STYLES ==================== */
.infobox {
	font-size: .75em;
	border-color: #423024;
	border-width: 1px;
	border-style: solid;
	margin-top: 10px;
	background-image: url(images/grad_h_24_light.gif);
	background-repeat: repeat-x;
	background-color: #9EB6AE;
	padding: 2px 5px 5px 5px;}
.infobox h1 {
	display: inline;
	font-size: 1.2em;
	font-weight: 400;}
.infobox a {
	text-decoration: underline;}
#legalstuff {
	color: #423024;
	font-size: .7em;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 2px;}
#legalstuff a {
	text-decoration: underline;}

/* STORE SECTION ============================ */
#sizemenu {
	margin: 0;
	padding: 0;
	height: 25px;
	clear: both;
	list-style: none inside;}
#sizemenu li {
	width: 179px;
	float: left;
	border: solid #423024;
	border-width: 1px 1px 0 0;
	text-align: center;
	font-size: .9em;}
#sizemenu li a {
	display: block;
	width: 179px;
	padding-top: 3px;
	color: #423024;}
#sizemenu li:first-child {
	width: 178px;
	border-left-width: 1px}
#sizemenu li:first-child a {
	width: 178px;}
* html #sizemenu li { /* IE6 Sucks */
	width: expression(this.previousSibling == null ? '178px' : (this.parentNode.id == 'sizemenu') ? '179px' : '-' );
	border-left-width: expression(this.previousSibling == null ? '1px' : (this.parentNode.id == 'sizemenu') ? '0px' : '-' );}
* html #sizemenu li a { /* IE6 Sucks */
	width: 178px;}

a.size_btn {
	height: 21px;
	border-bottom: solid #423024 1px;
	background-image: url(images/grad_h_24_dark.gif);
	background-repeat: repeat-x;}
a.size_btn:hover {
	background-image: url(images/grad_h_24_light.gif);}
a.size_btn_active {
	height: 22px;
	border-bottom: none;
	background-color: #B7C8C2;}
	
#storecontent{
	font-size: .9em;
	border-style: solid;
	border-color: #423024;
	border-width: 0 1px 1px 1px;
	background-image: url(images/grad_h_24_light.gif);
	background-repeat: repeat-x;
	background-color: #9EB6AE;
	padding: 20px 20px 10px 20px;}
#storecontent a {
	font-size: .8em;}
div.storesection {
	height: 24px;
	margin-top: 24px;}
div.storesection img {
	width: 600px;
	height: 1px;
	padding-bottom: 3px}
a.storeitem {
	display: block;
	float: left;
	width: 160px;
	height: 188px;
	font-size: .8em;
	text-align: center;
	margin-top: 4px;
	padding: 4px 4px 4px 4px;}
a.storeitem img {
	border:none;}
a.storeitem:hover {
	background-color: #B7C8C2;}
	
.detailBackLink {
	border: solid 1px #423024;
	margin: 5px 0 10px 0;
	font-size: .9em;
	text-align: center;}
.detailBackLink a {
	display: block;
	padding-top: 2px;
	height: 20px;
	width: 718px;
	background-image: url(images/grad_h_24_dark.gif);
	background-repeat: repeat-x;
	background-color: #9EB6AE;}
.detailBackLink a:hover {
	background-image: url(images/grad_h_24_light.gif);}



/* GALLERY SECTION ========================== */

ul.galleryquad {
	height: 360px;
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none inside;}
ul.galleryquad li {
	display: block;
	width: 160px;
	height: 360px;
	padding-left: 16px;
	float: left;
	text-align: center;
	font-size: 1em;}
ul.galleryquad li:first-child {
	padding-left: 10px;
	padding-right: 0px}

/*galleryitem:hover {
	background-color: #B7C8C2;}*/







