* {
  margin: 0;
  padding: 0;
}

html, body {
	width:100%;
	min-height:auto;
	height:100%;
	background:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#555555;
}

#bg-top {
	width:920px;	position:relative;
	top:0;
padding:0 20px 0 50px;
}


#bg-top #logo {
	float:left;	
	margin:20px 0 0 ;
  width:237px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
}



#bg-top #logo object {
	margin:0; padding:0;
	  position:relative;
	  z-index:200;
}


#bg-top .top-menu{ 
 /* width:auto;
	position:relative;
	z-index:1;
	overflow:hidden;*/
	
  float:right;
  padding-left:1px;
  /*background-image:url(images/menu_delim.png);*/
	background-position:left top;
	background-repeat:no-repeat;
	/*margin-right:20px;*/
	height:72px;
	
}




#bg-top .top-menu ul{
  background-image:url(images/menu_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
/*	width:100%;*/
	margin:0;
	padding:0;
	height:55px;
}

#bg-top .top-menu ul li{
  float:left;
  list-style:none;
  margin:0;
  height:55px;
  background-image:url(images/menu_delim.png);
	background-position:right top;
	background-repeat:no-repeat;

 
}

#bg-top .top-menu ul li a{
  color:#555555;
  text-decoration:none;
  font-size:12px;
  font-family:Arial, Times, serif;
  font-weight:bold;
  display:block;
  padding:10px 18px;
}

#bg-top .top-menu ul li.active {
  background-image:url(images/menu_bg-active.gif);
	background-position:left top;
	background-repeat:repeat-x;
	
}

#bg-top .top-menu ul li.active a{
  background-image:url(images/menu_delim.png);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FF0000;
}


#bg-top .top-menu ul li a:hover {
	color:#FF0000;
}

#all-holder {
	width:1024px;
	min-height:600px;
	height:1%;
	clear:both;
	overflow:hidden;
	padding-bottom:30px;
	
}

*html #all-holder {
	overflow: visible;
	height:100%;
}


*+html #all-holder {
	overflow:none;
	height:auto;
}

#all-holder img{
	border:none;
}



#slogan {
 /* position:relative;*/
	margin:0px 0 0 320px;
	padding:0;
	
}


#slogan img {
	width: 501px;
	height:105px;
}




/* Lenta */

.lenta-whole {
  background-image:url(images/lenta-all.gif);
	background-repeat:no-repeat;
	background-position:left;

	width:922px;
	height:52px;
}


#all-holder #left-lenta {
	background-image:url(images/lenta-left.gif);
	background-position:right top;
	background-repeat: no-repeat;
	width:86px;
	height:79px;
	float:left;
}

.menu1 {margin-left:50px}

#all-holder #lent-perehod {
	background-image: url(images/lenta.gif);
	background-position:left top;
	background-repeat: no-repeat;
	width:154px;
	height:79px;
	float:left;
}

#all-holder #right-lenta {
	background-image:url(images/lenta-right.gif);
	background-position:left top;
	background-repeat: no-repeat;
	width:57px;
	height:79px;
	float:left;
}

#all-holder .column {
	float:left;
	min-height:100px;
	text-align:left;
}

#bg-bottom {
	width:100%;
}

.phone {
  float:left;
  margin-top:10px; 
  font-size:18px;
  margin-right:20px;
}

.uslugiMenu {
	width:240px;
	float:left;
	margin:30px 10px 40px 50px;
	height:800px;
	text-align:left;
}

.uslugiMenu A {
	color:#555555;
	text-decoration:none;
}

.forContent {
	margin:10px 0px 40px 70px;
	width: 900px;
}

#forContent1 {
  width:250px;
  min-height:300px !important;
  margin-left:0px;
  margin-right:20px;
  padding-right:15px;
  background-image:url(images/delim_leftm.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#forContent1 .content{
  min-height:300px;
  _height:300px;
}

#forContent1 ul { margin-left:15px; }
#forContent1 li { list-style-position:outside; }

.delim_bottom {
  width:265px; 
  height:161px;
  position:relative;
  top:-120px;
  margin-bottom:-120px;
  background-image:url(images/delim_leftm_bottom.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.delim_bottom_right {
	height:161px;
	position:relative;
	top:-120px;
	margin-bottom:-120px;
	background-image:url(images/delim_rightm_bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	left:-15px;
}

#forContent2 {
  width:545px;
}

#forContent3 {
	width:165px;
	padding-left:15px;
	background-image:url(images/delim_rightm.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right !important;
	text-align:right;
}

#forContent3 .content {
	min-height:300px  !important;
	_height:300px  !important;
	padding-top:30px; 
}

.content {
	width:100%;
}

.galeryPrewev {
  float:right;
  width:200px
}

#more-info {
	color:#603a75;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#more-info a{
	text-decoration:none;
	color:#555555;
}

#more-info a:hover{
	text-decoration:none;
	color: #990000;
}

/* COLORS ********************/
body {background: white;}
/* MARGINS *******************/
P {padding: 0; margin: 0px;}
BODY, TD, H1, DIV {padding: 0; margin: 0;}
.content P {padding: 0; margin: 0;}
/* FONTS *********************/
body, TD, H1, P, DIV {font: 14px Arial; font-family: "Times New Roman", Times, serif}
H1 {font: bold 16px; font-family: "Times New Roman", Times, serif}
/* position ******************/

.map_ov_site {border-collapse: collapse}
.map_ov_site A {text-decoration: none;}
.v_line, .no_v_line {background: url(../pic/map_v.png) left top; width: 15px; padding-top: 3px;}
.v_line {background-repeat: repeat-y;}
.no_v_line {background-repeat: no-repeat;}
.map_ov_site TD {vertical-align:top;}

.menuname {font-size: 20px; margin: 25px 0 10px 0}

.lenta-whole  { padding:0 22px 0 115px; width:785px; }

#order { display:block; float:left; margin: 12px 0 0 0; background: url('images/btn_order.jpg') no-repeat 0 0 ; height:22px; width:86px; }
#order img { display:none; }
#order:hover, #order:active { background:none; }
#order:hover img, #order:active img { display:block; }

#phones { display:block; float:right; margin: 14px 0 0 0; width:282px; height:28px; }

#l_about { display:block; float:left; margin: 9px 0 0 0; background: url('images/lenta_about.png') no-repeat 3px 4px ; height:24px; width:113px; }
#l_about img { display:none; }
#l_about:hover, #l_about:active { background:none; }
#l_about:hover img, #l_about:active img { display:block; }

#l_comments { display:block; float:left; margin: 20px 0 0 135px; background: url('images/lenta_comments.png') no-repeat 3px 4px; height:20px; width:79px; }
#l_comments img { display:none; }
#l_comments:hover, #l_comments:active { background:none; }
#l_comments:hover img, #l_comments:active img { display:block; }


#l_gallery { display:block; float:left; margin: 19px 0 0 13px; background: url('images/lenta_gallery.png') no-repeat scroll 0px 0px; height:22px; width:142px; }
#l_gallery img { display:none; }
#l_gallery:hover, #l_gallery:active { background:none; }
#l_gallery:hover img, #l_gallery:active img { display:block; }

#l_contacts { display:block; float:left; margin: 16px 0 0 13px; background: url('images/lenta_contacts.png') no-repeat 3px 4px; height:20px; width:93px; }
#l_contacts img { display:none; }
#l_contacts:hover, #l_contacts:active { background:none; }
#l_contacts:hover img, #l_contacts:active img { display:block; }

#l_online { display:block; float:left; margin: 14px 0 0 13px; background: url('images/lenta_online.png') no-repeat 3px 4px; height:20px; width:129px; }
#l_online img { display:none; }
#l_online:hover, #l_online:active { background:none; }
#l_online:hover img, #l_online:active img { display:block; }

#phones { display:block; float:right; margin: 14px 0 0 0; width:282px; height:28px; }

.lenta-whole a { color:#fff ;}


#balloon_form td { padding:5px 7px 5px 0; }
/*#balloon_form select { border:1px solid #666666; padding:2px 3px; }*/

span.balloon, span.logo { display:block; }
.balloon, .logo { float:left; font-size:0; line-height:0; height:22px; width:22px; cursor:pointer; background: url('images/balloon.png') no-repeat left top; margin-right:4px; }
.balloon.active, .logo.active { background-position: left bottom; }
#balloon_preview { width:126px; height:150px; padding-top:35px; }
#logo_preview { width:68px; height:68px; margin:0 auto; }
