body {
	background-color:#ffffff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0 0 0;
	padding: 0px;
	line-height: 1.5em;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}
p{
	margin: 15px 0px;
}
hr{
	width: 230px;
	margin-top: 55px;
	margin-bottom: 55px;
}
/********************** Header ***************************/
#header{
	width:960px;
	height:231px;
	margin-bottom: 25px;
}
#nav ul{
	background-color:#cccccc;
	width:960px;
	display:block;
	margin: 0px 0px 0px 0px;
	height:32px;
	padding:5px 0px 0px 0px;
	text-align: left;
	line-height: 2em;
	font-weight: bold;
	font-size: 14px;
}
#nav li{
	display:inline;	
}
#nav ul a{
	text-decoration:none;
	color:#000000;
	margin: 0px 40px;
}
#nav ul a:hover{
	text-decoration:none;
	color:#75C108;
}
#nav a.activepage{
	color: #75C108;
}

/********************** Content ***************************/
#content {
	background: #ffffff;
	width:960px;
}
img{
	border-width:0px;
}
h1{
	color:#75C108;
	font-size:20px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#75C108;
	font-size:18px;
	margin: 20px 0px 20px 0px;
}
#left {
	float:left;
	width:565px;
	margin-right: 35px;
	margin-top: 50px;
}

.list {
	line-height: 2.5em;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

#right {
	float:right;
	width:360px;
	text-align: center;
}
#buy-now-button {
	text-align: right;
}
#bottle{
	margin-left: 0px;
}
#widget {
	margin-top: 50px;
}
a.green-link {
	color: #75C108;
}
span.number-drop {
	vertical-align: -50%;
}
span.red-letter {
	color: #f80c0c;
	font-weight: normal;
}
#other-pages {
	width:960px;
	margin-top: 50px;
}
.imageleft {
	margin-bottom: 20px;
}

/********************** Footer ***************************/


#footer {
	background: #75C108;
	width:960px;
	height: 28px;
	text-align:center;
	font-size: 10px;
	line-height: 2.6em;
	clear:both;
	color: #000000;
}
a.footer-links {
	color: #000000;
}
a.footer-links:hover {	
	color: #000000;
}

a.footer-links:visited {
	color: #000000;
}

