/* CSS Document */

body {
	position: relative;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	background: black url(images/basswood.gif) no-repeat left top;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 40px -9px 0.5em 90px;
	background: transparent url(images/spirits.jpg) no-repeat left top;
	padding-bottom: 20px;
	height: 60px;
	font-size: 110%;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #CC6600;
	width: auto;
	padding-top: 5px;
	padding-left: 25px;
	margin-right: 20px;
	margin-left: 100px;
	border-bottom: 1px solid #CC6600;
	margin-bottom: 10px;
	font-variant: small-caps;
}
h3 {
	font-variant: small-caps;
	font-size: 1.2em;
	text-align: center;
}
h4 {
	font-size: 110%;
	color: #FFF;
	text-align: center;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}

a {
	color: #CC6600;
}
a:link {
	color: #FFCC33;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#galleryDiv {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.sold {
	background: url(images/sold.jpg) no-repeat center center;
}
.aligncenter {
	text-align:center;
}

.leftimg {
	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #CC6600;
  	background: transparent;
	}
	
.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #CC6600;
	background: transparent;
	margin: 0 0 10px 10px;
}
.tinytext {
	text-align: right;
	font-size: small;
	padding-right: 25px;
	padding-bottom: 5px;
}

img {
	border-style: none;
}

/*sidebar links*/

#links {
	position: absolute;
	top: 350px;
	left: 1px;
	width: 165px;
	z-index: 100;
	font-family: Verdana, sans-serif;
	font-size: 85%;
}

#links a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	margin: 0 0 1px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC6600;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#links a:hover {
	color: #FFFFFF;
	background-color: #CC9966;
	border-right-width: 5px;
	border-right-style: double;
	border-right-color: #CC6600;
}

#links a span {display: none;}
#links a:hover span {
	display: block;
	position: absolute;
	top: 190px;
	left: 0;
	width: 160px;
	margin: 10px 5px;
	z-index: 100;
	color: #FFCC66;
	text-align: center;
}

.contact {
	display: block;
	position: absolute;
	top: 590px;
	left: 0;
	width: 160px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	padding-left: 10px;
	height: 150px;
	vertical-align: bottom;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.saguaro {
	display: block;
	position: absolute;
	top: 450px;
	left: 0;
	width: 160px;
	margin: 10px 5px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	background: url(images/saguaro.jpg) no-repeat left center;
	height: 150px;
	vertical-align: bottom;
}

/* main content*/

#content {
	position: absolute;
	top: 50px;
	left: 161px;
	right: 25px;
	color: #FFCC66;
	padding: 10px 10px 25px;
	border: 5px solid #CC6600;
	width: 75%;
}

#footer {
	font-size: 80%;
	color: #CC6600;
	clear: both;
	text-align: center;
	margin: 25px 25px 0px;
	border-top: 1px solid #CC6600;
	padding-top: 5px;
	height: 65px;
	background: url(images/saguaro.jpg) no-repeat center bottom;
	padding-bottom: 25px;
}
#footer a:link {
	color: #FFCC33;
	text-decoration: none;
}

#footer a:visited {
	color: #CC6600;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:active {
	color: #FFCC33;
	text-decoration: none;
}

table {
	width: 95%;
	margin-top: 10px;
}
td {
	text-align: center;
	padding-bottom: 3px;
	background: top;
}
#productContent {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
#content li {
	line-height: 120%;
	padding-bottom: 15px;
}
.strikeout {
	text-decoration: line-through;
}
.sale {
	color: #FF5959;
}
