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

html {
	width: 100%;
}

body {
	background: #69982f url(../images/bk.gif) top center no-repeat fixed;
	width: 100%;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

p {
	margin: 15px 0 15px 0;
}

a {
	color: #99cc66;
}

a:hover {
	color: #66CC33;
}	

#master {
	margin: 0 auto;
	width: 748px;
	padding: 22px;
}

#navigation {
	position: absolute;
	margin-left: 265px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	float: left;
	margin-right: 16px;
	height: 25px;
}

#navigation li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #99cc66;
}

#navigation .sel {
	background: url(../images/navigation_selector.gif) bottom center no-repeat;
}

#navigation .sel a {
	color: #99cc66;
}

#pagecontent {
	float: left;
	width: 465px;
	margin-left: 22px;
	text-align: justify;
	color: #FFFFFF;
	line-height: 18px;
}

#left {
	float: left;
}

.pagetitle {
	font-size: 19px;
	color: #99cc66;
}

.homeTitle a {
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

.homeTitle a:hover {
	color: #99cc66;
}

.homeDesc {
	color: #99cc66;
}

#didyouknow {
	border-top: 2px #99cc66 solid;
}

#didyouknow .title {
	font-size: 19px;
}

#didyouknow li {
	padding-bottom: 15px;
}

.button {
	width: 150px;
	height: 29px;
	margin-left: 95px;
}

.button a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 150px;
	height: 23px;
	text-align: center;
	padding-top: 6px;
	background: url(../images/button.gif);
}

.button a:hover {
	background: url(../images/button_hover.gif);
}

#footer {
	clear: both;
	color: #3b541c;
	padding-top: 10px;
	margin-top: 1px;
	text-align: right;
}

#preloader {
	visibility: hidden;
	display:none;
}

.order {
	float: right;
	width: 160px;
	border: 1px solid #99cc66;
	padding: 10px;
	margin: 0 0 10px 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
}

.error {
	border: #990000 solid 1px;
	padding: 3px;
	color: #990000;
	font-weight: bold;
	background-color: #FFFFCC;
}

.errorfield {
	background-color: #FFCCCC;
}

.counter {
	color: #FFFFFF;
}

.digg {
	float: right;
	border: #69982f 5px solid;
	background-color: #FFFFFF;
	padding: 7px;
}

fieldset {
	border: #99cc66 1px solid;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 25px;
}

legend {
	color: #99cc66;
}

sup {
	font-size: 8px;
	vertical-align: top;
}

#regform {
	width: 242px;
}

#regform #middle {
	background-color: #FFFFFF;
	padding: 0px 20px;
	color: #5d862b;
	font-size: 12px;
	line-height: 18px;
}

#regform #middle .bottles {
	float: left;
	padding-right: 5px;
}

#regform #middle .title {
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 13px;
}

#regform .hr {
	margin: 10px 0;
	border-top: #bccda8 1px solid;
}

#regform .formlabel {
	font-weight: bold;
	color: #5d862b;
}

.product {
	margin: 10px 10px; 
	clear: both;
	border-bottom: 1px #99cc66 solid;
	height: 110px;
}

.product img {
	margin-right: 10px; 
	float: left;
}

.product .title {
	font-size: 20px;
	font-weight: bold;
	color: #99cc66;
}

.clear {
	clear: both;
}

.ads {
	float: right; 
	border: 1px solid #669900;
	width: 235px;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.ads .title {
	border-bottom: 1px solid #669900;
	padding: 5px 10px;
	background: #336600;
	font-weight: bold;
	
}

.ads .adsbody {
	padding: 10px;
}

.adminBody {
margin-left: 300px;
}

	.invWrap {
		float: left;
		padding: 5px;
		width: 85px;
		border: 1px solid #CCCCCC;
		height: 145px;
		margin: 2px;
		text-align: center;
	}
	
	.invWrap a {
		text-decoration: none;
		color: #777777;
		font-size: 10px;
	}
	
	.success {
		border: 1px solid #006600;
		background: #DDFFD9;
		padding: 5px;
		font-weight: bold;
		color: #006600;
	}
	
	.notforsale {
		width: 500px;
		border: 1px solid #999999;
		background: #EEEEEE;
		padding: 5px;
		margin-top: 25px;
	}
