@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	font-family:"Verdana", Geneva, sans-serif;
	color:#E8E8E8;
	font-size:13px;
	background-color: #000000;	/* background-image:url(../images/bg_1.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment: scroll; */
}

a {
	color:#FC0;
	text-decoration:none;
}

h1 { font-size:16px;}
h2 { font-size:14px; font-family:"Times New Roman", Times, serif; color:#FC0; text-transform: capitalize; line-height:22px;}
h3 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FC0;
	background-image:url(../images/line_h3.gif);
	background-repeat: no-repeat;
	height:21px;
}
h4 {
	font-size:14px;
	background-image:url(../images/aerrow_1.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	height:16px;
	padding-bottom: 10px;
	color:#FC0;
	font-family: Tahoma, Geneva, sans-serif;
}
h5 { font-size:12px; height:16px; padding-bottom: 5px; color:#FC0;}

hr {color:#FC0;}

.hr2 {
	background-image:url(../images/line4.gif);
	background-repeat: no-repeat;
	height:10px;
	background-position: center center;
	}
	
.yellow {color:#FC0;}
.head_text {color:#FC0; font-weight:bold; font-size:14px;}
.product_text {color:#FC0; font-size:12px; font-weight:bold;}

.product_berder a {border: 1px solid #000; display:block}
.product_berder a:hover {border: 1px solid #Fc0; display:block}

/*-- header --*/
#header {
	height:103px;
	margin-left:21px;
	background-image:url(../images/bg_header.gif);
	background-repeat: repeat-x;
}
.lange { padding-right:10px; padding-top:3px;}
#header .logo {float:left; width:138px; height:81px; margin-right:0px; background-image:url(../images/logo_waxy.gif);	background-repeat:no-repeat;}
.menu {width:800px; margin-top:40px; height:35px;}
.sub_header { background-image:url(../images/sub_header.gif); background-repeat:no-repeat;}

/*-- banner --*/
#banner {height:183px; padding-left:21px;}

/*-- content --*/
#content { width:800px; margin-top:20px;}
#content .left {
	width:159px;
	padding-left:26px;
	padding-top:5px;
	background-image:url(../images/line_content_left.gif);
	background-repeat: repeat-y;
}
.left3 { width:110px; text-align:right}
#content .left2 {
	background-image:url(../images/line_content_left.gif);
	background-repeat: repeat-y;
}
#content .right { margin-left:185px;}
#content .right_content { padding-left:10px; height:100px;}
#content .pic { margin: 2px; padding-right:5px; padding-left:10px;}

/*-- footer --*/
#footer {height:28px; margin-left:21px; margin-top:5px; padding-top:5px; background-image:url(../images/line_footer.gif); background-repeat: repeat-x;}

/*-- menu --*/
#mainNavigation {width: 690px; height: 33px; background: #ffffff;}
#mainNavigation li {list-style: none; float: left;}
#mainNavigation li a { display: block; text-decoration: none; height: 33px; background-position: 0 0; background-repeat: no-repeat;}
#mainNavigation li a:hover {background-position: 0 -35px;}
#mainNavigation li span {visibility: hidden;}
#mainNavigation li#home a {background-image: url(../images/home.jpg); width: 100px;}
#mainNavigation li#about a {background-image: url(../images/about.jpg); width: 140px;}
#mainNavigation li#product a {background-image: url(../images/product.jpg); width: 140px;}
#mainNavigation li#news a {background-image: url(../images/news.jpg); width: 180px;}
#mainNavigation li#contact a {background-image: url(../images/contact.jpg); width: 130px;}

/*-- box product --*/
#bb_body {
	width:500;
	height:500;
	margin: 40px;
}

/* news text */
#text { text-decoration:none;}
#text a {text-decoration: none; color:#E8E8E8;}
#text a:hover {text-decoration: underline; color:#E8E8E8;}