body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background-attachment: fixed;
	background-image: url(../images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.error {
color:#FF0000;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}
.container {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header {
	padding: 5px;
	height: 80px;
}
.mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #C7BCBC;
	border-bottom: 3px solid #C7BCBC;
	height: 20px;
}
.mainmenu li {
	display: inline;
}
.mainmenu li a {
	display: block;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #3B8758;
}
.mainmenu li a:hover {
	background-color: #3B8758;
	color: #FFFFFF;
}
.content {
	padding: 20px;
}

.footer {
	text-align:center;
	border-top: 3px solid #C7BCBC;
	border-bottom: 3px solid #C7BCBC;
	font-size:85%;
	padding: 5px;
}

.footer a{
	color: #3B8758;}

.hpfloat{
	margin: 0px;
	position: absolute;
	padding-top: 15px;
	padding-left: 25px;
	width: 170px;
}
.hpfloat h1 {
	font-size: 140%;
	font-weight: lighter;
	color: #ffffff;
	margin: 0px;
}
.prodfloat {
	position: relative;
	float: right;
	right: -40px;
	top: -50px;
	margin-left: -40px;
	margin-bottom: -50px;
}
.submenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.submenu li{
	text-align: center;
}
/*======================================================*/
.home {
	width: 100%;
	border-collapse: collapse;
}
.home td {
	padding: 0px;
	margin: 0px;
}
.css {
	border-collapse: collapse;
}
.tl {
	background-image: url(../images/css/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1pt;
	width: 24px;
	height: 39px;
	padding: 0px;
	margin: 0px;
}
.tr {
	background-image: url(../images/css/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1pt;
	width: 24px;
	height: 39px;
	padding: 0px;
	margin: 0px;
}
.bl {
	background-image: url(../images/css/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1pt;
	width: 24px;
	height: 17px;
	padding: 0px;
	margin: 0px;
}
.br {
	background-image: url(../images/css/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 1pt;
	width: 24px;
	height: 17px;
	padding: 0px;
	margin: 0px;
}
.t {
	background-image: url(../images/css/bgt.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 140%;
	font-weight: lighter;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
}
.b {
	background-image: url(../images/css/bgb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1pt;
	height: 17px;
	padding: 0px;
	margin: 0px;
}
.l {
	background-image: url(../images/css/bgl.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-size: 1pt;
	width: 24px;
	padding: 0px;
	margin: 0px;
}
.r {
	background-image: url(../images/css/bgr.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 1pt;
	width: 24px;
	padding: 0px;
	margin: 0px;
}
.m {
	padding: 5px;
	background-color: #FFFFFF;
}
/*======================================================*/
.brand {
color: #3B8758;
font-size:140%;
text-decoration:none;
}