body {
	background-color: #dac9ae;
	background-image: url(images/bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0;
}
a:link, a:visited {
	color: #40714c;
	text-decoration: none;
}
a:hover, a:active {
	color: #40714c;
	text-decoration: underline;
}
/* ----------menu-------------- */
ul#navlist {
	padding: 0px;
	margin: 0px;
	font: normal 11px Arial, Helvetica, sans-serif
}
ul#navlist li {
	list-style: none;
	margin: 0px;
	border: 0px;
}
ul#navlist li a {
	display: block;
	padding: 2px 18px 2px 0;
	border: 0px;
	color: #7d6242;
	text-decoration: none;
	text-align: right;
}
ul#navlist li a:hover { 
	color: #ffffff;
	font-weight: bold;
	background: #b68d5b; 
}
/* ----------main body-------------- */
h1 {
	font: normal 20px "Times New Roman", Times, serif;
	color: #be925c;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bd925c;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h4 {
	font: normal 18px "Times New Roman", Times, serif;
	color: #40714c;
	margin-bottom: -5px;
}
p {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #5f4c3c;
}
.greenHead {
	color: #40714c;
}
#plan {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #5f4c3c;
}
#plan input, #plan select {
	font-size: 10px;
}
#plan blockquote {
	margin: 2px 0 2px 20px;
}
#plan h1 {
	font: normal 20px "Times New Roman", Times, serif;
	color: #be925c;
	margin-bottom: 0;
}
#plan h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bd925c;
	margin-bottom: 0;
}
hr {border: none 0; 
	border-top: 1px dotted #e9d0a7;
	border-bottom: 1px solid #e9d0a7;
	width: 100%;
	height: 2px;
	margin: 4px auto 4px 0;
}
ul {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #5f4c3c;
}
.green {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #1a6f4d;
}
.small {
	font: normal 10px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #be925c;
}
.home-bkg {
    background-image:url(images/bkg-home.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.in-bkg {
    background-image:url(images/bkg-in_body.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
blockquote {
    margin-top: -3px;
}
/* -----------portfolio--------------------------- */
.products {
	width: 150px;
	margin-right: 10px;
	float: left;
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.products a img {
	border: 2px solid #dddddd;
	padding: 0;
}
.products a:hover img {
	border: 2px solid #be925c;
}
/* ----------footer-------------- */
#footer  {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #c6a67c;
}
#footer a:link, #footer a:visited  {
	color: #c6a67c;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #c6a67c;
}
/* ----------weblinx-------------- */
div.transOFF {
	width: 230px;
	background-color:#ffffff;
	border:2px solid #cccccc; 
}
div.transON {
	width: 230px; 
	background-color:#ffffff;
	border:2px solid #cccccc;
	opacity:0.30;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
}
#weblinx {
	font: normal 11px "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 10px auto 0 auto;
}
#weblinx a:link, #weblinx a:visited  {
	color: #000000;
	text-decoration: none;
}
#weblinx a:hover, #weblinx a:active {
	color: #000000;
}