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

body {
	margin: 0px;
	background-color: #000000;
	}

/* div styles */
#holder {
	margin: auto;
	width: 1000px;
	height: 600px;
	}
#new-holder {
	margin: auto;
	width: 1000px;
	height: 702px;
	}
#feature {
	width:1000px;
	height:150px;
}
#fadeshow1 {
	width:1000px;
	height:492px;
	background-image:url(graphics/new-homepage-blank.jpg);
}
#holder_photo {
	margin: auto;
	width: 1000px;
	height: 630px;
	}
#holder_cater {
	margin: auto;
	width: 1000px;
	}
#top_menu {
	width: 1000px;
	height: 160px;
	background-image: url(graphics/top-menu-bar.jpg);
	}
#top_menu-home {
	width: 1000px;
	height: 40px;
	padding-bottom:10px;
	}
#top-photos {
	width: 1000px;
	height: 75px;
	background-image: url('graphics/top-back.jpg');
	margin: 0px;
	text-align: center;
	}
#top_body {
	width: 1000px;
	height: 160px;
	margin: 0px;
	text-align: center;
	background-image: url(graphics/top-back.jpg);
	}
#top_body-store {
	width: 1000px;
	height: 90px;
	background-image: url('graphics/top-back.jpg');
	margin: 0px;
	text-align: center;
	}

#top_body_calendar {
	width: 1000px;
	height: 160px;
	background-image: url('graphics/calendar-top.jpg');
	margin: 0px;
	text-align: center;
	}
#top_text {
	margin: auto;
	width: 800px;
	height: 160px;
	text-align: center;
	position: relative;
	}
#mid_body {
	width: 1000px;
	background-image: url('graphics/mid-back.jpg');
	text-align: center;
	}
#mid_text {
	margin: auto;
	width: 1000px;
	text-align: center;
	background-image: url(graphics/mid-back.jpg);
	padding-top: 10px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
#photos {
	margin: auto;
	width: 850px;
	}
#bot_body {
	width: 1000px;
	background-image: url('graphics/bot-back.jpg');
	height: 195px;
	margin: 0px;
	text-align: center;
	}
#bot_body_photo {
	width: 1000px;
	background-image: url('graphics/bot-back.jpg');
	height: 195px;
	margin: auto;
	text-align: center;
	}
#bot_text {
	width: 550px;
	height: 195px;
	position: relative;
	text-align: center;
	}
#form {
	width: 330px;
	text-align: left;
	margin: 0px auto;
	}
#map {
	width: 425px;
	float: left;
	margin-left: 75px;
	position: relative;
	}
#store {
	width: 800px;
	margin: auto;
}
#store-test {
	width: 1000px;
	margin: auto;
}
#store-left {
	width: 400px;
	float: left;
}
#store-right {
	width: 400px;
	float: left;
}
#clear {
	margin:0;
	clear:both;
}
#comments {
	width: 110px;
	float: left;
	height: 45px;
	padding-top: 0px;
	position: relative;
	}
#footer_holder {
	margin: auto;
	width: 950px;
	height: 45px;
	padding-left: 50px;
	}
#footer_mail {
	width: 150px;
	height: 45px;
	padding-top: 0px;
	float: left;
	}
#footer_info {
	width: 350px;
	height: 40px;
	padding-top: 0px;
	float: left;
	}
#copy-holder {
	margin: auto;
	width: 900px;
	height: 45px;
	text-align: center;
	}
#celeb {
	float: left;
	width: 200px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 12px;
	padding: 15px 15px 15px 85px;
}
#press {
	float:right;
	width:600px;
	text-align: left;
	padding-right: 75px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

/* nav bar */
div#navbar {
	height: 45px;
	width: 620px;
	float: left;
}
div#navbar ul {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
div#navbar li {
	padding-right: 10px;
	list-style-type: none;
	display: inline;
}
div#navbar li a {
    text-decoration: none;
    color: #CC9900;
}
div#navbar li a:hover {
    color: #FFFFFF;
}

/* TOP nav bar */
div#topnavbar {
	margin:auto;
	width: 1000px;
	padding-top: 140px;
	text-align: center;
}
div#topnavbar ul {
	margin: 0px;
	list-style-type:none;
	font-family: 'Schoolbell', arial, serif;
	font-size: 17px;
	font-weight:bold;
	color: #930;
}
div#topnavbar li {
	padding-right: 28px;
	list-style-type: none;
	display: inline;
}
div#topnavbar li a {
    text-decoration: none;
    color: #660000;
}
div#topnavbar li a:hover {
    color: #F60;
}

/* HOME nav bar */
div#homenavbar {
	margin:auto;
	width: 1000px;
	padding-top: 20px;
	text-align: center;
}
div#homenavbar ul {
	margin: 0px;
	list-style-type:none;
	font-family: 'Schoolbell', arial, serif;
	font-size: 17px;
	font-weight:bold;
	color: #930;
}
div#homenavbar li {
	padding-right: 50px;
	list-style-type: none;
	display: inline;
}
div#homenavbar li a {
    text-decoration: none;
    color: #fff;
}
div#homenavbar li a:hover {
	color: #900;
}
	
/* text styles */
.footer_text {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #CC9900;
	margin: 0px;
	padding: 0px;
	}
.footer_text a {
	text-decoration: underline;
	color: #CC9900;
	}
.footer_text a:hover {
	color: #FFFFFF;
	}
.calendar {
	font-family: 'Schoolbell', arial, serif;
	font-size: 14px;
	color: #660000;
	}
.calendar a {
	text-decoration: underline;
	color: #660000;
	}
.calendar a:hover {
	color: #000000;
	}

/* text styles */
h1 {
	font-family: 'Schoolbell', arial, serif;
	font-size: 28px;
	color: #660000;
	margin: 0px;
	padding-top: 10px;
	}
h2 {
	font-family: 'Schoolbell', arial, serif;
	font-size: 20px;
	color: #660000;
	margin: 0px;
	padding-top: 10px;
	}
.main {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	}
.main ul {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
.main li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.title {
	font-family: 'Schoolbell', arial, serif;
	font-size: 20px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	}
.sub_title {
	font-family: 'Schoolbell', arial, serif;
	font-size: 18px;
	color: #660000;
	margin: 0px;
	padding: 0px;
	}
.intro {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
.main_form {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	}
.main_form ul {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
.main_form li{
	line-height: 25px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.copy {
	margin: 5px;
	text-align: center;
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 11px;
	color: #660000;
	}
.galLink{
	text-decoration:none;
}

ul.eventMenu{
	max-width:120px;
	float:left;
	text-align:left;
	margin: 0 40px 0 0;
	padding:0px;
	list-style-type:none;
	font-family: 'Schoolbell', arial, serif;
	font-size: 14px;

}
ul.eventMenu li{
	margin:0 0 5px 0;
}
ul.eventMenu li a{
	text-decoration:none;
	color: #660000;

}
ul.eventMenu li a:hover{
	color: #F60;
}

/* home block nav bar */
div#menu{
	margin: auto;
	width: 600px;
	height: 149px;
}

a.menubutton#news{
display:block; 
height:149px; 
width:200px; 
overflow:hidden; 
float:left;
}
a.menubutton#news:hover { 
display:block; 
text-indent:-200px; 
}

a.menubutton#photos{
display:block; 
height:149px; 
width:200px; 
overflow:hidden; 
float:left;
}
a.menubutton#photos:hover { 
display:block; 
text-indent:-200px; 
}

a.menubutton#store{
display:block; 
height:149px; 
width:200px; 
overflow:hidden; 
float:left;
}
a.menubutton#store:hover { 
display:block; 
text-indent:-200px; 
}

a.menubutton#turkey{
display:block; 
height:149px; 
width:200px; 
overflow:hidden; 
float:left;
}
a.menubutton#turkey:hover { 
display:block; 
text-indent:-200px; 
}

a.menubutton#bobber{
display:block; 
height:149px; 
width:290px; 
overflow:hidden; 
float:left;
}
a.menubutton#bobber:hover { 
display:block; 
text-indent:-290px; 
}


img.menuimg{
border:none;
}

