@charset "utf-8";
/* CSS Document */

body , html {
	margin: 0;
	padding: 0;
	}
body {
	width: 100%;
	height: 98%;
	background-color: #000000;
	text-align: center;
	position: absolute;
	margin-top: 1%;
	}
div.contBut {
	display: block;
	text-align: center;
	width: 280px;
	height: 92px;
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	background-color: #2c0f0b;
	border: 2px solid #665522;
	border-collapse:collapse;
	padding-top: 8px;
	position: absolute;
	top: 94px;
	margin-left: 28px;
	margin-top: 140px;
	}
div.home {
	margin-top:  160px;
	}
div.menu {
	margin-top: 420px;
	}
div.contBut p.dimiText {
	font-size: 12px;
	font-weight: normal;
	color: #777722;
	font-style: italic;
	margin:0; padding: 0;
	margin-top: 4px;
	}
div.calendar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	margin-top: 6px;
	}
p  {
	color: #999933;
	font-size: 14px;
	}
div#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 4px double #777722;
	}
div#top {
	width: 1000px;
	border-bottom: 4px double #777722;
	margin-left: auto;
	margin-right: auto;
	}
div#banner {
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 1000px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px double #777722;
	}
div#banner img {
	float: left;
	}
div#banner p {
	font-size: 12px;
	color: #dddd99;
	width: 120px;
	text-align: center;
	float: right;
	margin-right: 33px;
	margin-top: 12px;
	line-height: 19px;
	
	}
/*NAVIGATION*/
div#navbar {
	width: 1000px;
	height: 26px;
	background-image: url(assets/navbar_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	}
#navbar ul {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: center;
	padding-left: 13px;
	}
#navbar ul li {
	float: left;
	margin-left: 21px;
	}
#navbar ul li a {
	display: block;
	letter-spacing: .05em;
	text-decoration: none;
	color: #999955;
	padding-left: .75em;
	padding-right: .85em;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-left: 10px;
	background-image: url(assets/nav_text_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	}
#navbar ul li a:hover{
	background-image: url(assets/nav_text_bg_ov.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #999933;
	}
/*MAIN*/
div#main , div#mainContact {
	width: 1000px;
	height: 501px;
	background-image:url(assets/main_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-bottom: -10px;
	}
div#mainContact {
	height: 540px;
	}
div#mainContin {
	margin: 0;
	padding: 0;
	width: 1000px;	
	background-image:url(assets/main_bg_cont.jpg);
	background-position: top;
	background-repeat: repeat-y;
	}
div#content {	
	width: 940px;
	height: 480px;
	background-image: url(assets/main_bg_overlay.png);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555522;
	}
div#contentContin {	
	width: 940px;
	background-image: url(assets/main_bg_overlay.png);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555522;
	border-top: none;
	margin-top: -60px;
	}
div#left {
	width: 58%;
	height: 100%;
	float: left;
	text-align: left;
	margin-left: 2em;
	padding-top: 1em;
	}
div#right {
	width: 36%;
	height: 100%;
	float: right;
	padding-top: 2.1em;
	margin-right: .5em;
	}
div#right img {
	border: 5px solid #665522;
	}
div#right img#rollover1.nobor {
	border: none;
	}
div#left h3 , h3#botH {
	color: #999933;
	padding-bottom: .6em;
	border-bottom: 1px solid #999933;
	margin-right: 1em
	}
div#left p {
	color: #999933;
	font-size: 14px;
	padding-left: .5em;
	line-height: 17px;
	width: 520px;
	text-align:justify;
	}
div#haboutus {
	padding-top: 8px;
	}
div#left h5 , div#right h5 {
	font-style: italic;
	width: 300px;
	padding: 0;
	margin: 0;
	color: #777733;
	margin-left: 6px;
	margin-top: 2px;	
	}
div#right h5 {
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	margin-top: 8px;
	}

/*FOOTER*/
div#footer {
	/*border-top: 4px double #777722;*/
	width: 1000px;
	height: 32px;
	background-image:url(assets/main_bg_cont.jpg);
	background-position: top;
	background-repeat: repeat-y;
	}
div#footer ul   {
	padding: 0;
	padding-left: 320px;
	padding-top: 9px;
	margin: 0;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: center;
	font-size: 11px;
	}
#footer ul li {
	float: left;
	}
#footer ul li a {
	display: block;
	text-decoration: none;
	color: #886622;
	padding-left: .75em;
	padding-right: .85em;
	margin-left: 5px;
	border-left: 1px solid #886622;
	}
#footer ul li a:hover{
	text-decoration: underline;
	color: #999933;
	border-left: 1px solid #886622;
	}
#footer a.nobor , #footer a.nobor:hover {
	border: none;
	}
/* IMAGES ROLLOVERS RIGHT*/	
.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url(assets/magplus.cur), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url(assets/magminus.cur), pointer;
}
.PopBoxImageShrink
{
	cursor: url(assets/magminus.cur), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
#right img#rollover1 , #right img#rollover2 , #right img#rollover3 , 
	#right img#rollover4 , #right img#rollover5 , #right img#rollover6 {
	border: 2px solid #665522;
	}
	
/*MENUS LAYOUT*/
div.menus {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}
div.menusCont {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 164px;
	margin-bottom: 30px;
	}
div.menusContW {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 164px;
	margin-bottom: 30px;
	padding: 0;
	}
div.menus h4 , div.menusCont h4 {
	width: 350px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 15px;
	letter-spacing: .05em;
	color: #ABAB55	;
	margin-bottom: 10px;
	border-bottom: 1px solid #666633;
	padding-bottom: 10px;
	}
div.menusW h4 {
	width: 500px;
	font-size: 17px;
	letter-spacing: .05em;
	color: #ABAB55	;
	margin-bottom: 10px;
	border-bottom: 1px solid #666633;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 10px;
	}
div.menusW h5 {
	font-style: italic;
	width: 500px;
	font-size: 15px;
	letter-spacing: .05em;
	color: #ABAB55	;
	margin: 0px;
	padding-left: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
div.menusCont h3 {
	text-align: left;
	width: 410px;
	color: #999933;
	margin-top: 2em;
	padding-bottom: .6em;
	border-bottom: 1px solid #999933;
	margin-right: 1em
	}
div#newsquote {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	}
div#newsquoteW {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 5px;
	position: relative;
	bottom: 30px;
	border-top: 4px double #999933;
/*	background-image: url(assets/wawardBG.png);
	background-repeat: repeat;*/
	}
div#newsquote h1 {
	width: 60px;
	height: 37px;
	background-image: url(assets/newsquote_op.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	}
div#newsquote h2 {
	width: 60px;
	height: 37px;
	background-image: url(assets/newsquote_cl.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	position: relative;
	bottom: 15px;
	}
div#newsquote p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 0;
	width: 350px;
	color: #bbbb66;
	}
div#contentContin div#newsquoteW p {
	font-size: 15px;
	font-style: italic;
	color: #bbbb66;
	text-align: center;
	width:500px;	
	margin-bottom: 30px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}

div#newsquote h5 {
	color: #999955;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	bottom: 22px;
	}
div#transWine {
	width: 690px;
	height: 415px;
	background-image: url(assets/wineawardTrans.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	}

/*WINELIST*/
div.menusW {
	text-align: left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}
#winedesc {
	width: 508px;
	margin-top: 15px;
	}
div.menusW #winedesc p {
	
	font-size: 11px;
	padding-left: 14px;
	font-style: italic;
	text-align: justify;
	color: #999966;
}	
#Wleft  , #Wcenter , #Wright {
	float: left;
	text-align: left;
	margin: 0;
	margin-top: .5em; 
	padding: 0;
	}
div#left #Wleft p , div.menusContW #Wleft p  {
	margin:0;
	padding: 0;
	font-size: 13px;
	margin-left: 14px;
	}
div#left #Wcenter p , div.menusContW #Wcenter p {
	margin:0;
	padding: 0;
	font-size: 11px;
	padding-top:2px;
	}
img#lunchSpecial {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	left: 46px;
	}
div#left #Wright p , div.menusContW #Wright p {
	margin:0;
	padding: 0;
	font-size: 12px;

	}
#Wleft {
	font-style: italic;
	width: 300px;
	}
#Wcenter {
	width: 166px;
	}
 #Wright {
	width: 26px;
	
	}
a img#pdf {
	position:relative;
	left: 350px;
	top: 4px;
	padding: 0;
	margin: 0;
	border: 0;
	}
a img#pdfA  {
	position:relative;
	left: 410px;
	top: 4px;
	padding: 0;
	margin: 0;
	border: 0;
	}
a img#pdfB  {
	position:relative;
	left: 173px;
	top: 4px;
	padding: 0;
	margin: 0;
	border: 0;
	}
a img#pdfC  {
	position:relative;
	left: 110px;
	top: 4px;
	padding: 0;
	margin: 0;
	border: 0;
	}
a img#pdfB:hover , a img#pdfB:active  {
	position: relative;
	left: 173px;
	top: 3px;
	border: none;
	}
a img#pdf:hover , a img#pdf:active {
	position: relative;
	left: 350px;
	top: 3px;
	border: none;
	}
a img#pdfA:hover , a img#pdfA:active {
	position: relative;
	left: 410px;
	top: 6px;
	border: none;
	}
a img#pdfC:hover , a img#pdfC:active {
	position: relative;
	left: 110px;
	top: 3px;
	border: none;
	}
div.menusCont h4 {
	padding-left: 0;
	width: 350px;
	}
#left div.menus p , #contentContin div.menusCont p {
	text-align: center;
	margin: 0;
	margin-bottom: 4px;
	margin-top: 15px;
	font-style: italic;
	}
#left div.menus p.price , #contentContin div.menusCont p.price {
	text-align: center;
	font-style: italic;
	border-top: 1px solid #665522;
	width: 90px;
	padding-right: 9px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	margin-top: 0;
	}
#bannerRight {
	float: right;
	width: 249px;
	height: 1740px;
	margin-left: auto;
	margin-right: auto;	
	border: 2px solid #665522;
	position: relative;
	right: 50px;
	top: 40px;
	background-image: url(assets/R_stripmMelt.jpg);
	background-position: top;
	background-repeat: no-repeat;
	clear: left;
	}
#bannerRight object {
	margin: 0;
	padding: 0;
	}
div#clear {
	clear: both;
	}
div#contact {
	width: 500px;
	height: 346px;
	border: 4px double #665522;
	position: relative;
	left: 8px;
	

	}

div#right div.contBut img.dimi , div#right div.home img.dimi {
	border: 0;
	padding: 0; margin: 0;
	margin-left: auto; margin-right: auto;
	}


