/* CSS Document */

/* top level
+-----------------------------------------------------+
|T CSS Designed and written by Fox Valley Web Design.|
|A http://www.foxvalleywebdesign.com/ |
|G |
+-----------------------------------------------------+
*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

p {
font-size: 1em;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
margin: 1em 0;
padding: 0;
line-height: 1.5em;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	height: 50px;
	padding-left: 50px;
}
h2 {
	font-size: 1em;
	color: #663300;
	margin: 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #663300;
	margin: 0px 20px;
}
h4 {
	font-size: 1.5em;
	color: #8B3231;
}
h5 {
	font-size: .9em;
	font-weight: normal;
	color: #660000;
}
h6 { font-size: 1.2em;
      color:#FFFFFF;
	  text-align: center;
	  padding: 1px 0; 
	  margin: 3px 0px;}

li, dd, blockquote { margin-left: 1em; }
dl { margin: 0px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
td, th { vertical-align: top; }
.clearboth {clear:both; height:0px; font-size:0em;}

/*************************************************************/

body {
text-align: center;
background:url(../images/bkgrnd_body.jpg) repeat-x;
}

#main {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}	

#header {
  height: 151px;
  clear: both;
  text-align: center;
}

#middle{
  min-height:465px; !important;
}

#menu {
  height:34px;
  padding-bottom:8px;
  background:url(../images/bkgrnd_navigation.jpg) no-repeat;
  background-repeat:no-repeat;
}

#menu dl {
  display: block;
  margin-left:0px;
}

#menu dt {
  height:34px;
  float: left;
  text-align:center;
}

#menu dt a {
  height:34px;
  display: block;
  float: left;
  background-position:bottom;
  text-align:center;
}

#menu dt a:hover {
  background-position:top;
}

#menu dt a.about {width: 116px; background-image:url(../images/nav_about.jpg);}
#menu dt a.desserts {width: 135px; background-image:url(../images/nav_desserts.jpg);}
#menu dt a.ordering {width: 113px; background-image:url(../images/nav_ordering.jpg);}
#menu dt a.news {width: 148px; background-image:url(../images/nav_news.jpg);}
#menu dt a.partners {width: 163px; background-image:url(../images/nav_partners.jpg);}
#menu dt a.contactus {width: 125px; background-image:url(../images/nav_contactus.jpg);}

#leftcolumn{
  background-image:url(../images/bkgrnd_leftcolumn.jpg);
  background-repeat:repeat-y;
  width:209px;
  min-height:470px;
  height:auto !important;
  margin:0px;
  padding: 0px;
  float: left;
  background-color:#FFCCFF;
}
#leftcolumn p {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top:8px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:1.5em;
  color:#f3ecd8;
}

.sidelink {
  color:#7B8F16;
  font-weight: bold;
  text-decoration: underline;
}

.sidelink:hover {
  color:#80282C;
  text-decoration:none;
}

#center{
  background-color:#f3ecd8;
  padding-left:20px;
  padding-top:5px;
  padding-right:20px;
  margin-left:209px;
  min-height:465px; !important;
  font-size: 11px;
  width:381px;
  color:#605645;
  background-color:#f3ecd8;
}

#center a {
  font-size: 11px;
  color: #CC0000;
  text-decoration: none;
}

#center a:hover {
  font-size: 11px;
  color: #CC0000;
  text-decoration: underline;
}

#rightcolumn{
  width:170px;
  min-height:465px;
  height:auto !important;
  margin:0px;
  padding: 0px;
  float: right;
  min-height:439px;
}

#footer {
  height 150px;
  padding-top: 30px;
  padding-bottom: 5px;
  text-align: center;
  color: #605645;
  font-size: 10px;
  line-height:1.3em;
  background-image:url(../images/footer_divider.jpg);
  background-repeat: no-repeat;
}

#footer a {
  padding-left: 10px;
  padding-right: 10px;
  color: #605645;
  text-decoration: none;
}

#footer a:hover{
  color: #c60751;
}

.contentpad {
	width:800px;
	height:1px;
	clear:both;
}