/* CSS Document */
html,body{
  height: 100%;
}
body{
  font-family: verdana,trebuchet,helvetica,arial,sans-serif;
  font-size: 62.5%;
  background: url('/images/background.jpg');
  margin-top: 0;
  margin-bottom: 0;
}
p,a,li{
  font-size: 1.1em;
  color: #6a6a6a;
}
p{
  line-height: 1.75em;
}

#page_content a {
  text-decoration: none;
  /* color: #3366ff; */
}


/*
a#details,
a#reservations {
  color: #6a6a6a;
}
*/

a img{
	border: none;
}
li.event{
	font-size: 1.25em;
}
li a{
   font-size: 1em;
}

li a:hover {
	text-decoration: underline;
}

ul{
	margin: 15px;
	padding: 0;
}

#frame {
  background: url(../images/frame.jpg) no-repeat top left;
  width: 838px;
  height: 370px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
}

#frame img {
  margin-top: 47px;
  margin-left: 45px;
  display: none;
}

ul.events{
	background: url('/images/salmon.jpg') no-repeat bottom right;
}
div.wine{
	min-height: 240px;
	height: auto !important;
	height: 240px;
	background: url('/images/wine-n-grapes.jpg') no-repeat bottom right;
}
li{
	padding-bottom: 10px;
}

h1{
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.8em;
  text-transform: uppercase;
  /*letter-spacing: .1em;*/
  word-spacing: .2em;
  padding-bottom: 10px;
  border-bottom: thin dotted #6c7b83;
}
.red_title{
  color: #c00000;
}
.green_title{
  color: #639d1b;
}
.yellow_title{
  color: #9f9d3a;
}

#wrapper{
  padding-top: 1px;
  margin: 0 auto;
  width: 850px;
  background: #ffffff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#dhlogo{
	margin-top: -5px;
	height: 115px;
	width: 110px;
	float: right;
}

#header {
  margin-top: 15px;
  padding-top: 1px;
  width: 850px;  
/* background: url('/images/culinary-header-bg.jpg');*/
}

#logo{
  float: left;
  margin-left: 35px;
  margin-top: 60px;
}

#menu{
  padding-top: 1px;
  height: 26px;
  width: 100%;
  background: url('/images/culinary-menu-bg.jpg') repeat-x; 
}

#tab_hldr{
  width: 609px;
  padding-top: 1px;
  height: 26px;
  margin-left: auto;  
  margin-right: auto;
}

.tab{
  float: right;
  width: 87px;
  height: 26px;
  margin-top: -2px;
  text-align: center;
  cursor: pointer;
}

.tab a{
  display: block;
  color: #ffffff;
  font-size: 1.01em;
  line-height: 1.2em;
  width: 87px;
  height: 27px;
  text-decoration: none;
}

.red
{
  background: url('/images/tab_red.png');
}
.green
{
  background: url('/images/tab_green.png');
}
.purple
{
  background: url('/images/tab_purple.png');
}
.yellow
{
  background: url('/images/tab_yellow.png');
}
.brown
{
  background: url('/images/tab_brown.png');
}
.grey
{
  background: url('/images/tab_grey.png');
}
.blue
{
  background: url('/images/tab_blue.jpg');
}
#page_content{
  padding: 20px 80px;
}
#loader_content{
  padding: 20px 80px;
}
#bottomshadow{
  padding-top: 1px;
  height: 28px;
  width: 100%;
  background: url('/images/culinary-menu-bg.jpg') repeat-x; 
  margin-bottom: 45px;
}
#footer{
  width: 851px;
  padding-top: 1px;
  text-align: center;
}
#leaderboard{
  width: 728px;
  height: 90px;
  margin: 0 auto;
  background: #fafafa;
}
#bottom_menu{
  margin: 0 auto;
  margin-top: 20px;
  width: 728px;
  padding-bottom: 15px;
}
#bottom_menu a{
  font-size: 1em;
}
.top_link{
	margin-bottom: 20px;
}
.package_list{
	display: none;
}

