@import url("nav.css");
@import url("content.css");

body, html, form {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #938a73;
}


#main {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 146px;
}

#logo {
  background: url('../img/logo.jpg') top left no-repeat transparent;
  height: 119px;
  width: 334px;
  cursor: pointer;
}

#estimate:hover { background-position: -295px 0; }
#estimate span { display: none; }
#estimate {
  background: url('../img/btn_estimate.jpg') top left no-repeat transparent;
  height: 119px;
  width: 295px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
}

#sidebar {
  width: 214px;
  float: left;
  margin: 3px 3px 0 0;
}

#content {
  height: 1%;
  padding-bottom: 40px;
}

#content-text {
  padding: 40px;
  line-height: 1.5em;
  min-height: 400px;
}

#colmask {
	position:relative;
  clear:both;
  float:left;
  width:100%;
  margin-top: 3px;
  overflow: hidden;
}

#colmask #colright {
  float:left;
  width: 200%;
	position: relative;
	left: 214px;
  background: #fff;
}

#colmask #content-wrap {
  float: right;
  width: 50%;
  position: relative;
  right: 208px;
}

#colmask #content {
  margin: 0 8px 0 214px;
  position:relative;
  right: 100%;
  border: 2px solid #c2b396;
  width: 776px;
}

#colmask #sidebar {
  float: left;
  width: 214px;
  position: relative;
  right: 214px;
  margin: 0;
}

#footer {
  clear: both;
  text-align: center;
  padding: 1em 0;
  font-size: 0.8em;
}
