@import url("reset.css");
/*=STRUCTURE
=== === === === === === === === === === */
html {
	min-height:100%;
	font-size: 100.1%; /* IE hack */
	line-height: 100%;
	/*background: url(../_cssimg/back.jpg) repeat-y center;*/
}
body {
	text-align: center;
	color: #f4eac6;
	background: #db0327 url(../_cssimg/red_back.gif) repeat;
	font: 0.75em/1em "Times New Roman", Times, serif;	
}
/*=COMMON
=== === === === === === === === === === */
a, a:link {
	color: #b8a86c;
}
a:visited {color: #9e8b42;}
a:hover {color: #db0327;}
a:active {color: #FFF;}

h1 {font-size: 130%;font-weight: bold;color: #c70324;margin-top: 30px;margin-bottom: 8px;}
h2 { font-size: 120%; margin-top: 20px; margin-bottom: 5px; color: #c70324; font-weight: normal;}
/*.wines*/ h2 {border-bottom: 1px solid #c70324; padding-bottom: 5px;}

h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 {font-size: 130%;font-weight: bold;color: #c70324;margin-top: 0px;margin-bottom: 8px;}

.formtext {
	color: #f4eac6;
	font-family: Arial, Helvetica, sans-serif;
}
p, li {
	color: #f4eac6;
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
margin-bottom: 10px;
}
blockquote {
	font-size: 120%;
	color: #d2c288;
	line-height: 150%;
	border-top: 1px solid #c70324;
	border-bottom: 1px solid #c70324;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 15px;
	font-style: italic;
	width: 425px;
	}
em {
	font-style: italic;
}

/*=MASTHEAD
=== === === === === === === === === === */
#wrapper {
	width: 800px;
	margin: 0 auto;
	/*background: #CCCCCC;*/
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	width: 600px;
	min-height: 600px;
	float: right;
	background: url(../_cssimg/back.gif) repeat-y center;
}
.padme {
padding: 60px 85px;
}
.padme2 {
padding: 0px 85px;
}
/*=SIDE
=== === === === === === === === === === */
#side {
	width: 200px;
	float: left;
	padding:0;
}
#side a, #side a:link {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	padding-left: 60px;
}
#side a:visited {}
#side a:hover {
	background: #c60323;
}
#side a:active {
	background: #f4eac6}

#side li {
	text-align: left;
	border-bottom: 1px solid #000;
	line-height: 100%;
	font-family: "Times New Roman", Times, serif;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	margin: 0 0 55px 0
}
#footer ul {
	margin-top: 15px;
}
#footer li {
	display:inline;
	line-height: 150%;
	font-family: "Times New Roman", Times, serif;
}
#footer a, #footer a:link {
	color: #c91e32;
	text-decoration: none;
	padding: 0 4px;
	font-size: 90%;
	text-transform: uppercase;
}
#footer a:visited {}
#footer a:hover { 
	color: #ff052e;}
#footer a:active {
	color: #f4eac6}

/*=CLEARING
=== === === === === === === === === === */
.clear { clear:both; }

/*=MISC
=== === === === === === === === === === */
.border {
	border: 1px solid #c60323;
}
.left {
	float: left;
	margin-right: 15px;
	position: relative;
}
.iefloat {
	margin-top: 55px;
}
.spaceBottom {
	margin-bottom: 15px;
}
.spaceTop {
	margin-top: 15px;
}
.winemaker {
	min-height: 155px;
	width: 400px;
}
.winemaker p, .winemaker h1{
	width: 270px;
	float: right;
}
.minHeight01 {
	min-height: 400px;
}
.flushLeft p, .flushLeft li {
	text-align: left;	
}
.lessleading li{
	line-height: 100%;	
}