@charset "UTF-8";
/* CSS Document */

/*CSS RESET*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
}


body {
	line-height: 1;
}
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;
}
.formHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #CCC;
	background-color: #B9A578;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: normal;
}

/*---------END RESET--------------*/
/*---------HEX COLORS-------------

Sub Nav: #956717


*/
html {
min-height:100%;
/*margin-bottom:1px;*/
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.jpg);	
	
}
#wrapper  {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin: 0 auto;
	background: url(images/dropshadowBlack.png) repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}

/*HOMEPAGE JAN 2011 UPDATES*/
#homeLeftCol {
	
	width: 614px;
	float: left;
	margin-top: 20px;
}



#homeFlash {
	height: 373px;
	width: 550px;
	padding-left:50px;
}
#homeRightCol {
	width: 290px;
	float: left;
	padding: 30px 20px 20px;
	margin-left: 20px;
}
#homeTextBox p{
	
	color:white;
	font-size:.7em;
	font-weight:normal;
	line-height:1.3em;
}
#homeTextBox a:link{
	padding-top:5px;
	color:#c5933c;
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
	/*display:block;*/
}
#homeTextBox a:visited{
	padding-top:5px;
	color:#e1d8c6;
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
}
#homeTextBox a:hover{
	padding-top:5px;
	color:#ddbb71;
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
}
#homeTextBox h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #c5933c;
	padding-bottom:5px;
	letter-spacing: .1em;
	font-weight:100;
	
}
#homeUnderSlideText {
	width: 550px;
	margin: 30px auto 30px auto;
	background: no-repeat;
	line-height:1.4em;
	color:#c8bba2;
	font-size:.8em;
	padding-left:30px;
}
.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #b9ae98;
	padding-bottom:15px;
	letter-spacing: .1em;
	font-weight:100
	
}
.titleDropCap{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #b9ae98;
	padding-bottom:15px;
	letter-spacing: .1em;
	font-variant: small-caps;
}


/*HOMEPAGE JAN 2011 UPDATES*/







#content {
	background: #000;
}
#mainLeftContent  {
	width: 640px;
	float: left;
}
#logo{
	width: 310px;
	height: 196px;
	background-image: url(images/MDOLogo.png);
	background-repeat: no-repeat;
	float: left;
}
#homeLink{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	height: 50px;
	width: 40px;
	float: left;
	
	padding-top:34px;
	letter-spacing: 0.1em;
	
	font-variant: small-caps;
}
#homeLink a:link, #homeLink a:visited, #homeLink a:link, #homeLink a:visited{
	text-decoration: none;
	color: #b9ae98;
	
}
#homeLink a:hover{
	
	color: #fff;
	
}

#homeLink a.currentHome, #homeLink a.currentHome:hover, #homeLink a.currentHome:active{
	color: #fff;
}

#centerBoxIt {
	margin: 0px auto;
}
#Nav{
	width: 245px;
	float: left;
	margin: 0px;
	padding: 30px 0px 0px;
}

#Nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#c5933c;
	text-decoration: none;
	line-height:1.6em;
	margin:0;
	letter-spacing: 1px;
	font-variant: small-caps;
	padding-left: 30px;
}

#Nav ul a:hover{
	color:#ddbb71;
	background: url(images/navWidget.gif) no-repeat 5px;
}
#Nav li a.curent, #Nav li a.curent:hover, #Nav li a.curent:active{
	color:#ddbb71;
	background: url(images/navWidget.gif) no-repeat 5px;
}
#subNav{
	float: left;
	width: 100%;
}

#subNav ul{
	list-style:none;
}

#subNav li{
	float: left;
}


#subNav li a:link, #subNav li a:visited, #subNav li a:link, #subNav li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color: #b9ae98;
	text-decoration: none;
	line-height: 1.2em;
	padding: 1.5em 0em 0.5em 30px;
}
#subNav li a:hover{
	color:#FFF;
	background: url(none);	
}

#subNav li a.currentMainSub, #subNav li a.currentMainSub:hover, #subNav li a.currentMainSub:active{
	color: #fff;
}

#mainPhoto {
	height: 355px;
	width: 614px;
	float: left;
	margin-top: 20px;
}
#signupHolder {
	
	float: left;
	margin: 15px 0px 0px;
		
}
#joinText {
	height: 35px;
	width: 433px;
	margin-left: auto;
	background: no-repeat;
	margin-right: auto;
}


#mainRightContent {
	width: 330px;
	float: left;
	height:440px
}
#textBox {
	padding: 30px 20px 20px;
	margin-left: 20px;
}

#textBox h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #c5933c;
	padding-bottom:15px;
	letter-spacing: .1em;
	font-weight:100;
	
}

#textBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #b9ae98;
	font-weight:lighter;
	letter-spacing: 1px;
	line-height: 1.2em;
}
#pictureBox {
	width: 297px;
	background-image: url(images/secondaryHomePic.jpg);
	background-repeat: no-repeat;
	height: 233px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: medium solid #c3b9a4;
}


#mainTop {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	background: #000 url(images/screenVines.gif) no-repeat right;
}
#seperatorHor {
	height: 7px;
}
.seperator {
	background: url(images/topPhotoGrad.png) repeat-x 20px;
}
#centerContent  {
	background: #e1d8c6;
	height: 100%;
	min-height:100%;
	height:auto;
	width: 100%;
	float: left;
}
#interiorNavHolder {
	padding-top: 15px;
	height: 35px;
	padding-left: 43px;
}


#centerLeft {
	width: 635px;
	float: left;
	padding-right: 15px;
	padding-bottom: 25px;
}

#centerLeft h1{
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background: url(images/H1backGround.png) no-repeat 10px 10px;
	padding-left: 60px;
	padding-top: 15px;
	font-weight: normal;
	font-variant: small-caps;
	display: block;
	padding-bottom: 3px;
}
#centerLeft p {
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-left: 60px;
	padding-top: 15px;
	line-height: 1.2em;
}
.sup {
	vertical-align:super;
	font-size: 70%;
	}

#centerLeft ul {
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-left: 80px;
	padding-top: 15px;
	font-weight: normal;
	list-style: disc;
	line-height: 1.3em;
}
#centerRight  {
	float: left;
	width: 320px;
	text-align: center;
	padding-top: 15px;
}
#centerRight #IntImageHolderRight {
	width: 320px;
}
#quote  {
	width: 270px;
	float: left;
	padding: 30px 20px 0px;
	vertical-align: middle;
}
.Quotetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #900;
	line-height: 1.3em;
}
.name {
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
}
#IntImageHolderRight img {
	border: 5px solid #827258;
}
#interiorNavHolder li{
	float:left;
}
#interiorNavHolder li a:link, #interiorNavHolder li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color: #b9ae98;
	text-decoration: none;
	line-height: 1.2em;
	color:#956717;
	font-variant: small-caps;
	text-align: center;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
}
#interiorNavHolder li a:hover{
	color:#000;
	background: url(images/doubleUnderLine.gif) no-repeat 50% 60%;
	text-align: center;
	display: block;
}

#interiorNavHolder li a.currentSub, #interiorNavHolder li a.currentSub:hover, #interiorNavHolder li a.currentSub:active{
	color:#000;
	background: url(images/doubleUnderLine.gif) no-repeat 50% 60%;
	text-align: center;
	display: block;
}

#sideleft, #sideRight {
	background: #0C6;
	height: 100%;
	width: 30px;
	float: left;
}
/*-----------Interior Pages-------------*/
#wrapperInterior  {
	width: 970px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin: 0 auto;
	background: url(images/dropshadowCream.png) repeat-y;
	padding-right: 12px;
	padding-left: 12px;
}

#mainTopInterior {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	background: #000 url(images/topVines.gif) no-repeat 550px -18px;
}

/*-------------Footer-----------------*/

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto; min-height: 100%;
}

#main {
	padding-bottom: 295px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	width: 970px;
	margin: -295px auto 0px;
	padding-right: 12px;
	padding-left: 12px;
	height: auto;	
} 
#wineGlass {
	position:absolute;
	width:82px;
	height:163px;
	z-index:1;
	left: 886px;
	top: 96px;
}
#wineGlassInterior {
	position:absolute;
	width:82px;
	height:163px;
	z-index:1;
	left: 895px;
	top: 142px;
}
.winePrice{
	background: #0F9;
	text-align: right;
}
#topArea {
	background: #e1d8c6;
	width: 100%;
	float: left;
	height: 200px;
	position: relative;	
}



#topBox1 {
	width: 92px;
	height: 159px;
	float: left;
	display:block;
	
	margin-left: 20px;
	margin-top: 20px;
}
#topBox1 #wineBottle{
	width: 92px;
	height: 159px;
background: url(images/orderWineButton.jpg) no-repeat;
display: block;
}
#topBox1 #wineBottle:hover {
	width: 92px;
	height: 159px;
	background: url(images/orderWineButton.jpg) no-repeat 0px -160px;
	display: block;
}

#topBox2 {
	float: left;
	text-align: left;
	padding-top: 25px;
	padding-left: 120px;
	width: 550px;
	position: relative;
} 

#topBox2 a:link, #topBox2 a:visited, .footerText a:link, .footerText a:visited, #boxLeft a:link, #boxLeft a:visited, #boxRight a:link, #boxRight a:visited{
	color: #553a22;
	text-decoration:none;
}
#topBox2 a:hover, #topBox2 a:hover, .footerText a:hover, #boxLeft a:hover, #boxLeft a:hover{
	color:#956717;
	
}
#topBox3OLD {
	float: left;
	height: 159px;
	width: 258px;
	margin-top: 20px;
}
#topBox3 #signUp{
	background: url(images/signUpButtonFooter.jpg) no-repeat;
	height: 159px;
	width: 258px;
	display: block;
}
#topBox3 #signUp:hover {
	background: url(images/signUpButtonFooter.jpg) no-repeat 0px -162px;
	display: block;
	position: relative;
	height: 159px;
	width: 258px;
}
.hoursOfOperation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #956717;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}
#bottomArea {
	background: #e1d8c6;
	height: 95px;
	width: 100%;
	float: left;
}
#boxLeft {
	width: 550px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #553a22;
	text-align: left;
	padding-left: 100px;
	border-top: thin solid #570e1d;
	margin-top: 10px;
}
#boxRight {
	float: left;
	height: 60px;
	width: 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #816c56;
	text-align: left;
	padding-top: 20px;
	line-height: 1.2em;
	border-top: thin solid #570e1d;
	margin-top: 10px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
.clearBoth {
	clear: both;
}
#wineBoxPrice {
	float: right;
	width: 555px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

.clearRight {
	clear: right;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
}
/*--------Interior pages footer----------------*/
html, body, #wrapperInterior {height: 100%;}

body > #wrapperInterior {height: auto; min-height: 100%;}


#interiorMain {
	padding-bottom: 346px;
}  /* must be same height as the footer */


#FooterInterior {
	position: relative;
	margin: -346px auto 0px;
	height: 346px;
	clear:both;
	width: 970px;
	padding-right: 12px;
	padding-left: 12px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/


#eNews {
	position:absolute;
	width:144px;
	height:51px;
	z-index:2;
	left: 761px;
	top: 60px;
} 
#wineGlass {
	position:absolute;
	width:82px;
	height:163px;
	z-index:1;
	left: 886px;
	top: 96px;
}
#wineGlassImage {
	position:absolute;
	width:82px;
	height:163px;
	z-index:1;
	left: 895px;
	top: 142px;
}
.winePrice{
	background: #0F9;
	text-align: right;
}
#topArea {
	background: #e1d8c6;
	width: 100%;
	float: left;
	height: 200px;
	position: relative;	
}

#topBox2 {
	float: left;
	text-align: left;
	padding-top: 25px;
	padding-left: 120px;
	width: 550px;
	position: relative;
} 

#topBox2 a:link, #topBox2 a:visited, .footerText a:link, .footerText a:visited, #boxLeft a:link, #boxLeft a:visited, #boxRight a:link, #boxRight a:visited{
	color: #553a22;
	text-decoration:none;
}
#topBox2 a:hover, #topBox2 a:hover, .footerText a:hover, #boxLeft a:hover, #boxLeft a:hover{
	color:#956717;
	
}
.hoursOfOperation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #956717;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}
#bottomArea {
	background: #e1d8c6;
	height: 95px;
	width: 100%;
	float: left;
}

#footerHorSeperator {
	background: url(images/bottomPhotoGrad.png) repeat-x 200px;
	height: 7px;
}
#footerIcon {
	background: url(images/footerInteriorIcon.gif) no-repeat 20px 5px;
	height: 39px;
}
#footerContent {
	background: #000 url(images/bottomVines.gif) no-repeat -110px;
	width: 100%;
	float: left;
	height: 225px;
}
#footerBox {
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 125px;
	height: 190px;
	width: 560px;
} 

#formHolder { /*----Armando, I changed this doodee -----  */
	display: block;
	float: left;
	height: 130px;
	width: 258px;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 4px;
	background: url(images/signUpGradient.gif) repeat-y;
}
#formHolder #interiorSignUp{
	height: 159px;
	width: 258px;
	background: url(images/signUpButtonFooterInterior.jpg) no-repeat;
	display: block;
}
#formHolder #interiorSignUp:hover {
	background: url(images/signUpButtonFooterInterior.jpg) no-repeat 0px -162px;
	display: block;
	position: relative;
}
.hoursOfOperationInterior {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #c48a2c;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #553a22;
	padding-bottom: 0.3em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-decoration: none;
}
.footerTextInterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e3d9c6;
	letter-spacing: 1px;
	padding-bottom: .3em;
	text-decoration:none;
	line-height: 1.4em;
	font-weight: normal;
}
.clearLeft {
	clear: left;
}
#BelowFooterAreaBoxRight a:link, a:visited, #BelowFooterAreaBoxLeft a:link, a:visited, .footerTextInterior a:link, a:visited{
	color: #e3d9c6;
	text-decoration:none;
}
#BelowFooterAreaBoxRight a:hover, #BelowFooterAreaBoxLeft a:hover, .footerTextInterior a:hover{
	color:#c48a2c;
	
}

#BelowFooterArea {
	height: 75px;
	width: 100%;
	float: left;
}
#BelowFooterAreaBoxLeft {
	width: 560px;
	float: left;
	padding-top: 20px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #e3d9c6;
	text-align: left;
	padding-left: 130px;
	background: #440A19;
}
#BelowFooterAreaBoxRight {
	float: left;
	height: 55px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #e3d9c6;
	text-align: left;
	padding-top: 20px;
	line-height: 1.5em;
	background: #440A19;
}
#centerLeft a:link, #centerLeft a:visited {
	color:#956717;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#centerLeftWines {
	padding-right: 15px;
	padding-bottom: 10px;
	width:950px;
	margin-right: auto;
}
#centerLeftWines h1{
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background: url(images/H1backGround.png) no-repeat 10px 10px;
	padding-left: 60px;
	padding-top: 15px;
	font-weight: normal;
	font-variant: small-caps;
	display: block;
	padding-bottom: 3px;
}
/*----------*/



/*+++++++++++++++++++TOP PROMO BOX++++++++++++++++++++++*/

#currentPromoBox {  /*----Armando, I changed this doodee ----------  */
	/*height: 161px;*/
	height: 161px;
	width: 258px;
	float: left;
	margin-left: 20px;
	margin-top: 33px;
	display: block;
}
#currentPromoBox #currentPromo{
	/*height: 161px;*/
	height: 161px;
	width: 258px;
	display: block;
	background-image: url(https://montedeoro.com/images/Promos/CurrentPromo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*--------    SOCIAL ICONS        -------*/

#socialIcons {  /*----Armando, I changed this doodee -----  */
	height: 159px;
	width: 65px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-top: 30px;
	padding-top: 3px;
}
/*--------    END SOCIAL ICONS    -------*/

/*#topPromoBox #topPromo:hover{
	height: 161px;
	width: 258px;
	display: block;
	background-image: url(images/Promos/august_rotating.gif);
	background-repeat: no-repeat;
	background-position: 0px -161px;
}*/
#topPromo span {
	display: none;

/*+++++++++++++++++++TOP PROMO BOX END++++++++++++++++++++++*/
}
#TopBox3 {
	display: block;
	float: left;
	height: 130px;
	width: 258px;
	margin-top: 50px;
	background: #a68658 url(images/homeSigupGrad.gif) repeat-y right;
	padding-left: 20px;
}

/*WINE LABEL BLOCK*/
.wineBlock {
	margin-right: auto;
	margin-left: auto;
	width: 835px;
	background: #d1c6b2;
	
	margin-bottom: 35px;
	background-image:url(images/wineBoxBlackBK.gif);
	background-position:left;
	background-repeat:repeat-y;
	/* [disabled]background-image: url(images/wineBoxBlackBK.gif) repeat-y left; */	
}

.wineBox {
	width: 232px;
	float:left;
/*	margin: 0px auto;
*/	padding: 20px 0 0 14px;
}

.wineBox img {
	border: 4px solid #837268;	
}

.wineAwardsBox{
		padding-top:15px;
		padding-bottom:20px;
		width:220px;
		/*height:300px;*/
		
	
}
.wineAwardsBox p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	
}
/*.wineGrayHeader {
	background: #9e9b98;
	float: left;
	padding-left: 25px;
	display: table-cell;
	vertical-align: middle;
	line-height: 3em;
	width: 560px;
}*/
.wineTextDescription{
	width: 535px;
	float: left;
	padding: 18px 25px 15px;
}
.wineTextDescription p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height:1.2em;
}
.wineName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #822b3b;
	/*display:block;
	padding-bottom:10px;*/
}
.wineOrder a:link{
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #822b3b;
	text-transform:capitalize;
}

.wineOrder a:visited{
	color: #822b3b;
}

.quote img {
	border: 5px solid #827258;
}
.wineTextDescription li {
	list-style: disc inside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #000;
}


#centerLeft h2 {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding-left: 60px;
	padding-top: 15px;
	line-height: 1.2em;
	text-transform: capitalize;
}
.wineBlackBox .wineTextHolder {
	width: 211px;
	margin: 0px auto;
	padding-top: 10px;
}
.clearLeft {
	clear: left;
}
#wineSmallListHolder {
	margin-left: 62px;
	margin-bottom: 20px;
	background: #D1C7B5;
	width: 840px;
	float:left;
	clear:both;
}





#smallWineSmallListTopGray {
	background: #9e9b98;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	line-height: 3em;
	float:left;
	width:670px;
}

#wineSmallListCenterBlack {
	background: #000;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	float:left;
	width:670px;
	
}
#wineSmallListBottomBeige {
	background:#D1C7B5;
	display: table-cell;
	vertical-align: middle;
	line-height: 3em;
	float:left;
	width:690px;
	
}
#wineSmallPicHolder #wineSmallPic {
	background: #FF9;
	margin: auto;
}
#centerLeftOrderNow {
	width: 925px;
	float: left;
	padding-right: 15px;
	padding-bottom: 25px;
}
#centerLeftOrderNow h1 {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background: url(images/H1backGround.png) no-repeat 10px 10px;
	padding-left: 60px;
	padding-top: 15px;
	font-weight: normal;
	font-variant: small-caps;
	display: block;
	padding-bottom: 3px;
}
#centerLeftOrderNow p {
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-left: 60px;
	padding-top: 15px;
	line-height: 1.2em;
}

#centerLeftOrderNow img {
	border: thin solid #a68f60;
	margin: 0;
}
.smallListdetailsText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	padding-left: 20px;
}
.smallListBottleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	padding-left: 60px;
}
.smallListCaseText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	padding-left: 60px;
}
#centerLeftOrderNow a:link, #centerLeftOrderNow a:visited {
	color:#956717;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#centerLeft table#tableMain{
color: #000;
	
	

}
#centerLeft td {
	padding: 5px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin-left: 5px;
	vertical-align: middle;
}

#centerLeft hr{
	margin:30px 10px 10px 60px;
  border:0;
  border-top: 2px solid #827258;
  height: 0;
  background: #E19832;
}


.tableMain {
	margin-left: 60px;
}
.tableNoShip {
	background: #999;
}
.tableCenterCell {
	text-align: center;
}
#wineSmallPicHolder {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 143px;
	padding-top: 25px;
	display: block;
	clear: right;
}
#wineSmallPicHolder2 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 150px;
	padding-top: 35px;
}
#wineSmallPicHolder3 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 135px;
	padding-top: 20px;
}
#wineSmallPicHolder4 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 143px;
	padding-top: 25px;
}
#wineSmallPicHolder5 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 143px;
	padding-top: 25px;
}
#wineSmallPicHolder6 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 160px;
	padding-top: 40px;
}
#wineSmallPicHolder7 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 135px;
	padding-top: 20px;
}
#wineSmallPicHolder8 {
	background: #000;
	width: 150px;
	float: left;
	text-align: center;
	height: 140px;
	padding-top: 25px;
}
#wineSmallListBottomBeige a:link, #wineSmallListBottomBeige a:visited {
	color: #956717;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#centerLeft #shipTable{
	margin-left: 60px;	
}

#centerLeft #shipTable th{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	background: #000;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
fieldset {
	padding: 0.8em 0em 0.8em 0.8em;
	border: 1px solid #B5976D;
}

#centerLeft #shipTable td{
	padding-left: 10px;	
}
.wineNameType {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
}
.smallWineLabelWhiteText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFF;
}
#centerLeft #securelogo {
	float: left;
	height: 60px;
	width: 100px;
	margin-left: 60px;
	margin-top: 20px;
}

