* {
  margin: 0;
  padding: 0
  }
  
html, body {
	height: 100%;
	}

body {
  font-size: small;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  line-height: 1.5em;
  background: #efe38a url(../images/bg.gif) top center repeat-x;
  color: #6a5f0c;
  }

a:link, a:visited {
  color: #4c6a24;
  }
  
a:hover {
  color: #354e13;
  }

p {
  padding: 0.6em 0;
  }
  
strong {
  color: #dd5200;
  }

h1 {
  margin: 45px 0 0 0px;
  overflow: hidden;
  font-size: 1.9em;
  }

h1, h1 span {
  float: left;
  position: relative;
  width: 177px;
  height: 51px;
  }

h1 span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/logo.gif) top left no-repeat;
  }
  
h1 a:hover span {
  cursor: pointer;
  }
  
h2 {
  margin: 0px 0 5px 0px;
  overflow: hidden;
  font-size: 1.3em;
  }

h2, h2 span {
  float: right;
  position: relative;
  width: 553px;
  height: 102px;
  }

h2 span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/slogan.jpg) top left no-repeat;
  }
  
h3 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0.7em 0 0.4em 0;
  }
  
h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0.7em 0 0.4em 0.5em;
  }

/************************************************************  PAGE */

body>#page {
  height: auto;
  }

#page {
  min-height: 100%;
  height: 100%;
  position: relative;
  }

#min {
  min-width: 770px;
  }

#max {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 90px;
  }

#header {
  height: 140px;
  }

#header-address {
  color: white;
  width: 400px;
  float: right;
  position: relative;
  top: -8px;
  text-align: right;
  padding-right: 10px;
  }

#header-address a {
  color: #efe38a;
  }

#header-address a:hover {
  color: #91b166;
  }

/************************************************************ CONTENT */

#main {
  padding: 0px 0 0px 200px;
  }

#content {
  width: 100%;
  float: right;
  }

#content-in {
  padding: 20px 0 20px 30px;
  }

#content img.right {
  float: right;
  margin: 10px 0 10px 10px;
  }


#content img.left {
  float: left;
  margin: 10px 15px 10px 0;
  }

#content img.left#front {
  float: left;
  margin: 0px 15px 10px 0;
  }

#content ul {
  list-style: none;
  padding: 10px 0 ;
  }

#content ul li {
  padding-left: 22px;
  padding-bottom: 5px;
  background: url(../images/content-arrow.gif) 0 10px no-repeat;
  }
  
table.prices {
  width: 100%;
  border: 4px double #7e7321;
  margin: 15px 0 25px 0;
  }
  
.prices th {
  background: #a04008;
  color: #fff;
  padding: 4px 10px;
  }
  
.prices td {
  background: #a04008;
  color: #fff;
  padding: 4px 10px;
  }
  
.prices td.show-prices-only {
  text-align: center;
  }
  
.prices td.show-prices-only a {
  color: #fff;
  }
  
.prices td.show-prices-only a:hover {
  color: #fff;
  text-decoration: none;
  }
  
/************************************************************  TESTIMONIALS */

.testimonial {
  font-style: italic;
  }

.right {
  text-align: right;
  color: #dd5200;
  }

/************************************************************  FORM */

fieldset {
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  border: 4px double #817624;
  }
  
legend {
  font-size: 1.6em;
  padding: 0 10px;
  color: #a04008;
  }
  
label.bold {
  font-weight: bold;
  }

input, .services {
  margin-bottom: 8px;
  }

input.move {
  margin-bottom: -1px;
  }
  
input.button {
  background: #953903;
  color: #fff;
  padding: 1px 3px;
  margin-top: 10px;
  }
  
/*********************************************************** COLUMN */

#column {
  width: 190px;
  margin-left: -190px;
  padding-top: 10px;
  float: right;
  background: #827726 url(../images/column-nav-bg.jpg) top left no-repeat;
  }

/************************************************************  NAVIGATION */

#nav {
  float: left;
  width: 190px;
  padding-bottom: 25px;
  }

#nav ul {
  list-style: none;
  }

#nav ul li {
  width: 180px;
  float: left;
  }

#nav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #efe38a;
  text-decoration: none;
  background: url(../images/column-nav-dotted-line.gif) 10px 39px no-repeat;
  padding-left: 22px;
  }

#nav ul li a.active {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-left: 5px;
  text-decoration: underline;
  }

#nav ul li a:hover {
  text-decoration: underline;
  color: #fff;
  }

#nav ul li.second a {
  padding-left: 22px;
  color: #fbdece;
  }

#nav ul li.second a.active {
  color: #fff;
  padding-left: 22px;
  text-align: left;
  text-decoration: underline;
  }

#nav ul li.second a:hover {
  color: #fff;
  }

/************************************************************  FOOTER */

#footer {
  height: 80px;
  background: #91b166;
  border-top: 5px solid #847927;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  }
  
#footer p {
  text-align: center;
  padding-top: 15px;}

#footer a {
  color: #4c6a24;
  text-decoration: none;
  border-bottom: 1px dotted #4c6a24;
  padding-left: 15px;
  background: url(../images/content-a-arrow.gif) 0 6px no-repeat;
  }

#footer a:hover {
  color: #354e13;
  text-decoration: none;
  border-bottom: 1px solid #5f8230;
  }

br.cleaner {
  clear: both;
  }
  
.pr {
	padding: 10px 15px;
	background: #953903;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}  

.pr a {
	color: #fff;
	text-decoration: underline;
}

.pr a:hover {
	color: #fff;
	text-decoration: none;
}



















