/* Cached Version : Sep 03, 2010 14:11:47 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,table,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
  font: .75em/1.5 Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
a:active{
  outline: none;
}
:focus{
  -moz-outline-style: none;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height:1.25em;
}
/*h1{ font-size:2em; }
h2{ font-size:1.5em; }
h3{ font-size:1.25em*/; }
h4{ font-size:1.1em; }
h5, h6{ font-size:1em; }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
  font: normal normal normal 1em/1.75 Arial, Helvetica, sans-serif;
}
input, select{
  line-height:1em;
  padding:2px;
}
p{
  margin:1em 0 1em 0;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
img {
  border: none;
}

/* Tables */
table {
  border: none;
  border-collapse:collapse;
  border-spacing:0;
}
td,th{
  text-align:left;
  vertical-align:top;
}

/* Forms */
form {
  display: inline;
}
label {
  cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.hide{display: none; visibility: hidden;}
.show{display: ; visibility: visible;}
#adminControls{
	background:#000;
	border-bottom:solid 2px #669900;
	padding:10px;
	text-align:left;
	color:#999;
	overflow:auto;
}
#adminControls ul{
	margin:0;
	padding:0;
	list-style:none;
}
#adminControls li{
	display:block;
	float:right;
	border-left:dotted 1px #999;
	padding:0 8px;
}
#adminControls li:last-child{
	border: none;
}
#adminControls a{
	text-decoration:none;
	padding:3px;
	color: #666666;
	font-size: .9em;
	font-weight: bold;
}

#adminControls a:hover{
	background:#222;
	color: #FFF;
}
/*
tan:	9b8c63
brown:	331d0e
orange:	974b07
*/
.orange{
	color: #974b07;
}
.tan{
	color: #9b8c63;
}
.brown{
	color: #331d0e;
}
body{
	background: #51311b url(../media/bg.jpg) center;
	color: #918c65;
	line-height: 2em;
}
body, h1, h2, h3, a{
	font-family: "Georgia","Times", serif;
	font-weight: normal;
}
h1, h2, h3{
	letter-spacing: .1em;
}
h1{ 
	font-size:1.8em; 
	line-height: 1em;
	margin-bottom: 1em;
}
h2{ font-size:1.3em; }
h3{ font-size:1.1em; }
h1{
	margin: 0px;
}
p{
	margin-top: 0px;
	margin-bottom: 30px;
}
.center{
	width: 816px;
	margin: 0px auto;
}
a{
	color: #331d0e;
}
h1{
	color: #974b07;
	font-style: italic;
	font-size: 3em;
}
strong, b{
	color: #974b07;
}
#header{
	background: url(../media/header.png) no-repeat top left;
	height: 122px;
	width: 800px;
	display: block;
	text-decoration: none;
	border: 8px solid #9b8c63;
	margin-top: 40px;
}
#nav ul{
	text-align: center;
}
#nav ul li{
	display: inline-block;
	float: left;
	letter-spacing: .1em;
}
/*----------------------*/
#nav ul li a{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

/*----------------------*/
#nav ul.main{
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
	height: 31px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#nav ul.main li a{
	padding: 5px 15px;
	*padding: 5px 15px;
	font-weight: bold;
}
#nav ul.main li a:hover, 
#nav ul.main li a.selected{
	color: #9b8c63;
}

/*----------------------*/
#nav ul.sub{
	background: #9b8c63;
	height: 23px;
	margin-bottom: 3px;
	padding: 0px 20px;
	padding-top: 2px;
	*padding-top: 5px;
}
#nav ul.sub li a{
	padding: 0px 15px;
	font-size: .9em;
}
#nav ul.sub li{
	line-height: 1em;
	border-right: 1px solid #fff;
}
#nav ul.sub li:last-child{
	border-right: none;
}
#nav ul.sub li a:hover, 
#nav ul.sub li a.selected{
	color: #331d0e;
}
/*----------------------*/
#content{
	border: 8px solid #9b8c63;
	background: #f5f4f0;
	padding: 20px 20px;
	padding-bottom: 0px;
	overflow: auto;
	min-height: 400px;
}
#copy{
	float: right;
	width: 460px;
	padding-right: 20px;
	height: 370px;
	overflow: auto;
	margin-bottom: 20px;
}
#images{
	float: left;
	_float: none;
	width: 250px;
}
#images img, .image_cropper{
	border: 5px solid #8d744a;
	padding: 1px;
	background: #fff;
	margin-bottom: 20px;
}
#images.no_border img, .no_border .image_cropper{
	border: none;
	padding: 0px;
	background: none;
	margin-bottom: 20px;
}
div.alt{
	display: none;
	visibility: hidden;
}
#footer{
	margin-bottom: 40px;
	color: #fff;
	font-size: .8em;
}
#footer ul{
	float: right;
	margin-top: 5px;
}
#footer ul li a{
	display: block;
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 1.3em;
}
.tan_bg{
	background: #9b8c63;
	overflow: auto;
	padding: 10px;
	text-align: right;
	padding-right: 220px;
}
#bottle{
	margin-top: -424px;
	margin-left: 590px;
	*margin-left: 225px;
	position: absolute;
	z-index: 100;
}

.jScrollPaneContainer {
	position: relative;
	float: right;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #cdc9bd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #b7b2a2;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background: #a08f65;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #000;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #5a4823;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #000;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #333;
}

a.jScrollArrowUp {
	background: url(../media/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../media/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


