body{
	padding:0;
	margin:20px;
	background-color: #1b0c08;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

p, Div{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#wrapper{
	
	text-align:right;
	margin-left:auto;
	margin-right:auto;

	display:block;
	
}

#body_wrapper{
	background-image:url(../graphics/wrapper_background.gif)
	
	background-repeat: repeat-y;
}

#header{
	/*border: thin yellow  solid;*/
	padding:0;
	margin:0px;

}

#header H1{
	color: #a99106;
	padding:0px;
	margin: 0px 0 0  60PX;
	/*border: thin yellow  solid;*/
	width: 370px;
	display: inline;
	font-family:Garamond, "Times New Roman", Times, serif;	
}

#history_images {
	float:left;
	margin: 55px 30px 0 0;
}

#history_images IMG{
	padding: 5px 0;
}


#links{
float:right;
margin: 0 20px 0 0;
padding: 0 0 0 0;
width: 440px;



}

#hpContent{
	background-image: url(../images/barrels.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: 450px;
	width: 500px;
}

#links ul{padding:0; margin:10px 0 0 0 ;}
#links ul LI{
	
	display: inline;
	list-style-type: none;
	/*border: thin red  solid;*/
	padding:0px;
	margin: 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.vertBar{
	padding: 0 5px 0 5px;
	color: #e8e3cf;
}

 A{
	color: #d8cc99;
}



 A:hover{
		color: #a99106;
}

A.currentPage{
	text-decoration: none;
}

#left{
	width:236px;
	background-image: url(../graphics/left_col_background.gif);
	background-repeat: repeat-y;
	
}
#center{
	background-color: #e8e3cf;
	width:618px;
	padding: 20px 15px  15px 15px;
	
}

#center H1{
	color: #a99106;
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size: 22px;	
}

#center A:link{color:#1B0C08}
#center A:visited{color:#1B0C08}
#center A:hover{color:#A99106}

#tabs{
	width:41px;
	background-image: url(http://www.cavedonibalsamic.com/graphics/tabs_background.gif);
	background-repeat: repeat-y;

}



#footer{
	color: #a99106;
	font-size: 12px;
	text-align: right;
	margin: 10px 40px 0 0 ;
}




fieldset{
	margin: 1.5em 0 0 0 ;
	padding: 5px;;
	float:left;
	clear:left;
	width: 550px;
	border: thin solid #d8cead;
}

legend{
	margin-left: 1em;
	color:#A18906;
	font-weight:bold;
	
}

fieldset ol, ol{
	padding: 1em 1em 0 1em;
	list-style: none;
	font-size: 12px;
}

fieldset li{
	padding-bottom: .5em;
	float:left;
	clear:left;
	width: 100%
	font-size: 12px;
	
}


.errorMsg{
	color: red;
	margin: 0 0 0 11em;
}



label, {
	float:left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

.prompt{
	float:left;
	width: 150px;
	text-align:right;
	clear:left;
	margin-bottom: 5px;
	font-size: 12px;
}

.formField{
	float:left;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;

}

#prodTable{
	font-size: 12px;
}

.ordered_item{background-color:#FFF}

input#submit{
	background-color: #737069;
	/*background-color: #B30737;*/
	color: white;
	border-top: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	border-bottom: 2px solid #515151;
	border-right: 2px solid #515151;
}

input#submit:hover{
	background-color: #B20839;
	color: white;
	border-top: 2px solid #515151;
	border-left: 2px solid #515151;
	border-bottom: 2px solid #bcbcbc;
	border-right: 2px solid #bcbcbc;
}

.description{

	color: #a99106;
	size: 14px;
	font-family:Garamond, "Times New Roman", Times, serif;
	
}

#product_area{
margin: 30px 0 0 0;
	
}

#product_image{
width: 194px;
float:left;
	
}

#product_details{
	float:right;
	Width: 350px;
	color: #1b0c08;
	font-size: 12px;
}

.out_of_stock{
	color:red;
}


.imageLeft{
	float: left;
	margin: 0 10px 10px 0;
}