html {
	padding: 0;
	margin: 0;
	background-color: #717171;
	background-image: url(/_com/backgound_noise.jpg);
	background-repeat: repeat;

}
body {
	padding: 0;
	margin: 0;
	color: #4D4D4D;
	background-image: url(/_com/trucks_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 75%;
	font-family: Tahoma, Arial, sans-serif;
}
*
{
	font-size: 100%;
}

/*Основные элементы*/

h1 {
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	background-image: url(/_com/h1_marker.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 15px;
	padding: 0 0 0 28px;
}

h1.frontpage {
	font-size: 90%;
    text-transform: uppercase;
    background-position: top left;
}


h2, .h2 {
	color: #C40E12;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
}
h1+h2, h2+h3 {
margin-top: 1.5em;
}

a:link { color: #1074AA }
a:visited {	color: #619BB2 }
a:hover, a:active {	color: #1074AA }

img.inborder {
	border: 1px #999999 solid;
	padding: 1px;
}

div.pathstring {
	padding: 1em 0 0.7em 3px;
	border-bottom: 1px #CCCCCC solid;
	margin-bottom: 1em;
	width: 95%;
}

.accent {
	color: #EB121B;
}

/* Форматирование таблиц */
table.tabData tr td {
	padding: 0.3em 0.8em 0.3em 0.8em;
	vertical-align: middle;
}

td.tabDataAccent, tr.tabDataAccent td {
	font-weight: bold;
}

table.tabData tr td.tabDataTop, table.tabData tr.tabBg td.tabDataTop {
	vertical-align: top;
}

table.tabData tr.tabBg td {
	background-color: #E4E4E4;
	padding: 0.4em 0.8em 0.4em 0.8em;
}

table.tabData h2 {
	margin-bottom: 0.1em;
}

table.tabData ul{
	margin-top: 0em;
	margin-bottom: 0em;
}

table.tabData ul li {
	margin-bottom: 0.2em;
}

.formData {
	width: 92%;
}


div.pathstring a:visited { color: #1074AA; }
div.pathstring span { color: #5D5D5D; }

/* Класс показа PNG */
.png
{
	//background-image: none ! important;
	behavior: url('/_com/pngfix.htc');
}
/* Вёрстка */

/* Внутренняя основная плашка */
.border .t,
.border .b,
.border .l
{
	position: relative;
	z-index: 1;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0; top: 0;
}

.border .b { background-position: right bottom;}
.border .l { background-position: left bottom}

#mainbox .border { background: #FFFFFF; background-image: url('/_com/backgound_plashka_noise.jpg')}
#mainbox .border .t { background-image: url('/_com/corner-lt.gif'); }
#mainbox .border .l { background-image: url('/_com/corner-lb.gif'); }
#mainbox .border .b { background-image: url('/_com/shadow_plashka.gif'); }
#mainbox .border .reducer { padding: 23px 2em 55px 46px;}

/* Внутренняя основная плашка */
.insborder .t,
.insborder .b,
.insborder .l
{
	position: relative;
	z-index: 2;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0; top: 0;
}
.insborder .b { background-position: right bottom;}
.insborder .l { background-position: left bottom}

#insidebox .insborder { background-color: #EEEEEE; background-image: url('/_com/backgound_inside_noise.jpg')}
#insidebox .insborder .t { background-image: url('/_com/inside-top.gif'); }
#insidebox .insborder .l { background-image: url('/_com/inside-left.gif'); }
#insidebox .insborder .b { background-image: url('/_com/inside-bottom.gif'); }
#insidebox .insborder .reducer { padding: 20px 0 30px 25px; min-height: 130px}

/* Плашка со спецпредложением - НАЧАЛО */
table.spec { background: #EE0C0B url(/_com/spec_background.gif) left bottom repeat-x; margin-bottom: 1em}
table.spec tr td {
	color: #EEEEEE;
	font-weight: bold;
	padding: 40px 0 10px 0;
	text-align: left;
	vertical-align: top;
}

table.spec tr td.specleft { padding: 0; background: url(/_com/rc_lt.gif) left top no-repeat; vertical-align: bottom; text-align: left}
table.spec tr td.specleft div{ width: 14px; height: 80px; background: url(/_com/rc_lb.gif) left bottom no-repeat}

table.spec tr td.specright{ padding: 0; background: url(/_com/rc_rt.gif) right top no-repeat; vertical-align: bottom; text-align: right}
table.spec tr td.specright div{ width: 14px; height: 80px; background: url(/_com/rc_rb.gif) left bottom no-repeat}
/* Плашка со спецпредложением - КОНЕЦ */

table.buklet tr td {
	font-size: 11px;
	text-align: left;
	color: #444444;
	padding-top: 5px
}

table.mainmenu tr td {
	padding: 15px 0 15px 0;
	vertical-align: top;
	background-image: url(/_com/mainmenu_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

table.mainmenu tr td.marker {
	padding: 5px 7px 0 0;
	vertical-align: top;
}

div.submenu {
	margin-top:	-6px;
	margin-left: -39px;
	margin-bottom: -10px;
}

ul.submenu {
	margin:: 0;
}

ul.submenu li {
	list-style-type: none;
	color: #FFCC00;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
}

ul.submenu li a{
	color: #AAAAAA;
	font-weight: normal;
}

ul.submenu li a:visited{
	color: #AAAAAA;
	font-weight: normal;
}

ul.submenu li a:hover, ul.submenu li a:active{
	color: #DDDDDD;
}

img.photoborder {
	padding: .5em;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	border: 1px #DDDDDD solid;
}

/* Футер */
.footer {
	color: #F2F2F2;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color:#FFCC00;
}
