/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

input.text {
	border: 1px solid #000000;
	margin-bottom: 3px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {	
	background: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a { 
	text-decoration: none;
	color: #000000;
}

a.mailto {
	color: #600;
	background: url(../images/mail.gif) left no-repeat;
	padding-left: 17px;
	padding-top: 1px;
	text-decoration: underline;
}

a.mailto:hover {
	color: #a00;
}

#home a {
	color: #ffffff;
}

#footer_content a {
	color: #663333;
}

#back {
	background: url(../images/back.gif) top center repeat-y;
}

#container {
	width: 778px;
	margin: auto;
	background: #fff url(../images/wine_rack.jpg) 160px 75px no-repeat;
	border-top: 1px solid transparent;
	margin-top: -1px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#home #container {
	background: #fff;
}

#top {
	background: #660000;
	padding: 5px 0;
}

#title {
	background: url(../images/fdl_logo.gif) top left no-repeat;
	height: 60px;
	width: 193px;
	text-indent: -5000px;
	margin-left: 167px;
}

#instore {
	background: transparent url(../images/instore.gif) top right no-repeat;
	height: 146px;
	width: 219px;
	margin-top: -75px;
	float: right;
}

#info
{
    MARGIN-TOP: 12px;
    MARGIN-LEFT: 170px
}

#left_col {
	margin: 0;
	float: left;
	background: url(../images/wine_glass.png) top left no-repeat;
	width: 152px;
}

#left_col #options {
	background: #660000 url(../images/options.gif) top right repeat-y;
	width: 152px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 268px;
	color: #fff;
}

#left_col #options li {
	list-style-type: none;
}

#left_col #options li a {
	display: block;
	padding: 5px 0;
	margin-right: 4px;
	padding-left: 5px;
	color: #fff;
	border-bottom: 2px solid #663333;
}

/* Has no affect on IE7 or Firefox */
/* Makes nav menus the right size on IE6 */
* html #left_col #options li a {
	padding: 4px 0 4px 5px;
	margin-bottom: -14px; 	
}

#left_col #options li a:hover {
	background: #330000;
}

#content {
	float: left;
	width: 565px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#content p {
	padding: 5px 0;
}

#col {
	background: #fff url(../images/content_back.gif) top center repeat-y;
	margin-left: 25px;
	width: 565px;
	float: left;
}

#coltop {
	background: url(../images/content_top.gif) top center no-repeat;
}

#colbot {
	background: url(../images/content_bot.gif) bottom center no-repeat;
	padding-bottom: 110px;
}

#col1 {
	float: left;
	width: 274px;
}

h2#events {
	margin-left: 25px;
	text-indent: -5000px;
	background: url(../images/upcoming_events.gif) no-repeat;
	width: 154px;
	height: 31px;
	margin-top: 25px;
}

h2#aboutus {
	margin-left: 25px;
	text-indent: -5000px;
	background: url(../images/about_us.gif) no-repeat;
	width: 94px;
	height: 27px;
}

#col2 {
	float: left;
	width: 274px;
	margin-left: 17px;
}

.coltext {
	margin: 10px 25px 15px;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #663333;
}

.coltext p {
	padding: 5px 15px;
	margin: 10px -10px -10px;
}

.separator {
	background: url(../images/curl_w.gif) top center no-repeat;
	padding-top: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
	margin-bottom: -5px;
}

h2#featured_wines {
	margin-left: 25px;
	background: url(../images/featured_wines.gif) no-repeat;
	width: 139px;
	height: 31px;
	margin-top: 25px;
}

h2#featured_wines, h2#sale, h2#featured_beers { text-indent: -5000px; }

h2#sale {
	background: url(../images/sale_items.gif) no-repeat;
	width: 99px;
	height: 27px;
	margin-left: 25px;
}

h2#featured_beers {
	background: url(../images/featured_beers.gif) no-repeat;
	margin-left: 25px;
	width: 137px;
	height: 24px;
}

table#wine_table {
	width: 450px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 25px;
}

table#wine_table tr, table#wine_table td, table#wine_table th {
	border: 1px solid #000;
}

table#wine_table td {
	padding: 5px;
	background: rgb(255,255,255);
}

table#wine_table tr.odd td {
	background: rgb(225,224,217);
}

table#wine_table th {
	background: rgb(229,224,153);
}

table#sale_table {
	width: 450px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 25px;
}

table#sale_table tr, table#sale_table td, table#sale_table th {
	border: 1px solid #000;
}

table#sale_table td {
	padding: 5px;
	background: rgb(255,255,255);
}

table#sale_table tr.odd td {
	background: rgb(225,224,217);
}

table#sale_table th {
	background: rgb(229,224,153);
}

.left {
	text-align: left;
}

#footer {
	clear: both;
	height: 45px;
	background: url(../images/foot.gif) bottom left no-repeat;
}

#footer_content {
	margin-left: 125px;
	text-align: center;
	color: #330000;
	font-size: 11px;
}

.left_margin {
	margin-left: 75px;
}

.clear {
	clear: both;
}

#legal {
	height: 350px;
	padding: 0 15px;
	overflow: auto;
}

#legal ul {
	padding-left: 15px;
} 

.right {
	text-align: right;
}

.newsletter {
    	color: #330000;
    	float: right;
}
