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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}	
html, body, #wrapper {
     height:100%;
     margin: 0;
     padding: 0;
     border: none;
     text-align: center;
   }
#wrapper {
     margin: 0 auto;
     text-align: left;
     vertical-align: middle;
     width: 100%;
   }
#fullheight {
	height:100%
}
a:link {
	color: #BC9B6A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #BC9B6A;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #BC9B6A;
	font-weight: lighter;
}
.heading2bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC9B6A;
	font-weight: bold;
}
.heading2light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BC9B6A;
	font-weight: lighter;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.winecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.review_image {
	box-shadow: 0px 2px 3px #333;
	margin-top:15px;
}
.review_box {
background: rgb(242,242,242); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(201,201,201,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(201,201,201,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(201,201,201,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(201,201,201,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(201,201,201,1) 100%); /* IE10+ */

background: linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(201,201,201,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;



}
img {
	border:none;
}