body {
	padding:0px;
	margin:0px auto;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	background-color:#5e5738;
	text-align:center;
	background-image:url(../images/page_bg.jpg);
}
#mainfram{
	width:800px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px auto;
}
#mainfram #topsection #buttontop #buttonsection #midsection #bottomsection{
	width:100%;
	float:left;
}

#mainfram #topsection #logosection{
	float:left;
	width:400px;
}

#mainfram #topsection #logosection_right{
	float:left;
	width:300px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
}


#topsection {
	height:75px;
	background-image:url(../images/topback.gif);
	padding-top:25px;
	padding-left:50px;
}
#buttontop {
	height:13px;
	background-image:url(../images/buttontop.gif);
}
#buttonsection {
	height:27px;
	background-image:url(../images/buttonback.gif);
	text-align:center;
	padding-top:12px;
	font-weight:bold;
	color:#333333;
}
#buttonsection a{
	color:#333333;
	text-decoration:none;
}
#buttonsection a:hover{
	color:#336600;
	text-decoration:none;
}
.separator {
	padding-left:15px;
	padding-right:15px;
}
#midsection {
	height:110%;
	background-image:url(../images/contentback.gif);
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	background-repeat:repeat-x;
	height:400px;
}

#midsection a{
	color:#333333;
	text-decoration:none;
}
#midsection a:hover{
	color:#336600;
	text-decoration:underline;
}

#midsection_product {
	height:110%;
	background-image:url(../images/contentback.gif);
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	background-repeat:repeat-x;
}

#bottomsection {
	height:80px;
	text-align:center;
	background-color:#9ad519;
}
#bottomsection a{
	color:#333333;
	text-decoration:none;
}
#bottomsection a:hover{
	color:#336600;
	text-decoration:none;
}
.copyrights {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
}