* {	margin: 0;	padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header {
	height: 123px;
	position: fixed;
	width: 100%;
	display: block;
	z-index: 1000;
	background-image: url(transpar-w90.png);
}
#logo {
	float: left;
	margin-left: 2%;
}
#phone{
/*	float: left;*/
	margin: 20px 0 0 30%;
}
#phone span{
	font-size: 28px;
	color: #999;
}
#nmu {
	height:30px;
	margin-top: 20px;
}
#nmu ul{
	padding-left: 30%;
/*	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;*/
}
#nmu li{
	display: inline;
	margin-right: 20px;
}
#nmu a{
	color: #333;
	text-decoration: none;
}
#nmu a:hover{
	color: #f00;
}


.conttable {
	margin-top: 126px;
	margin-left: 20px;
/*	border-bottom: 1px solid #f00;*/
}
.tdcenter {
	background-image: url(slide-fon.jpg);
	background-repeat: repeat-x;
}
.tdright {
/*	margin-right: 2%;*/
}
#diskont {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	margin-right: 0px;
	border-radius: 8px;
}
#diskont p{
	font-size: 24px;
	color: #999;
	display: block;
	margin: 20px 5px 10px 0;
	text-align: right;
}
/*------------left col---------------*/

#catalog {
	position: fixed;
	width: 200px;
}

#catalog span{
	color: #930;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}

#mnuleft {
}
#mnuleft ul{
	margin-left: 0px;
}
#mnuleft li{
	list-style-image: url(bullet_c.gif);
	margin-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000;
}
#mnuleft li a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#mnuleft li a:hover{
	color: #F00;
}
/*---------------------------*/

#centercontent {
/*	float: left;*/

}
/*
#rightcol {
	width: 240px;
	height: 400px;
	background-color: #069;
	float: right;
}
*/
.tovar {
/*	display: block;*/
	padding-bottom: 10px;
/*	border-bottom: 1px solid #ccc;*/
}
.tovar span{
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	color: #004EC1;
}
.pic{
	width: 150px;
	height: 220px;
	float: left;
	border: 1px solid #ccc;
	margin-right: 1%;
	margin-bottom: 1%;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pic p{
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 80%;
	color: #666;
}
.pic p span{
	color: #000;
	font-size: 120%;
	line-height: 10%;
	font-weight: bold;
}

#foot {
	height: 200px;
	background-color: #E4E4E4;
}
.tdborder {
	border-right: 1px  dotted #000;
}
.mnufoot {
}
.mnufoot ul{
}
.mnufoot li{
	list-style-type: none;
	margin-bottom: 10px;
}
.mnufoot a{
	font-size: 80%;
	color: #666;
	text-decoration: none;
}
.mnufoot a:hover{
	text-decoration: underline;
}
