@charset "utf-8";
/* CSS Document */
/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(../images/style/pagebg2.png);
	background-repeat: repeat;
	margin-top: 0px;
	
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h4 {
	font-size: large;
	text-align: center;
	color: #990807;
	background-color: #B59A4A;
	padding: 4px;
}
h2 {
	padding: 0px;
	margin: 0px;
}

h6 {
	font-size: large;
	color: #9F0808;
	text-decoration: underline;
}


h5 {
	font-weight: bold;
	color: #730607;
	background-color: #FFC;
	font-size: large;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h3 {
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	
}

h12 {
	font-size: x-large;
	color: #DFD6AE;
	background-color: #970707;
	padding: 4px;
	border: thin solid #000;
	text-align: center;
}








/*end css reset */



#container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #202020;
	background-color: #d4c597;
}

#header {
	height:170px;
	background-color: #d4c597;
	margin-right: 0px;
	background-image: url(../images/style/headerbg01.jpg);
}


#mainlogo {
	height: 133px;
	width: 224px;
	
	
}

#language {
	width: 110px;
	float: right;
	padding-top: 5px;
	text-align: center;
	vertical-align: baseline;
}

#language a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #5C0405;
	font-size: small;
	vertical-align: top;
}




#searchbar {
	width: 195px;
	height: 31px;
	padding: 0px;
	float: right;
	margin-right: 14px;
	
	
}

.searchstyle{
	background-image:url(../images/style/searchbar_01.jpg);
	height: 23px;
	width: 155px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	float: left;
	color: #000;
	text-align: left;
	padding-top: 7px;
	padding-left:5px;
	padding-right:5px;
	margin-right: -14px;
}

.searchbutton {
	height: 31px;
	color: #CCC;
	width: 40px;
	margin-top: 0px;
	background-image: url(../images/style/searchbar_02.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	vertical-align: top;
	position: absolute;
	margin-right: -14px;
}

#menublock {
    background-color: #003;
    height: 39px;
}

#menu_fade li {
	float:left;
	width:auto;
	margin:0;
	text-align:center;
	padding: 0px;	
       	
}


#menu_fade ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu_fade li a {
	display:block;
	height:100%;
	color:#e3dbaf;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}


#menu_fade #difborder1 a {
	padding-right: 55px;
	padding-left: 56px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}

#menu_fade #difborder2 a {
	padding-right: 52px;
	padding-left: 52px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#menu_fade li a {
	background-image: url(../images/style/mainlinks_bg3.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

#menu_fade li a:hover {
	background-position:50px 0;
}


/* this menu is for IE 6 and lower */
#iemenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#iemenu li {
	display: inline;
}
#iemenu li a {
	text-decoration: none;
	color:#e3dbaf;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	height: 17px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
	float: left;
	background-color: #080b4a;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}

#iemenu #noborder a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 57px;
	padding-left: 56px;
}

#iemenu li a:link, #iemenu li a:visited {
	color: #e3dbaf;
}
#iemenu li a:hover {
	background-color: #450305;
}

#insert_content {
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #baa66a;
	padding: 5px;
	text-align: center;
}


#insert_contents {
	margin-right: 55px;
	margin-left: 55px;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #C2B17C;
	padding: 5px;
}

#datalist {
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
	background-color: #DFD6AE;
}



#result_pic {
	background-color: #D4D0C8;
	border: 5px solid #002;
	float: left;
	width: 115px;
	
}
#archivesTitle {
	font-size: 1.3em;
	color: #5D0406;
}

#searchheader {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}





#result_info ul li {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5x;
	text-indent:5px;
}



#results_paging {
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#result_info ul #name a{
	color: #5D0406;
	background-color: #C6BC81;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #999;
}



#result_info ul #name a:hover{
	text-decoration: underline;
}


#newsletter {
	text-align:center;
	width:150px;
	
}

#twitterStuff {
	height: 191px;
}

#datalist2 {
	background-color: #DFD6AE;
	height: 300px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#news_content {
	width: 65%;
	float: left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 40px;
}
#newspost {
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 25px;
	background-color: #E3DBAF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ACA173;
	border-right-color: #ACA173;
	border-bottom-color: #ACA173;
	border-left-color: #ACA173;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#newspost p {
	padding-left: 15px;
	padding-bottom: 4px;
	padding-right: 8px;
}

#newspost a {
	color: #5D0406;
	text-decoration: underline;	
}

#newsTitles {
	background-image: url(../images/style/newspageh2.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 1.1em;
	color: #003;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}





#datalist3 {
	background-color: #DFD6AE;
	height: 35px;
	padding:: 5px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}

#datalist4 {
	background-color: #DFD6AE;
	height: 85px;
	width:280px;
	padding:: 5px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;	
}

#datalist5 {
	background-color: #DFD6AE;
	height: 200px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
}

#datalist6 {
	background-color: #DFD6AE;
	height: 145px;
	
	padding:: 5px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	
}

#newsdatalist {
	background-color: #DFD6AE;
	width: 600px;
	padding:: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
}

#dele a {
	color: #990807;
	text-decoration: none;
	
}

#printmenu a {
	color: #990807;
	text-decoration: none;
	float: left;
	font-weight: bold;
	padding-left: 5px;	
}


#speciallist {
	background-color: #DFD6AE;
	width: 750px;
	padding:: 5px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	
}

#speciallist h2 {
	font-size: 1em;
	color: #990807;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}



#newsdatalist p{
	padding-left: 10px;	
}

#newsdatalist a{
	color: #9F0808;
	text-decoration: underline;	
}


#databoxR {
	width: 20%;
	float: right;
}


#varietylist {
	height: 185px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBCEA8;
}

#varietyInsert {
	height: 275px;
	width: 315px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DBCEA8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


#sidebar1 {
	float: left;
	width: 175px;
	height: auto;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 2px;
}



#link_block ul {
	width: 163px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 5px;
}


#link_block ul #title_link {
	background-image: url(../images/style/links_menu.jpg);
	background-repeat: no-repeat;
	height: 40px;
	border:none;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}


#link_block ul #title_link a{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #5D0406;
	text-decoration: none;
}

#link_block ul #title_link a:hover{
	font-size: 1.5em;	
}

#link_block ul li{
	display: block;
	background-color: #E3DBAF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 11px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: left;
}

#link_block ul li a{
	font-size: 1em;
	color: #003;
	text-decoration: none;
		
}

#link_block ul li a:hover{
	color: #5D0406;
	text-decoration: underline;
}

#btnleft {
	float: left;
	padding:0;
	margin:0;
}


#btntext {
	margin-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 36px;
	font-size: .9em;
}

#btntext a {
	font-family: Tahoma, Geneva, sans-serif;
	
}

#btntextnew {
	margin-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 36px;
	font-size: .8em;	
}


#sidebar2 {
	background-color: #E3DBAF;
	width: 151px;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 20px;
	border: 1px solid #999;
	padding: 2px;
}

#hours {
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 4px;
	padding-left: 4px;
}

#hours a {
	color: #3C3C3C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	padding: 0px;
}


#hours h2 {
	background-color: #003;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #E3DBAF;
	text-align: center;
	font-weight: bold;
}

#news h2 {
	background-color: #003;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #E3DBAF;
	text-align: center;
	font-weight: bold;
}
#newsbox {
	height: 240px;
	padding-right: 4px;
	padding-left: 4px;
	overflow:auto;
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
}

#newsbox a {
	color: #3C3C3C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	padding: 0px;
	
}


#newsbox h2 {
	background-color: #003;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #E3DBAF;
	text-align: center;
	font-weight: bold;
}







#eventsbox  {
	color: #3C3C3C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	padding: 0px;
}

#eventsbox {
	height: 100px;
	padding-right: 4px;
	padding-left: 4px;
	overflow:auto;
	
}


#eventsbox h2 {
	background-color: #003;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #E3DBAF;
	text-align: center;
	font-weight: bold;
}

#blank {
	height:40px;
}



#main_content {
	margin-right: 159px;
	margin-left: 188px;
	padding-top: 15px;
	padding-bottom: 10px;
	
        font-size: 1.1em;
        
}

#main_content a {
      color: #5D0406;
}

#main_content a:hover {
     color: #003;
}


#main_text {
	margin-right: 18px;	
}


#special {
	color: #5D0406;
	font-size: 1.3em;
	width: 493px;
	text-align:center;
}

#party_content {
	margin-right: 70px;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#party_content h3 {
	font-size: 1.1em;
	color: #003;	
	padding-bottom: 8px;
	display: inline;
}

#party_content h3 a{
	color: #5D0406;	
}

#party_content h3 a:hover{
	color: #006;
}


#party_content h2 {
	font-size: 1.3em;
	color: #003;	
	text-align:center;
	
}

#partypics {
 display:block;	
 padding-top: 15px;

}

#partyInfo {
	padding-top:10px;	
}


.spaceout {
	padding: 10px;
}


#party_content ul {
	text-align:center;
}

#party_content ul li{
	display:inline;
	padding-left: 10px;
	
}

#party_content ul li img {
	border: 4px solid #5D0406;	


}
#maincat_content {
	height: auto;
	width: 600px;
	float: left;
	margin-top: 30px;

}

#res_info {
	margin-right: 70px;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#res_info h2 {
	font-size: 1.3em;
	color: #003;	
	text-align:center;
}

#res_info h3 {
	font-size: 1em;
	color: #5D0406;
	text-align:center;
	padding-top:4px;
	
}

.red {
 	color: #5D0406;
	display:inline;
	margin: 0px;
	padding-right: 5px;
	text-decoration: underline;
}

#res_block {
	border: 2px solid #999;
	background-color: #E3DBAF;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	height: 140px;
	margin-bottom: 15px;
	
	
}

#res_room {
	float: left;
	padding-top: 60px;
	font-size: 1em;
	font-weight: bold;
	
}

#res_pic {
	padding-left: 400px;
	
	
}
#res_pic img {
	border: 3px solid #003;
}

#res_blockL {
	border: 2px solid #999;
	background-color: #E3DBAF;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;	
	height: 140px;
	margin-bottom: 15px;
	
}

#res_picL {
	float: left;
	padding-left:8px;
	
}
#res_picL img {
	border: 3px solid #003;
}

#res_roomL {
	padding-left: 160px;
	padding-top: 60px;
	font-size: 1em;
	font-weight: bold;
	
}

#res_roomLL {
	padding-left: 160px;
	padding-top: 35px;
	font-size: 1em;
	font-weight: bold;
	
}

#catBg {
	background-image: url(../images/style/bgtest.png);
	background-repeat: repeat;
	background-position: center;
	padding-top: 0px;
	width:400px;
	margin-left: auto;
	margin-right:auto;
	border: 3px solid #CCBA84;
	padding-bottom:27px;
	
}

#catBgie {
	background-image: url(../images/style/bgtest.png);
	background-repeat: repeat;
	background-position: center;
	padding-top: 0px;
	width:400px;
	margin-left: auto;
	margin-right:auto;
	border: 3px solid #CCBA84;
	height:100%;
	
}



#catCornersA {
	width:400px;
	padding-bottom:20px;
}

#catCornersB {
	width:400px;
	clear: both;
}

.centeredCats {
	text-align:center;
	height:40px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.centeredCats a {
	padding: 5px;
	text-align:center;
	color: #003;
	text-decoration: underline;
	font-size: large;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
} 

.centeredCats a:hover{
	color: #5D0406;
	text-decoration: underline;
	background-color: #C6BC81; 
}





#basic_content {
	margin-right: 180px;
	margin-left: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}

#contactRow {
	width: 218px;
	text-align: right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	font-size: 1.2em;
	color: #003;
}

#contactText {
	text-align: center;
	font-size: .9em;
	

}

#contactText h1{
	font-size: 1.2em;
	color: #003;

}

#contactbuttons {
	width: 535px;
	text-align:center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;	
	clear:both;
}

#contactMessage {
	text-align: right;
	float:left;
	width:68px;
	margin-left: 43px;
	padding-right: 3px;
	font-size: 1.2em;
	color: #003;
}

#contactMessageBox {
	padding-bottom: 10px;
	float: left;
}



.contactbox {
	border: 1px solid #999;
}


#admin_area {
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom: 50px;
	padding-left: 80px;


}


/* front page slider */

ul.slideshow {   
    list-style:none;   
    width:493px;   
    height:333px;   
    overflow:hidden;   
    position:relative;   
    margin:0;   
    padding:0;   
       
}      


  
ul.slideshow li {   
    position:absolute;   
    left:0;   
    right:0;   
}   
  
ul.slideshow li.show {   
    z-index:500;       
}   

ul.slideshow li img {
	border:4px solid #5D0406;		
}

  
ul img {   
    border:none;       
}   
  
#slideshow-caption {   
    width:492px;   
    height:60px;   
    position:absolute;   
    bottom:0;   
    left:0;    
    color:#fff;   
    background:#000;   
    z-index:500;   
}   
  
#slideshow-caption .slideshow-caption-container {
	z-index:1000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}   
  
#slideshow-caption h3 {   
    margin:0;   
    padding:0;     
    font-size:14px;   
}   
  
#slideshow-caption p {   
    margin:5px 0 0 0;   
    padding:0;   
}  







/*   end slide show */




#stock_content {
	margin-right: 180px;
	margin-left: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/style/footer_bg2.png);
	background-repeat: repeat-x;
	color: #D4C597;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;	
} 

#powered {
	width: 117px;
	float:right;
	padding-top:65px;
	
}

#bodegaName {
	float: left;
	width: 380px;
}
#dataheader {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#adminRow {
	color: #900;
	background-color: #E4DCC0;
	padding: 7px;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}
#adminRow a {
	color: #000;
}



#dataheader ul {
	list-style-type: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#dataheader ul li {
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
}

#dataheader ul li a {
	color: #9F0808;	
}

#dataheader ul li a:hover {
	color: #000;
}





#topofpage {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#topofpage a {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #700809;
}










#winefiftyLeft {
	width: 44%;
	float: left;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}






#wineitem_general {
	float: left;
	font-size: 1.1em;
	width: 70px;
	padding: 3px;
}



#wineinfo_list {
	
		
}

#wineinfo_list li{
	padding-top: 3px;
	padding-bottom: 3px;	
	
}



#paireffect {
	background-color: #E3DBAF;
	border: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 205px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}




#largepic img {
	padding-right: 2px;
}


#fiftyLeft {
	width: 42%;
	float: left;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}

#fiftyRight {
	width: 44%;
	float: right;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#fiftyRight a {
	font-size: large;
	color: #990708;
	text-decoration: underline;
	padding: 5px;
}

#notes {
	width: 720px;
	padding: 8px;
	clear: left;
}

#wine_notes {
	width: 720px;
	padding: 8px;
	clear: left;
	text-align: center;
}
#dataFullRow {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	float: left;
}
#dataHalfRowL {
	padding: 5px;
	float: left;
	width: 345px;
}
#dataHalfRowR {
	padding: 5px;
	float: right;
	width: 345px;
}


#form3 {
	margin:0 auto;text-align:center;width:500px;

}

#form4 {
	margin:0 auto;text-align:center;width:350px;

}
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#info {
	width: 835px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#infolinks {
	float:right;
	padding-right:67px;
}

#info a {
	color: #D4C597;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#printbutton a {
	background-color: #E3DBAF;
	border: 1px solid #5D0406;
	color: #5D0406;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	font-weight: bold;
	text-decoration: none;
	float:right;	
	text-align:center;
    margin-right:50px; 
	margin-top:15px;
}

#printbutton a:hover {
	background-color: #CBBC69;	
}

