* {margin: 0; padding: 0;}

body {
  font-family: Arial, Helvetica, sans-serif; color: #6f684e;
  font-size: 0.9em;
  background-image: url(images/peach.jpg);
  background-repeat: no-repeat;
  background-position: -40px -70px;}

a {text-decoration:none; color: #6f684e;}

a img {border: none;}

a.noShow {display: none;}

div#bigBox {min-width: 775px; max-width: 960px;}


/*NAMEPLATE*/
div#namePlate {height: 125px;}

div#namePlate img {
  position: absolute;
  top: 50px; left: 100px;}


/*MAIN NAVIGATION*/
div#mainNav {
  position: relative;
  height: 2.5em;
  background-color: #000000;
  background-image: url(images/peach.gif);
  background-repeat: no-repeat;
  background-position: left;
  border-top: 2px solid #f04c91;
  font-weight: bold;
  white-space: nowrap;
  z-index: 1;}

div#mainNav img#chinese {
  float: left;
  margin: .5em 1em .5em .75em;}

div#mainNav ul {
  list-style-type: none;
  margin: .25em .25em .25em 85px;}

div#mainNav ul li {
  float: left;
  position: relative;}
  
div#mainNav ul span {
  display: block;
  color: #ffffff;
  margin: 0; padding: .3em 1em;}

div#mainNav ul li a {
  display: block;
  margin: 0; padding: .3em 1em;
  color: #ffffff;}
  
div#mainNav ul li span {
  color: #666666;}


/*MAIN NAVIGATION - submenu*/
div#mainNav ul li ul {
  position: absolute;
  margin: 0; padding: .75em .5em;
  background-color: #f04c91;
  display: block;
  left: -9999px;}

div#mainNav ul li ul li {
  float: none;
  color: #000000;
  border-style: none;
  margin-bottom: .25em;}
div#mainNav ul li ul li:first-child {border-style: none;}
*html div#mainNav ul li ul {border-style: none;}

div#mainNav ul li ul li span {
  display: block;
  color: #ed9cbe;
  margin: 0; padding: .3em 1em;}
    
div#mainNav ul li ul li.noShow {display: none;}


/*MAIN NAVIGATION - rollover action*/
div#mainNav ul li:hover, div#mainNav ul li.sfhover {
  background-color: #f04c91;
  z-index: 2;}

div#mainNav ul li:hover ul li, div#mainNav ul li.sfhover ul li {
  padding-top: 0em;}

div#mainNav ul li:hover ul, div#mainNav ul li.sfhover ul {
  left: -.05em;}

div#mainNav ul li a:hover, div#mainNav ul li a.sfhover {
  color: #000000;}


/*CONTENT*/
div#content {
  padding: 28px 13px 28px 13px;
  background-image: url(images/purple.gif);
  background-repeat: repeat-y;
  background-position: 175px;
  position: relative;}


/*SIDE NAVIGATION*/
div#content div#sideNav {
  float: left;
  position: absolute;
  top: 28px;
  width: 125px;
  padding: 0 10px 150px 0;}

div#content div#sideNav ul {
  list-style-type: none;
  margin: 0; padding: 0;
  font-weight: bold;}

div#content div#sideNav ul li {
  display: block;
  padding: .75em 0 .75em 0;}

div#content div#sideNav ul li a:hover, div#content div#sideNav ul li a.sfhover {
  color: #f43e71;}

div#content div#sideNav a#categoryLink {
  margin: 0 0 1.5em 0;}
*html div#content div#sideNav a#categoryLink {margin: 0 0 1.5em 0;}

div#content div#sideNav ul li ul#slideDownMenu {
  display: none;}

div#content div#sideNav ul li ul li{
  font-weight: normal;
  padding: .5em 0 0 .75em;}


/*MAIN CONTENT*/
div#content div#essence {
  padding: 0 20px 150px 200px;
  line-height: 1.5;}
  
div#content div#essence a {
  text-decoration: underline; font-weight: bold;}
  
div#content div#essence div#gallery {
  float: right;
  margin-bottom: 5em;}
  
div#content div#essence div#gallery div#innerGallery{
  width: 325px;
  border-top: #cccccc dotted 1px;
  border-bottom: #cccccc dotted 1px;
  margin-top: 2.5em; margin-left: 5em;
  padding: 10px 0;}
	
div#content div#essence div#gallery div#innerGallery div#mainImages {
  width: 325px;
  background-color: #f9f9f9;
  display: table;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;}
  
div#content div#essence div#gallery div#innerGallery div#mainImages * {
  vertical-align: middle;}
  
div#content div#essence div#gallery div#innerGallery div#mainImages div#middle {
  display: table-cell;
  padding: 0 5px;}

div#content div#essence div#gallery div#innerGallery div#mainImages div#middle img {
  margin-bottom: 0.5em;
  border: 0.125em solid #000000;
  margin-left: auto; margin-right: auto;}

div#content div#essence div#gallery div#innerGallery div#mainImages table {
  margin-left: auto; margin-right: auto;
  width: 300px;}
	
div#content div#essence div#gallery div#innerGallery div#mainImages table tr td {
  height: 60px; width: 33%;
  padding-top: 7px;
  border: 1px solid #cccccc;}

div#content div#essence p {
  padding-top: 2.5em;}
  
div#content div#essence .map {
  background-color: #cccccc;
  font-weight: normal;
  padding: 0 0.5em 0 0.5em;
  margin-left: 0.5em;}

div#content div#essence p.category {
  padding-top: 0em;}

div#content div#essence p.category span {
  font-size: 175%; font-weight: bold; color: #f04c91;
  display: block;
  padding-bottom: 1em;
  line-height: normal;}

div#content div#essence span.heading {
  display: block;
  font-size: 125%; font-weight: bold; color: #f04c91;}
 
div#content div#essence ul {
  display: inline;
  list-style-type: disc; list-style-position: outside;}
  
div#content div#essence ul li {
  margin-left: 15px;}

div#content div#essence ol {
  /*display: inline;*/
  list-style-type: decimal; list-style-position: outside;}
  
div#content div#essence ol li {
  margin-left: 25px;}
  
.backFAQ {
  color: #cccccc;
  font-weight: normal;
  padding-left: 2.5em;}

div#content div#essence ul li ul {
  list-style-type: circle;}

div#content div#essence ul li ul li {
  padding-left: .5em;}
  
div#content div#essence table#main {
  border-collapse: collapse;}
  
div#content div#essence table#main th {
  text-align: left;
  padding: .5em;
  background-color: #cccccc;}
  
div#content div#essence table#main td {
  height: 3em;
  vertical-align: top;
  border: solid #cccccc 1px;
  padding: .5em;}


/*FOOTER*/
div#footer {
  clear: both;
  background-color: #000000;
  padding: 2.5em 0;
  position: relative;
  background-image: url(images/peach.gif);
  background-repeat: no-repeat;
  background-position: right;}

div#footer p {
  text-align: left;
  margin-left: 215px;
  color: #f04c91;}
  
div#footer p a {
  text-decoration: underline; color: #f04c91;}

div#footer p span.contact {
  padding: .5em 2.5em;}