/*---------------------------------------
             Form elements
---------------------------------------*/
.textBox {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	border: 1px solid #E7ECE2;
	width:200px;
}

.dropdown {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	border: 1px solid #E7ECE2;
}

.border {
	border-color:#000000;
	border:1px 1px 1px 1px;
	border-style:solid;
	border-width:thin;
	}
	
.noBorder {
	border:0px 0px 0px 0px;
	border-color:#FFFFFF;
	}
	
.topBorder {
	border:1px 0px 0px 0px;
	border-style:solid;
	border-color:#FFFFFF;
	}
/*---------------------------------------
           End Form elements
---------------------------------------*/


LI {
	line-height : 20px;
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
}

P,TD {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	line-height:20px;
}

B {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	line-height:20px;
	font-weight: bold;
}

a {
	color:		#9E0020;
	text-decoration:	underline;
}

.bodytext {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	line-height:20px;
}


.homepara1 {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	line-height:20px;
	padding-right: 20px;
	padding-left: 10px;
}

.homepara2 {
	font-family : Verdana;
	font-size : 11px;
	color : #4D4D4D;
	line-height:20px;
	padding-left: 20px;
	padding-left: 10px;
}

.homeTable {
	border: 1px solid #E7ECE2;
	padding: 5px;

}


.contentPadding {
	padding:	50px 30px;
}	


.footer {
	color : #ADADA1;
	font-size : 9px;
}
	
B.wine {
	color : #9D0020
}
	
B.wine2 {
	font-weight : normal;
	font-size : 10px;
}


A.leftNav {
	font-family: 		Verdana;
	font-size: 			11px;
	color:				#666666;
	text-decoration: 	none;
	text-transform:		uppercase;
}

A.leftNavActive {
	font-family: 		Verdana;
	font-size: 			11px;
	color: 				#666666;
	text-decoration: 	none;
	text-transform:		uppercase;
	font-weight: 		bold;
}

A.leftNavSub {
	font-family : 		Verdana;
	font-size : 		11px;
	color : 			#666666;
	text-decoration: 	none;
}

.leftNavSubActive {
	font-family: 		Verdana;
	font-size: 			11px;
	color: 				#666666;
	text-decoration: 	none;
	font-weight: 		bold;
}

.footer {font-family: verdana; font-size: 11px; color: #aaaaaa; }

A.footer {font-family: verdana; font-size: 11px; color: #aaaaaa; text-decoration:underline; }

H1 {font-family: verdana; font-size: 14px; color: #333333; font-weight: bold;}
H2 {font-family: verdana; font-size: 11px; color: #333333; font-weight: bold;}
H3 {font-family: verdana; font-size: 8px; color: #333333; text-transform: capitalize; font-weight: bold;}

/*
A {font-family: verdana; font-size: 10px; color: #666666; text-decoration: none;}
A:active {font-family: verdana; font-size: 10px; color: #666666; text-decoration: none;}
A:visited {font-family: verdana; font-size: 10px; color: #666666; text-decoration: none;}
A:hover {font-family: verdana; font-size: 10px; color: #666666; text-decoration: none;}
*/

.form {font-family : verdana, Geneva, verdana, Helvetica, sans-serif; font-size : 10px; font-style : normal; border-bottom-width : thin; border-left-width : thin; border-right-width : thin; border-top-width : thin;}


#green {color:#0b4343}
#white {color: #ffffff}
#black {color: #000000}
#grey {color: #aaaaaa}
#capitalize {text-transform : capitalize;} 
#uppercase {text-transform : uppercase;} 
#lowercase {text-transform : lowercase;} 
#small {font-size : 7px;}
#footerId {font-family: verdana; font-size: 8px; color: #aaaaaa; text-transform: uppercase;}



