BODY
{
	margin: 0;
	padding: 0;
}
TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d686d;
}
H1
{
font-size:18px;
}
A
{
	color: #5d686d;
}
A:hover
{
	text-decoration: none;
}
IMG
{
	border: none;
}
.tab
{
background:#EEEEEE;
}
.tab td
{
background:#FDFDFD;
}
.norpt
{
	background-repeat: no-repeat;
}

/* Верхняя менюшка */

#right, #right ul {
	list-style: none;
}
#right li {
	position: relative;
}
#right a {
	display: block;
}
#right li ul {
	display: none;
	position: absolute;
}

#right, #right ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 60px;
}

#right li
{
	float: left;
	margin:0;
	padding: 0;
	height: 42px;
	white-space: nowrap;
	width: 212px;
	background-image: url(images/bg.jpg);
}
#right a
{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 212px;
	font-weight: bold;
	padding-left: 45px;
	padding-top: 9px;
}
#right a:hover
{
	color: #fff;
	text-decoration: underline;
}

#right li:hover,#right li.jshover
{
	background-image: url(images/actbg.jpg);
	width: 212px;
	height: 42px;
}

/* Конец верхней менюшки */

.lefmenu
{
	padding-left: 8px;
}
a.leftmenu
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.leftmenu:hover
{
	text-decoration: underline;
}

.copyright
{
	font-weight: bold;
}
.content
{
	padding-left: 30px;
	padding-top: 10px;
	text-align: justify;
}
.content h1
{
	font-size: 14px;
}
.content p
{
	text-align: justify;
}
.catalog
{
	width: 33%;
	float: left;
	height: 94px;
	text-align: center;
	background-image: url(images/bgcat.jpg);
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.imgcat
{
	margin-top: 5px;
	margin-left: 3px;
}
.catalogopt
{
	padding-right: 7px;
}
a.cat
{
	color: #7f878a;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.cat:hover
{
	text-decoration: underline;
}

.max
{
	font-weight: bold;
	font-size: 18px;
	color: #ab0000;
	text-transform: uppercase;
}
* html .max
{
	padding-top: 55px;
}