/* CSS Document */
body {
	margin-top:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
display: none;
}

img#MailingList {
display: none;
}
img#GiftCertificates {
display: none;
}


/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
display: none;


}

table#Menu td.Menubar {
display: none;
}

td#MenuLeftSpacer {
display: none;
}



/* ************************************----------- CONTENT AREA -----------************************************ */
table#Container {
	width: 80&;
	border: none;
}
html>body table#Container {
	width: 49.125em;
	min-width: 790px;
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 0px;
}

/*----------- 	Page Titles -----------*/
div#PageTitle {
	border-bottom: solid 2px #de6f02;
	padding-left: 15px;
	margin: 0;
}



div#Scroll {
	background: #ffffe9 url(images/bg_content.gif) 0 0 no-repeat;
	overflow:visible;
	height: 100%;
	width: 80%;
	min-width: 80%;
	margin: 0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;

}
div#Content {
	width: 80%;
	padding: 5px 0 0 30px;
}
h1 {
	color:#aec5b7;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 400;
	margin: 0;
}
H2 {
	color:#4c2120;
	font-size: 1.15em;
	font-style: italic;
	font-weight: 400;
}
H3 {
	color:#000000;
	font-size: 0.8em;
	font-weight:bold;
}
p.quote {
	font-size: 0.75em;
	font-weight:bold;
}
p.Address {
	font-size: 0.75em;
}
p.SmallText {
	font-size: 0.65em;
	color: #666666;
	margin: 0 10px;
}
td#MainColumn p, td#MainColumn ul, td#MainColumn ol, form td {
	font-size: 0.75em;
	line-height: 1.25em;
}
html>bodyv td#MainColumn table {
	font-size: 1.35em;
	line-height: 1.25em;
}


ul, ol {
	margin-top: -10px;
}
div#Content a, div#Content a:visited {
	color:#178ba8;
}
div#Content a:hover {
	color:#ff7800;
	text-decoration: none;
}
td.Links {
	padding-bottom: 20px;
}
span.MenuTitles {
	font-size: 1.55em;
	color: #4c2120;
	font-style: italic;
}
table#WineTable {
	font-size:0.75em;
	margin-left:-10px;
}

/* ************************************----------- RIGHT COLUMN -----------************************************ */
/*  Background for the right column is specified here  */
td#RightColumn {
display: none;
	
}


/* ************************************----------- FOOTER -----------************************************ */
table#Footer {
	width: 49.3em;
	min-width: 790px;
	border: solid 2px #de6f02;

}
html>body table#Footer {
	width: 49.125em;
	min-width: 790px;
}
td#ContactUs {
	background-color: #642d2b;
	font-size: 0.75em;
	color:#FFFFFF;
	padding: 3px 0;
	font-style: italic;
}

table#copyright {
	width: 49.125em;
	min-width: 790px;
	font-size: 0.65em;
	color:#FFFFFF;
}

/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: block;
	font-size: 28px;
	font-style: italic;
	color: #de6f02;
}
