/* CSS Document */

/* global *********************************/

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

body {
	background-image:url(../images/bgflowers.jpg);
}

.left {
	float: left;
}

.right {
	float: right;
}

.imgright {
	float: right;
	clear: right;
}

.clearer {
	clear: both;
}

/* container *********************************/

#container {
	width:800px;
	background: #fff url(../images/backgroundleft.jpg) repeat-y top left;
	margin: 0 auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* header *********************************/

#header {
	background:url(../images/dowerlogo.jpg) no-repeat top left;
	height: 95px;
	width: 800px;
}
	
#header h1 {
	float: left;
	line-height: 2.2em;
	text-indent: -50000px;
}

#header ul {
	float: right;
	list-style: none;
	margin: 5px 5px 0 0;
}

#header ul li {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	line-height: 1.2em;
}

#header #contactinfo {
	float: left;
	margin: 73px 0 0 230px !important;
	margin: 73px 0 0 115px;
}

#header #contactinfo li {
	float: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 20px;
}

#header #contactinfo li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#header #contactinfo li a:hover {
	text-decoration: underline;
}

/* menu *********************************/

#menu {
	background:#B8CBB8;
	height: 30px;
	width: 800px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	/*display:inline;*/
}

#menu ul {
	list-style: none;
	margin-top: 3px;
	/*display:inline;*/
}

#menu ul li {
	float: left;
	margin: 0 28px !important;
	margin: 0 24px;
}

#menu ul li a {
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	color: #496549;
	padding-top: 10px;
}

#menu ul li a:hover {
	color: #fff;
}

/* image *********************************/

#image { 
	width: 800px;
	height: 233px;
	background: url(../images/image_bottom.jpg) no-repeat bottom left;
}	

/* leftside *********************************/

#leftside {
	float: left;
	width: 180px;
	margin: 0 0 0 10px !important;
	margin: 0 0 0 5px;
	color: #fff;
}

#leftside img {
	margin-left: 50px;
}

#leftside h2 {
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	margin: 20px 0;
}

#leftside .visitorcomment {
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

#leftside .commentname {
	font-size: 12px;
	font-weight: 100;
	float: right;
	text-align: right;
	margin-bottom: 30px;
}

/* content *********************************/

#content {
	margin-left: 210px;
}

#content h2 {
	font-size: 18px;
	color: #496549;
	margin-bottom: 15px;
}

#content p {
	font-size: 14px;
	color: #444;
	margin: 0 250px 20px 0;
}

#content img {
	border: 5px solid #648A64;
	margin: 10px 20px;
}

#content a {
	text-decoration: none;
	color: #648a63;
	font-size: 14px;
}

#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style: none;
	margin-bottom: 20px;
}

#content #tariff {
	width: 570px;
	border: 2px solid #648A64;
	font-size: 14px;
	margin-bottom: 20px;
	border-collapse: collapse;
	background: url(../images/table_bg.jpg) repeat-x top left;
}

#content #tariff tr td {
	padding: 3px;
}

#content #tariff tr .cat {
	font-weight: bold;
	padding: 10px 3px;
}

/* contact form *********************************/

.contactform {	
	margin: 0 250px 20px 0;
	font-size: 14px;
}

.contactform fieldset {
	border: 2px solid #648a63;
	padding: 5px;
	background: #eee url(../images/table_bg.jpg) repeat-x top left;
}

.contactform fieldset ul {
	list-style: none;
}

.contactform fieldset ul li label {
	display: inline-block;
	width: 100px;
}

.contactform fieldset ul li input, .contactform fieldset ul li select {
	width: 200px;
}

.contactform fieldset ul li textarea {
	width: 290px;
	height: 150px;
	margin-left: 10px;
}

.contactform .btn {
	border: 2px solid #648a63;
	background: #fff;
	float: right;
	margin: 20px 0 20px 20px;
}

#content #errors {
	font-size: 14px;
}

.btn {
	border: 2px solid #648a63;
	background: #fff;
}

/* googlemap *********************************/

#map {
	border: 5px solid #648a63;
	margin-bottom: 20px;
	font-size: 14px;
}

#map img {
	margin: 0 10px 1px 0;
	float: left;
}

/* footer *********************************/

#footer 
{
	clear: both;
	background: #FFFFFF url(../images/footer_bg.jpg) repeat-x top left;
	width:800px;
	
	padding-top: 5px;
}

#footer #footer-links
{
	font-size: 75%;
	width: 75%;
	margin: 5px auto;
	overflow:hidden;
	text-align: center;
}

#footer #footer-links ul
{ 
	list-style:none;
	margin-bottom: 5px;
}

#footer #footer-links li
{
	padding:0 5px;	
	display:inline;	
}

#footer #footer-links a, 
#footer #footer-links a:link, 
#footer #footer-linksa:visited
{
	color:#496549; 
}

#footer #footer-links a:hover,
#footer #footer-links a:active
{ 
	color:#B8CBB8;
}

#footer #footer-copyright
{
	overflow:hidden;
	padding-bottom: 5px;
}

#footer p {
	font-size: 12px;
	color: #666;
	margin: 15px;
}

#footer p a {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

#contactinfo
{
	float: left;
	list-style:none;
	width:361px;
	height:17px;
	margin:0;
	padding:0;
}

#contactinfo li
{
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}

#contact_details
{
	vertical-align:bottom; 
	padding: 72px 0px 0px 230px; 
	margin:0; 
	color:#fff; 
	font-size:14px;	
}

/* CSS Document End */