/* ADAM CSS Document */

/* Base HTML Entities */
BODY{
	font-size:13px;
	color:#511E30;
	FONT-FAMILY: "Times New Roman", Times, serif;
	padding: 20px 0px 0px;
	margin: 0px;
	background-color: #511E30;
}

P, TH, TD {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
}

UL, LI, OL {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;

}

A:link{
    COLOR: #330000; TEXT-DECORATION: none;
}

A:visited{
    COLOR: #330000; TEXT-DECORATION: none;
}

A:hover{
    COLOR: #000000; TEXT-DECORATION: none;
}

H1 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	display: compact;
}

H2 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}

H3 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

H4 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

H5 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

H6 {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* --------------------------------------------------------------- */
/* Main Navigation */

.menu:link{
	font-family:  "Times New Roman", Times, serif;
	color: #511E30;
	font-weight : normal;
	font-size : 13px;
	text-decoration : none;
}
.menu:visited{
	font-family:  "Times New Roman", Times, serif;
	color: #511E30;
	font-weight : normal;
	font-size :13px;
	text-decoration : none;
}
.menu:hover{
	font-family:  "Times New Roman", Times, serif;
	color: #000000;
	font-weight : normal;
	font-size : 13px;
	text-decoration : none;
}

.menu:alink{
	font-family:  "Times New Roman", Times, serif;
	color: #511E30;
	font-weight : normal;
	font-size : 13px;
	text-decoration : none;	
	}
	
.submenu:link{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #D4D7C2;
	font-weight : normal;
	font-size : 7pt;;
	text-decoration : none;
}
.submenu:visited{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #D4D7C2;
	font-weight : normal;
	font-size : 7pt;;
	text-decoration : none;
}
.submenu:hover{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #93B193;
	font-weight : normal;
	font-size : 7pt;;
	text-decoration : none;
}

.submenu:alink{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #D4D7C2;
	font-weight : normal;
	font-size : 7pt;;
	text-decoration : none;	
	}
/* --------------------------------------------------------------- */
/* DIV and CLASS definitions */

DIV#MainMenu {
	z-index: 2;

}

DIV#flash {
	z-index: 1;

}

.featuredWinesBG1 {
	background-image: url(/images/featuredWinesBG1.gif);
	background-repeat: repeat-x;
}


.featuredWinesBG {
	background-image: url(/images/bottleback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

DIV.mainfooter {
	PADDING-BOTTOM: 5px; TEXT-ALIGN: center; 
}

.mainfooter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D4D7C2;

}

A#mainfooter:link {
	COLOR: #D4D7C2; TEXT-DECORATION: none
}
A#mainfooter:active {
	COLOR: #D4D7C2; TEXT-DECORATION: none
}
A#mainfooter:visited {
	COLOR: #D4D7C2; TEXT-DECORATION: none
}
A#mainfooter:hover {
	COLOR: #D4D7C2; TEXT-DECORATION: none
}

