@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(images/diagonals.jpg);
	background-repeat:repeat;
	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;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	font-size:12px;
	border:0px;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #003399; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #menu-bg {
display:block; 
width:800px; 
height:67px; 
background-image:url(images/top_gradient.jpg); 
background-repeat:no-repeat; 
position:relative;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
		min-height:800px;
}
.oneColFixCtrHdr #zag
{
font-weight:bold;
text-decoration:underline;
font-size:14px;
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	display:block; 
width:800px; 
height:93px;
background-image:url(images/footer_gradient.jpg);
background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	position:relative;
	float:right;
	top:60px;
	font-size:11px; 
	color: #000000; 
font-weight:bold;
}
.catalog
{
padding:5px;
width:790px;
border:0px;
}
A:link    { color: #5a8fc1; text-decoration:underline; font-weight:normal;} 
A:visited { color: #000000; text-decoration:underline; font-weight:normal; } 
A:hover   { color: #000000; text-decoration:underline; font-weight:bold; } 
A:active  { color: #000000; text-decoration:underline; font-weight:bold; } 

.menu A:link    { font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #000000; text-decoration:none; font-weight:bold;} 
.menu A:visited { font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #000000; text-decoration:none; font-weight:bold;}
.menu A:hover   { font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #ffffff; text-decoration:none; font-weight:bold;}
.menu A:active  { font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #ffffff; text-decoration:none; font-weight:bold;}
