* { margin: 0; padding: 0; }

html { height: 100%; font-size: 62.5% }

body {
height: 100%;
background: #FFE5BC url('../img/bg.gif') repeat-x 0 0;
text-align: center;
font: 12px Verdana, Arial, Helvetica, sans-serif;
min-width: 940px;
}

a {
color: #410909;
text-decoration: underline;
font-weight: bolder;
outline: none;
}

a:hover {
text-decoration: none;
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

img {
	border: none;
	margin: 10px 10px 20px 10px;	
}

img.right {
	float: right;
}

img.left {
	float: left;
}

h1 {
font: 18px Georgia, "Times New Roman", Times, serif;
color: #3F0707;
background-color: #FFCF83;
border: 1px solid #D98242;
padding: 2px 0 2px 9px;
margin-bottom: 9px;
letter-spacing: 1px;
}

p, ul, ol {
color: #3C0808;
line-height: 2;
margin-bottom: 15px;
}

ul, ol {
	margin-left: 30px;
}

#header {
width: 940px;
height: 156px;
margin: 0 auto;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
text-align: left;
background: #510A0B url('../img/bg.gif') repeat-x 0 0;
}

#header p.hbig {
font-size: 30px;
font-weight: normal;
color: #FFF0D0;
letter-spacing: 1px;
padding: 22px 0 0 0;
margin: 0 0 2px 15px;
border-bottom: 1px solid #843419;
width: 50%;
}

#header p.hbig a {
text-decoration: none;
font-weight: normal;
color: #FFF0D0;
}

#header p.hsmall {
margin-left: 15px;
font-size: 16px;
color: #FFE09E;
}

#menu-box {
background: #FFD382 url('../img/menu-bg.gif') repeat-x 0 0;
border-bottom: 1px solid #D98242;
}

#menu {
width: 910px;
margin: 0 auto;
list-style: none;
text-align: left;
font: 14px Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
}

#menu li {
display: inline;
text-align: center;
line-height: 32px;
}

#menu li a {
float: left;
display: block;
color: #1A1414;
font-weight: normal;
padding: 0 18px;
border-right: 1px solid #CB9C49;
text-decoration: none;
}

#menu li a.first {
border-left: 1px solid #CB9C49;
}

#menu li a:hover, #menu li a.active {
background: #FFD382 url('../img/menu-bg-hover.gif') repeat-x 0 0;
}

.content {
width: 940px;
margin: 0 auto;
text-align: left;
margin-bottom: 10px;
}

.content-in {
width: 100%;
}

.column-left {
float: left;
width: 67%;
}

.column-left.wide {
  width: 100%;
}

.column-left-in {
margin: 20px 12px 0 15px;
}

.column-left p {
text-indent: 1px;
}

.column-left p:first-letter {
font-size: 20px;
line-height: 0.9;
letter-spacing: 1px;
}

.column-right {
float: right;
width: 32%;
}

.column-right-in {
margin: 13px 0 0 23px;
}

.contact-leaf-body {
width: 270px;
background: #FFC14F url('../img/contact-leaf-body.gif') repeat-y 0 0;
margin-bottom: 18px;
position: relative;
}

.contact-leaf-top {
background: transparent url('../img/contact-leaf-top.gif') no-repeat left top;
}

.contact-leaf-bottom {
background: transparent url('../img/contact-leaf-bottom.gif') no-repeat left bottom;
padding: 5px 24px 15px 25px;
}

.contact-leaf-body p {
font: 1.5em Georgia, "Times New Roman", Times, serif;
color: #3C0808;
margin: 10px 0 8px 0;
position: relative;
z-index: 2;
}

.contact-leaf-body address {
margin-bottom: 19px;
}

.contact-leaf-bottom ul {
  margin: 0;
  list-style: none;
  text-align: left;
  font-weight: normal;
}

.contact-leaf-bottom li {
  margin: 0 5px 0px 0px;
  padding: 5px;
  font-size: 11px;
  line-height: 12px;
  height: 100%;
  border: none;
  background: none;
  color: black;
}

.contact-leaf-bottom li a {
  text-decoration: underline;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
  background: none;
  border: none;
}

.contact-leaf-bottom li a:hover {
  text-decoration: none;
}

.ornament {
background: url('../img/ornament.gif') no-repeat center 0;
margin: -10px auto 10px auto;
}

#footer-box {
background: url('../img/footer-bg.gif') repeat-x 0 0;
height: 60px;
}

#footer {
width: 940px;
margin: 0 auto;
font: 14px Georgia, "Times New Roman", Times, serif;
}

#footer p {
text-align: center;
padding: 27px 0 0 0;
line-height: 1;
margin: 0;
}

#footer a {
color: #181818;
font-weight: normal;
}

#fadv {
  margin: 0 auto;
  padding: 0 0 0 20px;
  text-align: center;
  clear: both;
  width: 940px;
}

#fadv ul {
  list-style: none;
  display: inline;
  float: left;
  margin: 10px;
  padding: 0;
  width: 100%
}

#fadv li {
  display: block;
  float: left;
  width: 31%;
  margin: 0;
  padding: 5px;
  text-align: left;
  line-height: 12px;
  font-size: 11px;
}

#fadv li a {
  background-color: inherit;
  text-decoration: underline;
  font-weight: normal;
}

#fadv li a:hover {
  text-decoration: none;
}