

/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, 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:#000000 url(../images/bg-vista.jpg) no-repeat center top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
h1 {

}
h2 {

}
a, a:visited {
	color: #855022;
	text-decoration:none;
}
a:hover {
	color:#c37f41;
}
ul li {
	margin-left:10px;
}
table tr td{
	padding:3px;
}
.float-right {
	float:right;
}
.float-left {
	float-left;
}



div.errordiv {
	border:3px double #371402;
	background-color:#FFFCE5;
	color:#371402;
	padding:5px 10px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:18px;
	padding-top:12px;
}


.kds-formfield-not-valid-highlight {
 background-color:#512700;
 color:#FFF;
}


/* ---- =Structure! --------------------------------------------------------- */

#outer-container {
	position:relative;
	width:780px;
	/*height:670px;*/
	margin:0 auto;
	padding-top:25px;
}

#container-header {
	position:relative;
	width:780px;
}
#container-nav {
	position:absolute;
	width:780px;
	height:25px;
	top:105px;
	left:0;
	background-color:#000000;
	

}
#container-photo {
	display:none
}
#container-content {
	position:relative;
	width:780px;
	margin-top:25px;
}

#container-footer {
	position:relative;
	width:780px;
	height:130px;

}
/* ---- =Columns --------------------------------------------------------- */

#main-column {
	float:left;
	display:inline;
	width:480px;
	margin:0;
	background-color: #f9f6e0;
	background-image: url(../images/main_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:350px;
	/* give some min-height <3 to IE! */
	height:auto !important;
	height:350px;
}
#side-column {
	float:right;
	display:inline;
	width:300px;
	margin:0;
	background-color: #512700;
	background-image: url(../images/side_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* ---- =Header! --------------------------------------------------------- */

#header {
	position:relative;
	z-index: 10;
}
/*#container-header .bg {
	width:780px;
	height:63px;
	background-color: #512700;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
}*/
#header h1 {
	/* Hide this accessibility heading from the visual display */
	position:absolute;
	text-indent:-9999px;
}
#header #text {
	display:none;
}

/* ---- =Wines Page --------------------------------------------------------- */

#techtable1 {
	float:left;
}
#techtable2 {
	float:right;
	margin-right:30px;
}

/* ---- =MainColumn - Photo --------------------------------------------------------- */

#main-column #main-photo {
	position:relative;
	width:480px;
	/*height:125px;*/
}

/* ---- =MainColumn - Content --------------------------------------------------------- */
/* Note the kds-cart style overrides for H1 and H2  */

#main-column #main-content {
	position:relative;
	padding: 35px;
		color: #3f0f00;

}
#main-column #main-content h1 {
	/* Hide this accessibility heading from the visual display */
	position:relative;
	text-indent:-9999px;
	width:410px;
	height:35px;
	background-repeat: no-repeat;
	background-position: left top;
	
	font:bold 12px/2 Verdana, Arial, Helvetica, sans-serif;
	color:#8f3804;
	text-transform:uppercase;
	
}
#main-column #main-content h2 {
	font:normal 17px/1.5 Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color:#8f3804;
	margin-bottom:1em;
}
#main-column #main-content h3 {
	font:bold 12px/2 Verdana, Arial, Helvetica, sans-serif;
	color:#8f3804;
	text-transform:uppercase;
}
#main-column #main-content p {
	margin-bottom:.7em;
}
#main-column #main-content ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
	padding-bottom: 10px;
}




/* ---- =SideColumn - General --------------------------------------------------------- */

#side-column table tr td {
	color:#f9f6e0;
	padding:3px;
}
/* ---- =SideColumn - Photo --------------------------------------------------------- */

#side-column #side-photo {
	position:relative;
	height:190px;
}

/* ---- =SideColumn - Tab --------------------------------------------------------- */

#side-column #side-tab {
	position:relative;
	width:300px;
	height:82px;

}
#side-column #side-tab .bg {
	position:absolute;
	width:310px;
	height:82px;
	left:-10px;
	z-index: 10;
	background-image: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/* border:1px 0px;* invalid */
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-color:#f9f6e0;
}
#side-column #side-tab img{
	margin: 15px auto;

}
/*#side-column #side-tab p{
	color:#f9f6e0;
	margin-left:20px;
}*/

/* ---- =SideColumn - Hilite --------------------------------------------------------- */

#side-column #side-hilite {
	background-image: url(../images/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:375px;
	height:auto;
	color:#f9f6e0;
	padding:50px 15px;
}
/* for Internet Explorer */
/*\*/
* html #side-column #side-hilite {
	height: 375px;
}
/**/

#side-column #side-hilite p, #side-column #side-hilite ul li{
	margin-bottom:.7em;
}
#side-column #side-hilite a{
	text-decoration:underline;
	color:#f9f6e0;
}
#side-column #side-hilite .quote {
	margin:0 auto;  
	width:200px;
}

#side-column #side-hilite ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 15px;
	padding-bottom: 10px;
	color:#f9f6e0;
}
#side-column #side-hilite h1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:35px;
}
#side-column #side-hilite h1 img {
	margin-right:10px;
}
#side-column #side-hilite p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin:7px 0;
}
#side-column #side-hilite #feed {
	font:  9px Verdana, Arial, Helvetica, sans-serif;
}


/* ---- =Footer --------------------------------------------------------- */

#footer {
	font:normal 10px/13px verdana, helvetica, arial, sans-serif;
	color:#b06920;
	text-transform:uppercase;
	text-align:center;
	padding-top:10px;
}
#footer a {
	color:#b06920;
	text-decoration:none;
}
#footer a:hover {
	color:#6f2c16;
}
