@charset "utf-8";
/* CSS Document */
/* home */
html,body{background-color: #CCCCCC;margin: 0px;padding: 0px;height: 100%;}
img{ border:none;}

#outbox {
	height: 730px;
	width: 800px;
	overflow:hidden;
	margin: 0 auto;
	background-color: #000000;
    SCROLLBAR-FACE-COLOR: #000000;
    SCROLLBAR-HIGHLIGHT-COLOR: #000000;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #999999;
    SCROLLBAR-TRACK-COLOR: #333333;
    SCROLLBAR-DARKSHADOW-COLOR: #999999;
    SCROLLBAR-BASE-COLOR: #CCCCCC;
}
#midbox {
	height: 600px;
	width: 700px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}
#top{clear:both; height:219px;}
#top .logo{
	background: url(images/logo_01.png) no-repeat left top;
	float: left;
	height: 221px;
	width: 138px;
}
#top .ad{
    background: url(images/logo_02.gif) no-repeat left 40px;
	float: left;
	height: 190px;
	width: 562px;
}
#container{	height: 190px;width: 562px;overflow: hidden; float:left;}
.menu{
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
	width: 100%;
	height: 30px;
	clear:both;
	margin:20px 0 20px 0;
}
.menu span{padding:8px 0 0 30px; float:left;}
.menu span a{display:block;}
#home1 a{
    background: url(images/home_on.gif) no-repeat left top;
	height: 14px;
	width: 35px;
}
#home a{
    background: url(images/home_off.gif) no-repeat left top;
	height: 14px;
	width: 35px;
}
#home a:hover{background: url(images/home_on.gif) no-repeat left top;}
#brands1 a{
	height: 14px;
	width: 43px;
	background-image: url(images/brands_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#brands a{
    background: url(images/brands_off.gif) no-repeat left top;
	height: 14px;
	width: 43px;
}
#brands a:hover{background: url(images/brands_on.gif) no-repeat left top;}
#company1 a{
    background: url(images/company_on.gif) no-repeat left top;
	height: 14px;
	width: 58px;
}
#company a{
    background: url(images/company_off.gif) no-repeat left top;
	height: 14px;
	width: 58px;
}
#company a:hover{background: url(images/company_on.gif) no-repeat left top;}
#contact1 a{
    background: url(images/contact_on.gif) no-repeat left top;
	height: 14px;
	width: 55px;
}
#contact a{
    background: url(images/contact_off.gif) no-repeat left top;
	height: 14px;
	width: 55px;
}
#contact a:hover{background: url(images/contact_on.gif) no-repeat left top;}
#photo{ padding:20px 0; clear:both; height:289px;}
#photo a{ float:left;}
#photo table a{float:none;}
.left20{ margin-left:20px;}
#kuang{
	margin: 0px;
	height: auto;
	width: 680px;
	padding-left: 20px; 
}

a:link,a:visited,a:active{color: #000000;text-decoration: none;}

