*
{
  margin: 0;
  padding: 0;
}

html
{
  min-width: 1024px;
}

body
{
  background: #c9a166 url('images/background.jpg');
  overflow: auto;
  font-family: arial;
  color: #63331d;
  min-width: 1024px;
}

a
{
  color: #63331d;
  text-decoration: underline;
  cursor: pointer;
}

#wrapper{
}

.navigation a
{
  margin: 5px;
  cursor: pointer;
}

.navigation a.one
{
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs.png') 0 0;
  border: none;
  float: left;
}

.navigation a.one:hover
{
  background: url('images/menu-imgs-hover.png') 0 0;
}

.navigation a.one-active
{
  cursor: default;
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs-orange.png') 0 0;
  border: none;
  float: left;
}

.navigation a.one-active:hover
{
  background: url('images/menu-imgs-orange-hover.png') 0 0;
}

.navigation a.two
{
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs.png') -67px 0;
  border: none;
  float: left;
}

.navigation a.two:hover
{
  background: url('images/menu-imgs-hover.png') -67px 0;
}

.navigation a.two-active
{
  cursor: default;
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs-orange.png') -67px 0;
  border: none;
  float: left;
}

.navigation a.two-active:hover
{
  background: url('images/menu-imgs-orange-hover.png') -67px 0;
}

.navigation a.three
{
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs.png') -132px 0;
  border: none;
  float: left;
}

.navigation a.three:hover
{
  background: url('images/menu-imgs-hover.png') -132px 0;
}

.navigation a.three-active
{
  cursor: default;
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs-orange.png') -132px 0;
  border: none;
  float: left;
}

.navigation a.three-active:hover
{
  background: url('images/menu-imgs-orange-hover.png') -132px 0;
}

.navigation a.four
{
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs.png') -197px 0;
  border: none;
  float: left;
}

.navigation a.four:hover
{
  background: url('images/menu-imgs-hover.png') -197px 0;
}

.navigation a.four-active
{
  cursor: default;
  padding: 0;
  display: block;
  width: 55px;
  height: 75px;
  background: url('images/menu-imgs-orange.png') -197px 0;
  border: none;
  float: left;
}

.navigation a.four-active:hover
{
  background: url('images/menu-imgs-orange-hover.png') -197px 0;
}


.page
{
  height: 1200px;
}

.pane
{
  background: url('images/shadow.png') center no-repeat;
  padding-bottom: 10px;
}

.inner
{
  width: 973px;
  height: 760px;
  overflow: hidden;
  margin: 0 auto;
}

#one
{
  position: absolute;
  top: 0;
  width: 100%;
}

#one .pane
{
  /*background: url('images/shadow-p1.png') center no-repeat;*/
}

#one .inner
{
  width: 990px;
}

#one .content
{
  display: block;
  width: 1024px;
  padding-bottom: 1em;
}

#one .header
{
  display: block;
  height: 475px;
  width: 977px;
  background: url('images/b1-header.jpg') center no-repeat;
  margin-bottom: 10px;
}

#one .header .navigation
{
  padding: 10px 0 0 35px;
}

#one .col-one
{
  width: 440px;
  height: 300px;
  margin: 0 35px 0 10px;
  float: left;
}

#one .col-one .portfolio img
{
  border: 7px solid #808285;
}

#one .col-one p
{
  font-size: 16px;
}

#one .col-two
{
  width: 450px;
  border-left: 1px solid #eed3aa;
  padding-left: 35px;
  float: left;
  font-style: italic;
}

#one .col-two p
{
  margin-bottom: 8px;
}

#one .col-two h3
{
  font-size: 1.1em;
}

#one .col-two h4
{
  font-size: .9em;
}

#one .col-two .buzz
{
  margin-bottom: 20px;
}



#two
{
  display: block;
  width: 100%;
  position: absolute;
  top: 1300px;
  left: 100%;
}

#two .inner
{
}

#two .navigation
{
  display: block;
  height: 75px;
  padding: 25px 25px 10px;
}

#two .col-one
{
  width: 300px;
  float: left;
  margin-left: 10px;
}

#two .col-one p
{
  font-size: 21px;
  width: 240px;
}

#two .col-one .top
{
  border-bottom: 1px solid #eed3aa;
  padding-left: 25px;
}

#two .col-one .top h3
{
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0;
}

#two .col-one .top img
{
  border: solid 5px #a5a5a4;
}

#two .col-one .top p
{
  font-size: 21px;
  font-style: italic;
  margin-bottom: 25px;
}

#two .col-one .bottom
{
  padding-left: 25px;
}

#two .col-one .bottom h3
{
  font-size: 24px;
  font-style: italic;
  margin: 20px 0;
}

#two .col-one .bottom p
{
  font-size: 21px;
  
}

#two .col-two
{
  width: 620px;
  text-align: left;
  border-left: 1px solid #eed3aa;
  padding-top: 0;
  float: left;
  margin-top: -25px;
}

#two .col-two .top
{
  padding-left: 25px;
}

#two .col-two .top p
{
  padding: 15px 5px 0;
  font-style: italic;
  font-size: 19px;
}

#two .col-two .bottom
{
  margin-top: 20px;
  padding-left: 25px;
  border-top: 1px solid #eed3aa;
  padding-bottom: 10px;
  position: relative;
}

#two .col-two h3
{
  font-style: italic;
  font-size: 24px;
  padding: 20px 0 10px;
}

#two .col-two .bottom p
{
  font-size: 18px;
  font-style: italic;
}

#two .col-two .bottom span
{
  position: absolute;
  right: 125px;
}

#two .bottom-line
{
  border-top: 1px solid #eed3aa; 
  clear: both;
  margin: 0 42px 0 10px;
}


#three
{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

#three .inner
{
}

#three .navigation
{
  display: block;
  height: 75px;
  margin: 25px 0 10px;
}

#three .col-one
{
  width: 489px;
  height: 610px;
  padding-top: 10px;
  background: url('images/p3-roundtop.jpg') top center no-repeat;
  float: left;
  margin: 25px 50px 25px 75px;
}

#three .col-one .inner
{
  height: 660px;
  width: 489px;
  background: #FFF url('images/p3-roundbottom.jpg') bottom center no-repeat;
  margin: 0;
}

#three .col-one img.header
{
  padding-left: 5px;
}

#three .col-one h3
{
  padding: 20px 0 0 15px;
  font-weight: normal;
  font-style: italic;
}

#three .col-one p
{
  padding-top: 15px;
}

#three .col-one a img
{
  padding: 0 0 10px 15px;
  border: none;
}

#three .col-two
{
}

#three .col-two h3
{
  font-size: 24px;
  font-style: italic;
  padding-bottom: 10px;
}

#three .col-two p
{
  font-size: 19px;
  font-style: italic;
}



#four
{
  position: absolute;
  display: block;
  height: 1200px;
  width: 100%;
  top: 1300px;
  left: 0;
}

#four .inner
{
  position: relative;
}

#four .navigation
{
  margin-top: 25px;
  margin-left: 20px;
  width: 300px;
}

#four .content
{
  margin: 125px 0 0 25px;
  
  /* ie7 fix  */
  //margin: 0 0 0 25px;
}

#four .content .col-one
{
  width: 400px;
  float: left;
}

#four .content .col-one .phone
{
  font-size: 60px;
  font-weight: bold;
  margin-top: 100px;
}

#four .content .col-one .item
{
  color: #b28649;
  font-size: 60px;
  font-weight: bold;
  margin-top: 75px;
}

#four .content .col-one .lot, #four .content .col-one .qty
{
  color: #b28649;
  font-size: 60px;
  font-weight: bold;
}

#four .content .col-two
{
  width: 300px;
  float: left;
  margin-left: 50px;
}

#four form
{
  background: url('images/p4-form-bg.jpg') center no-repeat;
  height: 547px;
  width: 368px;
  padding: 20px 40px;
  position: relative;
  color: #000000;
}

#four form .error
{
  position: absolute;
  bottom: 130px;
  left: 45px;
  font-style: italic;
  color: #000000;
}

#four form input
{
  background: #e6e7e8;
  border: none;
  height: 25px;
  width: 337px;
  padding: 10px 10px 0;
  font-size: 15px;
  font-family: arial;
}

#four form textarea
{
  background: #e6e7e8;
  border: none;
  width: 337px;
  font-size: 15px;
  padding: 10px;
  height: 180px;
  font-family: arial;
}

#four form label
{
  color: #000000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 4px;
  display: block;
}

#four form .divider
{
  border: 4px solid #000000;
  margin: 6px 11px 2px 0;
}

#four form input#submitinput
{
	height: 40px;
	font-size: 1.5em;
	background: #FFFFFF;
	text-align: right;
	padding: 0px;
	width: 357px;
}

.clear
{
  clear: both;
}

a img
{
  border: none;
}

.hidden, .dontshow
{
  display: none;
}
