html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6, div {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p {
	padding:.4em .2em;
	margin:.1em;
}
html, body {
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	line-height:1.6em;
	height:101%;
	background-color: #FFFFCC;
	/*background-image:url(../images/bg_squares.gif);
	background-repeat:repeat;*/
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	line-height:1.6em;
}
li {
	margin-left:2em;
}
#container {
/*	margin: 15px 15px;
	clear:both;
	float:left;
	width:740px;
*/
	margin:8px auto 0px;
	width:875px;
	text-align:left;
	background-color:#FFFEE4;
	border: solid 2px #CCC;
}
#header {
	background-color:#FFFEE4;
}
#header .logo {
	float:left;
	padding:10px 0 0 10px;
}
#header #logo {
	float:right;
	padding:0px 10px 0 10px;
}
#topBanner {
	padding:5px;
	float:right;
	color:#000;
	font-weight:bold;
	text-align:right;
/*	background-color:#663;
	border:solid 2px #903;
*/
}
#topBanner h3 {
	background-color:#ffc;
	border:solid 2px #903;
	padding:3em;
}

#tMenu {
	width: 100%;
	margin: 0 0 3px 0;
	float:right;
	border-top:solid 2px #663;
	border-bottom:solid 2px #663;
	background-color:#eee;
}
#tMenu li {
	text-align:center;
	width: 12.4%;
	list-style:none;
	float:left;
	margin:0 0em;
	padding:0;
	/*border:1px solid #F00;*/
}
#tMenu a {
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#tMenu a:visited {
	color:#903;
}
#tMenu a:hover {
	background-color: #903;
	color:#FFF;
}

a {
	color:#903;
}
a:visited {
	color:#966;
}
a:hover {
	color:#696;
}
a img {
	color:#000;
}
.slogan {
	width:100%;
	margin: 0px 0px ;
	padding: 15px 0px;
	color: #903;
	background-color: #CC9;
	clear:left;
	min-height:40px;
	max-height:40px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 28px;
	color:#000;	
	margin:12px 0 0 120px;
	padding:0;
}
#contentBox {
	width:100%;
	float:left;
	clear:both;
	/*border: 6px double #CCC;*/
}
#mainContent {
	width: 65%;
	float:left;
	clear:left;
	/*border-right: 3px solid #666;*/
}

#sideContent {
	width: 32%;
	float:right;
	margin-right:1em;
	padding: 0 0 1em 1em;
	border-left: thin solid #ccc;
}
#login {
	display:block;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	float:right;
	color:#000;
	text-align:center;
	margin:-12px 10px 0 0;
}
#login h2 {
	font-size:1.3em;
}

#btmMenu {
	clear:both;
	width: 100%;
	margin: 0 0 3px 0;
	float:left;
	border-top:solid 2px #663;
	border-bottom:solid 2px #663;
	background-color:#cc9;
	color:#000;
	text-align:center;
}

#btmMenu li {
	width:22%;
	text-align:center;
	list-style:none;
	float:left;
	margin:0 1em;
	padding:0;
	white-space:nowrap;
	/*border:1px solid #F00;*/
}

#btmMenu a {
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#btmMenu a:visited {
	color:#903;
}
#btmMenu a:hover {
	background-color: #903;
	color:#FFF;
}

#footer {
	color:#999;
	text-align:right;
	clear:both;
}
#blog a{
	color:#060;
}
#blog a:visited {
	color:#060;
}
#blog a:hover {
	background-color:#060;
	color:#FFF;
}

.loginButton {
	background-color:#FFFEE4;
	background-image: url(../images/login.gif);
	height: 32px;
	width: 59px;
	border-width: 0px;
	border-style: none;
}
.logoutButton {
	background-color:#FFFEE4;
	background-image: url(../images/logout.gif);
	height: 32px;
	width: 59px;
	border-width: 0px;
	border-style: none;
}
ul.checks{
	/*
	font-style: italic;
	font-weight: bold;
	*/
	font-size:1.1em;
	line-height:1.9em;
	margin-left:3em;
	list-style-position: outside;
	list-style-image: url(../images/ulRdot.gif);
}
ul.reportList{
	font-size:1em;
	margin-left:110px;
}
.box {
	clear:both;
	margin-bottom:15px;
	/*border: 2px solid #903;*/
}
.box h1 {
	font-size:16px;
	font-style:normal;
	line-height:1.1em;
	color:#666633;
	margin-bottom:-0.5em;
}
.box h2 {
	font-size:16px;
	font-style:normal;
	line-height:1.1em;
	color:#666633;
	margin-bottom:-0.5em;
}
.box h2.retailer, .box h3.retailer, .box h4.retailer {
	clear:both;
}
.box h3 {
	background-color:#903;
	/*background-color:#600;*/
	color:#FFF;
	padding:3px 5px;
	font-size:17px;
	line-height:1.3em;
}
.box h3.blog{
	background-color:#060;
	/*background-color:#600;*/
	color:#FFF;
	padding:3px 5px;
	font-size:17px;
	line-height:1.3em;
}
.box h4 {
	font-size:12px;
	margin-bottom:-0.5em;
}
.box h5 {
	font-size:12px;
	padding:0;
	margin:0 .2em;
	text-decoration:underline;
}
.box p {
	margin: 5px;
	padding-top:0;
	padding-bottom: .75em;
	line-height:1.5em;
}
.box p.tight {
	margin:5px;
	padding:0;
	line-height:.5em;
}
.feat1 {
	width:45%;
	clear:left;
	float:left;
	padding:0 1em  1em 1em;
}

.feat2 {
	width:47%;
	clear:none;
	float:left;
	padding:0 1em 1em 1em;
	border-left: thin solid #ccc;
}

.red {
	color:#903;
}
.quote {
	font-style:italic;
	text-align:justify;
	line-height:1.2em;
	font-weight:bold;
}
#foodpairing {
	background-image:url(../images/food-back.jpg);
	height:125px;
}
#foodpairing p{
	padding-top:1.5em;
	text-align:center;
}
img.panel {
	border:solid 2px #CCC;
	margin:10px;
	float:left;
}
p.panel {
	padding:25px 10px;
}
p.clear {
	clear:both;
}
p.retailer, div.retailer {
	width:200px;
	margin:5px;
	padding:4px;
	float:left;
	white-space:nowrap;
}
div.focus {
	background-color:#FFF;
	border:solid 2px #600;
	margin: 5px 3px 5px 3px;
	padding: 4px;
}
div.focus img {
	margin: -2px -2px;
	padding:0px;
}
.forceLeft {
	clear:left;
}
.center {
	text-align:center;
}
.left {
	margin:.2em;
	float: left;
	display:inline;
}
.right {
	margin:.2em;
	float:right;
	text-align:center;
	clear:right;
}
img.left, img.right, .right img, .left img{
	border:solid 2px #CCC;
}
.subtle {
	color:#000;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
}
.form { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333;
	line-height:12px;
	background-color: #F9F9F9;
  	border: 1px solid #DDD; 
	}
#login p {
	padding-top:0;
	padding-bottom: .75em;
	line-height:1.1em;
}
.small {
	font-size:.85em;
}
ul.subMenu{
	padding-left:15px;
	list-style:none;
}
.memberSales{
	background-color:#FF9;
	width:475px;
	float:right;
	margin:0 10px 20px 10px;
}
.outline {
	background-color:#FFC;
	border:solid 2px #CC9;
}
p.wine {
	text-decoration:underline;
	font-weight:bold;
	margin-top:0; 
	padding-top:0;
	margin-bottom:0; 
	padding-bottom:0;
}
p.importer {
	margin-top:-1em; 
	padding-top:0;
}
.box p.boxlink {
	font-weight:bold;
	border:solid 2px #900;
	padding:4px;
	margin:.5em 30%;
	text-align:center;
}
.line{
	background-color:#ddd;
	/*background-color:#600;*/
	color:#FFF;
	padding:1px 5px;
	line-height:0.1em;
}

.midh5{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

/*****************************
Featured Monthly Tasting styles
*****************************/
.FMTbox{
	border:solid thin #999999;
	margin:45px 45px 45px 45px;
	background-color:#CC9;
}
#FMTheader{
	width:auto;
	background-attachment: scroll;
	background-image: url(../images/NonReport/0801headerLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#FMTheader h1{
	text-align:right;
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:3.2em;
	font-variant:small-caps;
	font-weight:normal;
}
#FMTheader .main{
	text-align:right;
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-variant:small-caps;
	font-weight:bold;
}
.FMTbox h2{
	clear:both;
	text-align:left;
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:normal;
}
#FMTheader h2{
	text-align:right;
}
.subTopic{
	border:medium dotted #600;
	margin: 5px 0;
}
.topQuality{
	color:#660033;
}
.topValue{
	color:#006633;
}

.free{
	font-size:0.8em;
	margin-top:5px;
	float:right;
	color:#063;
	font-weight:bold;
}
.sub{
	font-size:0.8em;
	margin-top:5px;
	float:right;
	color:#903;
	font-weight:bold;
}

/*****************************
Featured Wine styles
*****************************/
.fwHead {
	font-size: 1.2em;
	padding: 2px;
	padding-left:-8px;
	color: #000;
	font-weight:bold;
}

.fwNote {
	margin: 2px;
	padding-right: 20px;
	float: right;
	width:65%;
}

a.line {
	font-size: 1.3em;
	font-weight: bold;
	color:#903;
	background: #CC9;
	text-align: center;
	display: block;
	text-decoration: none;
	line-height:1.4em;
	border-top:3px solid #903;
	border-bottom:3px solid #903;
}

a.line:hover{
	background:#696;
	color:#FFF;
}

.fwInfo {
	padding: 2px;
	color: #000;
	line-height:2em;
	margin:5px;
}

.fwInfo strong{
	color: #903;
}

.fw {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height:17px;
	padding:5px;
	float:left;
}

#fwMini {
	float:right;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin: 15px 0px;
	border: 2px solid #903;
	width: 235px;
}

