* {
	padding:0px;
	margin:0px;
}

body {
	background-color:#FFF;
}


::selection {
color:#333;
}

-webkit-::selection {
color:#333;
}

-moz-::selection {
color:#333;
}

-ms-::selection {
color:#333;
}

-o-::selection {
color:#333;
}

@font-face{ 
	font-family: LeagueGothic;
	src: url('font/league_gothic-webfont.eot');
	src: url('font/league_gothic-webfont.eot?iefix') format('eot'),
	     url('font/league_gothic-webfont.woff') format('woff'),
	     url('font/league_gothic-webfont.ttf') format('truetype'),
	     url('font/league_gothic-webfont.svg#webfont') format('svg');
}

#mtop {
	width:100%;
	height:60px; 
	background-color:none;
}

#top {
	width:960px;
	height:60px;
	margin:0 auto;
}

#logostit {
	float:left;
	width:35px;
	height:40px;
	margin-left:10px;
	margin-top:10px;
}

#menu {
	float:left;
	margin-left:15px;
	margin-top:10px;
	width:280px;
	height:40px;
}

#menu ul {
	margin-top:10px;
}

#menu li {
	display:inline;
	padding-right:10px;
}

#menu a {
	font-family: LeagueGothic;
	font-size:17px;
	color:#606060;
	text-transform:uppercase;
	text-decoration:none;
	overflow:hidden;
	transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-ms-transition: color 0.4s ease;
}

#menu a:hover {
	color:#1d9778;
}

#socialnetwork {
	float:right;
	width:170px;
	height:40px;
	margin-top:10px;
	margin-right:10px;
}

#socialnetwork ul {
	margin-top:14px;
}

#socialnetwork li {
	display:inline;
	padding-left:6px;
}

#socialnetwork img {
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-filter:grayscale(1);
}

#socialnetwork img:hover {
	-webkit-filter:grayscale(0);
}
	
#mlogo {
	width:100%;
	height:156px;
	margin-top:300px;

}

#logo {
	width:618px;
	height:156px;
	margin:0 auto;
	background-image:url(img/logo.png);
}
