html 
{
  height: 100%;
}
body 
{
  padding: 0px;
  font-size: 70%;
  margin: 0px;
  color: #000;
  height:100%;
  font-family: Arial, sans-serif;
  background-color: #fff;
  	background-image:url(../i/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
h1
{
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  font-size: 160%;
  color:#3A52A2;
}
.left_part h1
{
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  font-size: 145%;
  color:#DF000B;
}
h2
{
  margin: 0 0 0.3em 0;
  font-size: 145%;
  color:#000;
}

h3
{
  margin: 0 0 0.7em 0;
  font-size:125%;
  color:#000;
}
h4
{
  margin: 0 0 0.5em 0;
  font-size: 110%;
  color:#000;
}
.left_part h4
{
  margin: 1.5em 0 0.6em 0;
  font-size: 110%;
  color:#D82827;
  border-bottom:1px solid #ADD9FF;
}
h5
{
  margin: 0 0 0 0;
  font-size: 100%;
  color:#000;
}
p
{
  margin: 0 0 1em 0;
  text-align: justify;
}

table
{
	font-size: 100%;
}
td
{
  vertical-align:top;
  padding: 0;
}

img
{
  border: 0;
}

form
{
  margin: 0;
}
input.button
{
	color:#000;
	border:0;
}
input.checkbox
{
  border: none;
  vertical-align: middle;
  margin: 0 0.25em;
}

a
{
  color: #3A52A2;
}

a:hover/*, a:visited*/
{
  color:#7889C3;
}
a.act{
	text-decoration:none;
	font-weight:bold;
}

ul
{
  margin:0 0 0.5em 13px;
  padding:0;
  list-style:url(../i/square.gif) outside;
}
ol
{
  margin:0 0 0.5em 13px;
  padding:0;
}
li ul, li ol
{
  margin-top: 0em;
  margin-bottom: 0em;
  list-style-type: none;
  list-style-image:none;
}

li
{
  margin-bottom: 0em;
  list-style-type: none;
}

/* common classes */

.px      { width: 1px; height: 1px; }
.fill    { width: 100%; height: 100%; }
.wide    { width: 100%; }
.high    { height: 100%;}

.center  { text-align: center; }
.right   { text-align: right; }
.left    { text-align: left; }
.justify { text-align: justify; }

.top     { vertical-align: top; }
.middle  { vertical-align: middle; }
.bottom  { vertical-align: bottom; }

.nowrap  { white-space: nowrap; }

.bold    { font-weight: bold; }
.italic  { font-style: italic; }

.big     { font-size: 120%; }
.small   { font-size: 85%; }

.fl{
	float:left;
}
.cl{
	clear:both;
}
.fr{
	float:right;
}
.mt1em {
	margin-top: 1em;
}
.mb15 {
    margin-bottom: 15px;
}
/* user_content classes */
.user_content{
	padding:0 0 0 0;
}
.user_content table{
    border-left:1px solid #798BC9;
    border-top:1px solid #798BC9;
    margin:0 0 15px 0;
}
.user_content table td{
	height:25px;
    border-right:1px solid #798BC9;
    border-bottom:1px solid #798BC9;
    padding:0 0 0 10px;
	vertical-align:middle;
}
.user_content table th{
    background-color:#3A52A2;
    height:28px;
    border-right:1px solid #798BC9;
    border-bottom:1px solid #798BC9;
    padding:0 0 0 10px;
    text-align:left;
	font-size:125%;
	color:#fff;
}
.user_content table td strong{
	font-size:110%;
}
.user_content p
{
  margin: 0 0 1em 0;
}

.img_left{
    padding:5px 20px 15px 0;
    float:left;
}
.img_right{
    padding:5px 0 15px 20px;
    float:right;
}

/* specific classes */
.wrapper{
	min-width:995px;
}

.head{
	margin:0 40px 0 25px;
}
.head .logo{
	width:280px;
	padding-top:7px;
}
.head .top_head{
	background-color:#D82827;
}
.head .navigation{
	padding:20px 5% 25px 3%;
}
.head .navigation a, .head .navigation .nolink{
	font-size:85%;
	color:#B0B0B0;
	text-decoration:none;
	margin:0 12px 0 12px;
}
.head .navigation .pic{
	padding:0 10px 0 0;
}
.head .navigation input.field{
    font-size: 100%;
    font-family: arial, sans-serif;
    vertical-align: middle;
    background-color: white;
	border:1px solid #B0B0B0;
	margin-right:8px;
	width:155px;
}
.head .menu{
	background-color:#3A52A2;
}
.head .td{
	height:39px;
	vertical-align:middle;
}
.head .menu a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
.head .menu a:hover{
	color:#D9E8FF;
}
.building .pic{
	margin:0 0 0 -13%;
	background-image:url(../i/building.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:195px;
}
.building .building_left{
	background-image:url(../i/building_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.building .building_right{
	background-image:url(../i/building_right.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.building .building_left_2{
	background-image:url(../i/building_left_2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.slogan{
	margin:33px 0 0 15px;
	position:relative;
	z-index:3;
}
.wrap{
	margin:0 40px 25px 0;
}
.index_wrap{
	margin:0 30px 25px 0;
}
.blue{
	background-color:#D0DFF6;
}
.print{
	background-color:#D0DFF6;
}
.wrap .c_t, .index_wrap .c_t{
	background-image:url(../i/c_t.gif);
	background-repeat:repeat-x;
	font-size:1px;
}
.wrap .c_b, .index_wrap .c_b{
	background-image:url(../i/c_b.gif);
	background-repeat:repeat-x;
	font-size:1px;
}
.content{
	margin:10px 30px 25px 30px;
}
.content .address{
	margin-bottom:10px;
}
.content .address .text{
	font-size:110%;
	font-weight:bold;
	padding-top:0.3em;
}
.content .back{
	margin-top:15px;
}
.content .more{
	margin-bottom:20px;
}
.content .number{
	margin:0 10px 0 0;
}
.content .all{
	margin-left:20px;
}
.letter input, .letter select, .letter textarea,
{
  font-size: 100%;
  font-family: arial, sans-serif;
  vertical-align: middle;
  background-color: white;
}
.content .letter input.field, .subscribe input.field {
	border:1px solid #B0B0B0;
	padding:0 5px 0 5px;
}
.subscribe input.field {
    font-size: 100%;
    font-family: arial, sans-serif;
    vertical-align: middle;
    background-color: white;
	border:1px solid #B0B0B0;
	padding:0 5px 0 5px;
}
.content .letter textarea.field{
	border:1px solid #B0B0B0;
	width:96%;
	padding:0 5px 0 5px;
}
.content .letter .w100{
	width:96%;
}
.content .letter .w80{
	width:80%;
}
.content .letter .w90{
	width:90%;
}
.content .item{
	padding-right:10px;
}
.btn{
	background-color:#3A52A2;
}
.btn a{
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 5px;
}
.btn a:hover{
	color:#7889C3;
}
.left_part{
	margin:0 30px 25px 15px;
}
.left_part .left_menu{
	margin:0 0 0 20px;
}
.left_part .left_menu a{
	display:block;
}
.left_part .banner{
	margin:20px 0 20px 0;
}
.left_part .banner_2{
	margin:0 0 20px 0;
}
.left_part .contact{
	margin:15px 0 0 20px;
	font-size:110%;
	line-height:18px;
}
.left_part .subscribe {
	margin: 10px 0 0 20px;
	font-size:110%;
	line-height:18px;
}
.left_part .contact .red{
	color:#DF000B;
	font-weight:bold;
}
.left_part .contact a{
	font-weight:bold;
}
.left_part .contact .pic{
	margin-right:5px;
}

.footer{
	background-image:url(../i/footer_bg.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	padding:0 0 0 20px;
}
.footer td {
  vertical-align: middle;
}
.footer .menu a{
	font-size:110%;
	white-space: nowrap;
	margin-right: 15px;
}
.footer .magic{
	padding-left:5px;
}
.footer .magic span{
	font-size:93%;
}
.footer .magic a{
	color:#D82827;
	text-decoration:none;
}
.footer .magic a:hover{
	color:#F16564;
}
.footer input.field {
background-color:white;
border:1px solid #B0B0B0;
font-family:arial,sans-serif;
font-size:100%;
margin-right:8px;
vertical-align:middle;
width:155px;
}
.product
{
  position:relative;
  margin:10px 0 10px 0;
}
.ltcorner, .rtcorner, .lbcorner, .rbcorner
{
  position: absolute;
} 
.product .ltcorner
{
  top: 0px;
  left: 0px;
  z-index:1;
}
.product .rtcorner
{
  top: 0px;
  right: -1px;
  z-index:1;
}
.product .lbcorner
{
  bottom: -1px;
  left: 0px;
  z-index:1;
}
.product .rbcorner
{
  bottom: -1px;
  right: -1px;
  z-index:1;
}
.paver
{
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}
/* --------------------------------------------------------
   common catalogue
   --------------------------------------------------------
*/

.catalogue_list h3
{
  margin-top: 0;
}
.catalogue_list_item
{
  margin-bottom: 2em;
}

.catalogue_item
{
  margin-bottom: 2em;
}
.catalogue_item_descr
{
  padding-bottom: 1em;
}
.catalogue_item_img
{
  padding-right: 2.5em;
}
.catalogue_item h3
{
  margin: 0;
}

.attributes
{
  /*margin-top: 1em;*/
}
.attribute_name, .attribute_name_multiline
{
  font-weight: bold;
  /*font-size: 85%;*/
  white-space: nowrap;
  padding-right: 0.5em;
}
.attribute_name
{
  padding-bottom: 0.125em;
}
.attribute_value, .attribute_value_multiline
{
  /*font-size: 85%;*/
  padding-bottom: 0.125em;
}
.attribute_value ul, .attribute_value_multiline ul
{
  margin: 0 0 0 15px;
}

td.product-image 
{
  padding-right: 30px;
}
.small_images img {
  margin: 0 5px 5px 0;
}
.subcats 
{
  margin-bottom: 15px;
}

/*
response
*/
#subscribe_response {
  font-size: 85%;
}
#subscribe_response .err {
  color: #df000b;
}

/*
news
*/
.left_part .news{
	margin:15px 0 0 20px;
	font-size:110%;
	line-height:18px;
}
.news_date {
	font-style: italic;
	font-size: 80%;
}
.news h2 {
	font-size: 110%;
	margin: 15px 0 5px 0;
}
/*
 * Specials
 */
.speccolumn {
    width: 220px;
}
.speccolumn .item {
    text-align: center;
}
.speccolumn .item_props {
    padding-bottom: 12px;
}

/* ---------------------
 * tabs
 * ---------------------
 */
table.tabs {
  padding: 0;
}
.tabs .border .img {
  position: relative;
}
.tabs .border .left {
  width: 19px;
  height: 30px;
  background: url(/i/item_l.gif);
}
.tabs td.left-act .left {
  background: url(/i/item_l_a.gif);
}
.tabs .border .center {
  width: 27px;
  height: 30px;
  background: url(/i/item_c.gif);
}
.tabs td.left-act .center {
  background: url(/i/item_cl_a.gif);
}
.tabs td.right-act .center {
  background: url(/i/item_cr_a.gif);
}
.tabs td.right-act .right {
  background: url(/i/item_r_a.gif);
}
.tabs .border .right {
  width: 22px;
  height: 30px;
  background: url(/i/item_r.gif);
}
.tabs .text {
  border-bottom: 3px solid #A7D9F5;
  border-top: 1px solid #A7D9F5;
  vertical-align: middle;
  background-color: #fff;
}
.tabs td.act {
  border-top: 3px solid #A7D9F5;
  border-bottom: none;
}
.tabs a {
  margin-top: 3px;
}
.tabs td.act a {
  color: #ED1B23;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  text-decoration: none;
}
.layers .layer {
  margin-top: 1em;
}