html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #7c6a55;
}

body {
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

body * {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0 0 0 15px;
}
ol {
  padding: 0 0 0 20px;
}
ul li, ol li {
  color: #7c6a55;
}

a img {
  border: 0;
}

h3 {
  color: #7c6a55;
  font-size: 100%;
  margin-top: 1em;
}

#page {
  width: 760px;
  margin: 0 auto -54px;
  padding: 0 36px;
  background-color: white;
  background-image: url(/furniture/page_bg.png);
  background-repeat: repeat-y;
  background-position: top left;

  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#push {
  height: 54px;
}

#header {
  padding: 40px 0 30px 0;
  height: 65px;
}

#header h1 a {
  text-indent: -5000px;
  float: left;
  margin-left: 20px;
  display: inline;
  height: 61px;
  width: 130px;
  outline: none;
  background-image: url(/furniture/eew_design_logo.png);
  background-repeat: no-repeat;
}

#header ul {
  float: right;
  text-align: right;
  list-style: none;
  padding: 20px 20px 0 0;
  height: 18px;
}
#header ul#subnav {
  padding-top: 0;
  position: relative;
  top: -15px;
}
#header ul li {
  float: left;
  text-transform: uppercase;
  font-size: 110%;
  padding-left: 14px;
  font-weight: bold;
}
#header ul#subnav li {
  font-size: 90%;
}
#header ul li a {
  text-decoration: none;
  color: black;
}
#header ul li a:hover,
#header ul li a.on {
  color: #7c6a55;
}

#main {
  padding-bottom: 10px;
  /*overflow: auto;*/
  clear: left;
}

#content {
  margin-top: 20px;
  margin-right: 265px;
}
body.full #content {
  margin-right: 20px;
}
#content h2,
#contactForm h2 {
  font-size: 100%;
  text-transform: uppercase;
  padding-bottom: 1em;
}
#content p {
  padding-bottom: 1em;
  line-height: 1.5em;
}

#footer {
  padding: 20px 0;
  width: 755px;
  height: 14px;
  margin: 0 auto;
}
#footer p {
  text-align: center;
  color: #666;
  font-size: 83%;
}
#footer a {
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  padding-left: 10px;
}
#footer a:hover {
  text-decoration: underline;
  color: #6b5027;
}
#footer a.on {
  color: #6b5027;
}

div#content a,
div#content a:visited {
  color: #6b5027;
}

#clientLogin {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 260px;
}
#clientWelcome, #clientLogout {
  position: absolute;
  top: 60px;
  right: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
#clientLogout {
  top: 85px;
  font-size: 80%;
}
#clientLogout a {
  color: black;
  text-decoration: none;
}
#clientLogout a:hover {
  color:  #6b5027;
}
#clientLogin fieldset {
  width: 250px;
  border: 0;
}
#clientLogin label {
  display: none;
}
#clientLogin input#username {
  background-image: url(/furniture/input_username_bg.png);
}
#clientLogin input#password {
  background-image: url(/furniture/input_password_bg.png);
}
#clientLogin input#username,
#clientLogin input#password {
  border: 0;
  height: 16px;
  width: 154px;
  padding: 2px 0 0 90px;
  margin-bottom: 5px;
}
#clientLogin p {
  color: red;
  margin: 0;
  padding: 0;
  text-align: center;
}

body.clients #header ul {
  display: none;
}

div#clientContent {
  float: left;
  width: 240px;
}

#clientUpload fieldset {
  border: 0;
  padding-left: 10px;
}
#clientUpload label {
  display: none;
}
#clientUpload textarea {
  background-image: url(/furniture/input_textarea_bg.png);
  border: 0;
  width: 474px;
  height: 92px;
  padding: 5px;
}
#clientUpload input#filename {
  background-image: url(/furniture/input_rename_bg.png);
  border: 0;
  width: 280px;
  height: 16px;
  padding: 2px 0 0 90px;
}
#clientUpload input#submit {
  position: relative;
  top: 5px;
  left: 9px;
}
#clientUpload input#file {
  margin-bottom: 5px;
}

body.contactPage #content {
  margin-right: 530px;
}
#contactForm {
  width: 250px;
  float: right;
  padding: 20px 20px 0 0;
  margin-bottom: 60px;
}
#contactForm fieldset {
  border: 0;
}
#contactForm label {
  display: none;
}
#contactForm input,
#contactForm textarea {
  border: 0;
  width: 174px;
  height: 18px;
  padding: 2px 0 0 70px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
#contactForm textarea {
  width: 240px;
  height: 208px;
  padding: 2px 2px 2px 4px;
}
#contactForm input#name {
  background-image: url(/furniture/input_name_bg.png);
}
#contactForm input#email {
  background-image: url(/furniture/input_email_bg.png);
}
#contactForm input#subject {
  background-image: url(/furniture/input_subject_bg.png);
}
#contactForm textarea {
  background-image: url(/furniture/input_feedback_bg.png);
}

body.contact table {
  border-collapse: collapse;
  margin: 15px 0 5px 0;
}
body.contact table td {
  padding: 0 5px 0 0;
}

ul#sitemap,
ul#sitemap li ul {
  list-style: none;
  margin: 0 0 0px 0;
  padding: 0;
}
ul#sitemap li,
ul#sitemap li ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 250px;
  text-align: center;
  background-image: url(/furniture/sitemap_bg2.png);
  background-repeat: no-repeat;
}
ul#sitemap li ul li {
  margin: 0 0 0 0;
}
ul#sitemap li.parent {
  background-image: url(/furniture/sitemap_bg_parent.png);
}
ul#sitemap li a,
ul#sitemap li ul li a {
  display: block;
  padding: 4px 0 1px 0;
  height: 14px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-size: 7pt;
}
div#content ul#sitemap li a:hover {
  color: #7c6a55 !important;
}
div#content ul#sitemap li a:visited,
div#content ul#sitemap li ul li a:visited {
  color: black;
}
ul#sitemap li ul {
  margin-left: 270px;
  margin-top: -20px;
}

img#port_left,
img#port_right {
  padding: 0 0 148px 0;
  border: 0;
}
img#port_left {
  padding-right: 5px;
}
img#port_right {
  padding-left: 5px;
}
a:focus {
  outline: none;
}


p#portfolioList {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
p#portfolioList a {
  text-decoration: none;
  background-image: url(/furniture/port_bull_off.png);
  background-repeat: no-repeat;
}
p#portfolioList a.selected {
  background-image: url(/furniture/port_bull_on.png);
}


#content p.news_date {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #7c6a55;
}

dl#vacancy_list {
}
dl#vacancy_list dt {
  color: #7c6a55;
}
dl#vacancy_list dt span {
  text-decoration: underline;
  cursor: pointer;
}
dl#vacancy_list dd {
  padding: 10px 0 0 10px;
}
dl#vacancy_list dd p {
  width: 485px;
}

dl#vacancy_list dt span.bullet {
  text-decoration: none;
  padding-right: 6px;
  font-size: 160%;
  line-height: 0em;
  position: relative;
  top: 3px;
}


#loginContainer {
  position: relative;
  float: right;
  height: 300px;
}
#clientFilesSet {
  margin-top: 20px;
}
#clientFilesSet .row,
#clientFilesSet .rowInner,
#clientFilesSet .rowHeader {
  clear: left;
  overflow:hidden;
}
#clientFilesSet .rowHeader {
  margin-bottom: 10px;
}
#clientFilesSet .col {
  float: left;
  padding: 7px 5px 0 10px;
}
#clientFilesSet .rowHeader .col {
  height: 23px;
  background-image: url(/furniture/th_bg.png);
  text-align: left;
  color: white;
  font-weight: normal;
}
#clientFilesSet .rowHeader .col5 {
  text-align: center;
}
#clientFilesSet .rowHeader .col1 {
  background-image: url(/furniture/gradient_left.png);
  background-position: left;
}
#clientFilesSet .rowHeader .col5 {
  background-image: url(/furniture/gradient_right.png);
  background-position: right;
}
#clientFilesSet .row {
  background-image: url(/furniture/round_border_top.png);
  background-position: top;
  background-repeat: no-repeat;
}
#clientFilesSet .rowInner {
  background-image: url(/furniture/round_border_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

#clientFilesSet .col1 {
  width: 155px;
}
#clientFilesSet .col2 {
  width: 280px;
}
#clientFilesSet .col3 {
  width: 120px;
}
#clientFilesSet .col4 {
  width: 60px;
}
#clientFilesSet .col5 {
  width: 50px;
  text-align: center;
}


#currentPortImage {
  padding-top: 10px;
}