body, html{
font-size:10pt; 
font-weight:normal; 
font-family:Arial, serif;
}
.catalog2 {font-size:12pt; }

.style1 {color: #090; font-size: 10pt;}
.style2 {color: #039; font-size: 10pt;}
.style3 {color: #900; font-size: 10pt;}
.style4 {color: #F30;font-size: 10pt;}

.lev3 {
	font-family: Tahoma;
	font: 11px;
}
.lev2 {
	font-family: Tahoma;
	font: 12px;
	font-weight: bold;
}
.lev1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
.menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #333333;
	text-decoration: none;
}


a {
	color: #003399;
}

.menu2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
ul {
	list-style-type: square;
	color: #003399;
	padding: 0px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px;
}
h3 {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 0px;
}
.pt_45 {padding-top: 45px;}
.logo {border-left: 8px solid #090;}
.logo img {margin: 13px 20px 19px 20px;}
.top {background: url('images/fon_s.gif') repeat-x; border-top: 8px solid #090;}
.tops {background: url('images/car_s.jpg') right top no-repeat;}
#menu {height: 33px; background: url('images/menu2_s.gif') left bottom no-repeat;}
#menu td {background: url('images/menu_s.gif') right bottom no-repeat; padding: 0 10px; color: #333;}
#menu td.none {background: none;}
#menu a, #menu a:visited, #menu a:hover {color: #666; font-size: 12px; font-weight: bold; text-decoration: none;}
#menu a:hover {text-decoration: underline;}
.phone {height: 157px; background: url(images/phone_s.gif) left 41px no-repeat;}
.phone div {width: 800px;}


.corners {
	float:left; /* также если мы знаем размеры, можно просто задать ширину и высоту */
	position:relative;/* чтобы внутри абсолютноспозиционированные элементы позиционировались относительно этого блока */
	z-index:1; /* на всякий случай, во избежание перекрытия масок, модальных окон и т.п. */
}
.corners img {
	float:left; /* чтобы в ие6 пропал трехпиксельный отступ у картинки */
}
.corners .c1 {
	width:15px;
	height:15px;
	position:absolute; /* соответствующее позиционирование */
	z-index:1;
	left:0;
	top:0;
	background:url(/tuning/toning/c1.png);
	_background:none; /* призываем ие6 показывать полупрозрачный пнг */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tuning/toning/c1.png', sizingMethod='scale');
}
.corners .c2 {
	width:15px;
	height:15px;
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	background:url(/tuning/toning/c2.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tuning/toning/c2.png', sizingMethod='scale');
}
.corners .c3 {
	width:15px;
	height:15px;
	position:absolute;
	z-index:1;
	right:0;
	bottom:0;
	background:url(/tuning/toning/c3.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tuning/toning/c3.png', sizingMethod='scale');
}
.corners .c4 {
	width:15px;
	height:15px;
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
	background:url(/tuning/toning/c4.png);
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/tuning/toning/c4.png', sizingMethod='scale');
}
