@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeeee;
	background-image: url(/img/subsite/bg.jpg);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	
	color: #7f4300;
	
	padding: 0;
	margin: 0;
}


table tr td, table tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	vertical-align: top;
}

a, a:link, a:visited {
	color: #7f4300;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 890px;
	text-align: left;
}

#nav {
	
}

#content_container {

}

#content {
	padding-left: 10px;
}

#content img {
	padding-left: 5px;
	padding-bottom: 5px;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}


/* header nav */
.headernav {
	background-image: url(/img/subsite/navbg.gif);
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.headernav li {
	display: inline;
	list-style-type: none;
}

.headernav a { 
	display: block;
	float: left;
	/*width: 106px;*/
	padding-left: 16px;
	padding-right: 16px;
	height: 32px;
}

.headernav a:link, .headernav a:visited {
	color: #b06010;
	text-decoration: none;
}

.headernav a:hover {
	text-decoration: none;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(/img/subsite/navleaf.gif);
}

.headernav li a.active, .headernav li a.active:hover {
	color: #703319;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(/img/subsite/navleaf.gif);
}


/* STORE LISTING PIECE */
.store_listing {
	clear: both;
	padding-top: 5px;
	color: #fff;
}

.store_listing a, .store_listing a:hover, .store_listing a:visited {
	color: #fff;
	text-decoration: none;
}

.store_listing a:hover {
	text-decoration: underline;
}

.store_row, .store_row_alt, .store_header {
	background-repeat: no-repeat;
	width: 272px;
	height: 22px;
	overflow: hidden;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.store_header {
	background-image: url(/img/subsite/bar_dark.gif);
	font-weight: bold;
}

.store_row {
	background-image: url(/img/subsite/bar_light.gif);
	height: 22px;
}

.store_row_alt {
	background-image: url(/img/subsite/bar_dark.gif);
	height: 22px;
}

.store_col1 {
	float: left;
	overflow: hidden;
	width: 210px;
}

.store_col2 {
	float: right;
}

#footer {
	color: #b96318;
	font-size: 10px;
	padding-top: 8px;
	border-top: 1px solid #d5a174;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #b96318;
	text-decoration: none;
}

#footer a:hover {
	color: #7f4300;
	text-decoration: underline;
}


/* GALLERY RELATED */
#gallery_nav {
	padding: 10px;
}

#gallery_img {
	height: 293px;
	width: 276px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
}

#gallery_overlay {
	position: absolute;
	margin-left: -7px;
	height: 293px;
	width: 286px;
}

#main_img {
	background-position: 7px 7px;
	background-repeat: no-repeat;
	margin-top: 15px;
}

#main_img_sv {
	background-position: 7px 7px;
	background-repeat: no-repeat; 
	width: 370px;
	height: 293px;
}

.main_img_sv_thumb {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}

.main_img_sv_thumb .tape {
	background-image: url(/img/subsite/storeview/tape2.png);
	height: 27px;
	width: 74px;
	position: absolute;
	margin-left: 20px;
	margin-top: -12px;
	z-index: 2;
}

.news_block1 {
	background-image: url(/img/subsite/storeview/bg2.jpg);
	background-repeat: no-repeat;
	background-color: #b56d32;
	width: 192px;
	height: 396px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	
	color: #fff;
}

.news_block1 a, .news_block1 a:link, .news_block1 a:visited  {
	color: #fff;
	text-decoration: underline;
}

.news_block1 a:hover {
	text-decoration: none;
}

.news_block1 .tape {
	background-image: url(/img/subsite/storeview/tape.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 52px;
	position: absolute;
	margin-left: 70px;
	margin-top: -5px;
	z-index: 2;
}

.news_block2 {
	background-image: url(/img/subsite/storeview/bg3.gif);
	background-repeat: no-repeat;
	width: 264px;
	height: 234px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	
	color: #fff;
}


.news_block2 a, .news_block2 a:link, .news_block2 a:visited  {
	color: #fff;
	text-decoration: underline;
}

.news_block2 a:hover {
	text-decoration: none;
}

.news_block2 h1 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

.news_block2 p {
	margin: 0;
	padding: 0;
}
