@charset "UTF-8";
/* ------------- ROEDERER ESTATE MAIN CSS -------------- */

body {
	font-family:arial, helvetica, sans; 
	font-size:62.5%; 
	text-align:center; 
	margin:0px; 
	background-color:#2A2A2A;
}
body * { 
	margin:0px; 
	padding:0px; 
	text-decoration: none; 
	border:none; 
	color:#AEA079; 
	list-style-type: none; 
}
#wraptop {
	width:100%; 
	background-color:#480D0D; 
	background-image: url(styles/bck-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#wraplow {
	width:100%; 
	background-image: url(styles/bck-foot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper {
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
	width:800px; 
	font-size: 1.2em;
}

/* ----------- HEADER -----------*/
#header {
	height: 148px;
	width: 800px;
	background-image: url(styles/top-home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	margin-left: -9999em;
}
#header a {
	position: absolute;
	top: 0;
	display: block;
	height: 148px;
	width:800px;
}

/* ----------- SIDE NAVIGATION ---------*/
ul#sidenav {
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 25px 0px 0px 25px; /* corrected for MSIE5 in msie5.css */
}
ul#sidenav li {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
ul#sidenav ul {
	padding: 0px 0px 4px 10px; /* corrected for MSIE5 in msie5.css */
	margin: 0px;
}
ul#sidenav ul li {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
ul#sidenav a:hover,
ul#sidenav ul a:hover {
	color: #FFFFFF;
}
#brut #sidenav .brut a,
#brutrose #sidenav .brutrose a,
#lerm #sidenav .lerm a,
#lermrose #sidenav .lermrose a,
#history #sidenav .history a,
#maker #sidenav .maker a,
#ratings #sidenav .ratings a,
#taste #sidenav .taste a,
#trade #sidenav .trade a,
#photos #sidenav .photos a,
#logos #sidenav .logos a,
#labels #sidenav .labels a,
#bottles #sidenav .bottles a {
	font-weight: bold;
	color: #FFFFFF;
}
#trade #sidenav .photos a,
#trade #sidenav .logos a,
#trade #sidenav .labels a,
#trade #sidenav .bottles a {
	font-weight: normal;
	color: #AEA079;
}
#trade #sidenav .photos a:hover,
#trade #sidenav .logos a:hover,
#trade #sidenav .labels a:hover,
#trade #sidenav .bottles a:hover {
	color: #FFFFFF;
}



/* ----------- MAIN CONTENT ---------*/
#copy {
	float: right;
	width: 590px;	
	margin-bottom: 25px;
}
#copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-right: 25px;
}
#copy h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #781616;
	margin-top: 1.5em;
	margin-right: 25px;
	margin-bottom: .2em;
}
#copy p {
	font-size: 1em;
	line-height: 1.5em;
	color: #2A2A2A;
	margin-bottom: 0.8em;
	margin-right: 25px;
}
#copy p.first {
	margin-top: 1.5em;
}
#copy .techinfo {
	padding-top: 5px;
}
#copy .techinfo dl {
	margin-right: 25px;
	padding: 5px 0px 20px 0px;
	clear: both;
	border-top: 1px solid #E4E4E4;
}
#copy .techinfo dt {
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	color: #781616;
}
#copy .techinfo dd {
	float: right;
	text-align: left;
	line-height: 1.5em;
	color: #2A2A2A;
	width: 390px;
}
p.download {
	margin-top: 1.5em;
	clear: both;
}
a.dl:link,
a.dl:visited {
	color: #AEA079;
	background-image: url(styles/icon-dl.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}
a.dl:hover,
a.dl:active {
	color: #781616;
	background-image: url(styles/icon-dl-hover.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}
#copy a:hover,
#copy a:active {
	color: #781616;
}
.clear {
	clear: both;
}

/* ----------- MAIN CONTENT - NARROW COLUMN ---------*/
#copynarrow {
	float: right;
	width: 590px;	
	margin-bottom: 25px;
}
#copynarrow img {
	width: 200px;
}
img.alignright {
	padding: 0px;
	margin: 1.8em 25px 2px 7px;
	display: inline;
}
.alignright {
	float: right;
}
#copynarrow h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-right: 25px;
}
#copynarrow h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #781616;
	margin-top: 1.5em;
	margin-right: 25px;
	margin-bottom: .2em;
}
#copynarrow p {
	font-size: 1em;
	line-height: 1.5em;
	color: #2A2A2A;
	margin-bottom: 0.8em;
	margin-right: 250px;
}
#copynarrow p.first {
	margin-top: 1.5em;
}
#copynarrow .techinfo {
	padding-top: 5px;
}
#copynarrow .techinfo dl {
	margin-right: 250px;
	padding: 5px 0px 20px 0px;
	clear: both;
	border-top: 1px solid #E4E4E4;
}
#copynarrow .techinfo dt {
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	color: #781616;
}
#copynarrow .techinfo dd {
	float: right;
	text-align: left;
	line-height: 1.5em;
	color: #2A2A2A;
	width: 190px;
}
#taste #copynarrow img {
	width: 254px;
}
#taste #copynarrow p {
	margin-right: 300px;
}

/* ----------- RATINGS ---------*/

#ratings h3 {
	font-size: 1.5em;
	color: #781616;
	margin-top: 1.5em;
	margin-right: 25px;
	margin-bottom: .2em;
	text-transform: none;
}
#ratings h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	margin-right: 25px;
	margin-top: 1em;
}
#ratings #copy p.dateline {
	margin-bottom: 0em;
}
#ratings #copy p.rating {
	font-weight: bold;
}
#ratings #copy p.review {
	margin-bottom: 0.2em;
}
#ratings #copy p.download {
	text-align: right;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

/* ----------- TRADE -----------*/
#copy .tradeinfo {
	margin-top: 1.5em;
}
#copy .tradeinfo dl {
	margin-right: 25px;
	padding: .5em 0px 1em 0px;
	margin-bottom: 1em;
	clear: both;
	border-top: 1px solid #E4E4E4;
}
#copy .tradeinfo dt {
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 6px;
}
#copy .tradeinfo dd {
	float: right;
	text-align: left;
	line-height: 1.5em;
	width: 300px;
}
#copy .tradeinfo h3 {
	color:#2A2A2A;
	line-height: 2em;
	background-color: #E8E8D5;
	margin: 0;
	padding-left: 6px;
	padding-top: .4em;
	margin-right: 25px;
	text-transform: none;
}
.tradeinfo a.dl:link,
.tradeinfo a.dl:visited {
	color: #AEA079;
	background-image: url(styles/icon-dl.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	margin-left: 50px;
}
.tradeinfo a.dl:hover,
.tradeinfo a.dl:active {
	color: #781616;
	background-image: url(styles/icon-dl-hover.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	margin-left: 50px;
}
.tradeinfo a.view:link,
.tradeinfo a.view:visited {
	color: #AEA079;
	background-image: url(styles/icon-view.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}
.tradeinfo a.view:hover,
.tradeinfo a.view:active {
	color: #781616;
	background-image: url(styles/icon-view-hover.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
}
.tradedl {
	margin-top: 3em;
}
#copy .tradedl h3 {
	font-size: 1.5em;
	text-transform: none;
}
.tradedl img.tall {
	width: 250px;
}
.tradedl img.wide {
	width: 500px;
}




/* ----------- FOOTER ---------*/
#footer {
	clear: both;
	height: 159px;
	width: 800px;
	background-image: url(styles/foot-home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer h2 {
	margin-left: -9999em;
}
#footer p.leftfoot {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 28px;
	margin-top: 70px;
}
#footer p.rightfoot {
	float: right;
}
#footer p.rightfoot a {
	display: block;
	width: 184px;
	height: 14px;
	margin-top: 77px;
	text-indent: -9999em;
	background: transparent url(styles/footer-mmd-off.gif) no-repeat top right;
	overflow: hidden;
	line-height: 14px;
}
#footer p.rightfoot a:hover {
	background: transparent url(styles/footer-mmd-over.gif) no-repeat top right;
}