/* -- Site Colors --
	Light Tan: #D5C3A4;
	Mid Tan: #CCBA9D;
	Tan: #BB9D6B;
	Dark Red: #330000;
----------------- */

body {
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/*
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/

/* Navigation Menu */


/* new one */
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-top:0px;
	font-size: 0.8em;
	text-decoration: none;
}

#navlist li a { 
	color:#FFFFFF; 
	text-decoration: none;
}

#navlist li a:hover, #menu li #current {
	color:#FFFF00; 
}
/**/

#menu {
	width: 200px;
	margin-top: 10px;
	font-size: 1.3em;
}

#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #330000;
	display: block;
	padding: 8px 0 0 30px;
}

#menu li a:hover, #menu li #current {
	color: #725033;
	padding: 8px 0 0 30px;
}

#menu li a:active {
	color: #fff;
	background: url(menu9.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

/* Body Styles */
.index_table {
	background-image: url(../images/index_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#944229;
}
.main_table {
	background-image: url(../images/bottle_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#944229;
}

.pagetitle {
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.error {
	font-weight:bold;
	color:#FF0000;
	font-size:1.3em; 
}

.success {
	font-weight:bold;
	color:#00BB00;
}

.redspalsh {
	background-image: url('../images/splash.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.box{
	padding: 6px;
	margin: 8px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.formlabel {
	font-weight:bold;
	text-align:right;
}

.forminput {
	text-align:left;
	padding:2px;
}

/* Store Styles */
.productTable {
	background-color:#D5C3A4;
	border:1px solid black;
}

.productTable th {
	background-color:#BB9D6B;
}

.productTable td {
	border:none;
}

.productTable a {
	color:#330000;
}

.productTable a:link {
	text-decoration: none;
}

.productTable a:hover {
	text-decoration: underline;
}

.productName {
	font-weight:bold;
	background-color:#BB9D6B;
	line-height: 10px;
	height:auto;
}

.productThumbnail {
	background-color:#FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}

.productImage {
	border: 1px solid #000000;
}

.productTotal {
	font-weight:bold;
	background-color:#BB9D6B;
}

.productPrice {
	background-color:#BB9D6B;
	text-align:right;
}


/* Admin Styles */
.admin_nav {
	padding:0px;
	margin-bottom:1.5em;
	background-color:#BB9D6B;
	text-align:center;
}

.admin_nav li {
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	display:inline;
	list-style:none;

}

.admin_nav a {
	padding:0px;
	color:black;
	text-decoration:none;
		border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}

.admin_nav a:hover  {
	color:black;
	text-decoration:underline;
}

.admin_body {
	border-left:solid thin black;
	border-right:solid thin black;
	background-color:#F7F7FF;
}

.admintable {
	width:100%;
	color:black;
	font-size:1em;
	text-align:center;
	background-color:#D5C3A4;
	padding:0px;
	margin:0px;
}

.admintable a {
	color:#330000;
}

.admintable a:link {
	text-decoration: none;
}

.admintable a:hover {
	text-decoration: underline;
}

.admintable th {
	font-weight: bold;
	background-color:#CCBA9D;
	padding:4px;
	border:1px solid #BB9D6B;
}

.admintable td {
	font-size:.8em;
	padding:4px;
	border:none;
	border:1px solid #BB9D6B;
}

.admin_notes {
	width:60%;
	text-align:left;
}

.admin_action {
	width:60%;
	text-align:left;
	padding:4px;
}

.admin_action a {
	color:#330000;
	text-decoration:none;
}

.admin_action a:link {
	text-decoration:none;
}

.admin_action a:hover {
	text-decoration:underline;
}

/* Footer Styles */

.footer {
	background-image:url(../images/bottom_row_bg.gif);
	background-color:#944229; 
}

.footer_copyright {
	font-size:.7em;
	color:white;
}

.footer_designer {
	font-size:.65em;
	color:white;
}

.footer_designer a {
	color:white;
	text-decoration:none;
}

.footer_designer a:hover {
	text-decoration:underline;
}
.topnavbg {
	background-image: url(../images/nav_bg.gif);
	height: 26px;
	background-position: center;
	vertical-align: middle;
	background-repeat: repeat-x;
}

.redTable {
	background-color: #85171A;
	background-image: url(../images/red_bg.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	margin: 6px;
}

.formatTable {
	background-color: #E7DCCB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #917342;
	border-right-color: #917342;
	border-left-color: #917342;
}

.formatTable th {
	background-color: #917342;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
}

.formatTable td {
	margin: 2px;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #917342;
}

.formatTable table td tr {
	border: none; 
}

.formatTableHorizontal {
	background-color: #F0F3F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8FA6C5;
	border-right-color: #8FA6C5;
	border-left-color: #8FA6C5;
}

.formatTableHorizontal th {
	background-color: #A2B5CE;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	text-align: right;
}

.formatTableHorizontal td {
	margin: 2px;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FA6C5;
}

.formLabelsSmall {
	font-size: .8em;
}
