@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "myCustomBebas";
	src: url("font/BebasNeue.otf");
	src: url('font/BebasNeue-webfont.eot')\9;
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype')\9;
}
li {
	list-style:none;
	padding:0;
	margin:0;	
}
#prodmenu #mxt a ,
#prodmenu #bp a ,
#prodmenu #mt a {
	color:#f89d42;
}
#prodline {
	background-image:url(Img/product/productline.png);
	background-repeat:no-repeat;
	background-position:top;	
	background-color:#222;
	height:30.28px;
	width:100%;
}
#prodmenu {
	margin:0;
	margin-left:25px;
	padding:0;	
}
#prodmenu li {
	margin-top:7.75px;
	margin-top:6.75px\9; /* this code is for IE 8 or below */
	display:inline-block;
	margin-right:20px;	
}
#prodmenu li:last-child {
	margin-right:0;
}
#prodmenu li a {
	text-decoration:none;	
	color:#fff;
	font-family:myCustomBebas;
	font-size:0.844em;
	letter-spacing:0.5px;
} 
#prodmenu li:hover a {
	color:#f89d42;
}
