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

/* 
Image sizing information:

Thumbnails need to be 114 or 88 max

Slides need to be 580 or 520 max

*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #4d3333 url(../img/background.jpg) repeat top left;
}

a {
	text-decoration: none;
	color: #333333;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1034px;
	background: #f4f2d1 url(../img/wrapper_background.jpg) repeat-y top left;
}

#banner {
	background: transparent url(../img/banner.jpg) no-repeat top left;
	height: 232px;
	padding-left: 122px;
}

#banner h1 {
	text-indent: -5000px;
	line-height: 149px;
	height: 149px;
}

#banner ul {

	margin-top: 0px;
	padding: 0;
	list-style: none;
	width: 550px;
	float: left;
}

#banner li {

	float: left;
	padding: 0 16px;
}

#banner li a {

	display: block;

	line-height: 24px;

	text-decoration: none;
	color: #434343;
	font-size: 20px;

}

#banner li.selected a {
	color: #330000;
	cursor: default;
}

#banner li a:hover {
/*	border-bottom: 1px solid #330000;*/
	color: #330000;
}

#slides {
	width: 389px; /*397 total - 8 padding*/
	float: left;
	position: relative;
	top: -20px;
}

#slides div.mask {
	overflow: hidden;
	position: relative;
}

#slides ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
}

#slides ul.left {
	width: 205px;
}

#slides ul.right {
	width: 180px;
}

#slides ul li {
/*	background-image: url(../img/samplepic.jpg);*/
	background-color: #222;
	background-repeat: no-repeat;
/* Background space: 120x94, so slides need to be either 114 or 88 max */
}

#slides ul li.hover {
/*	background-color: #4d3333;*/
	background-color: #000;
}

#slides ul.left li {
	margin: 0 0 6px 29px;
}

#slides ul.right li {
	margin: 0 0 6px 4px;
}

#slides ul li.horizontal {
	background-position: 53% 49%;
}

#slides ul li.vertical {
	background-position: 49% 53%;
}

#slides ul li.hidden {
	display: none;
}

#slides ul li a {
	width: 176px;
	height: 176px;
	display: block;
	text-decoration: none;
	text-indent: -5000px;
	background-image: url(../img/slides.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#slides ul.left li.horizontal a {
	background-position: 0px 0px;
}

#slides ul.right li.horizontal a {
	background-position: -176px 0px;
}

#slides ul.left li.vertical a {
	background-position: 0px -176px;
}

#slides ul.right li.vertical a {
	background-position: -176px -176px;
}

#slides ol {
	clear: both;
	margin: 16px 0 0 42px;
	padding: 10px 0 0 0;
	list-style: none;
}

#slides ol li {
	float: left;
}

#slides ol li.previous {
	width: 224px;
	background: url(../img/slide_changer_red.jpg) no-repeat 0 0;
}

#slides ol li.previous a {
	display: block;
	margin-left: 141px;
	height: 168px;
	text-indent: -5000px;
}

#slides ol li.next {
	width: 97px;
	background: url(../img/slide_changer_red.jpg) no-repeat -224px 0px;
}

#slides ol li.next a {
	display: block;
	height: 168px;
	text-indent: -5000px;
}

#sidebar {
	width: 460px; /*397 total - 8 padding*/
	float: right;
	position: relative;
	top: -20px;
}

#sidebar h6, #sidebar p, #sidebar ul {
	margin-right: 140px;
	margin-left: 0px;
}

#sidebar img {
	display: block;
	margin-top: 0px;
	margin-right: 140px;
}

#sidebar h6 {
	padding-top: 4px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	clear: left;
	text-align: center;
}

#sidebar p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 100px;
}

#sidebar ul {
	margin: 70px 0 0 52px;
	padding: 0;
	list-style: none;
	float: left;
}

#sidebar li {
	float: left;
	display: block;
	height: 102px;
}

#sidebar li img {
	margin: 0 18px 0 0;
}

#content {
	width: 636px; /*637 total - 1 padding*/
	float: right;
	position: relative;
	top: -20px;
}

#store {
	width: 540px; /*637 total - 1 padding*/
	float: left;
	position: relative;
	top: -20px;
}

#content div.viewer {
	margin-right: 31px;
	background: url(../img/viewer_background.jpg) no-repeat top left;
}

#content div.viewer div {
	width: 605px;
	height: 544px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;

/*
Viewer area (black) is 597x536, or essentially 600x540. With 10px minimum padding, images must be
580 wide or 520 tall max.
*/
}

#content div.viewer div.loading {
	background: url(../img/loader.gif) no-repeat 50% 47%;
}

#content div.viewer div.loading span {
	color: #f3f1d0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
/*	font-family: "Times New Roman", Times, serif;*/
	padding-top: 295px;
	text-align: center;
	display: block;
	text-indent: 6px;
}

#content h5 {
	margin-right: 41px;
	margin-top: 3px;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}


#text {
/*	margin: 0 230px;*/
	margin: 0 140px;
	position: relative;
	top: -20px;
}

#text h2, #content h2, #store h2 {
	color: #330000;
/*	font-size: 56px;*/
	line-height: 70px;
	height: 70px;
	text-indent: -5000px;

}

#store h2, #store h3, #store h6, #store p, #store ul {
	margin-left: 140px;
}

#text h2.statement {
	background: url(../img/header_statement.jpg) no-repeat top left;
}

#text h2.contact {
	background: url(../img/header_contact.jpg) no-repeat top left;
}

#text h2.info {
	background: url(../img/header_info.jpg) no-repeat top left;
}

#store h2.store {
	background: url(../img/header_store.jpg) no-repeat top left;
}

#text p {
	font-size: 15px;
	line-height: 2.5em;
	margin-bottom: 1em;
}

#store h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5em;
}

#store h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 15px;
}

#store p {
	font-size: 15px;
	line-height: 1.5em;

}

#store form {
	margin: 20px 0 25px 279px;
}

#content a, #store a, #text a {
	text-decoration: none;
}

#content a:hover, #store a:hover, #text a:hover {
	text-decoration: underline;
}

#store ul {
	margin: 0 0 0 140px;
	padding: 0;
	list-style: none;
}

#store ul li {
	font-size: 15px;
	line-height: 2em;
	padding-left: 18px;
}

#text dl {
/*	margin-left: 48px;
	margin-right: 53px;*/

/*	margin: 0 120px 0 60px;*/
	margin: 0 0 240px 0;
}

#text dt {
	float: left;
	clear: left;
	width: 120px;
	line-height: 28px;

	font-size: 18px;
	color: #330000;
}

#text dd {
	display: block;
	float: left;
/*	text-align: right;*/

	line-height: 28px;

	font-size: 15px;
/*	padding-left: 2em;*/
	padding-bottom: 1em;
}

#text dd img {
	margin-top: 6px;
}

#footer {
	clear: both;
	padding-top: 2px;
	padding-left: 277px;
	background: url(../img/footer.jpg) no-repeat top left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
	float: left;
/*	background: url(../img/banner.jpg) no-repeat -60px -140px;*/
}

#footer li {
	float: left;
	padding: 0 24px;
}

#footer li a {
	display: block;
	margin-top: 4px;
	line-height: 42px;
	text-decoration: none;
	color: #434343;
	font-size: 14px;
}

#footer li a:hover {
	color: #111;
}