/* HTML TAG REDEFINITIONS */

html
{
  height:101%; /* to force a scrollbar in Firefox */
}

body
{
  margin:0 0;
  background-color:white;
}

body,
td
{
  font-family:Trebuchet, "Trebuchet MS", Verdana, sans-serif;
  font-size:13px;
  line-height:1.4em;
  color:#7b5f45;
}

div
{
  position:relative;
}

table
{
  border-collapse:collapse;
}

td
{
  vertical-align:top;
}

h2
{
  margin:0 0;
}

p
{
  margin:0 0 1em 0;
}

img
{
  position:relative;
  border:none;
}

/* GLOBALLY-USEFUL STYLES */

.hiddenID
{
  display:none !important;
}

.floatbreaker
{
  clear:both;
  display:block;
  width:100%;
  font-size:0px;
  line-height:0px;
  padding:0 0;
  margin:0 0;
}

.left
{
  float:left;
  position:relative;
  top:3px;
  margin:0 1em 0.25em 0;
}

.right
{
  float:right;
  position:relative;
  top:3px;
  margin:0 0 0.25em 1em;
}

/* MAJOR STRUCTURAL DIVS */
#container
{
  width:100%;
  height:100%;
  text-align:center;
}

#banner
{
  width:780px;
  margin:36px auto 0 auto;
  padding:90px 0 0 0;
  text-align:left;
}

#main
{
  margin:0 auto;
  width:780px;
  /* background-color:whitesmoke; */
  text-align:left;
}

#footer
{
  clear:both;
  padding:4em 0 0 0;
  text-align:center;
  font-size:0.85em;
  color:#c0c0c0;
}

/* BANNER STYLES */
#banner .logo
{
  position:absolute;
  top:0;
  right:0;
}

#topNav
{
  margin:1em 0 2.5em 0;
  text-align:left;
}

#topNav ul
{
  position:relative;
  margin:0 0;
  padding:0 0;
  list-style-type:none;
  white-space:nowrap;
}

#topNav ul li
{
  display:inline-block;
  margin:0 8px;
  padding:0 0 0.25em 0;
}

#topNav ul li.first
{
  margin-left:0;
}

#topNav ul li.last
{
  margin-right:0;
}

#topNav ul li.active
{
  border-bottom:solid 2px #cadff0;
}

#topNav ul li a
{
  color:#709bbf;
  text-decoration:none;
}

#topNav ul li a:hover
{
  color:#afd0ff;
}

/* BODY-TEXT STYLES */
#bodyText {
  margin:1.5em 0;
  /* font-family:Georgia, Times, "Times New Roman", serif; */
  /* font-family:"Palatino Linotype", "Book Antiqua", "Palatino", serif; */
  /* font-family:"Times New Roman", Times, serif; */
  /* font-family:"MS Serif", "New York", serif; */
}

#bodyText h2
{
  font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size:1.2em;
  font-weight:normal;
  color:#709bbf;
}

#bodyText .important strong
{
  text-transform:uppercase;
}

#bodyText p
{
  margin:0 0 1em 0;
}

#bodyText a
{
  color:#709bbf;
  text-decoration:none;
}

#bodyText a:hover
{
  text-decoration:underline;
}

#bodyText .intro
{
  width:780px;
}

#bodyText .announcement {
  border: 3px solid #CADFF0;
  margin: 0 0;
  padding: 1em 18px 0 18px;
  top: -1em;
  color:#b33737;
}

/* NEWS LIST STYLES */
.news .item h2
{
  font-size:1.3em;
  font-weight:normal;
  color:#709bbf;
}

/* HOME PAGE STYLES */

.home #bodyText .content,
.home #bodyText .news
{
  margin:0 0 0 347px;
}

.home #bodyText .content img
{
  left:-4px;
  margin:0 1em 0 0;
  vertical-align:middle;
}

.home #spot1container
{
  float:left;
  left:-4px;
  width:326px;
  height:477px;
  
  background:transparent url(images/picture-frame_tall_large.jpg) no-repeat top left;
}

.home img#spot1
{
  top:10px;
  left:12px;
}

.home #bodyText .twitter /* not currently used; the 'twitter' element has been moved */
{
  clear:left;
  float:left;
  top:24px;
  left:-4px;
  width:326px;
  text-align:center;
}

.home #bodytext .twitter a
{
  color:#bf7b3a;
  text-decoration:none;
}

.home #bodyText .twitter a img
{
  vertical-align:middle;
}

.home #bodyText .news
{
  margin-top:3em;
  margin-bottom:4em;
  padding:0 0;
  border-top:solid 1px #cadff0;
}

.home #bodyText .news .item
{
  padding:1em 0;
  border-bottom:solid 1px #cadff0;
}

.home #bodyText .news .item table
{
  display:block;
}

.home #bodyText .news .item table tr
{
  display:block;
}

.home #bodyText .news .item table tr td
{
  display:inline;
}

.home #bodyText .news .item table tr td br
{
  display:none;
}

.home #bodyText .news .item table tr td img
{
  clear:both;
  float:left;
  display:inline-block;
  margin:0 1em 0.5em 0;
  vertical-align:text-top;
}

/* FLAVOURS PAGE STYLES */

.flavours #bodyText h2
{
  margin-bottom:0;
}

.flavours #bodyText .content
{
  margin:0 300px 0 0;
  min-height:400px;
}

.flavours img#spot1
{
  z-index:100;
  float:right;
}

.flavours img#spot2
{
  z-index:50;
  clear:right;
  float:right;
  top:-72px;
  right:-24px;
}

/* PRICING PAGE STYLES */

.pricing #bodyText ul
{
  margin:1em 0 1em 48px;
  padding:0;
  list-style-type:none;
}

.pricing #bodyText ul li
{
  position:relative;
  margin:0 0 0 10em;
}

.pricing #bodyText ul li .label
{
  position:absolute;
  top:0;
  left:-10em;
  color:#709bbf;
  font-weight:normal;
}

.pricing #bodyText p.note
{
  margin:2em 0 1em 48px;
}

.pricing #bodyText .content
{
  margin:0 300px 0 0;
  min-height:400px;
}

.pricing img#spot1
{
  z-index:100;
  float:right;
}

.pricing img#spot2
{
  z-index:50;
  clear:right;
  float:right;
  top:-30px;
  right:12px;
}

/* ORDERING PAGE STYLES */

.ordering #bodyText .content
{
  margin:0 300px 0 0;
  min-height:400px;
}

.ordering img#spot1
{
  z-index:100;
  float:right;
}

.ordering ul 
{
  margin:1em 0 1em 0;
  padding:0 0;
  list-style-type:none;
}

.ordering #bodyText ul li
{
  position:relative;
  margin:0 0 0 4em;
}

.ordering #bodyText ul li .label
{
  position:absolute;
  top:0;
  left:-4em;
  color:#709bbf;
  font-weight:normal;
}

.ordering #bodyText p.note
{
  margin:2em 0 1em 0;
  color:#709bbf;
}

/* CATERING PAGE STYLES */

.catering #bodyText .content .column1
{
  margin:0 300px 200px 0;
}

.catering img#spot1
{
  z-index:100;
  float:right;
  margin:0 0 36px 0;
}

.catering #bodyText .content .column2
{
  clear:right;
  margin:0 0 0 360px;
  min-height:400px;
}

.catering img#spot2
{
  z-index:50;
  clear:right;
  float:left;
  top:-14em;
  left:48px;
}

/* COMMUNITY PAGE STYLES */

.community #bodyText .content
{
  margin:0;
}

.community #spot1container
{
  position:absolute;
  top:-24px;
  right:0px;
  width:50%;
}
.community #bodyText .content .column1
{
  position:absolute;
  top:0;
  left:0;
  width:50%;
  margin:0 300px 200px 0;
}

.community #bodyText .content .column2
{
  top:300px;
  left:12px;
  margin:0 0 14em 51%;
  min-height:400px;
}

.community #bodyText .note
{
  width:100%;
  margin:144px auto;
  text-align:center;
}

/* ABOUT PAGE STYLES */

.about #bodyText .content
{
  margin:0 360px 0 0;
  min-height:400px;
}

.about img#spot1
{
  z-index:100;
  float:right;
}

.about img#spot2
{
  z-index:50;
  clear:right;
  float:right;
  top:-36px;
  right:12px;
}

/* CONTACT PAGE STYLES */

.map .floatbreaker
{
  margin-bottom:48px;
}
.map .map
{
  clear:both;
}

.map .map .container
{
  float:left;
  width:522px;
  height:340px;
  background:transparent url(images/picture-frame_wide_extra-large.jpg) no-repeat top left;
}

.map #bodyText iframe
{
  z-index:100;
  margin:8px 0 0 9px;
  /* border:solid 2px red; */
}

.map #bodyText small /* the "view larger map" link */
{
  display:none;
  position:absolute;
  z-index:1000;
  top:272px;
  left:0px;
}

.map #bodyText .content
{
  margin:0 0 0 540px;
}

.map #bodyText .content p.address
{
  white-space:pre;
}

.map ul 
{
  margin:1em 0 2em 0;
  padding:0 0;
  list-style-type:none;
}

.map #bodyText ul li
{
  position:relative;
  margin:0 0 0 4em;
}

.map #bodyText ul li .label
{
  position:absolute;
  top:0;
  left:-4em;
  color:#709bbf;
  font-weight:normal;
}

.map #bodyText table#hours
{
  width:auto;
  margin:0.25em 0;
}

.map #bodyText table#hours td
{
  width:auto;
  font-style:italic;
}

.map #bodyText table#hours td span
{
  white-space:nowrap;
}

.map #bodyText table#hours td em
{
  font-style:normal;
}

.map #bodyText table#hours td.label
{
  padding-right:1em;
  font-weight:normal;
}

/* FOOTER STYLES */

#footer .twitter /* not currently used; the 'twitter' element has been moved */
{
  position:absolute;
  top:-36px;
  right:0px;
  font-size:1.175em;
}

#footer .twitter a
{
  color:#bf7b3a;
  text-decoration:none;
}

#footer .twitter a img
{
  vertical-align:middle;
}



































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {
margin:0 0;
font-size:1em;
font-weight:normal;
color:#709bbf;
}

.label {
font-weight:bold;
color:#709bbf;
}

.note {
font-style:italic;
font-size:0.85em;
}

.important {
color:#709bbf;
}

.callout {
text-align:center;
}


