/* CSS Document */

body{
	background-color:#000;
	margin:0px 0px;
	color : #fff ;
	font-family :verdana; 
	font-size :12px; 
}

html{
	overflow-y: scroll;
	overflow-x:hidden;
}

a{text-decoration:none; outline: none;}
a:visited{color: #fff;}
a:link {color: #fff;}
a:hover{color: #ff9900;}
a:focus { -moz-outline-style: none; } 

#cbody{
	margin-left:auto;
	margin-right:auto;
	width: 993px;
	height: 800px;
	display:block;
	overflow: hidden; 
	background: url(../images/bg.png);
}

.header{
	width: 993px;
	height: 175px;
	overflow: hidden; 
	display:block;
	margin-top: 45px;
}

.b_about{
	background: url(../images/banner_about.png);
}

.b_product{
	background: url(../images/banner_product.png);
}

.b_online{
	background: url(../images/banner_online.png);
}

.b_contact{
	background: url(../images/banner_contact.png);
}

.main{
	display: block;
	float: left;
	width: 770px;
	overflow: hidden; 
}

.main_about{
	display: block;
	float: left;
	width: 760px;
	height: 518px;
	overflow: hidden; 
	background: url(../images/text_about.png);
	padding:18px 0 0 10px;
}

.main_contact{
	display: block;
	float: left;
	width: 770px;
	height: 536px;
	overflow: hidden; 
	background: url(../images/text_contact.png);
}

.menu{
	display: block;
	float: left;
	text-align:right;
	width: 220px;
	overflow: hidden; 
}

/* ======================================= */

.cline{
	clear:both;
	height:2px;
}

/* ======== menu ====================================== */

a.btn_1{
	float: left;
	display: block;
	width: 81px;
	height: 55px;
	background: url(../images/btn_home.png);
}

a.btn_1:hover{
	background: url(../images/btn_home.png) 0 55px;
}

a.btn_2{
	float: left;
	display: block;
	width: 116px;
	height: 55px;
	background: url(../images/btn_freeform.png);
}

a.btn_2:hover{
	background: url(../images/btn_freeform.png) 0 55px;
}

a.btn_3{
	float: left;
	display: block;
	width: 117px;
	height: 55px;
	background: url(../images/btn_products.png);
}

a.btn_3:hover{
	background: url(../images/btn_products.png) 0 55px;
}

a.btn_4{
	float: left;
	display: block;
	width: 191px;
	height: 55px;
	background: url(../images/btn_service.png);
}

a.btn_4:hover{
	background: url(../images/btn_service.png) 0 55px;
}

a.btn_5{
	float: left;
	display: block;
	width: 89px;
	height: 55px;
	background: url(../images/btn_order.png);
}

a.btn_5:hover{
	background: url(../images/btn_order.png) 0 55px;
}

a.btn_6{
	float: left;
	display: block;
	width: 84px;
	height: 55px;
	background: url(../images/btn_contact.png);
}

a.btn_6:hover{
	background: url(../images/btn_contact.png) 0 55px;
}