form{
	margin:0px;
	padding:0px;
}
body{
	background:#878787;
	margin:0px;
	padding:0px;
	text-align:center;
}
.floatlft{
	float:left;
}
.floatrit{
	float:right;
}
#container{
	background:url(images/bg_main.png) repeat-x top;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	min-height:200px;
	position:absolute;
	left:0px;
	top:0px;
}
#wapper{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	width:800px;
	padding:10px;
	margin:10px auto;
	background:#fff;
	text-align:left;
	min-height:500px;
	border:#bdc4ca 1px solid;
}
#header{
	background:url(images/header_bg.jpg) repeat-x;	
}

#menu{
	background:url(images/but_bg.png) repeat-x;
	height:37px;
	color:#030e2c;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px 0 0 0;
}
#menu a{
	color:#030e2c;
	text-decoration:none;
	height:30px;
	margin:0 20px;
}
#menu a:hover{
	color:#030e2c;
	text-decoration:none;
	height:30px;
	margin:0 20px;
	text-decoration:underline;
}
#product_list{
	background:url(images/pro_list.jpg) repeat-x;
	height:23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin:7px auto;
	width:700px;
	border:#3a4767 1px solid;
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:5px;
}
#welcome{
	background:url(images/wel_bg.png) repeat-x;
	height:25px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#333;
	padding:7px 0 0 10px;
	border:#8fb9d0 1px solid;
}
.test{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
}
#fut_pro{
	background:url(images/pro_bg.png) repeat-x;
	height:182px;
	border:#b3b3b3 1px solid;
}
#fut_pro_heading{
	position:relative;
	top:5px;
	margin:0 -5px;
	background:url(images/wel_bg.png) repeat;
	height:25px;
	border:#8fb9d0 1px solid;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:7px 0 0 10px;
}
.text{
	font:normal 12px Arial, Helvetica, sans-serif;
}
.boxbg{
	background:url(images/boxbg.jpg) right bottom no-repeat;
	height:150px;
	padding:0 10px 20px 0;
}
.heading{
	font:bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#C00;
	padding:0 0 10px 0;
}