#buttons{
	height:88px;
	margin-bottom:15px;
}

#button_order, #button_payment, #button_kabinet, #button_forum {
	display: block;
	overflow:hidden;
	height:88px;
	margin: 4px;
	float: left;
	width:190px;
}

a#button_order {
	background: url(/images/button_uk.jpg) no-repeat 0 -89px;
}

a#button_order:hover {
	background: url(/images/button_uk.jpg) no-repeat 0 0;
}

a#button_payment {
	background: url(/images/button_uk.jpg) no-repeat -191px -89px;
}

a#button_payment:hover {
	background: url(/images/button_uk.jpg) no-repeat -191px 0;
}

a#button_kabinet {
	background: url(/images/button_uk.jpg) no-repeat -382px -89px;
}

a#button_kabinet:hover {
	background: url(/images/button_uk.jpg) no-repeat -382px 0;
}

a#button_forum {
	background: url(/images/button_uk.jpg) no-repeat -573px -89px;
}

a#button_forum:hover {
	background: url(/images/button_uk.jpg) no-repeat -573px 0;
}

#search {
	background: url(/images/uksearch_full.gif) no-repeat !important;
}

.phone {
	background: url("/images/phone_uk.png") no-repeat;
	margin: 20px 10px 10px 14px;
	float: left;
	height: 90px;
	width: 100%;
}