body {
  margin:0px;
  padding:0px;
  font: 13px 'Arial';
  text-align:left;
  background-color: #d6cabc;
  background-image: url(img/bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  color: #716a5c;
}

a {
  font: 12px 'Arial';
  color:#716a5c;
  text-decoration:underline;
}

a:hover {
  font: 12px 'Arial';
  color:#716a5c;
  text-decoration:underline;
}

img {
  border:0px;
}

html {
	overflow: -moz-scrollbars-vertical;
}

p 
{
  margin:0px;
}

ul
{
  padding: 10px;
  margin: 10px;
  margin-left: 30px;
}

#container {
  margin: auto;
  width: 864px;
  position: relative;
  padding-bottom:10px;
}

#header
{
	background-image: url(img/header.jpg);
	height: 183px;
}

#menu
{
  height: 42px;
  float: left;
}

#menu .element
{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  font: 12px 'Tahoma';
  color: #d3bda4;
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 26px;
}

#menu .element a
{
  font: 12px 'Tahoma';
  color: #d3bda4;
  text-decoration:none;
}

#menu .element a:hover
{
  font: 12px 'Tahoma';
  color: #ff8200;
}

#menu .active
{
  background-color: #2e1d0b;
  font-weight: bold;
  color: #ff8200;
}

#menu .active a, #menu .active a:hover
{
  background-color: #2e1d0b;
  font-weight: bold;
  color: #ff8200;
}

#lang
{
  float: right;
  padding-right: 10px;
}

#lang .element
{
  margin-top: 2px;
  margin-bottom: 2px;
  float: left;
  font: 12px 'Tahoma';
  color: #d3bda4;
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 8px;
  height: 26px;
}

#lang .element a, #lang .element a:hover
{
  font: 12px 'Tahoma';
  color: #d3bda4;
  text-decoration:none;
}

#lang .element a:hover
{
  color: #ff8200;
}

#lang .active a, #lang .active a:hover
{
  font-weight: bold;
}

#content
{
  position: relative;
  min-height: 380px;
  background-color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  z-index:1;
}

#content #body
{ 
  position: relative;
  background-repeat: repeat-x;
  background-color: #f9f1df;
  background-image: url(img/content_bg.gif);
  background-position: top left;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  z-index:2;
}

#content #body #left
{
  position: relative;
  float:left;
  width: 581px;
  z-index:3;
}

#content #body #left #headline
{
  position: relative;
  z-index:4;
  width: 546px;
  height: 21px;
  background-image: url(img/headline_bg.gif);
  background-repeat: repeat-no;
  padding-left: 34px;
  padding-top: 7px;
}

h1
{
  font: 11px 'Tahoma';
  font-weight: bold;
  margin:0px;
  padding:0px;
}

#content #body #left #text
{
  position: relative;
  z-index:5;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

#content #body #right
{
  position: relative;
  z-index:6;
  float:right;
}

#content #footer
{
  background-color: #e0d3bc;
  height: 50px;
  font: 10px 'Arial';
}

#content #footer #left
{
  float:left;
  padding-top: 20px;
  padding-left: 30px;
}

#content #footer #right
{
  padding-right: 30px;
  padding-top: 20px;
  float:right;
}

#bottom
{
  height:17px;
  background-image: url(img/bottom_shadow.gif);
  background-repeat: repeat-no;
}

.clearer
{
  clear:both;
}

.fb_form
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.fb_form .row
{
  clear:left;
  position:relative;
  float:left;
  width:570px;
}

.fb_form .input, .fb_form .label
{
  float:left;
  position:relative;
}

.fb_form .input
{
  margin-top: 2px;
  margin-bottom: 2px;
}

.fb_form .label
{
  width: 180px;
  padding-right: 10px;
  padding-top:5px;
}

.fb_form textarea 
{
  width: 350px;
  height: 100px;
}

.fb_form .error
{
  position:relative;
  float:left;
  margin:0px;
  padding:0px;
  padding-top:5px;
  padding-left: 10px;
  width: 200px;
}

.fb_form ul
{
  margin:0px;
  padding:0px;
}

.fb_form ul li
{
  list-style-type:none;
  color: #cc0000;
}

.fb_form .send
{
  margin-left: 190px;
}

.fb_form .vert_errors .errors
{
  padding-top:5px;
  margin-bottom:5px;
  height: 15px;
}

h2
{
  font-size: 24px;
  padding:0px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #2e1d0b;
}

.prices td
{
  border-bottom: 1px solid #e0d3bc;
}

.prices .header
{
  background-color: #e0d3bc;
}

#process
{
  width:100%;
  text-align: center;
}

#process .box
{
  border: 1px dashed #CDB893;
  background-color: #e0d3bc;
  padding: 4px;
}

#process .step
{
  background-color: #CDB893;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 43px;
  vertical-align:middle;
}

#process .desc
{
  padding:7px;
  color: 705B33;
}

#process .desc ul
{
  padding:0px;
  margin:0px;
  padding-right:5px;
  padding-left: 15px;
  text-align: left;
}