* {
	padding: 0;
	margin: 0;
}

body {
	background-color:#333333;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	padding: 0;
	margin: 0;
}
#logo
{
 height:50px ;
}


#container {
    text-align:left;
	width:860px;
	margin:auto;
	padding:auto;
	background : url(../images/body.jpg) repeat-y center top;
}

#header {
    background-image:url(../images/cap.jpg);
	background-position:top center;
	width:860px;
	height:161px;
	
}

#cap_menu {
width:51px;
position:relative;
padding-top:22px;
padding-right:20px;
float:right;
z-index:20003;
} 

#cap_menu img{
width:13px;
border:0px;
display:block;
float:right;
padding-left:4px;
}


#menu {
/*margin-top:116px; */
padding-top:116px;
z-index:20000;
}

#cap_dance
{
position: absolute;
margin-left:695px;
z-index:20002;
}


/* menu  begin    */

/**********************************************************/
.dhtmlgoodies_tabPane{
height:34px;
}

.dhtmlgoodies_tabPane .tabInactive{
margin-left:0px;
margin-right:0px;
z-index:1;
}


.dhtmlgoodies_tabPane DIV{
float:left;
height:100%;	/* Height of tabs */
padding-left:3px;
vertical-align:middle;
background-repeat:no-repeat;
background-position:bottom left;
cursor:default;
position:relative;
bottom:-1px;
margin-left:0px;
margin-right:0px;
}

.dhtmlgoodies_tabPane span {

        color:#FFFFFF;
        font-size:14px;
        font-weight:bold;
		padding-left:3px;
		padding-right:3px;
		line-height:21px;
		float:left;
        padding-top:5px;
        padding-left:18px;
}


.dhtmlgoodies_tabPane img{
float:left;
width:18px;
}

.dhtmlgoodies_tabPane .tabActive{
background-image:url(../images/menulinks/menuhover.jpg);
margin-left:0px;
margin-right:0px;
z-index:10;
}

.dhtmlgoodies_tabPane .inactiveTabOver span {
 color:#333333;
}

.dhtmlgoodies_tabPane .inactiveTabOver span a{
 color:#333333;
}


.dhtmlgoodies_tabPane .tabActive  span {
 color:#333333;
}


.dhtmlgoodies_tabPane .tabActive  span a{
 color:#333333;
}


.dhtmlgoodies_tabPane .inactiveTabOver{
background-image:url(../images/menulinks/menuhover.jpg);
margin-left:0px;
margin-right:0px;
	}

.pmTab{
position: absolute;
top:-1000px;
left:1000px;
z-index:100;
}

.menulines
{
	width:9px;
	height:34px;
	background-image:url(../images/menulinks/menuline.jpg);
}


.pmTab{
text-align:left;
position: absolute;
top:-1000px;
left:-1000px;
background-color: #FFFFFF;
position: absolute;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
padding:0px 13px 5px 8px;
z-index:100;
}


.pmTab a
{
display: block;
margin-top:5px;
padding-left:10px;
font-size:11px;
color:#333333;
}

.dhtmlgoodies_tabPane span a
{
color:#FFFFFF;
text-decoration:none;
}


.dhtmlgoodies_tabPane span a:hover
{
 color:#333333;
text-decoration:none;
}

.dhtmlgoodies_tabPane span a:visited
{
color:#FFFFFF;
text-decoration:none;
}

.dhtmlgoodies_tabPane .inactiveTabOver span a:visited{
 color:#333333;
}

.pmTab a:link,.pmTab a:hover,.pmTab a:active,.pmTab a:visited
 {
  font-size:11px;
  color:#333333;
  text-decoration:none;

 }

.pmTab a:hover
 {
 background-image:url('../images/point.jpg');
 background-repeat: no-repeat;
 background-position:center left;
}

/***********************************************************/
/* menu end                */
#block_1
	{
	position : relative;
	float: left;
	width: 558px;
	padding:10px;


	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	position : relative; 
	float: left;
	width: 266px;
	padding: 10px 5px 5px 5px;

	}

/* Start Mac IE5 filter \*/
#block_1, #block_2
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	/*border: 1px solid;*/
	}
/* End Mac IE5 filter */
#wrapper
	{
	position : relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	width:860px;
	height : 31px; 
                text-align: right ;
	clear: both;
	background : url(../images/footer.jpg) no-repeat center top;
                }

#logo_kf {
 background-image:url(../images/logo_kf_wi_fi.png) ;
 background-position: left;
 background-repeat: no-repeat;
width:133;
height:31px;
margin-left:650px;
position: relative;
 cursor: pointer;
}

#footer a
{
  text-decoration: none;
}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */

#bottom-border div { margin-right: 10px; width: 30%; float: left; border-top-width:0; line-height:1px; position:relative; top:0px; }
.clear { clear:both; }



/*-------------------------------------------------------------------------------------------------------*/	
.h2_head_l {
background : url(../images/s_logo.jpg) no-repeat left top;
padding-left:27px;
}

.h2_head_l , .h2_head_r {


display : block;
font-size:16px;
font-weight:bold;
padding-top:5px;
padding-bottom:2px;
margin-bottom:7px;
border-bottom:1px solid #CCCCCC;
text-indent:0px;
}

.h2_title {
font-size:12px;
font-weight:bold;
}

.h2_title2 {
font-size:12px;
font-weight:bold;
/*padding-left:10px; */
padding-right:10px;
text-indent:10px;
}

.afisha_c{
text-indent:0px;
width:200px;
height:150px;
float:left;
margin-right:40px;
margin-bottom:40px;
}

.afisha_c img
{
 float:left;
}

.afisha_c h2 {
font-size:12px;
font-weight:bold;
}

.af_newsdate{
font-weight:bold;
color:#555555;
margin-bottom:4px;
}

.afisha_c a
{
  display: block;
  text-align: right;
  background : url(../images/str.gif) no-repeat right;
  padding-right:18px;
  margin-top:10px;
}

.content,.content2,.content_news,content_part,.content_mess, .content_afisha, .content_all{
text-align:justify;
position : relative;
text-indent:15px;
margin-left:10px;
margin-right:10px;
}

.content_pogoda_s{

}

.content_pogoda_b{

}
/* календарь  begin*/
.content_calen
{
/*padding-bottom:20px; */
width:210px;
margin-left:30px;
}

#calen_cap
{
 text-align: center;
 margin-bottom:5px;
}

#calen_nav_l
{
width:9px;
height:7px;
background-image: url(../images/str2_l.gif);
background-position:left;
background-repeat:no-repeat;
padding-right:10px;
margin-right:5px;
text-decoration:none;
}

#calen_nav_r
{
width:9px;
height:7px;
background-image: url(../images/str2_r.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:10px ;
margin-left:5px;
text-decoration:none;
}


.calen_cell_b
{
  font-weight:bold;
}

.calen_cell,.calen_cell_b
{
  text-align:center;
  width:30px;
  height:20px;
  float:left;
}

/* календарь  end*/

/* навигация по страницам begin */
.page_naveg
{
 margin-top:20px;
 text-align:center;
}

.page_naveg a
{
 margin-left:5px;
 margin-right:5px;
}
.page_naveg span
{
 color:#fa7701;
}


/* навигация по страницам end */
.content_mess{
 margin-bottom:20px;
}


.content_part0
{
margin-left:10px;
margin-right:10px;
}

.content_part0  li
{
  padding-left:25px;
}


.content_part
{
margin-bottom:30px;
margin-left:10px;
margin-right:10px;
}

.content_news{
background-image: url(../images/line2.jpg);
background-position: bottom left;
background-repeat:no-repeat;
padding-bottom:10px;
}

.content_afisha{
text-indent: 15px;
background-position: bottom left;
background-repeat:no-repeat;
padding-bottom:10px;
margin-bottom: 20px;
}

.content_afisha img {
  padding-right:10px;
  padding-bottom:10px;
}

.content_all img {
  padding-right:10px;
  padding-bottom:10px;
}




.content_news img {
  padding-right:10px;
  padding-bottom:10px;
}

.content{
margin-bottom:20px;
}
.content2,.content_pogoda_s{
margin-bottom:5px;
}

.content_news_r
{
margin-top:5px;
text-align:justify;
}

.content_news_r  img
{
 padding-right:8px;
 padding-bottom:8px;
}


.div_link0
{
  position : relative;
  float:right;
  margin-right:10px;
}

.c_div_link0
{
  margin-bottom:20px;
}

.div_link1,.div_link0{
background : url(../images/str.gif) no-repeat right;
padding-right:18px;
margin-bottom:10px;
text-align:right;
}

.div_link2{
background : url(../images/line.jpg) no-repeat left;
text-align:left;
padding-left:8px;
margin-right:8px;
float:left;
}

.link2{
background : url(../images/line.jpg) no-repeat left;
padding-left:8px;
margin-right:10px;
}
.p_part
{
 margin-bottom:10px;
}

.mess{

 background : url(../images/mail.jpg) no-repeat left;
 padding-left:33px;
 font-weight:bold;
 margin-bottom:5px;
}

.messdate
{
color:#fa7701;
margin-left:5px;
font-weight:normal;
margin-left:10px;
margin-right:10px;
}

.newsdate{
font-weight:bold;
color:#555555;
margin-bottom:4px;
/*margin-left:10px; */
margin-right:10px;
text-indent:10px;
}

.send_mess{
margin-top:60px;

}

#name_user,#email_user, #mess_user,#con_bloc,#select_sity,.input_f{
border: 1px solid #fa7701;
margin-bottom: 10px;
color:#333333;
font-family:Arial;
font-size:12px;
}

#form_r
{
border: 1px solid #fa7701;
padding-left:7px;
padding-top:10px;
margin-top:20px;
}
#form_r_h
{
 padding-left:4px;
 padding-right:4px;
 font-weight:bold;
}



.butt_send
{

background-image: url(../images/butt_send.jpg);
background-position: left;
background-repeat:no-repeat;
margin-bottom: 10px;
width:103px;
height:23px;
}

.butt_save
{
background-image: url(../images/butt_save.jpg);
background-position: left;
background-repeat:no-repeat;
margin-bottom: 10px;
width:103px;
height:23px;
}

.inf_1
{
background : url(../images/line.jpg) no-repeat left;
padding-left:10px;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
text-indent:0px;
}

.inf_0 ,.inf_3
{
background : url(../images/line.jpg) no-repeat left;
font-weight:bold;
padding-left:7px ;
padding-top:10px;
padding-bottom:10px;
text-indent:0px;

}


.content_part img ,.content_part0 img {
padding-right:10px;
padding-bottom:10px;
}

.content_part p ,.content_part0 p{
text-indent:15px;
text-align:justify;
}


/*pogoda begin*/
.pogoda_img{
margin-bottom: 5px;
height:25px;
}
.s_sp1,.s_sp2{
 margin-right:10px;
 width:50px;
 float: left;
 padding-top:4px;
}

.s_sp1{
margin-left:20px;
}

.b_sp0
{
width: 25px;
height:25px;
margin-right:10px;
float:left;
}
.b_sp_sle,.b_sp_0sle
{
font-weight:bold;
}

.b_sp_0n
{
 margin-left:10px;
}

.b_sp_n ,.b_sp_sle
{
 text-align:center;
}

.b_sp_0sle,.b_sp_0n
{
 width:60px ;
float: left;
padding-top:4px;
}

.b_sp_n,.b_sp_sle
{

float: left;
padding-top:4px;
width:100px ;
}
.div_link3{
background : url(../images/line.jpg) no-repeat left;
font-weight:bold;
padding-left:8px;
margin-right:8px;
margin-top:20px;
margin-bottom:10px;
}

.sp_sity
{
 width:180px;
 float:left;
 padding-bottom:3px;
}

#allsity
{
float:right;
margin-bottom:15px ;
}

#con_link
{
background : url(../images/minus.gif) no-repeat left;
padding-left:15px;
display:inline;
}
#con_bloc
{
padding-left:5px;
 width:500px;
 margin-top:10px;
}
#con_text{
font-size:11px;
}

#select_sity{
}


/*pogoda end*/



/* рамка  для фоток  begin*/
.photo_small
{
position : relative;
background:  url(../images/photo_scope/t.jpg) top repeat-x;
width : 216px;
height : 150px;
float:left;
margin-left:20px;
margin-top:20px;
}

.photo_big {
    position : relative;
	 background:  url(../img/photo_scope/t.jpg) top repeat-x;
	 width:980;
	 height:717;
}

.photo_small div {
      background: url(../images/photo_scope/r.jpg) right repeat-y;
	  	  height:100%;
}
.photo_small div div {
      background: url(../images/photo_scope/b.jpg) bottom repeat-x;
	  height:100%;
}
.photo_small div div div {
     background: url(../images/photo_scope/l.jpg) left repeat-y;
	 	  height:100%;
}
.photo_small div div div div {
      background: url(../images/photo_scope/t-l.jpg) top left no-repeat;
	  	  height:100%;
}
.photo_small div div div div div {
      background: url(../images/photo_scope/t-r.jpg) top right no-repeat;
	  	  height:100%;
}
.photo_small div div div div div div {
      background: url(../images/photo_scope/b-r.jpg) bottom right no-repeat;
	  	  height:100%;
}
.photo_small div div div div div div div {
      background: url(../images/photo_scope/b-l.jpg) bottom left no-repeat;
	  	  height:100%;
}

.photo_small div div div div div div div img {
margin-top:10px;
margin-left:10px;
border:0px;
}

/* рамка  для фоток  end*/

img{
border:0px;
float:left;
}

p{
  margin-bottom:5px;
}


a{text-decoration:none;}
a:link {color:#fa7701;}
a:hover {color:#f86600; text-decoration:underline;}
a:active {color:#fd9f04; }
a:visited{color:#fd9f04;}

