/* CSS Document */

/* ---------------------- General Styles --------------------------  */
* {margin: 0; padding: 0;}
body {
	text-align: center;
	font-size: 16px;
	font-family: "Trebuchet MS", Helvetice, Sans Serif;
	background: #6B4D2A;}
	
/* ---------------------- Headers and Paragraphs ------------------- */
h2, h3 {
	margin: 0 30px 5px 30px;
	padding: 30px 0 5px 0;
	font-family: Georgia, "Lucida Sans", "Trebuchet MS", Sans Serif;
	}
h1 {
	width: 550px;
	font-size: large;
	font-family: Georgia, Times, serif;
	color: #AFA602;
	text-align: center;
	}
h2 {
	color: #BDA370;
	}
h3 {
	clear: both;
	border-bottom: 1px solid #694E29;
	color: #694E29;
	}
p {
	padding: 5px 30px 10px 30px;
	color: #533A1D;
	font-size: 92%;
	}
p.intro {
	padding: 20px 30px 10px 30px;
	color: #533A1D;
	font-size: medium;
	}
p.smalltext{font-size: 0.7em;}
#footer p {padding: 10px 30px 0 30px; font-size: small; text-align: center;}
	
/* ---------------------- Navigation ------------------------------- */
ul#nav {
	position: absolute;
	top: 0;
	left: 0;
	padding: 350px 0 10px 0;
	width: 210px;
	list-style: none;
	text-align: right;
	background: url(logo.jpg) no-repeat top left;
	font-size: 1.3em;
	}
ul#nav li {
	display: block;
	padding: 0 0px 0 0;
	list-style: none;
	}
ul#nav li a {
	padding: 0 25px 0 0;
	}
ul#nav li a:link {
	color: #AFA602;
	text-decoration: none;
	border: none;
	}
ul#nav li a:visited {
	color: #AFA602;
	text-decoration: none;
	border: none;
	}
ul#nav li a:hover {
	color: #FFFFCE;
	text-decoration: none;
	background: url(hover.gif) no-repeat 98% 61%;
	border: none;
	/*border-bottom: 1px dotted #FFFFCE;*/
	}
ul#nav li a.current {
	color: #FFFFCE;
	border: none;
	background: none;
	}
ul#nav li a.cart {
	font-size: 0.7em;
	}

/* ---------------------- Structure -------------------------------- */
#container {
	position: relative;
	margin: 0 auto;
	width: 761px;
	height: 100%;
	}
#content {
	position: relative;
	margin: 0 0 20px 210px;
	padding: 244px 0 0 0;
	width: 550px;
	text-align: left;
	}
#paper {
	position: relative;
	margin: 10px 0 0 0;
	width: 550px;
	background: #FFFFCE url(paper_bg.gif) repeat-y top left;
	}
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	width: 550px;
	padding: 30px 0 20px 0;
	background: url(footer_bg.gif) no-repeat bottom left;
	}
	
/* ---------------------- Decorations -------------------------------- */
#windowtop {
	position: absolute;
	top: 0;
	left: 210px;
	width: 548px;
	height: 276px;
	background: url(windowtop2.jpg) no-repeat top left;
	}
#paper_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 55px;
	background: url(paper_top.gif) no-repeat top left;
	}
.honus {
	clear: both;
	height: 79px;
	background: url(honus.gif) no-repeat 45% 0;
	}
	
/* ---------------------- Links ------------------------------------- */
a:link, a:visited {
	color: #BE0027;
	border-bottom: 1px dotted #BE0027;
	text-decoration: none;
	}
a:hover {
	color: red;
	border-bottom: 1px dotted red;
	text-decoration: none;
	}
#footerlinks {
	margin: 0 30px 10px 30px;
	padding: 5px;
	color: #9E8253;
	font-size: small;
	text-align: center;
	background: #BDA370;
	}
#footerlinks a {
	text-decoration: none;
	color: #FFF;
	border: none;
	}
#footerlinks a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	}
.btn {
	padding: 5px;
	color: #FFF;
	text-align: center;
	border: 1px solid #533A1D;
	background: #BDA370;
	}
.button {
	float: right;
	margin: -5px 30px 0 5px;
	padding: 2px 5px 0 5px;
	background: #AFA602;
	color: #000;
	text-decoration: none;
	border: 1px solid #694E29 !important;
	border-top: 0 !important;
	}
a.button:link {
	color: #000;
	}
a.button:hover {
	text-decoration: none;
	color: yellow;
	background: red;
	}

.xsnazzy {float: left; width: 200px; display: inline; background: transparent; /*margin:10px 30px;*/}
.xsnazzy p {padding: 5px; color: #FFF; font-size: small; text-align: center;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#BDA370; border-left:1px solid #533A1D; border-right:1px solid #533A1D;}
.xb1 {margin:0 5px; background:#533A1D;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block;  background:#BDA370; border:0 solid #533A1D; border-width:0 1px;}

.noline a:link, a:active, a:visited, a:hover {border-bottom: none;}
		
/* ---------------------- Images ------------------------------------- */
.img_right {
	float: right;
	margin: 5px 12px 5px 0;
	}
.img_left {
	float: left;
	margin: 5px 10px 5px 30px;
	}
.img_leftintro {
	float: left;
	margin: 5px 10px 5px 30px;
	border: 6px solid #BDA370;
	}
.img_rightbrd {
	float: right;
	margin: 5px 18px 5px 7px;
	border: 2px solid #BDA370;
	}

/* ---------------------- Lists -------------------------------------- */
#content ul {margin: 5px 30px 0 50px;}

/* ---------------------- Tables and Forms --------------------------- */
table {margin-left: 30px;}