﻿/*<Style reset>*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    background: transparent;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}
/*</Style reset>*/



body, #body {background-color:#e0e1e2;}

/* #body {height:100% !important;vertical-align:top;margin: 0;padding: 0; } */




/* --------- Шапка -------- */


#header {min-width:975px;
	margin-bottom:0 !important;
	margin-bottom:-4px;
height: 216px;
	}

.header_left {
	/* margin:0; padding:0;
	text-align:right; */
	background-color:#fff;
height: 216px;
}

.header_right {
/* 	width:442px !important; */
	text-align:left;
/*	margin:0; padding:0; */
	background-color:#b58a68; */
}

#center 
{background-color: #dadbdd; padding: 0px 0 0 0;}
/* url(img/center_bg.gif) repeat-x; } */


/* --------- Меню -------- */

.box {
    padding:0;
    border:1px solid #d3d4d5;
    border-top:none;
    width:270px;
    margin-bottom:4px;
    background-color:#ffffff;
}

.box ul {
    margin:0 11px 8px 11px;
    padding:7px 0 0 0;
    list-style-type:none;
}

.box li {
    background:url(img/bullet_left_menu_expanded.gif) no-repeat 0 6px;
    padding:0 0 4px 12px;
}

.box li a {
    display:block;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#4c4340;
	font-weight:normal;
	margin-bottom:0px;
    line-height:13px;
}

.box li a:link, .box li a:visited {
    text-decoration:underline;
    font-weight:normal;
}

.box li a:hover {
    text-decoration:none;
color:#ed1659;
    font-weight:normal;
}

.box li a:active {
    text-decoration:none;
    color:#ed1659;
    font-weight:bold;
}

.box li a.selected:link, .box li a.selected:visited {
    font-weight:bold;
}




/* меню второй уровень */

ul.sub {
    margin:0 11px 0px 11px;
}

.sub li {
    background:url(img/bullet_left_submenu_expanded.gif) no-repeat 0 6px;
    padding:0 0 4px 20px;
}

.sub li a:active {
    text-decoration:none;
color:#ed1659;
    font-weight:normal;
}

.sub li a:hover {color:#ed1659;}

.left_menu a {
    display:block;
    margin-bottom:2px;
}




/* --------- Меню темный список -------- */


.left_list {
	width: 262px;
	padding:0 10px 3px 0;
	margin:10px 0 10px 0;
	background-color:#666160;
}


.left_list ul {
	margin:0;
    padding:7px 0 0 0;
    list-style-type:none;
}

.left_list ul li {
	margin:0;
    padding:0 0 0 14px;
    background: url(img/bullet_left_list.gif) no-repeat 3px 0;
}

.left_list ul li a {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    display:block;
	height:23px;
	padding:5px 0 0 0;
}

.left_list ul li a:link, .left_list ul li a:visited, .left_list ul li a:active {    
    text-decoration:underline;    
}

.left_list ul li a:hover {
    text-decoration:none;
color:#deaa80;
}

.left_list ul li a.selected:link, .left_list ul li a.selected:visited {
   /*  color:#f1c963; */
color:#deaa80;
}




/* --------- Заголовки -------- */

h1 {
    color:#9b885e;
    font-size:19px;
    font-family:Arial;
    margin-bottom:10px;
    font-weight:normal;
    line-height:22px;
    padding:3px 0 4px 0;
}

h2 {
/*     color:#4c4340; */
color:#645446;
    font-size:17px;
    font-family:Arial;
    margin: 12px 0 12px 0;
    line-height:19px;
    font-weight:bold;
}

h3 {
    color:#888888;
    font-size:15px;
    font-family:Arial;
    margin:10px 0 10px 0;
    font-weight:bold;
    line-height:18px;
}



/* --------- Основной контент -------- */

.main_content {
    margin:0 10px 0;
    padding:14px;
    background-color:#ffffff;
border:#d3d4d5 1px solid;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;     
color:#58595b;
}

.main_content p {margin-bottom: 10px;}

.main_content a {color:#555;}
.main_content a:hover {color:#ed1659;}

.main_content p a {display:inline;}

.main_content .last_paragraph {margin-bottom:0;}



/* --------- Нижнее меню -------- */

#lower_menu {
	padding:0;
	margin-top:10px;
	text-align:center;
	/* height:55px; */
}

#lower_menu table td {
	text-align:center;
}

#lower_menu a {
	color: #504744;
	line-height:normal;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
}


#lower_menu a:hover {color:#ed1659;}

#lower_menu table td a:link, #lower_menu table td a:visited {  
	text-decoration:  none;
	border-bottom:#504744 1px dashed;
	margin:0 12px;

}
#lower_menu table td a:hover, #lower_menu table td a:active {
	text-decoration: underline;
border:none;
}

#lower_menu table td.sep {
	padding:0;
	margin:0;
	width:1px;
}



/* --------- Подвал -------- */

#footer {
/* position:absolute;bottom:0; */

    text-align:center;
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    color:#000000;
    margin:10px 0 10px;
}

#footer a  {color:#000;text-decoration:underline;}
#footer a:hover  {text-decoration:none;}


/* --------- Разное в довесок -------- */

.side, .side1, .side2 {background:#272323 url(img/bg_main_body.jpg) top left repeat-x;}  /* боковинки */

/* #center {padding-left:10px;} */





/* ------------------------------------------------------------- */


.news {
  color:#888;
   /*  color:#09589d; */
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}



.main_content .hr {
	height:1px;
	border:0;
	background:url(/common/img/uploaded/exhibitions/metalloobrabotka/style/img/hor_line.gif) no-repeat center;
	margin:15px 0 15px 0;
}

.main_content .hr hr {
	display:none;
}



/* МежстраничнаЯ навигация*/
#nav{  
    margin:20 0;       
    line-height:10px;
width:auto !important;
}

#nav td {padding:5px;}

#nav a{
    color:#555;
    text-decoration:none;
}

#nav a:hover{ 
    color:#f56c40;
    text-decoration:underline;
}

#nav td.first{
    padding-right:6px;
}

#nav td.last{
    padding-left:6px;
}
/* //МежстраничнаЯ навигация*/




/* каталог услуг */
table.cat{
    margin-top: 18px;
}

table+table.cat{
    margin-top: 9px;
}


.sh{
    padding-left:22px;
}

.tobasket{
    background: url(/common/img/bask.gif) no-repeat;
    padding-left: 32px;
    width: 95px;
}

#services, #basket_status 
{
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	font-size: 13px; line-height:17px;
	color: #000000; 
	padding: 0 15px;	
	margin: 12px 0 0 0;
	text-align: left;
	width:100%;
}

/* //каталог услуг*/


#cost {background-color: #ffffff; border: 1px solid #ffffff;}
#cost h2 {color:#0153a5; margin:0px; padding:0px;}
#cost td {background-color: #cadcf2; padding:opx;}
#cost td#hd {background-color: #deeaf6;}


table#se2 {border-collapse:collapse;border:1px #77a7d8 solid;}
table#se2 th {padding:5px;background-color:#cbddf3;border:1px #77a7d8 solid;font-size:14px;font-weight:bold;color:#727272;}
table#se2 td {vertical-align:top;padding:6px;background-color:#deeaf6;border:1px #77a7d8 solid;}

table.agro {border-collapse:collapse;border:1px #a2cc35 solid;}
table.agro th {padding:5px;background-color:#b7e359;border:1px #a2cc35 solid;font-size:14px;font-weight:bold;color:#16450e;}
table.agro td {vertical-align:top;padding:6px;background-color:#e0f2d0;border:1px #a2cc35 solid;}


/* a#reg {text-decoration:none;padding:3px;background-color:#ffffff;color:#ff6600;font-weight:bold;}
a#reg:hover  {text-decoration:none;padding:3px;background-color:#ff6600;color:#ffffff;font-weight:bold;} */


.main_content ul {
    margin:0;
    padding:0;
    list-style-type:none;
}

.main_content ul li {
    margin:0;
    padding:2px 0 0 23px; 
    background: url(img/bullet_left_menu_expanded.gif) no-repeat 9px 9px;
}

.main_content ul li ul li {
    margin:0;
    padding:2px 0 0 23px; 
    background: url(img/bullet_left_submenu_expanded.gif) no-repeat 9px 9px;
}


.main_content table td {padding:4px;}

/* .main_content {} */

/* .left_menu {margin-bottom:10px;} */


.footer *, .box ul, .box li, ul.sub, .sub li,
.left_list ul, .left_list ul li,
.right_list ul, .right_list ul li,
.box, .right, .right_block, .right_l, .middle, .main_content, .news_single, h1 {zoom:1 !important;}

strong {font-weight:bold;}

table.meb {border-collapse:collapse;border:1px #666160 solid;}
table.meb th {padding:5px;background-color:#b48a68; border:1px #666160 solid;font-size:14px;font-weight:bold;color:#fff;}
table.meb td {vertical-align:top;padding:6px;background-color:#f3f3f3;border:1px #666160 solid;}

table.meb span {color: #0000FF}

