body {
	background: #f0f0f0;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #838383;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
#wrapper {
	background: #ffffff;
	width: 1000px;
	padding: 0 10px 10px;
	margin: 0 auto 0;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
#header {
	background: #fff url('images/bg-header.jpg') bottom right no-repeat;
	height: 80px;
	border-bottom: 2px solid #165fd2;
}
#header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1b1b1b;
	float: left;
	margin: 1;
	letter-spacing: -2px;
}
#header h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7d7d7d;
	float: right;
	margin: 44px 0 0;
}
#header ul {
	height: 11px;
	clear: both;
	margin: 0 0 0;
	padding: 0 0 0;
}
#header li {
	display: inline;
	color: #666666;
}
#header a { 
	color: #666666
	font-weight: bold;
	margin: 0 5px;
}
#header a:hover {
	color: #aee989;
}
#intro {
	background: #fff;
	padding: 7px 0 10px;
}
#intro p {
	margin: 0;
	padding: 3px 10px 12px;
}

/* Quick vino Styling */

#vinoTable {
	border-left: 3px solid #165fd2;
	border-right: 3px solid #165fd2;
	border-bottom: 3px solid #165fd2;
	margin: 0 auto 0;
}
.rtH1 {
	background: #165fd2;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 0;
}
.rtH1 h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.rtH2 {
	background: #165fd2;
	border-bottom: 1px solid #fff;
	padding: 7px 0;
}
.rtH2 h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.rt1 {
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	text-align: center;
}
.rt1 p {
	padding: 0 5px;
}
.rt1 span {
	font-size: 14px;
	font-weight: bold;
	color: #eb0000;
}
.rt2 {
	border-top: 1px solid #d1d1d1;
	text-align: center;
}

/* End Quick vino Style */

.vino {
	background: #fff;
	margin: 10px 0 0;
}
.vino h2 {
	background: url('images/reviewheader.jpg') no-repeat;
	height: 34px;
	font-size: 24px;
	font-weight: 100;
	color: #fff;
	padding: 4px 0 0 10px;
	margin: 0;
}
.vino h2 a {
	color: #fff;
	text-decoration: none;
}
.vino h2 a:hover {
	text-decoration: underline;
}
.screenshot {
	width: 150px;
	float: left;
	padding: 10px;
}
.vinotext {
	width: 760px;
	border-right: 1px solid #c5c5c5;
	float: left;
	padding: 0 10px 0 0;
}
.vinotext p {
	line-height: 18px;
	color: #383838;
}
.vinotext ul {
	list-style-type: none;
}
.vinotext li {
	list-style-image: url('images/bullet.jpg');
	color: #383838;
	margin: 0 0 10px;
}
.ctaarea {
	width: 280px;
	text-align: center;
	float: left;
	padding: 58px 0 0;
}
.stars {
	margin: 0 0 5px;
}
#footer p {
	text-align: center;
	margin: 0;
	padding: 10px;
}
#wrapper #intro #vinoTable tr .rtH1 {
	text-align: center;
}

