@media only screen and (max-width: 600px) {

	@font-face {
		font-family: Myriad;
		src: url(../fonts/MyriadSetPro-Thin.ttf);
	}

	@font-face {
		font-family: Roboto;
		src: url(../fonts/Roboto-Light.ttf);
	}

	body, input, textarea {
		font-family: Roboto, Myriad, Helvetica, Tahoma;
		font-size: 12px;
		-webkit-font-smoothing: antialiased;
		text-shadow: rgba(0,0,0,.01) 0 0 1px;
		color: #555;
	}

	body {
		background: #F2F2F2;
		margin: 0;
	}

	header {
		background: #606060;
	}

	#menu {
		background: url(../img/menu.png) left top no-repeat;
		width: 40px;
		height: 40px;
		text-indent: -99999px;
		display: inline-block;
		float: right;
	}

	#topMenu {
		display: none;
	}

	#logo {
		background: url(../img/logo.png) left top no-repeat;
		width: 25px;
		height: 25px;
		display: inline-block;
		text-indent: -9999px;
		margin: 10px auto 0 auto !important;
		padding: 0 !important;
	}
}