@charset "UTF-8";
/* CSS Document */
html,body{height:100%;}
body{
	padding:0;
	margin:0;
	background-color: #f7ead5;
	background-image: url(img/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*.ie6 body{
	background-image: url(img/body-ie6.jpg);
}*/
a {color: #2484aa;}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 17px;
	color: #bf00b9;
	font-weight: normal;
}

h2 {
	font-size: 15px;
	color: #bf00b9;
	font-weight: normal;
}
#main {
	min-height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -70px;
	padding-bottom: 50px;
}
/*********************************   header   *********************************/
#header {
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-top: 20px;
	padding-left: 230px;
}
#header a {
	color: #4499d3;
	margin-right: 20px;
}
/*********************************   top   *********************************/
#top_menu {
	float: left;
	width: 202px;
	padding-top: 36px;
}
#logo {
	background-image: url(img/logo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 99px;
	width: 177px;
	margin-left: 16px;
	cursor: pointer;
}
#tel {
	color: #FFF;
	padding-left: 16px;
	padding-top: 20px;
	margin-bottom: 15px;
}
#tel .big {
	font-size: 25px;
}
#top_menu h2 {
	font-size: 15px;
	color: #bf00b9;
	padding-left: 16px;
	background-color: #f7ead5;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}
#top_menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#top_menu ul li {
	font-size: 11px;
	line-height: 18px;
	background-image: url(img/top_bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-image: none;
	list-style-type: none;
}
#top_menu ul li a {
	color: #bf00b9;
}
/*********************************  izo  *********************************/
#top_izo {
	background-image: url(img/izo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 415px;
	width: 749px;
	margin-left: 202px;
	padding-top: 23px;
}
#top_izo img {
	border: none;
}
#top_izo a:hover {
	background-repeat: no-repeat;
}
#t_l {
	float: left;
	width: 142px;
}
.konder {
	height: 70px;
	width: 131px;
	display: block;
}
a:hover.konder {
	background-image: url(img/konder.gif);
}
.kuler {
	height: 315px;
	width: 105px;
	display: block;
	margin-top: 12px;
}
a:hover.kuler {
	background-image: url(img/kuler.gif);
}

#t_c {
	float: left;
	width: 440px;
}
.vyt {
	height: 154px;
	width: 132px;
	display: block;
	margin-top: 18px;
	margin-left: 187px;
}
a:hover.vyt {
	background-image: url(img/vyt.gif);
}
.kofe {
	height: 57px;
	width: 67px;
	display: block;
	margin-left: 44px;
	margin-top: 11px;
}
a:hover.kofe {
	background-image: url(img/kofe.gif);
}
.posud {
	height: 127px;
	width: 113px;
	display: block;
	float: left;
	margin-left: 68px;
}
.ie6 .posud {
	margin-left: 34px;
}
a:hover.posud {
	background-image: url(img/posud.gif);
}
.plita {
	height: 136px;
	width: 116px;
	display: block;
	float: left;
}

a:hover.plita {
	background-image: url(img/plita.gif);
}
.stiral {
	height: 167px;
	width: 126px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 15px;
}

a:hover.stiral {
	background-image: url(img/stiral.gif);
}
.holod {
	height: 388px;
	width: 155px;
	display: block;
	margin-top: 27px;
	float: right;
	margin-right: 11px;
}
.ie6 .holod {
	margin-right: 5px;
}
a:hover.holod {
	background-image: url(img/holod.gif);
}



#middle {
	clear: both;
}
/*********************************   left   *********************************/
#left {
	float: left;
	width: 250px;
	padding-top: 50px;
}
#left h2 {
	font-size: 15px;
	color: #bf00b9;
	padding-left: 16px;
	background-color: #fbf5eb;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}
#left .news {
	margin-bottom: 10px;
	margin-left: 16px;
	display: block;
}
#left .news a {


}
#left a.all {
	color: #2484aa;
	margin-left: 16px;
}
.spisok a {
	font-size: 14px;
}
.spisok td {
	padding-left: 16px;
	padding-top: 5px;
}
/*********************************   content   *********************************/
#content {
	padding-left: 300px;
	padding-top: 15px;
	padding-right: 70px;
}
#clear {
	clear: both;
	height: 1px;
}
/*********************************   bottom   *********************************/
#bottom {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	clear: both;
	padding-right: 70px;
	padding-left: 300px;
	padding-top: 20px;
}

#bottom .right {
	float: right;
	color: #5d6060;
}
