body {
	font-size:12px; 
	font-family:verdana,arial,sans-serif;
	background-color:#fff;
	margin:0px;
	background-image:url('/images/bg1.jpg');
} 
a:link {
	color: #149927;
	text-decoration: none;
}
a:visited {
	color: #149927;
	text-decoration: none;
}
a:hover, a:active {
	color: #149927;
	text-decoration:underline;
}
h1{
    color: #20990b;
    font-weight:bold; 
    font-size: 16px;
}
h2{
    color: #20990b;
    font-size: 13px;
}
h3{
    color: #20990b;
    font-size: 13px;
}

/* LAYOUT */
#container{text-align:left;width:800px;background:#fff;padding:10px; }

#navigation{float:left;width:150px;}

#footer{clear:both;width:100%;}
	
#content {
	margin: 10px;
	color: #7d7d7d;
	float:right;
	width:600px;
}
.content p {
	font-size: 12px;
}

#pricelist {border:solid 1px #149927; padding:0px;}
#pricelist th {background: #149927;color:#fff;}
#pricelist td {border:solid 1px #149927;}

#content img{
	border:solid 1px #338833;
}
#navigation p {
	font-size: 12px;
	color: #7d7d7d;
}
	
/* MENU */
#menu {
	width:150px;
	border: none; /*1px solid #149927;*/
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#menu li a {
  	height: 18px;
	text-decoration: none;
}	
#menu li a:link, #menu li a:visited {
	color: #149927;
	display: block;
	background-color:#fff;
	border-bottom:1px solid white;
	padding: 4px 0 0 10px;
}
#menu li a:hover {
	color: #fff;
	background-color:#149927; 
	padding: 4px 0 0 10px;
}
#menu li a:active {
	color: #fff;
	background-color:#149927;
	padding: 4px 0 0 10px;
}

/* FOOTER */
.footer-breadcrumbs {
	font-size:10px; 
	height:15px;
	padding-bottom:5px;
	color:#7d7d7d;
	text-align:center;
	float:left;
}
 
.footer{
	text-align:center;
}
.footer a{
    color: #a57945;
}

.footer a:hover{
    background-color: #fff;
    color: #a57945;
}


/* HEADER */
#header {
	border:0px solid black;
}
.header-breadcrumbs {
	font-size:10px; 
	height:15px;
}

.header-breadcrumbs ul {
	float:right; 
	list-style:none; 
	margin: 0;
	padding: 0;
	
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	font-weight:bold; 
	color:#7d7d7d; /*7d7d7d #99D397*/
}
.header-breadcrumbs ul a {
	color:#a57945;
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:#a57945; 
	text-decoration:underline;
}

.header-banner {
	color: white;
	border-bottom: 3px solid #7d7d7d;
	font-size: 23px;
	font-weight:bold;
	padding: 20px;
}


/* FORM */

.button 
{
    background-color:#fee; 
    border-bottom-style:double;
    color:#149927: border:1px";
}    
    
