/* DEFAULTS & GLOBALS */

html {
	height: 100%;
	margin-bottom: 1px;
	}

* {
	margin: 0;
	padding: 0;
	}

body {
	font: 10pt/1.4em Arial, Tahoma, Verdana, sans-serif;
	background: white url("images/background_page.jpg") center top no-repeat;
	text-align: center;
	color: black;
	}

a {
	color: #e01f26;
	outline: none;
	}
a:hover { color: #139045; }
a:active { color: black; }

h3 {
	clear: both;
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #149046;
	font-size: 14pt;
	color: #149046;
	}

p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
	color: black;
	}

.notext {
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
.nodisplay {
	display: none;
	}


/* LAYOUT */

div#container {
	position: relative;
	margin: 0 auto;
	padding: 91px 0 0 0;
	width: 900px;
	text-align: left;
	overflow: hidden;
	}

a#home {
	position: absolute;
	top: 0;
	left: 375px;
	width: 150px;
	height: 136px;
	}

ul#mainmenu {
	list-style: none;
	overflow: hidden;
	}
ul#mainmenu li {
	display: inline;
	overflow: hidden;
	}
ul#mainmenu li a {
	float: left;
	width: 125px;
	height: 45px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	}
ul#mainmenu li a.menu { background: url("images/menu_menu.gif") left top no-repeat; }
ul#mainmenu li a.events { background: url("images/menu_events.gif") left top no-repeat; }
ul#mainmenu li a.banquets { margin: 0 150px 0 0; background: url("images/menu_banquets.gif") left top no-repeat; }
ul#mainmenu li a.history { background: url("images/menu_history.gif") left top no-repeat; }
ul#mainmenu li a.wine { background: url("images/menu_wine.gif") left top no-repeat; }
ul#mainmenu li a.friends { background: url("images/menu_friends.gif") left top no-repeat; }
ul#mainmenu li a.location { background: url("images/menu_location.gif") left top no-repeat; }

ul#mainmenu li a:hover {
	background-position: 0 -45px;
	}
ul#mainmenu li a:active {
	background-position: 0 -90px;
	}

div#content {
	padding: 20px 0 0 0;
	width: 900px;
	background: url("images/background_flag.jpg") right bottom no-repeat;
	overflow: hidden;
	}
div#flag {
	clear: both;
	display: block;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	}

p.item {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
	height: 200px;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.15em;
	}
p.item span.price {
	font-size: 8pt;
	font-style: italic;
	}
p.item span.description {
	font-size: 9pt;
	font-weight: normal;
	}

p#footer {
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	padding: 17px 0 40px 15px;
	background: url("images/footer.gif") left top no-repeat;
	font-size: 10.5pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.25em;
	color: #c6c6c6;
	}
p#footer span.address {
	padding: 0 20px;
	}
p#footer span.sub {
	display: block;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color: #646565;
	}

p#footer a.facebook {
	position: absolute;
	top: 12px;
	left: 415px;
	}
p#footer a.twitter {
	position: absolute;
	top: 13px;
	left: 505px;
	}

/* HEADERS */

h2 {
	display: block;
	margin: 0 0 10px 0;
	width: 400px;
	height: 70px;
	}
h2.menu { background: url("images/header_menu.gif") left top no-repeat; }
h2.events { background: url("images/header_events.gif") left top no-repeat; }
h2.banquets { background: url("images/header_banquets.gif") left top no-repeat; }
h2.history { background: url("images/header_history.gif") left top no-repeat; }
h2.wine { background: url("images/header_wine.gif") left top no-repeat; }
h2.friends { background: url("images/header_friends.gif") left top no-repeat; }
h2.location { background: url("images/header_location.gif") left top no-repeat; }

/* INDEX */

div#splash {
	float: left;
	margin: 0;
	width: 625px;
	height: 414px;
	background: url("images/splash1.jpg") left top no-repeat;
	}
div#splash p {
	display: none;
	}
div#splash img {
	margin: 338px 0 0 0;
	}

div#sidebar_index {
	position: relative;
	float: right;
	width: 275px;
	height: 414px;
	background: url("images/sidebar_index.jpg") left top no-repeat;
	}
div#sidebar_index table {
	position: absolute;
	top: 55px;
	left: 20px;
	}
div#sidebar_index table tr td {
	padding: 4px 0 4px 0;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1em;
	color: #e5e5e5;
	}
div#sidebar_index table tr td.date {
	width: 45px;
	}
div#sidebar_index table tr td.title a {
	color: #e5e5e5;
	}
div#sidebar_index table tr td.title a:hover {
	color: #139045;
	}

div#video_preview {
	position: absolute;
	top: 155px;
	left: 15px;
	overflow: hidden;
	}

p#newsletter_message {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.1em;
	color: white;
	}

div#sidebar_index div#newsletter {
	position: absolute;
	top: 365px;
	left: 20px;
	}

div#sidebar_index div#newsletter input {
	margin: 0 5px 0 0;
	padding: 3px;
	color: #959595;
	}

div#sidebar_index div#newsletter button {
	width: 61px;
	height: 24px;
	background: url("images/button_submit.gif");
	border: 0;
	text-indent: -5000px;
	overflow: hidden;
	}
div#sidebar_index div#newsletter button:hover {
	background-position: 0 -24px;
	cursor: pointer;
	}

/* PIZZA */

table#pizza tr td.price,
table#pizza tr.header td {
	font-weight: bold;
	text-align: center;
	}
table#pizza tr td {
	padding: 5px;
	font-size: 9pt;
	}
table#pizza tr td span {
	font-weight: bold;
	}
table#pizza tr.row2 td {
	background: #e8e8e8;
	}

/* EVENTS */

table#events {
	margin: 0 0 40px 0;
	}
table#events tr td {
	padding: 5px;
	}
table#events tr.header td {
	border-bottom: 1px solid #afafaf;
	font-weight: bold;
	color: #afafaf;
	}
table#events tr.row2 td {
	background: #ebebeb;
	}

table#events tr td ul {
	margin: 0 0 0 20px;
	}