html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  font-family: helvetica, arial, verdana, sans;
}
body {
  background: url(../graphics/background2.jpg) center top no-repeat;
}
#site {
  width: 1000px;
  margin: auto;
}
#header {
  float: left;
  height: 110px;
  width: 100%;
  position: relative;
}
#menu {
  float: left;
  height: 65px;
  width: 100%;
  background: url(../graphics/menu_bg.png) no-repeat;  
}
#menu ul {
  float: left;
  margin: 20px 0px 0px 30px;
  padding: 0px;
  position: relative;
  z-index: 1001;
}
#menu ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  display: inline;
  background: url(../graphics/button.png) no-repeat;  
  height: 48px;
  width: 178px;
  margin-right: 13px;
  line-height: 1em !important;
}
#menu ul li a {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#main {
  float: left;
  min-height: 400px;
  width: 100%;
  background: url(../graphics/main_bg.png) repeat-y;  
  position: relative;
}
#footer {
  float: left;
  height: 46px;
  width: 100%;
  background: url(../graphics/footer_bg.png) no-repeat; 
  margin-bottom: 20px;
}
#finish_logo {
  float: left;
  width: 163px;
  height: 99px;
  background: url(../graphics/finish_logo.png) no-repeat; 
  margin-left: 20px;
}
#title {
  float: left;
  width: 544px;
  height: 36px;
  background: url(../graphics/title.png) no-repeat; 
  margin: 40px 0px 0px 60px;
}
#mrq {
  float: left;
  width: 175px;
  height: 249px;
  background: url(../graphics/mrq.png) no-repeat; 
  position: absolute;
  right: -20px;
  z-index: 1000;
}
#slogan {
  position: absolute;
  left: 655px;
  top: 5px;
}
#content {
  float: left;
  width: 640px;
  margin: 50px 30px 20px;
}
#side_bar {
  float: right;
  width: 253px;
  margin: 140px 30px 30px 0px;
}
#dishwasher {
  float: right;
  margin: 0px -70px -100px 0px;
}
div.block {
  float: left;
  width: 253px;
  min-height: 200px;
  background: url(../graphics/block_bottom.png) no-repeat bottom; 
  padding-bottom: 20px;
  margin-bottom: 30px;
}
div.inner_block {
  background: url(../graphics/block_bg.png) no-repeat;
  float: left;
  width: 213px;
  min-height: 210px;
  padding: 0px 20px;
}
#buzzer {
  float: left;
  margin: -10px 20px 10px;
}
#bottom_menu {
  float: left;
  margin: 0px;
  padding: 0px;
}
#bottom_menu li {
  display: inline;
  border-right: solid 1px #d20024;
  padding: 0px 15px;
  margin: 0px;
  list-style: none;
}
#bottom_menu li:last-child {
  border: none;
}
#bottom_menu li a {
  color: #d20024;
  font-size: 13px;
}



/**** FONT STYLES ****/

h1 {
  color: #d20024;
  font-size: 34px;
  margin: 20px 0px;
  border-bottom: solid 1px #ccc;
  padding: 0px;
}
h2 {
  color: #00338a;
  color: #0083c8;
  color: #0057a2;
  font-size: 24px;
  border-bottom: solid 1px #ccc;
  margin: 30px 0px 10px;
  padding: 0px;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
h3 {
  color: #333;
  font-size: 18px;
  border-bottom: solid 1px #ccc;
  font-style: italic;
  margin: 30px 0px 0px;
  padding: 0px;
}
h4 {
  color: #0057a2;
  font-size: 18px;
  margin: 20px 0px 0px;
  padding: 0px;
}
h5 {
  color: #333;
  font-size: 15px;
  margin: 20px 0px 10px;
  padding: 0px;
}
p, li {
  font-size: 15px;
  line-height: 1.4em;
  color: #333;
}
a img {
  border: none;
}
a {
  color: #d20024;
}
table.fotos {
  margin-top: 40px;
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-spacing: 0px;
}
table.fotos td {
  height: 180px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#twitter {
  margin: 0px;
  padding: 0px;
}
#twitter li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-style: italic;
}
#twitter .datetime {
  display: none;
}
