/*ALL*/
*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	color: White;
}

img{
	display: block;
}

form{
	margin: 0px;
	padding: 0px;
}

a{
	color: White;
	text-decoration: underline;
}
a:hover{
	color: #cc003b;
	text-decoration: underline;
}

/*Left Column*/
#sidebar{
	margin:45px 11px 10px 8px;
	width:108px;
}

#sidebar td{
	margin:0px;
	padding:0px;
}

#menu a{
	text-decoration: none;
	padding-left: 0px;
	/*white-space: nowrap;*/
}
#menu a:hover, .redtext{
	color: #cc003b;
	text-decoration: none;
}

a.redtext:hover{
	text-decoration: underline;
}

.red{
	color: #cc003b;
}

.nlinput{
	width: 101px;
	height: 15px;
	font-size: 9px;
	color: #7B7B7B;
	text-decoration: none;
	text-align: center;
}

/*Center Column*/
#current_location{
	padding: 3px 0px 0px 10px;
	text-align: left;
}
#current_location span, #current_location span a{
	font-size: 9px;
	color: #585456;
	text-decoration: none;
}

#current_location span a:hover{
	color: #cc003b;
}

#main_area{
	padding: 20px 10px 20px 20px;
	text-align: justify;
	line-height: 16px;
}

/*Right Column*/
#your_cart{
	padding:0px 11px 0px 8px;
}

#select_your_wine{
	padding:0px 11px 0px 8px;
}

a.simple, a:hover{
	text-decoration: none;
}

/*Footer*/
#footer{
	color: #350911;
}

a.ftlink{
	color: #350911;
	text-decoration: none;
}
a.ftlink:hover{
	color: White;
	text-decoration: none;
}


/*Classes*/
.greytext{
	color: #848084;
	text-decoration: none;
}

.inputtext{
	color: #1c1a1b;
	text-decoration: none;
}

.input{
	width: 109px;
	/*height: 15px;*/
	font-size: 9px;
	color: #7B7B7B;
	text-decoration: none;
}

.title{
   color:white;
	font-size: 11px;
	text-decoration: none;
	text-transform: capitalize;
}

h3{
	color:white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.white{
	color: White;
}

.emptyline{
	line-height: 9px;
}

.wine{
	/*margin: 10px 0px 0px 0px;*/
	color: #848084;
}
.wine .data{
	text-align: left;
	padding: 0px 0px 0px 0px;
}
.wine a{
	text-decoration: none;
}
.wine img{
	border: 1px solid #cc003b;
}

.wine .price{
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.wine .details{
	color: #D1AEB4;
	line-height: 18px;
}

#cart a{
	text-decoration: none;
}

#articles .article, #text{
	color: #D1AEB4;
	line-height: 18px;
	padding-right:10px; 
}

#text font{
	text-align: justify;
}

.textarea{
	font-size: 9px;
	color: #7B7B7B;
	text-decoration: none;
}

.submit {
 background-color: #9F4755;
 color: white;
 font-weight: normal;
 border: 1px solid #000;
 margin: 0 0 0 0;
 padding: 1px 5px 1px 5px;
 cursor:pointer;
}

.list td{
	height: 22px;
}





