/******************** HILLSIDE LIQUOR STORE ********************/
html {
	margin: 0;
	padding: 0;
}
body {
	margin-top: 35px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}
h1, h2 {
	margin: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3, p {
	margin: 10px 15px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 120%;
	color: #956477;
	color: #AAB360; /* green */
}
p, li {
	font-size: 10pt;
	line-height: 150%;
}
ul {
	margin: 5px;
	margin-left: 20px;
	padding: 10px;
	list-style: disc;
}
b {
	color: #956477;
}
a {
	color: #853653;
}
a:hover {
	color: #A85674;
}
img {
	display: block;
	border: 0;
}
.photo img {
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	width: 736px;
	width: 936px;
	padding-bottom: 40px;
	background-color: #E1E3CD;
}
#logo {
	padding-top: 40px;
	margin-left: 25px;
	margin-right: 25px;
	width: 886px;
	text-align: right;
}
#logo img {
	display: inline;
}
#bloglink {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#bloglink:hover {
	color: #000000;
	text-decoration: none;
	text-align: right;
}
#body {
	margin: 0 auto;
	width: 886px;
	background-color: #FFFFFF;
	text-align: left;
}
#body_leftcolumn {
	width: 442px;
	border-right: 2px solid #333333;
	background: url(images/maincolbg.gif) repeat-y center;
}
#body_rightcolumn {
	width: 442px;
	background: url(images/maincolbg.gif) repeat-y center;
}
.subcolumnA {
	width: 220px;
	border-right: 2px solid #333333;
}
.subcolumnB {
	width: 220px;
}
.subcolumnA img, .subcolumnB img {
	margin: 0 auto;
}
#menu {
	width: 220px;
	height: 300px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {
	display: block;
	width: 215px;
	margin: 0;
	padding: 2px 0 2px 5px;
	border: 0;
	color: #999999;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18pt;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px dotted #d9d7d7;
}
#menu a:hover, .selected {
	background: #E5E5E5;
	color: #666666;
}
/*#menu #home {
	height: 22px;
	border-bottom: 0;
}*/
.colorbar {
	width: 686px;
	width: 886px;
	margin-left: 25px;
	margin-right: 25px;
}
.colorbar td {
	border-right: 2px solid #333333;
}
.colorbar_grey, .colorbar_wine, .colorbar_green, .colorbar_gold {
	width: 220px;
	height: 35px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
#pagetitle {
	font-size: 18pt;
	font-weight: normal;
}
.colorbar_grey {
	background-color: #736C6C;
}
.colorbar_wine {
	background-color: #6F2C45;
}
.colorbar_green {
	background-color: #AAB360;
}
.colorbar_gold {
	background-color: #CC9933;
}
#colorbar_noborder, #colorbar_noborder1, #colorbar_noborder2 {
	border: 0;
}

/******************** IMAGE ROTATOR ********************/
#imageContainer {
	position: relative;
	margin: 0;
	width: 440px;
	height: 300px;
	background: #FFFFFF;
}
#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*.staffpicks h3 {
	margin: 0;
	padding: 20px 10px 5px 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.staffpick1 {
	background: #a85674 url(images/staffpick1.gif) no-repeat bottom center;
}*/
#credit {
	margin: 10px;
	font-size: 9pt;
	line-height: 100%;
	color: #CCCCCC;
}
#credit a {
	color: #CCCCCC;
	text-decoration: none;
}
#credit a:hover {
	color: #999999;
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.button {
	background-color: #6F2C45;
	border: 0;
	color: #FFFFFF;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
object, embed {
	display: block;
	width: 342px;
	height: 230px;
	margin: 0;
	padding: 0;
}