@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #A79E97;
	background-image: url(../img/bk.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}
#container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/mainmid.jpg);
	background-repeat: repeat-y;
} 
#mainContent .clienteditor #formCost table {
	font-size: 0.75em;
	color: #333;
}

#header {
	height: 198px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D6D5CD;
} 
#navigation {
	height: 48px;
	background-color: #DCE1DD;
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
}
#container #maintop {
	height: 28px;
	background-image: url(../img/maintop.jpg);
	background-repeat: no-repeat;
}
#container #mainbottom {
	background-image: url(../img/base.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 201px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 .address {
	width: 201px;
	background-image: url(../img/address.gif);
	background-position: bottom;
	border: 1px solid #6C5F56;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FBFBFA;
}
#sidebar1 .address p {
	font-size: 0.8em;
	padding-left: 10px;
	margin-bottom: 5px;
}
.address p a {
	color: #B4361F;
}
.address img {
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#sidebar1 .address h3 {
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

#sidebar1 #testimonials {
	width: 201px;
	background-image: url(../img/testimonials.gif);
	background-position: top;
	border: 1px solid #6D6057;
	margin-top: 20px;
	background-color: #FBFBFA;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar1 #testimonials p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
}
#sidebar1 #testimonials h3 {
	margin-top: 3px;
	margin-left: 10px;
}

#sidebar1 p {
	color: #333;
	margin-top: 0px;
}
#sidebar1 #testimonials p a {
	color: #C1361F;
	font-weight: bold;
}

#sidebar1 h3 {
	color: #7D736A;
	font-size: 1em;
	margin-bottom: 3px;
}

#mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
} 
h2 .warm {
	color: #F90;
}
h2 .health {
	color: #09C;
}
h2 .greentext {
	color: #358F13;
	font-size: 20px;
}



#form1 {
	font-size: 0.8em;
	color: #666;
}

#mainContent table {
	border: 1px solid #A79E97;
	background-color: #E2E1DD;
	margin-bottom: 20px;
}
#mainContent table tr th p {
	font-size: 12px;
	color: #000;
}
#mainContent table tr td p {
	font-size: 11px;
	border: 1px solid #A79E97;
	padding: 5px;
	background-color: #FFF;
}

#mainContent ul li {
	font-size: 0.9em;
	color: #333;
	list-style-image: url(../img/tk.gif);
	list-style-position: outside;
	list-style-type: none;
}

#mainContent #gw {
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 20px;
}

#mainContent p {
	font-size: 0.9em;
	color: #333;
	margin-top: 0px;
}
#mainContent p strong {
	color: #000;
}
#mainContent p a {
	color: #069;
}

h1 {
	margin-bottom: 3px;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1em;
	color: #2C7B12;
	font-weight: normal;
}
h2 a {
	color: #2C7B12;
}


#footer {
	background-color: #A79E97;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #49433F;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer p a {
	color: #6D6057;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
