/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font:11px/1.55em arial, helvetica, sans-serif !important;
	color:#000;
	background-color:#fff;
}
a {
	outline:none;
}
a img {
	border:0;
}
a, a:link, a:visited {
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	font-size:90%;
}
a:hover {
	color:#830035;
	background-color:inherit;
	text-decoration:underline;
	font-size:90%;
}
h2 {
	font-size:16px !important;
	color:#830035;
}
h3 {
	font-size:14px !important;
}
#main-div {
	background-color:#fff;
	width:960px;
	margin:10px auto;
}
.header {
	background:url(../images/wine-rack.jpg) no-repeat top left;
	height:118px;
}
/* rotator in-page placement */
    div#rotator {
	position:relative;
	width:960px;
	height:93px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	right:20px;
	top:21px;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #281006;
}
div#rotator ul li.show {
	z-index:500;
}
/* slider */

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li {
	height:233px;
	width:960px;
	overflow:hidden;
}
#slider li .img {
	float:left;
	width:480px;
	height:233px;
}
#slider li .text, #slider li h2 {
	float:left;
	width:480px;
	padding-top:20px;
}
#prevBtn, #nextBtn {
	display:block;
	width:23px;
	height:77px;
	position:absolute;
	left:-28px;
	top:71px;
}
#nextBtn {
	left:965px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:23px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
.banner {
	position:relative;
}
.welcome {
	width:680px;
	float:left;
	font-size:14px;
}
.content {
	background-color:#fff;
}
.content p, .content h2 {
	padding:5px 5px 5px 0;
}
.reviews {
	float:left;
	background-color:#ebe7e4;
	width:280px;
}
.reviews a, .reviews a.hover {
	color:#000;
	text-decoration:none;
}
.reviews h2 {
	color:#81b05f;
	padding-left:5px;
}
.reviews img {
	float:right;
	padding-bottom:10px;
	margin-top:-5px;
}
.red h3 {
	color:#830035;
}
.white h3 {
	color:#e0b75b;
}
.white {
	clear:both;
}
.footer {
	clear:both;
	background:url(../images/footer-bg.gif) repeat-x top left;
	height:30px;
	font:bold 14px arial, helvetica, sans-serif !important;
	color:#fff;
	padding:10px 10px 0 10px;
}
.ft-left {
	width:45%;
	float:left;
}
.ft-right {
	width:45%;
	float:right;
	text-align:right;
}
.footer p {
	padding:5px;
}
