body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background: #210000;
	background-image:url();
	background-repeat:repeat-x;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F6EEBA;
	margin-bottom: 25px;
	line-height: 1.4em;
	background-color: #210000;
	scrollbar-3dlight-color:#F6EEBA;
	scrollbar-arrow-color:#F6EEBA;
	scrollbar-face-color:#210000;
	scrollbar-highlight-color:#210000;
	scrollbar-base-color:#F6EEBA;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
}

/* Global Classes --------------------------------------- */

.contact_pic
{
	border: solid 3px #F7EFBA;
}


.right_side_Text_Area {
	width: 350px;
	height: 511px;
	overflow: auto;
	position: relative;
	clear: none;
	text-align: left;
	padding-right: 20px;
	margin-right: 10px;
}

.heading1 {
	font-size: 14px;
	font-weight: bold;
	color: #F5EEBA;
	font-style: italic;
}

#flash_ssp
{
	z-index:0;
}

.submit_img {
	margin-bottom:-5px;
}

#Text_Area


 {
	width: 780px;
	height: 511px;
	clear: none;
	text-align: left;
	margin-top: 50px;
	margin-left: 128px;
	margin-right: 115px;
}
.left_side_Text_Area {
	width: 360px;
	height: 511px;
	overflow: auto;
	position: relative;
	clear: none;
	text-align: left;
	padding-right: 10px;
}
.wine_titles {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
#wine_list {
	width: 360px;
	height: 511px;
	float: right;
	position: relative;
	text-align: center;
}

#wine_list a
{
	/*display:block;*/
}


#wine_notes {
	height: 350px;
	position: relative;
	text-align: left;
	overflow:auto;
	margin-bottom:15px;
	padding-right:30px;
}

.wine_pic
{
	border: solid 3px #F7EFBA;
}

.listcart {
	padding:0;
	margin:0;
	padding-bottom:15px;
}

/* News -------------------------------------------------------- */

.newshead
{
	font-size:1.2em;
	padding:0;
	margin:0;
}

.newstime
{
	font-size:0.8em;
	padding:0;
	margin:0;
}


/* Drop Down Menus -------------------------------------------------------- */


#nav 
{
	position:relative;
	left:69px;
}

#nav, #nav ul, #nav img {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index:5;
}

#nav a {
	display: block;
	text-decoration: none;
	/*padding: 0;*/
	margin: 0;
}

#nav li.primary {
	float: left;
	display:block;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

ul.drop {
	background-color:#330000;
	/*background-image: url(images/dropdownBG.gif);*/
	background-repeat: repeat;
	width: 300px;
	border: 1px solid #000;
}

ul.drop li {
	text-align:left;
	margin: 0;
	float:none;
	display:block;
	border-bottom: 1px solid #000;
}

ul.drop li a {
	padding: 5px;
	color:#FFFFFF;
	background-color:none;
}

ul.drop li a:hover {
	color:#FFFFFF;
	background-color:#660000;
}
