body {
  background-image: url('../images/bg.gif');
  margin: 0px;
  padding: 0px;
} 

#content-wrap-left{
  width: 984px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  background: url('../images/bg-left.gif') repeat-y;
}

#content-wrap-right {
  width: 968px;
  background-color: transparent;
  padding-right: 16px;
  background: url('../images/bg-right.gif') right repeat-y;
}

#content {
  width: 968px;
  background-color: #fff6ed; /* same bg color as the page content */
}

#header {
  height: 156px;
  background-image: url('../images/header-bg.jpg');
}

#logo {
  height: 127px;
  margin-left: 65px;
  padding-top: 6px;
}

#logo img {
  border: none;
}

#navigation-bar-wrap {
  width: 644px;
  background-image: url('../images/menu-corner-right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

#navigation-bar {
  height: 23px;
  width: 633px;
  padding-left: 5px;
  background-color: #f2891c;
  padding-top: 3px;
  padding-bottom: -3px;
}

#navigation-bar a {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #412a12;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#navigation-bar a:hover,
#navigation-bar a.active { 
  text-decoration: underline;
}

#body {
  background-color: #fff6ed; /* same bg color as the page content */
  overflow: hidden;
}

#page-content {
  width: 644px;
  background-color: #fff6ed;
  float: left;
  /* Use a border as wide as the sidebar on the right, but make sure 
   * that the sidebar can cover that border with a negative margin.
   * use the same background color as the sidebar, so the sidebar div
   * cannot be distinguished from the page-content border */
  border-right: 324px #bbc7d5 solid;
  margin-right: -324px;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  color: #232323;
}

#page-content p {
  text-indent: 30px;
  text-align: justify;
  padding: 0px 15px 0px 15px;
}

#sidebar {
  width: 324px;
  background-color: #bbc7d5;
  float: left;
}

h1 {
  font-family: "Georgia", serif;
  font-size: 32px;
  font-weight: bold;
  color: #412a12;
  text-align: center;
  margin: 25px 0px 12px 0px;
}

h2 {
  font-family: "Georgia", serif;
  font-size: 16px;
  font-weight: bold;
  color: #412a12;
  text-align: center;
  margin: 0px 0px 12px 0px;
}

h3 {
 font-family: "Georgia", serif;
 font-weight: bold;
 color: #412a12;
 margin: 35px 0px 5px 15px;
}

hr {
  width: 65%;
  height: 1px;
  margin: 0px auto 15px auto;
  padding: 0px;
  border: 0px;
  color: #412a12;
  background-color: #412a12;
}

.sidebar-box {
  margin: 5px 5px 25px 5px;
}

.sidebar-box .title-wrap-left {
  padding-left: 7px;
  background-image: url('../images/box-corner-left.gif');
  background-repeat: no-repeat;
}

.sidebar-box .title-wrap-right {
  padding-right: 7px;
  background-image: url('../images/box-corner-right.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

.sidebar-box .title {
  background-color: #667f9d;
  color: white;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  padding-left: 10px;
  height: 24px;
}

.sidebar-box .content {
  background: url('../images/box-bg.gif');
  padding: 10px 5px 15px 5px;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #232323;
}

.sidebar-box ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sidebar-box li {
  background: url('../images/donkey-bullet.gif') no-repeat 0% 50%;
  padding: 5px 0px 5px 33px;
}

.sidebar-box a{
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  color: #232323;
  text-decoration: none;
}

.sidebar-box a:hover {
  text-decoration: underline;
}

#page-content .imagebox {
  text-align: center;
  margin: 50px 0px 50px 0px;
}

/* override for photos page */
#page-content table.gallery .imagebox {
  margin: 0px;
}

#page-content .imagebox p.legend {
  text-indent: 0px;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

/* override for photos page */
#page-content table.gallery .imagebox p.legend {
  font-style: normal;
  font-size: 11px;
  text-align: left;
}

.imagebox img,
#gallery-thumb {
  border: 1px white solid;
  display: block;
}

.imagebox a,
#gallery-link {
  border: 1px #412a12 solid;
  display: inline-block;
  vertical-align: middle;
}

#gallery .gallery_arrow {
  display: inline;
  vertical-align: middle;
}

.imagebox img:hover,
#gallery-thumb:hover {
  border: 1px #f2891c solid;
}

table.gallery td{
  width: 25%;
  vertical-align: top;
  padding-bottom: 25px;
}

.imagebox .image-wrap.small-thumbnail {
  width: 124px;
  height: 124px;
  line-height: 124px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

a.gallery-arrow,
a.gallery-arrow img{
  border:none;
}

#gallery-legend {
  font-style: italic;
}

#conditions p,
#conditions ul {
 margin-left: 35px;
}

/* Styles for the contact form */
.form {
  margin-right: auto;
  margin-left: auto;
}

.form th {
  font-weight: bold;
  text-align: left;
  color: #412a12; 
}

.form input,
.form select {
  background-color: white;
  border: none;
  border-bottom: 1px solid #412a12;
}

.form textarea {
  background-color: white;
  border: 1px solid #412a12;
}

/* Styles for the pricelist page */
.prices {
  background-color: white;
  border: 1px solid #412a12;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 10px 1px;
  padding: 5px 10px 10px 10px;
}

.prices th {
  font-weight: bold;
  font-size: 14px;
  color: #412a12;
  text-align: left;  
  padding-bottom: 15px;
}

.prices td {
  border-bottom: 1px dashed #412a12;
  margin: 0px 10px 0px 10px;
}

.prices .service {
  padding-right: 20px;
}

.prices .price {
  text-align: right;
}

/* styles for the details of a balade */
.baladedetails {
  background-color: white;
  border: 1px solid #412a12;
  margin: 25px auto 0px auto;
}

.baladedetails th {
  font-weight: bold;
  font-size: 12px;
  color: #412a12;
  text-align: left;
}
