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

body,*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
}

img {border:none;}


/**/
#languages{
	clear:both;
}
#languages ul, #menu ul{
	list-style:none;
}
#languages ul li, #menu ul li{
	display:inline;
	color:#f47920;
	font-size:14px;
}
#languages a, #mmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-transform:capitalize;
}
#languages a:hover, #mmenu a:hover{
	text-decoration:underline;
}

/**/
#footer{
	text-align:center;
	width:950px !important;
	margin:0 auto;
}
#footer a img{
	border:none;
}
#footer p#copyright{
	clear:both;
	text-align:center;
	font-size:10px;
	color:#535353;
	padding:0 0 0px 0;
}

/**/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}