@CHARSET "UTF-8";

body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #565656;
}

a {	color: #0079c6;}
a:hover {color: #0099fa;}

#pad {
	margin-top: 100px;
	height: 137px;
	background: url("/images/pad.png") top right no-repeat;
	width: 70%;
	float: left;
}

#slogan {
	width: 70%;
}

#slogan img {
	margin: 35px 50px;
}

#pad img {
	margin: 39px 50px;
}

#contacts {
	margin-top: 140px;
	margin-left: 40px;
	float: left;
	width: 200px;
	height : 100px;
}

#email {
	background: url("/images/mail_sprite.png") top left no-repeat;
	display: block;
	height: 38px;
	width: 199px;
}
#email:hover {
	background-position: left -37px;
}

#phone {
	background: url("/images/phone.png") top left no-repeat;
	display: block;
	width: 129px;
	height: 26px;
}

#fuse {
	position: absolute;
	bottom: 50px;
	right: 150px;
	display: block;
	width: 515px;
	height: 62px;
	background: url("/images/fusechka.png") top left no-repeat;
}

#fuse:hover {
	background-position: 0 -60px;
}