/* Common */
body,table,input,select,textarea { 
  font-family: 'Lucida Sans', Arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
  border: 0;
}

body {   
  color: #000;
  background: #e4ded6 url('../images/i-body.gif') repeat-x;  
}

h1 {  
  font: normal 1.5em 'Garamond', serif;
  background-color: #f6f4f1;
  padding: 15px 10px;
  color: #75583c;
  margin: 0 0 25px 0;
}

h2 {  
  font: normal 1.25em 'Garamond', serif;
  border-bottom: #f6f4f1 solid 1px;
  color: #75583c;
  margin: 0 0 15px 0;
}

#content p, #content dl { 
  margin:1em 0;
  font-size: 0.8125em; 
}

#content a {
  text-decoration: none;
  color: #75583c;
}

#content a:hover {
  text-decoration: overline;
}

dl.col dt { 
  float:left; 
  width:10em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr {
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}

.centre {
  text-align: center;
}

/* messages / errors box */
.Msg {
  margin: 1em 0;
}

.Msg ul {
  padding: 0.5em;
  list-style-type: none;
}

.Messages ul {
  border: 1px solid darkblue;
  background-color: lightblue;
}

.Errors ul {
  border: 1px solid darkred;
  background-color: pink;
}

/* Layout */

#constrain {
  position: relative;
  width: 1072px;
  margin: 0 auto;
}

#header {
/*  background: transparent url('../images/p-hero-bedroom.jpg') no-repeat; */
  background: transparent url('../images/p-hero-living.jpg') no-repeat; 
  height: 407px;
}
#noheader {
  background: transparent url('../images/p-hero-blank-2.gif') no-repeat; 
  height: 407px;
}
#logo {
  position: absolute;
  top: 15px;
  left: 0;
}

#shadow {
  width: 960px;
  margin: 0 auto;
  background: transparent url('../images/i-shadow-m.png') repeat-y;
  padding: 0 56px;
}
#no-header {
  	background:transparent url('../images/i-no-header.jpg') no-repeat;
	}
#no-header #nav-top {
	height:57px;
	padding: 0 39px 0 0;
	width:574px;
	position:relative;
	top:0;
	right:auto;
	left:auto;
	padding:50px 0 0 403px;
	}
	
  /* Main Navigation */
  #nav-top {
    position: absolute;
    top: 350px;
    right: 56px;
    height: 57px;
    padding: 0 39px 0 0;
    width: 574px;
  }
  #nav-top li {
    list-style: none;
    float: left;
  }
  
  #nav-top a {
    background: transparent url('../images/i-nav-r.gif') no-repeat scroll top right;
    color:#b1a599;
    display: block;
    float: left;    
    font:normal 1.5em 'Garamond', serif;
    height: 57px;    
    width: 190px;
    margin:0;
    padding-right: 1px; /* sliding doors padding */
    text-decoration: none;    
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
  }

  #nav-top a span {
    background: transparent url('../images/i-nav-l.gif') no-repeat;
    display: block;
    line-height: 50px;
    padding: 0 0 7px 0;
  }

  #nav-top a:hover {
    text-decoration: overline;
  }

#content {
  padding: 25px 50px 50px 50px;
}
  
#footer {
  background: transparent url('../images/i-shadow-b.png') no-repeat;
  height: 91px;
  text-align: center;
  padding: 15px 0 0 0;
}

#footer li {
  list-style: none;
  display: inline;
  background: transparent url('../images/g-listicon-b.gif') no-repeat 100% 4px;
  padding: 0 20px 0 4px;
  font: normal 0.875em 'Garamond', serif;
  color: #ece9e3;
}

#footer li.last {
  background: 0;
}

#footer a {
  color: #ece9e3;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: overline;
}
  
#author {
  text-align: right;
  margin: -46px 106px 0 0;
}

#author a {
  color: #75583c;
  font-size: 0.75em;
  text-decoration: none;
}

#author a:hover {
  text-decoration: overline;
}

/* Content styling */

.caption {
  background-color: #c2b5a2;
  width: 250px;
  font-size: 0.75em;
  color: #75583c;
  padding: 10px;
  margin: 0 0 30px 30px;
}

.caption img {
  margin: 0 0 5px 0;
}

.gallery .caption {
  float: left;
  margin: 0 8px 16px 8px;
}

.text-area {
  margin: 0 0 0 30px;
}

/* content buttons */

#content a.button {
  background: transparent url('../images/g-button-r.gif') no-repeat scroll top right;
  color:#f0ede8;
  display: block;
  float: right;    
  font:normal 1.375em 'Garamond', serif;
  height: 38px;    
  margin:5px 6px 15px 0;
  padding-right: 5px; /* sliding doors padding */
  text-decoration: none;    
}

#content a.button span {
  background: transparent url('../images/g-button-l.gif') no-repeat;
  display: block;
  line-height: 38px;
  padding: 0 8px 5px 10px;
}

#content a:hover.button {
  text-decoration: overline;
}

.gallery .last-center {
	margin-left: 295px;
	}