﻿/* Wine Bar Style Sheet */
.font_purple {
	color: #86158C;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
.menu {
	height: 60px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.logo_pos {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
A:link {
	text-decoration: none;
	color:green;
}
A:visited {
	text-decoration: none;
	color: maroon;
}
A:active {
	text-decoration: none
}
A:hover {
	text-decoration: underline;
	color: green;
}


/* special - from original code... instead, use container div margin-left and margin-right auto to center
* { padding: 0em; margin: 0em; }
*/

/* ----------------------------- start #nav ----------------------------- */
#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a {float:left; display:block; width: 80px; height: 50px; margin: 5px; } /* float:left sets to horizontal list */
#nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#nav li a:hover { visibility:visible; }
#nav li a:hover img { visibility:visible; }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* ----------------------------- end #nav ----------------------------- */

/* ----------------------------- start #nav ids ----------------------------- */
#one { background:url('menu/home_hov.png') no-repeat left bottom;
}
#two { background:url('menu/wine_hov.png') no-repeat left bottom;
}
#three { background:url('menu/food_hov.png') no-repeat left bottom;
}
#four { background:url('menu/fun_hov.png') no-repeat left bottom;
}
#five { background:url('menu/fs_hov.png') no-repeat left bottom;
}
#six { background:url('menu/corkdork_hov.png') no-repeat left bottom;
}
#seven { background:url('menu/news_hov.png') no-repeat left bottom;
}
#eight { background:url('menu/details_hov.png') no-repeat left bottom;
}
/* ----------------------------- end #nav ids ----------------------------- */

/* General Styles */

.center {
	text-align: center;
}
.foot_left {
	font-family: Verdana;
	font-size: x-small;
	color: #808080;
}
.foot_right {
	font-family: Verdana;
	font-size: x-small;
	color: #808080;
	text-align: right;
}
.footer {
	font-family: Verdana;
	font-size: x-small;
	color: #808080;
	text-align: center;
}
