@charset "utf-8";

#top-logo {
	width: 100%;
	height: 92px;
}
	#top-menu{
		width: 480px;
		height: 25px;
		margin-left: 49%;
		padding-top: 50px;
		text-align: center;
	}
		.top-menu-cell{
			text-align: center;
		}
		.top-menu-cell:hover{
			background-color: #f5f8fb;
		}
		.semicolon-orange{
			color: #f26522;
			font-family: "Trebuchet MS", Sans-serif;
			font-size: 12px;
			text-align: center;
		}
			.top-menu-link{
				color: #0076a3;
				font-family: "Trebuchet MS", Sans-serif;
				font-size: 12px;
			}
#top-slogan{
	width: 100%;
	height: 115px;
	background-image: url('../../_outputer/imager/top--slogan--kolesa.png');
	background-position: top;
	background-repeat: no-repeat;
}
	.slogan{
		color: #FFFFFF;
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 17px;
		text-align: center;
	}
	.top-slogan-lang{
	margin-top: 10px;
	width: 100px;
	float: right;
	}
