@charset "utf-8";
/* CSS Document */


header {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
	position: fixed;
	top: 0;
}

div {
	font-size: 50px;
	color: white;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
}

.headerright {
	color: white;
	font-size: 20px;
	padding-right: 20px;
	padding-top: 40px;
	float: right;
}

img {
	width: 100%;
	padding-top: 70px;
	margin: 0 auto;
}

video {
	width: 100%;
}

footer {
	background-color: #1e90ff;
	height: 75px;
	width: 100%;
	float: left;
}

li {
	color: white;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	color: white;
	font-size: 25px;
	list-style: none;
}

.catalog {
	padding-left: 60px;
}

.contacts {
	padding-left: 60px;
}

.home2 {
	color: white;
	text-decoration: none;
}

.catalog2 {
	color: white;
	text-decoration: none;
}


.contacts2 {
	color: white;
	text-decoration: none;
}




