/* 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: #1f4c79;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a { 
	text-decoration: none;
	color: #000000;
}

a.mailto {
	color: #1f4c79;
	background: url(../images/mail.gif) left no-repeat;
	padding-left: 17px;
	padding-top: 1px;
	text-decoration: underline;
}

a.mailto:hover {
	color: #001027;
}

#home a {
	color: #000;
}

#footer_content a {
	color: #1f4c79;
}

#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 #847186;
	border-left: 1px solid #847186;
}

#home #container {
	background: #fff;
}

#top {
	background: #001027;
	padding: 5px 0;
}

#title {
	background: url(../images/FDL_logo.gif) top left no-repeat;
	height: 60px;
	width: 207px;
	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/glass.png) top left no-repeat;
	width: 157px;
}

#left_col #options {
	background: #561112 url(../images/nav_back.png) top right repeat-y;
	width: 157px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 224px;
	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 #93180e;
}

* html #left_col #options li a {
	padding: 4px 0 4px 5px;
	margin-bottom: -14px; 	
}

#left_col #options li a:hover {
	background: #93180e;
	color: #fff;
}

#content {
	float: left;
	width: 565px;
	margin-left: 25px;
	margin-bottom: 10px;
}

* html #content {
	margin-top: -358px;
	margin-left: 90px;
}

#content p {
	padding: 5px 0;
}

#col {
	background: #fff url(../images/col_mid.png) top center repeat-y;
	margin-left: 25px;
	width: 565px;
	float: left;
}

* html #col {
	/* IE Hack - controls top margin -415 w/ newsletter, -358 without */
	margin-top: -320px;
	margin-left: 90px;
}

#colcontent {
	background: url(../images/col_top.png) top center no-repeat;
}

#coltop {
	background: url(../images/col_bot.png) 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: 152px;
	height: 30px;
	margin-top: 25px;
}

h2#aboutus {
	margin-left: 25px;
	text-indent: -5000px;
	background: url(../images/about_us.gif) no-repeat;
	width: 93px;
	height: 25px;
}

#col2 {
	float: left;
	width: 274px;
	margin-left: 17px;
}

* html col2 {
	margin-left: 0;
}

.coltext {
	margin: 10px 25px 15px;
	text-align: justify;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #000;
}

.coltext p {
	padding: 5px 15px;
	margin: 10px -10px -10px;
}

h2#featured_wines {
	margin-left: 25px;
	background: url(../images/featured_wines.gif) no-repeat;
	width: 137px;
	height: 25px;
	margin-top: 25px;
}

h2#featured_beers {
	margin-left: 25px;
	background: url(../images/featured_beers.gif) no-repeat;
	width: 136px;
	height: 23px;
	margin-top: 25px;
}

h2#featured_wines, h2#featured_beers, h2#sale, h2#beers { text-indent: -5000px; }

h2#sale {
	background: url(../images/sale_items.gif) no-repeat;
	width: 98px;
	height: 26px;
	margin-left: 25px;
}

h2#beers {
	background: url(../images/featured_beers.gif) no-repeat;
	margin-left: 25px;
	width: 136px;
	height: 23px;
}

table#wine_table {
	width: 450px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 25px;
}

* html table#wine_table {
	margin-left: 10px;
}

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 th {
	background: #8cb1d4;
}

table#sale_table {
	width: 450px;
	border-collapse: collapse;
	text-align: center;
	margin-left: 25px;
}

* html table#sale_table {
	margin-left: 10px;
}

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 th {
	background: #8cb1d4;
}

.left {
	text-align: left;
}

#footer {
	clear: both;
	height: 45px;
	background: url(../images/foot.png) bottom left no-repeat;
}

#footer_content {
	margin-left: 125px;
	text-align: center;
	color: #000;
	font-size: 11px;
}

* html #footer_content {
	padding-bottom: 55px;
}

.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;
}

