@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#eee;
}
.oneColLiqCtrHdr{
	background-color:#eee;
	}
.oneColLiqCtrHdr #container {
	width: 1030px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:white;
	padding-left:15px;
	padding-right:15px;
}
.oneColLiqCtrHdr #header {
	margin-top:0px;
	color:#0096db;
	font-size:14px;
	font-weight:bold;
	background-color:white;
}

.newmenu {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	background-color:#c53803;
	width:524px;
	height:44px;
	border:1px solid white;
	}
.newmenu table {
margin-top:1px;
text-align:center;
}
.newmenu table tr td a{	
color:white;
text-decoration:none;
font-size:12px;

}
	
	
	
	
	
.oneColLiqCtrHdr #header h1, h2 {
	color:#0096db;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top:2px;
	border-top:1px solid #e8e8e8;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color:#eb3d00;
	color:white;
	font-size:12px;
	
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#color{
background-color:#eb3d00;
}

.logo img {
margin-left:20px;
}

.catalog {
font-size:12px;
}
.catalog #first{
background-color:#f3f3f3;
}

.catalog #sec{
background-color:#e8e8e8;
}
#articul{
text-align:center;
color:#eb3d00;
}

.filtr{
border-bottom:1px solid #e8e8e8;
width:100%;
padding-top:10px;
padding-bottom:20px;
color:#0096db;
line-height:25px;
}

.filtr {
font-size:14px;
}

.filtr a{
color:#eb3d00;
}
.filtr a:hover{
text-decoration:none;
}
img {
border:0px;
}
#left_container a{
display:block;
margin-top:20px;
margin-left:12px;
}
.pages{
color:#0096db;
}

.pages a{
color:#eb3d00;
}

.about {
text-align:justify;
text-indent:2em;
font-size:14px;
}

.about strong{
color:#eb3d00;
}

.about a{
color:#0096db;
}
