/* ---- =Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input,  blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}



/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background-color:#deded6;
	overflow: -moz-scrollbars-vertical !important;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.clear {
	clear:both;
}
a {
	color: #330714;
}

/* ---- =Structure! --------------------------------------------------------- */

#container-outer {
	margin:0px auto;
	width:974px;
	background:#FFFFFF;
}

#header-container {
	position:relative;
	height:100px;
	background:#ffffff url(../images/header_bg.jpg) repeat;
}
#navigation-container {
	position:absolute;
	width:974px;
	height:20px;
	top:60px;
}
#content-container {
	position:relative;
	width:974px;
	padding-top:50px;

}
#footer-container {
	position:relative;
	width:974px;
	height:50px;
	background: #e1d6c4 url(../images/footer_bg.gif) repeat-x center center;
}
#credit-container {
	position:relative;
	width:974px;
	text-align: right;
	border: 0px;
	margin:0px auto;
}
#credit-container a {
	color: #848e7f;
	text-decoration: none;
}
#credit-container a:hover {
	text-decoration: underline;
}

/* ---- =Header! --------------------------------------------------------- */

#header {
	
}

#header-highlights {
	position:absolute;
	top:25px;
	left:500px;
}

/* ---- =Highlights a.ka. =HeaderHighlights --------------------------------------------------------- */


ul#header-highlights {
	list-style:none;
}

ul#header-highlights li {
	position:absolute;
}
li#highlight-01 {
	left:0px;
}
li#highlight-02 {
	left:90px;
}

li#highlight-03 {
	left:180px;
}

li#highlight-04 {
	left:270px;
}

li#highlight-05 {
	left:360px;
}

/* ---- =Navigation! --------------------------------------------------------- */

#navigation {
	position:relative;
	height:20px;
	margin:35px 0px 0px 50px;
}
#navigation ul {
	margin:0;
}
#navigation li {
	display:inline;			
	float:left;
}
#navigation ul li a {
	padding:0px 20px 0px 0px;
	text-decoration:none;
	text-transform:lowercase;
	color: #330714;
}
#navigation ul li a:hover {
	color:#7fc241;
}
#page-contact #nav-contact a,
#page-home #nav-home a,
#page-contact #nav-contact a,
#page-order #nav-order a,
#page-releases #nav-releases a,
#page-winemaking #nav-winemaking a {
	color:#7fc241;
	font-weight: bold;	
}

/* ---- =Content! --------------------------------------------------------- */
#content-container img {
	border: 1px solid #deded6;
}
#content {
	position:relative;
	width:285px;
	float:right;
	display:inline;
	margin-right:50px;
	left: 0px;
}

#content-container  h2 {
	font-size:150%;
	font-weight:bold;
	color: #330714;
	margin-bottom:12px;
}
#content-container  h3 {
	color:#330714;
	font-size:110%;
	font-weight:bold;
	text-transform:uppercase;
}
#content-container  p, #content-container  ul {
	margin-top:0.5em;
}
#content-container  ul {
	list-style-type:disc;
}
#content-container  ul li {
	/*margin-bottom:0.2em;*/
	margin-left:15px;
}

		

/* ---- =Imagery! --------------------------------------------------------- */

#imagery {
	position:relative;
	width:515px;
	float:left;
	display:inline;
	text-align:left;
	left: 50px;
}
#imagery table {
	width:100%;
}
#imagery table td{
	padding:3px;
}
/* ---- =Footer! --------------------------------------------------------- */

#footer {
	position:absolute;
	bottom:10px;
	margin:20px 0px 0px 50px;	
}
#footer p {

}
#footer a {
	color:#1f2d18;
	text-decoration:none;
}
#footer a:hover {
	color:#4a6c3a;
	text-decoration:underline;
}
