.empty {}

body
{
	font-size: 85%;
	background: none #2b2b2b;
	margin: 0px;
}
BODY *
{
	font-size: 104%;	
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;	
}
img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Вместо cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
	font-size: 85%
	/*width: 100%;*/
}

h1
{
	color: #fff;
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2
{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul
{
    list-style-image: url(ul-marker.gif);
}

a
{
	color: #a8d4ff;
	text-decoration: underline;
}

a:hover
{
	color : #a8d4ff;
	text-decoration: none;
}

p
{
	margin: 1.1em 0 1.4em 0;
}

hr
{	
	height: 7px;	
	border: none;
	background: url(hr.gif) repeat-x top left;
	margin: 10 0 10 0;
	padding: 0;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}
/*------------------------------------------------------*/
/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/
/* Контейнер с серым фоном */
#container
{
    background: url(bg.gif) repeat-x 0px 354px #2b2b2b;
}
/* /Контейнер с серым фоном */
/* Контейнер фиксированной ширины отцентрованный */
.centered-container
{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
/* /Контейнер фиксированной ширины отцентрованный */
/* Шапка */
#top
{
    height: 305px;
    overflow: hidden;
    position: relative;
}
#top #logo
{
    display: block;
    position: absolute;
    left: 20px;
    top: 47px;
}
#top #logo .phones
{
    color: #fff;
    font-size: 18px;
    margin: 5px 0 0 -15px;
    line-height: 28px;
}
#top #top-image
{
    display: block;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 780px;
    height: 250px;
}
/* /Шапка */
/* Главное меню */
#main-menu
{
    height: 36px;
    background: url(main-menu-bg.gif) repeat-x top #20558a;
    position: relative;
    word-spacing: -0.25em;
}
#main-menu .spacer-160w
{
    display: inline-block;
    height: 36px;
    float: left;
}
#main-menu .left-edge
{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(main-menu-left.gif) no-repeat top left;
    height: 36px;
    width: 9px;
}
#main-menu .right-edge
{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(main-menu-right.gif) no-repeat top right;
    height: 36px;
    width: 9px;
}
#main-menu a, #main-menu .active
{
    display: inline-block;
    height: 31px;
    width: 105px;
    text-align: center;
    margin: 2px 0px 3px 20px;
    color: #fff;
    line-height: 31px;
    text-decoration: none;
}
#main-menu a:hover, #main-menu .active
{
    background: url(main-menu-active.jpg) no-repeat top right;
}
/* /Главное меню */
#center
{
    position: relative;
}
#left-column, #right-column
{
    position: absolute;
    top: 0px;
    height: 100%;
}
/* Левая колонка */
#left-column
{
    left: 0px;
    _left: -140px;
    width: 140px;
}
#left-column #catalog-menu
{
    position: relative;
    top: -18px;
    left: -10px;
    right: -10px;
    width: 160px;
    height: 227px;
    background: url(catalog-menu.png) no-repeat top right;
    font-size: 12px;
}
#catalog-menu a
{
    display: block;
    margin: 0 22px 10px 22px;
    color: #a8d4ff;
}
#catalog-menu a:hover
{
    color: #a8d4ff;
    text-decoration: none;
}
#left-column .info
{}
#left-column .info .title
{
    background: url(left-info-title.gif) no-repeat top right;
    height: 28px;
    width: 140px;
    color: #000;
    text-decoration: underline;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
#left-column .info p
{
    color: #fff;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    margin: 5px 10px 0 0;
}
/* /Левая колонка */
/* Правая колонка */
#right-column
{
    width: 230px;
    right: 0px;
}
#right-column .links-block
{
    background: url(right-block.jpg) no-repeat top right;
    padding: 12px;
    margin: 7px 0 20px 0;
    height: 210px;
}
#right-column .links-block a
{
    font-weight: bold;
    font-size: 17px;
    color: #e38b3d;
}
#right-column .links-block a:hover
{
    color: #e38b3d;
}
#right-column .links-block p
{
    font-size: 12px;
}
/* /Правая колонка */
/* Крошки */
#breadcrumbs
{
    position: absolute;
    bottom: 5px;
    left: 0px;
}
#breadcrumbs span
{
    color: #a4c6e8;
    text-decoration: underline;
}
#breadcrumbs a
{
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: none #414141;
    color: #fff;
    text-decoration: none;
}
#breadcrumbs a:hover
{
    color: #fff;
    text-decoration: none;
}
#breadcrumbs a .left
{
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 28px;
    width: 9px;
    background: url(breadcrumbs-left.gif) no-repeat top left;
}
#breadcrumbs a .right
{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 28px;
    width: 9px;
    background: url(breadcrumbs-right.gif) no-repeat top right;
}
#breadcrumbs span.arrow
{
    position: relative;
    top: -2px;
    display: inline-block;
    text-decoration: none;
    height: 5px;
    width: 15px;
    margin: 0 2px;
    background: url(breadcrumbs-arrow.gif) no-repeat center;
}
/* /Крошки */
#content
{
    position: relative;
    margin: 0 230px 0 140px;
    padding: 20px 10px 120px 20px;
    font-size: 0.9em;
	font-family: Tahoma,Helvetica,sans-serif;
	line-height: 165%
}
.spacer-160w
{
    display: inline-block;
    height: 1px;
    width: 160px;
}
.spacer-57h
{
    display: inline-block;
    height: 57px;
    width: 1px;
}
.red
{
    color: #eb3d3d;
}
/* Футер */
#footer-container
{
    position: relative;
    background: url(footer-bg.gif) repeat #1e5183;
    height: 140px;
    font-size: 0.9em;
    overflow: hidden;
}
#footer-container .centered-container
{
    height: 140px;
}
#footer-container .logo
{
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
}
#footer-container #copyright
{
    display: block;
    position: absolute;
    left: 160px;
    top: 60px;
    color: #0a1929;
}
#footer-container #copyright u
{
    color: #0a1929;
}
#footer-container #copyright .phones
{
    color: #fdfdfd;
    margin: 8px 0 0 0;
}
#footer-container #counters
{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 28px;
}
#footer-container #seoprod
{
display: block;
position: absolute;
right: 0;
top: 120px;
color: #ffffff;
}
/* /Футер */
