html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  font-family: Arial, sans-serif;
  color: #333333;
}

body {
  background: url(../images/main-bg.gif) top center repeat-x;
  background-color: #cccc99;
}

a img {
  border: none;
}

p {
  margin-bottom: 15px;
  text-align: left;
  font: 14px Arial, sans-serif;
  color: #333333;
  line-height: 20px;
}

p.about_us_last {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2e6;
}

p.popup {
  margin: 20px;
}

p.popup_rollover {
  margin: 20px 20px 0 20px;
  font-size: 11px;
  font-style: italic;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 26px;
  color: #993366;
  margin-bottom: 10px;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #cc6699;
  margin-bottom: 10px;
}

h3 {
  background: url(../images/h3-corner.gif) top left no-repeat;
  background-color: #666633;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px 0 5px 10px;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

h4.testimonials {
  margin-bottom: 10px;
}

h4.popup {
  margin: 50px 0 5px 20px;
}

h5 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  margin: 0 0 10px 20px;
}

#wrapper {
  margin: 20px auto;
  width: 1000px;
}

.clearit {
  clear: both;
}

/* ---- header ---- */

#header {
  position: absolute;
  z-index: 0;
  width: 1000px;
  height: 164px;
  margin-bottom: 2px;
}

#logo {
  float: left;
  width: 226px;
  height: 126px;
  margin: 8px 0 0 65px;
}

#nav {
  float: left;
  width: 500px;
  height: 43px;
  margin: 18px 0 0 54px;
}

#nav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul li {
  float: left;
  margin-right: 15px;
  text-align: left;
}

#utility_nav {
  float: left;
  height: 43px;
  margin: 34px 0 0 16px;
}

#utility_nav ul {
  list-style: none;
  text-decoration: none;
}

#utility_nav ul li {
  text-align: left;
  display: inline;
  margin-left: 3px;
  color: #CCCCCC;
}

#utility_nav ul li a:link, #utility_nav ul li a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #cc6699;
  text-decoration: none;
}

#utility_nav ul li a:hover, #about-us #utility_nav ul li a.about, #contact-us #utility_nav ul li a.contact {
  text-decoration: underline;
}



/* ---- left area ---- */

#left-wrapper {
  position: absolute;
  z-index: 1;
  width: 370px;
  margin-top: 180px;
}

#redundant_nav {
  float: left;
  width: 370px;
  margin: 0 0 10px 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  background-color: #e8f3e3;
  border-bottom: 4px solid #b7b789;
}

#redundant_nav ul {
  float: left;
  width: 360px;
  margin-left: 5px;
  list-style: none;
}

#redundant_nav ul li {
  float: left;
  width: 365px;
  margin-top: 10px;
  border-bottom: 1px solid #d1dccc;
}

#redundant_nav ul li.last {
  border-bottom: none;
}

#redundant_nav img {
  float: left;
  margin: 0 10px 10px 5px;
  border: 5px solid #d1dccc;
}

#redundant_nav ul li strong {
  display: block;
  padding-top: 8px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #999966;
}

#redundant_nav ul li a:link, #redundant_nav ul li a:visited {
  color: #666666;
  text-decoration: none;
}

#redundant_nav ul li a:hover img, #redundant_nav ul li a.active img {
  border: 5px solid #cccc99;
}

#redundant_nav ul li a:hover strong, #redundant_nav ul li a.active strong {
  color: #cccc99;
}

#redundant_nav ul li a:hover .cta, #redundant_nav ul li a.active .cta {
  text-decoration: underline;
}

.cta {
  display: block;
  margin-top: 5px;
  color: #cc6699;
}

#gallery {
  padding: 10px 10px 12px 10px;
  background-color: #e8f3e3;
  border-bottom: 4px solid #b7b789;
}

#gallery img {
  border: 5px solid #d1dccc;
}

#gallery p {
  width: 350px;
  margin: 15px 0;
  padding: 0 0 15px 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
}

#gallery strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #666666;
}

#gallery ul {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  margin-left: 10px;
  list-style: none;
}

#gallery ul li {
  width: 365px;
  padding-top: 4px;
}

#gallery a:link, a:visited {
  padding-top: 4px;
  color: #cc6699;
  text-decoration: none;
}

#gallery a:hover, a.active {
  color: #cc6699;
  text-decoration: underline;
}

#gallery p.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#gallery a.block {
  display: block;
}

#byline {
  width: 365px;
  margin: 10px 0 0 10px;
}

#byline p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999966;
}

#byline a:link, #byline a:visited {
  color: #999966;
}

#byline a:hover, #byline a.active {
  color: #cc6699;
}

/* ---- right area ---- */

#right_wrapper {
  position: absolute;
  z-index: 2;
  width: 645px;
  height: 122px;
  margin: 63px 0 0 355px;
  background: url(../images/body-top-bg.png) top no-repeat;
}

#content_wrapper {
  position: absolute;
  z-index: 3;
  margin-top: 39px;
}

#index_feature {
  padding: 0 0 20px 39px;
  background: url(../images/body-mid-bg.png) top repeat-y;
}

#index_feature a:link, #index_feature a:visited {
  position: absolute;
  margin: 10px 0 0 14px;
  padding: 162px 0 0 372px;
  width: 178px;
  height: 24px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc6699;
  text-decoration: none;
}

#index_feature a:hover, #index_feature a.active {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc6699;
  text-decoration: underline;
}

#content_body {
  float: left;
  width: 645px;
  background: url(../images/body-mid-bg.png) top repeat-y;
}

#body_wrapper {
  width: 566px;
  margin: 15px 0 0 39px;
}

#body_wrapper .right_img {
  float: right;
  margin: 5px 0 10px 10px;
  border: 5px solid #ebebd6;
}

#body_wrapper a:link, #body_wrapper a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc6699;
  text-decoration: none;
}

#body_wrapper a:hover, #body_wrapper a.active {
  text-decoration: underline;
}

#testimonial {
  float: right;
  width: 200px;
  margin: 5px 0 30px 15px;
  padding: 20px;
  background: url(../images/testimonial-swirl.gif) bottom right no-repeat;
  background-color: #ebebd6;
  border: 1px solid #cccc99;
}

#testimonial p {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #999966;
  line-height: 20px;
}

#testimonial p.test_byline {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 25px;
}

#testimonial a:link, #testimonial a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc6699;
  text-decoration: none;
}

#testimonial a:hover, #testimonial a.active {
  text-decoration: underline;
}

.pullquote:first-letter {
  background: url(../images/open-quote.gif) no-repeat left top;
  padding: 8px 0 0 30px;
}

.testimonials_byline {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2e6;
}

table.main {
  width: 100%;
  border: 1px solid #cccc99;
  margin-bottom: 20px;
}

table p {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

table p.top_padding {
  padding: 15px 0 0 0;
}

table.inner {
  width: 100%;
  padding: 10px;
}

td.left {
  width: 40%;
  vertical-align: top;
}

td.inner_left {
  width: 40%;
  vertical-align: top;
  border-bottom: 1px solid #f2f2e6;
}

td.right {
  width: 60%;
  background-color: #ebebd6;
  border-left: 1px solid #cccc99;
  vertical-align: top;
  padding: 10px;
}

td.right p {
  border-bottom: 0;
}

td.inner_right {
  width: 60%;
  vertical-align: top;
  border-bottom: 1px solid #f2f2e6;
}

td.last {
  border-bottom: none;
}

/* ---- footer ---- */

#footer_wrapper {
  float: left;
  width: 645px;
  height: 140px;
  background: url(../images/body-btm-bg.png) top no-repeat;
}

#footer_content {
  margin: 50px 0 0 39px;
}

#footer_content ul {
  margin-bottom: 10px;
  list-style: none;
  text-decoration: none;
}

#footer_content ul li {
  text-align: left;
  display: inline;
  color: #CCCCCC;
}

#footer_content ul li a:link, #footer_content ul li a:visited {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #cc6699;
  text-decoration: none;
}

#footer_content ul li a:hover, #weddings #footer_content ul li a.weddings, #proms #footer_content ul li a.proms, #special-events #footer_content ul li a.special-events, #corporate #footer_content ul li a.corporate, #travel #footer_content ul li a.travel {
  text-decoration: underline;
}

#footer_content p {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #999999;
}

#footer_content a:link, #footer a:visited {
  color: #999966;
}

#footer_content a:hover {
  color: #cc6699;
}
