/*########################
#
#	Seatfixers Static CSS
#
#
#	Styles used all over the site
#
#
#
#
########################*/


/*########################
#
#	CSS for general types and classes
#
########################*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	color: #fdfdeb;
	padding: 0px;
    margin: 0px;
}

p {
	/*
    color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	*/
}

li {

}

div.preload {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.preload img{
    display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

a {
	color: #ffffeb;
	text-decoration: underline;
}

a:hover {
	color: #ffffeb;
	text-decoration: none;
}


a.active {
	color: #ffffeb;
}

a.visited {
	color: #ffffeb;	
}


	a img {
		/*
		border: none;
		*/
	}

a.highlightedMenuItem {
	/*
	color: #3f3f3f;
	*/
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

a img {
	border: none 0px;
	 /* margin-right: -4px;  4px makes the next picture come right after */
}

a:hover img {  /* .border_highlight */
	border: none 0px;
}

ul {
	/*
	list-style: none;
	*/
}

li {
	/*
	font-size: 11px;
	margin-bottom: 10px;
	*/
}

li.active {
	
}

	
div {
	/*
	margin: 0px;
	padding: 0px;
    outline-style: none;
    -moz-outline-style: none;
	*/
}

/*########################
#
#	CSS for specific DIVs, and for child elements of such divs
#
########################*/

body {
    background-color: #FFFFFF;
}

div.everything {
}

div.hwrapper {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}

div.vwrapper {
    position: relative;
    margin-top: 0px;
    width: 990px;
    height: 725px;
}



div.main_buttons a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	float: left;
	display: block;	
}

div.main_buttons a.kitchen {
	width: 153px;
	height: 37px;
	background-image: url(images/main_buttons_the_kitchen.jpg);
}
div.main_buttons a.kitchen:hover {
	background-image: url(images/main_buttons_the_kitchen_hover.jpg)
}
div.main_buttons a.bar {
	width: 163px;
	height: 37px;
	background-image: url(images/main_buttons_the_bar.jpg);
}
div.main_buttons a.bar:hover {
	background-image: url(images/main_buttons_the_bar_hover.jpg)
}
div.main_buttons a.gallery {
	width: 151px;
	height: 37px;
	background-image: url(images/main_buttons_gallery.jpg);
}
div.main_buttons a.gallery:hover {
	background-image: url(images/main_buttons_gallery_hover.jpg)
}
div.main_buttons a.entertainment {
	width: 173px;
	height: 37px;
	background-image: url(images/main_buttons_entertainment.jpg);
}
div.main_buttons a.entertainment:hover {
	background-image: url(images/main_buttons_entertainment_hover.jpg)
}
div.main_buttons a.contact {
	width: 156px;
	height: 37px;
	background-image: url(images/main_buttons_contact_us.jpg);
}
div.main_buttons a.contact:hover {
	background-image: url(images/main_buttons_contact_us_hover.jpg)
}


div.calendar table {
	border: 1px solid white;
	border-collapse: collapse;
	margin: 20px auto 20px auto;
	caption-side: top;
}
div.calendar table caption {
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
}

div.calendar tr td {
	vertical-align: top;
	min-width: 80px;
	height: 80px;
	font-size: 12px;
	border: 1px solid white;
	padding: 4px;
	
}
div.calendar tr.calendar_days td {
	background-color: #229911;
	text-align: center;
	height: 30px;
	font-size: 16px;	
	
}

div.events h3 {
    font-weight: normal;
}

