/* CSS Document */

#menu{
	width:150px;
}
#menu a:link,#menu a:visited,#menu a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:url(images/menu_bg.jpg) left  bottom no-repeat;
	padding-left:10px;
	line-height:25px;
	margin:10px 0 10px 10px;
	text-decoration:none;
	display:block;
}
#menu a:hover{
	color:#F8AC0E;
	background:url(images/menu_bg1.jpg) left  bottom no-repeat;
}

/*---------------------------------------------------------------------------------------------------company*/
#company{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	padding:20px 20px 30px 50px;
	line-height:30px;
	width:500px;
}
#company span{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#041E39;
}





/*---------------------------------------------------------------------------------------------------product*/
#pp_title{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#F8AC0E;
	padding:20px;
}
#p_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#021F4F;
	text-align:right;
}
#p_name span{
	font-size:16px;
	display:block;
	text-align:left;
	color:#C60000;
	line-height:40px;
}
#d_name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#021F4F;
}
#d_name span{
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
#d_name tr td a img{
	border:#666666 solid 1px;
}
#d_name tr td a:hover img{
	border:#F8AC0E solid 1px;
}



/*--------------------------------------------------------------------------------------------------contact*/
#con{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}




/*---------------------------------------------------------------------------------------------------copywright*/
#down{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px 20px;
	background:url(images/down_bg.jpg) center bottom no-repeat #e7e7e7;
}
#down a:link,#down a:visited,#down a:active{
	color:#053870;
}
#down a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#download{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:10px;
}
#download a:link,#download a:visited,#download a:active,#download a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#021F4F;
}






