/* Force vertical scrollbar */
html { overflow-y: scroll; }

body {
	color:#E4E4E4;
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;	
}

img { border:none; }
p { margin:0 0 17px; }
a {
	outline:none;
	text-decoration:none;
	color:#E4E4E4;
}
a:hover {
	color:#DC9902;
}

div#outer {
	margin:0 auto;
	padding:4px 0 45px;
	width:935px;
}

div#logo {
	float:left;
	width:259px;
	height:142px;
	background-color:#D68300;
}

div#top_menu {
	width:259px;
	height:141px;
	overflow:hidden;
	background:no-repeat #3A0201 url(images/menu_bg.jpg);
	float:left;
	clear:left;
}
div#top_menu table {
	margin:12px;
}
div#top_menu td {
	width:90px;
	height:20px;
	padding:0;
}
div#top_menu a {
	color:#E4E4E4;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
div#top_menu a:hover, div#top_menu a.active {
	color:#DC9902;
}

div#banner {
	float:right;
	width:667px;
	height:283px;
	background:#4C433E no-repeat url(images/banner.jpg);
}

div#main_repeat {
	background:repeat-y #3A0201 url(images/bg_repeat.jpg);
}
div#main_top {
  min-height:352px;
  height:auto !important;
  height:352px;
	background:no-repeat url(images/bg_top.jpg);
}
div#main_bottom {
	clear:both;
	height:12px;
	background:no-repeat #000 url(images/bg_bottom.jpg);
}

div#main_content {
	float:right;
	margin-right:1px;
	width:624px;
	padding:20px 20px 9px;
}

div#sidebar {
	color:#333;
	float:left;
	width:257px;
	margin-left:1px;
	text-align:center;
	padding:20px 0 0;
}

div#contact_left {
	float:left;
}
div.tk_contact {
	float:right;
	width:33%;
}
div.tk_contact label {
	font-size:75%;
}
div.tk_contact .input, div.tk_contact textarea {
	width:98%;
	padding:1%;
	margin-bottom:5px;
	border:none;
}
div.tk_contact .button {
	float:right;
	margin:3px 0 0;
}
.tk_error {
	list-style:square;
	font-size:80%;
	text-transform:uppercase;
	margin:0 0 1em;
	padding:0;
	list-style-position:inside;
}

div.menu_item {
	text-align:center;
	margin-bottom:2em;
}
div.menu_name {
	margin-bottom:.3em;
	font-weight:bold;
}

table.wine_menu {
	width:85%;
	padding:0;
}
.wine_menu_header {
	font-weight:bold;
	padding-bottom:.3em;
}
.wine_menu_price {
	text-align:right;
	width:125px;
}
div.cobre_term {
	margin-bottom:.7em;
}

div#cobre_admin li {
	margin-bottom:1em;
}

div#gallery_container {
	overflow:auto;
}
div#gallery_container td {
	padding:3px 5px 9px;
}

ul#media_copy {
	float:right;
	width:180px;
	margin:0 0 35px 9px;
	padding:0;
	list-style:inside;
	list-style-type:square;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
#media_copy li {
	margin-bottom:6px;
}
#media_copy a {
	color:#EEE;
}
#media_copy a:hover {
	color:#FEB614;
}

#sidebar, #sidebar h2, #sidebar p {
	color:#000;
}
#sidebar h1 {
	font-size:19px;
	margin:.5em 0;
	color:#FFF;
}
#sidebar h2 {
	font-size:21px;
	margin:0 0 .5em;
}
#sidebar p {
	font-size:13px;
	padding:0 11px;
}
#sidebar b {
	font-size:15px;
}
#sidebar.map {
	background:url(/images/map.png) no-repeat center bottom;
	height:375px;
	margin-bottom:-11px;
}
#sidebar.map p {
	font-size:19px;
	letter-spacing:1px;
}

#main_content th {
	text-align:left;
}

#plug {
	width:935px;
	margin:0 auto;
	padding:0 15px 15px;
	text-align:center;
}
#plug a {
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
#plug a:hover {
	color:#FFF;
}

acronym {
	border-bottom:1px dotted #BBB;
	cursor:help;
}
