/* 
    Document   : style
    Created on : 02.02.2011, 12:26:40
    Author     : alexp
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*root {
    display: block;
}*/
body
    {
        margin: 0;
        padding: 0;
background-color: #888888;
     /*background-position: center center;*/
background-repeat:no-repeat;
 background-attachment:fixed;
background-position: 100% 100%;
z-index: -1;	
    }

p
    {
        margin: 0;
        padding: 0;
    }

#wrap
    {

    width: 100%;
	height: 100%; 
	margin: 0px;
	top:0;
	left:0;
     
 /*min-height:670px;*/
    
    }

#main
    {
      width:900px;
      height:100%;
      /*border:1px solid;*/
      margin: 0 auto;
    }

 #header
    {
        width: 100%;
        /*border:1px solid;*/
        *padding: 100px 0 0 0;
        clear: both;
        *background:url("images/logo.png") no-repeat;
    }
   #header .bender
   {font:bold 40px "Trebuchet MS";
 text-decoration: none;
 color:red;

}
/*equinox*/

    #header .middle
        {
            clear:both;
            height:224px;
            padding: 70px 0 0 0;
            background: url(images/advert.png) no-repeat;
        }
        #header .middle .sale
            {
                float: right;
                height: 120px;
                width:120px;
                background: url(images/sale.png) no-repeat;
                margin: 8px;
                position: relative;
                top:-70px;
            }
        #header .middle .info 
        {
            color:#454545;
            font:18px "Trebuchet MS";
            margin: 0 0 0 520px;
        }
        #header .middle .info_a
        {
            color:#454545;
            font:18px "Trebuchet MS";
            margin: 0 0 0 544px;
        }
        #header .middle .info_b
        {
            color:#454545;
            font:18px "Trebuchet MS";
            margin: 0 0 0 580px;
        }
        #header .middle .info_c
        {
            color:#454545;
            font:18px "Trebuchet MS";
            margin: 0 0 0 597px;
        }
        #header .middle .info span {color:#e43338;}
        #header .middle .info_c .gift
            {
                color:#e43338;
                font:24px "Trebuchet MS";
                margin:0 0 0 40px;
            }
        #header .middle .phone
            {
                color:#454545;
                font:30px "Trebuchet MS";
                float: right;
                margin: 60px 0 0 0;
            }
        
    #header .menu
        {
           
            height: 53px;
            /*padding: 17px 0 0;*/
           * background-color:white;
            /*background: url(images/menu_bg.png) no-repeat;*/
            width: 100%;
        }
        #header .menu ul {margin: 0; padding: 0;}
        #header .menu li
            {
                
                display: block;
                float:left;     
            }

            
            #header .menu li a
            {
                
                color: #999999;
                display: block;
                background-color:black;
                float:left;
                font:bold 20px "Trebuchet MS";
                /*padding: 0 27px;*/
                text-decoration: none;
                padding: 9px 20.5px; /*58.7*/
               * height: 23px;
            }
            
            #header .menu li a.active {background-color:red;}
  #header a {
                 color: black;
                display: block;
                                
                font: 43px "Century Gothic";
                font-weight: 900;
                /*padding: 0 27px;*/
                text-decoration: none;
                padding:20px 58.7px;
                text-align:center;
}
   #header .advert
        {
            clear:both;
            width: 100%;
            height:100px;
        }
        #header .advert .hot {float: left; background: url(images/hot_tours.png) no-repeat; height: 101px; width:253px;}
        #header .advert .hot span {color: #FFFFFF;
                                    float: right;
                                    font: bold 24px Arial;
                                    height: 10px;
                                    margin: 17px 0 0;
                                    width: 157px;}
        #header .advert .mount {float: left; background: url(images/mount.png) no-repeat; height: 101px; width:253px; margin: 0 1px 0 2px;}
        #header .advert .mount span {color: #FFFFFF;
                                    float: right;
                                    font: bold 24px Arial;
                                    height: 10px;
                                    margin: 17px 0 0;
                                    width: 157px;}
        #header .advert .child {float: left; background: url(images/child.png) no-repeat; height: 101px; width:253px; margin: 0 2px 0 1px;}
        #header .advert .child span {color: #FFFFFF;
                                    float: right;
                                    font: bold 24px Arial;
                                    height: 10px;
                                    margin: 17px 0 0;
                                    width: 157px;}
        #header .advert .action {float: left; background: url(images/action.png) no-repeat; height: 101px; width:253px;}
        #header .advert .action span {color: #FFFFFF;
                                        float: right;
                                        font: bold 24px Arial;
                                        height: 10px;
                                        margin: 35px 0 0;
                                        width: 157px;}


    #content .search { clear: both; margin: 0 0 0 3px; }
    #content .search .selects
    {
        
        width:883px;
        float: left;
    }
    
    #content .search .buton input
    {
        border:none;
        background: url(images/buton.png) no-repeat;
        float: left;
        height:50px;
        width:137px;
        position:relative;
        top:15px;
    }
        


    #content .search .selects .list_where
        {
            min-width: 155px;
            float:left;
        }
          #content .search .selects .list_where > p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }
        #content .search .selects .list_where:first-child
            {
                color:#454545;
                font:14px "Trebuchet MS";
            }
            
        #content .search .selects .list_where > p > span
            {
                background: url(images/select1.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 150px;
                overflow: hidden;
                z-index: 0;
                
            }
         #content .search .selects .list_where > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
             #content .search .selects .list_where > p > .selector select
                {
                    width:120px;
                    margin: 0 0 0 5px;
                    padding: 0 2px;
                    border:none;
                }
       /*-----------------------------------------------*/
       #content .search .selects .list_beach
        {
            width:160px;
            float:left;
            margin: 0 2px 0 0;
            color:#454545;
            font:14px "Trebuchet MS";
        }
        #content .search .selects .list_beach p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }    
       
        #content .search .selects .list_beach > p > span
            {
                background: url(images/select1.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 150px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }
         #content .search .selects .list_beach > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
            #content .search .selects .list_beach > p > .selector select
                {
                    width:120px;
                    margin: 0 0 0 5px;
                }
       /*-----------------------------------------------*/
        #content .search .selects .list_hotel
        {
            float:left;
            color:#454545;
            font:14px "Trebuchet MS";
            width:90px;
            margin:0 1px;
        }
        #content .search .selects .list_hotel > p { color:#454545; font:12px "Trebuchet MS";}
        #content .search .selects .list_hotel > p > span
            {
                background: url(images/select2.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 150px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }
         #content .search .selects .list_hotel > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
            #content .search .selects .list_hotel > p > .selector select
                {
                    width: 50px;
                    margin:0 0 0 5px;
                }
       /*------------------------------------------------*/
         #content .search .selects .list_date
        {
            color:#454545;
            font:14px "Trebuchet MS";
            float:left;
            width: 170px;
        }
        #content .search .selects .list_date > p {color:#454545; font:12px "Trebuchet MS";}
        #content .search .selects .list_date > p > .selector
            {
                background: url(images/select2.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                color:#454545;
                float: left;

            }
         #content .search .selects .list_date > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
            #content .search .selects .list_date > p > .selector select
                {
                    width:40px;
                    margin: 0 0 0 5px;
                }
       /*------------------------------------------------*/
       #content .search .selects .list_night
        {
            color:#454545;
            font:14px "Trebuchet MS";
            float:left;
            width: 130px;   
        }
        #content .search .selects .list_night > p {color:#454545; font:12px "Trebuchet MS";}
        #content .search .selects .list_night > p > .selector
            {
                background: url(images/select9.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                color:#454545;
                float: left;
                width:54px;
                padding:0 0 0 5px;

            }
         #content .search .selects .list_night > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
            #content .search .selects .list_night > p > .selector select
                {
                    margin: 0 0 0 5px;
                }
       /*-------------------------------------------------*/
       #content .search .selects .list_price
        {
            color:#454545;
            font:14px "Trebuchet MS";
            float:left;
        }
        #content .search .selects .list_price > p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }
        #content .search .selects .list_price > p > span
            {
                background: url(images/select5.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 150px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }
         #content .search .selects .list_price > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
            #content .search .selects .list_price > p > .selector + .selector
            {
                
                background: url(images/select10.gif) no-repeat;
                padding: 0 8px;
            }
             #content .search .selects .list_price > p > .selector select
                {
                    margin: 0 0 0 5px;
                }
       /*--------------------------------------------------*/
         #content .search .selects .list_tour
        {
            width:150px;
            float:left;
            margin: 0 2px 0 0;
            color:#454545;
            font:14px "Trebuchet MS";
        }
        #content .search .selects .list_tour > p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }
        #content .search .selects .list_tour > p > span
            {
                background: url(images/select1.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 150px;
                overflow: hidden;
                z-index: 0;
                color:#454545;
                font:12px "Trebuchet MS";
            }
         #content .search .selects .list_tour > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
       /*--------------------------------------------------*/
       #content .search .selects .list_type
        {
            width:240px;
            float:left;
            margin: 0 2px 0 0;
            color:#454545;
            font:14px "Trebuchet MS";
        }
        #content .search .selects .list_type > p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }
        #content .search .selects .list_type > p > span
            {
                background: url(images/select6.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 240px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }
         #content .search .selects .list_type > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
       /*--------------------------------------------------*/
       #content .search .selects .list_raz
        {
            
            float:left;
            margin: 0 2px 0 0;
            color:#454545;
            font:14px "Trebuchet MS";
            width: 190px;
        }
        #content .search .selects .list_raz > p
            {
                color:#454545;
                font:12px "Trebuchet MS";
            }
       #content .search .selects .list_raz > p > span
            {
                background: url(images/select7.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 240px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }

         #content .search .selects .list_raz > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
       /*---------------------------------------------------*/
       #content .search .selects .list_eat
        {
            width:240px;
            float:left;
            margin: 0 2px 0 0;
            color:#454545;
            font:14px "Trebuchet MS";
        }
         #content .search .selects .list_eat p { width:306px;}
         #content .search .selects .list_eat p .selector {float:left; width:180px;}
         #content .search .selects .list_eat label {float:right; color: #454545; font:14px "Trebuchet MS"; }
        #content .search .selects .list_eat p
            {
                color:#454545;
                font:12px "Trebuchet MS";
                
            }
        #content .search .selects .list_eat > p > span
            {
                background: url(images/select7.gif) no-repeat scroll 0 0 transparent;
                height: 21px;
                display: block;
                position: absolute;
                width: 190px;
                overflow: hidden;
                z-index: 0;
                color:#454545;

            }
         #content .search .selects .list_raz > p > select
            {
                position: relative;
                opacity:0;
                z-index: 5;
                width:77px;
                border: 1px solid;
            }
       /*---------------------------------------------------*/
       
 #content
  {
    width:100%;
    /*border:1px solid;*/
    clear:both;
    min-height:200px;
    margin: 8px 0 0 0;
    padding: 5px 0;
    background: url(images/content_bg.png);
   }

     .stat
        {
         color:#f7800c;
         font:14px Tahoma;
        }
   #content .right .furniture
    {
        clear:both;
    }
    #content .right .furniture .up
    {
        
        margin:4px;
        border:1px solid black;
        padding: 2px;
        width:255px;
        float: left;
    }
    #content .right .furniture .up .image
        {
            float: left;
            margin: 0 5px 0 0 ;
        }
    #content .right .furniture .up .city
        {
            color:#000;
            font:italic 14px Georgia;
        }
     #content .right .furniture .up .hotel
     {
        color:red;
        font:18px Arial;
     }
     #content .right .furniture .up .days
     {
        color:#7c7c7c;
        font:12px Arial;
        clear: both;
        border-top:1px dotted #dbdbdb;
        border-bottom:1px dotted #dbdbdb;
     }
     #content .right .furniture .up .days span {float: right; color:#2a2a2a; font:bold 14px Arial;}
     #content .right .furniture .up .date
     {
        color:black;
        font:12px Arial;
        clear: both;
     }
     #content .right .furniture .up .date span {float: right; color:#2a2a2a; font:bold 14px Arial;}
     #content .right .furniture .up .quant
     {
        color:#7c7c7c;
        font:12px Arial;
        clear: both;
        border-top:1px dotted #dbdbdb;
        border-bottom:1px dotted #dbdbdb;
     }
     #content .right .furniture .up .quant span {float: right; color:#2a2a2a; font:bold 14px Arial;}
     #content .right .furniture .up .price
     {
        color:black;
        font:12px Arial;
        clear: both;
     }
     #content .right .furniture .up .price span {float: right; color:red; font:bold 14px Arial;}
      #content .right .furniture .up .butons .podrit
     {
        background:url(images/details.png) no-repeat;
        display:inline-block;
        width:126px;
        height:30px;
        float:left;
     }
      #content .right .furniture .up .butons .buyit
     {
        background:url(images/buy.png) no-repeat;
        display:inline-block;
        width:126px;
        height:30px;
     }
    







   #content .top
    {
        width:100%;
        
    }
        #content .right .top .soft_up
        {
            *background:url(images/soft_up.gif) repeat-x;
            float: left;
            width:200px;
            padding: 3px 0;
            margin: 0 33px;
            *border:1px solid #c0bebe;
        }
        #content .right .top .soft_up .contry {color:#ff2e35; font:12px Arial; text-align: center;   }
        #content .right .top .soft_up .city {color:#ff2e35; font:bold 12px Arial; text-align: center;  }
        #content .right .top .soft_up .temp {clear:both; padding: 0 0 0 38px;}
        #content .right .top .soft_up .temp span { 
            float: left;
            background: url(images/temp.gif) no-repeat;
            background-position:5px 0;
                    width:17px; height:17px; padding: 0 10px;    }
        #content .right .top .soft_up .temp span + span {float: left; font:bold 16px Arial; color:#000; background: none; width:20px; height: 17px;}
        #content .right .top .soft_up .temp span + span +span {float: left; font:12px Arial; color:#000; width:60px;}
        #content .right .top .soft_up .soon {clear:both; text-align: center; font:12px Arial;}
        #content .right .top .soft_up .soon span {clear:both; background: url(images/down.gif) no-repeat; color:#00a1e0; font:12px Arial;
                   padding:0 0 0 10px;
                   background-position: 0 5px;}
        #content .right .top .soft_up .pro {clear:both; font:12px Arial; color:#000; text-align: center;}
        #content .right .top .soft_up .ya {font:12px Arial; padding: 0 2px;}
        #content .right .top .soft_up .ya:first-letter {color:#ff0000;}
         #content .right .top .soft_up .ya span {float:right; text-decoration: underline;}
       
    #hot #content {min-height: 1600px;}
    /*#content .goods_descript {width:100%;}*/
    #content .description {padding: 5px; clear:both;}
    #content .description img { float: left; border:1px solid #9c9c9c; margin: 0 10px 0 0;}
    #content .description .mid
        {
          
          min-height: 500px;
        }
        #content .description .mid div
            {
               display:block;
               float: left;
               width:250px;
               
            }
            #content .description .mid div p {font:bold 14px "Trebuchet MS"; color:#393939; }
             #content .description .mid div ul {margin: 0 0 0 -30px;}
            #content .description .mid div ul li
                {
                    list-style-type: none;
                    font:14px "Trebuchet MS";
                    color:#393939;
                }
            #content .description .long
            {
                color:#888888;
                font:14px "Trebuchet MS";
                background: url(images/long.png) no-repeat;
                text-transform:uppercase;
                padding: 6px;
                display: block;

            }
            #content .description .short
            {
                color:red;
                font:14px "Trebuchet MS";
                background: url(images/short.png) no-repeat;
                text-transform:uppercase;
                padding: 6px;
                margin:0 0 0 290px;
                display: block;
            }
             #content .right .short
            {
                color:red;
                font:14px "Trebuchet MS";
                background: url(images/pabout.png) no-repeat;
                text-transform:uppercase;
                position:relative;
                padding: 6px;
                
                display: block;
            }
                    #content .right .long
            {
                color:red;
                font:14px "Trebuchet MS";
                background: url(images/long.png) no-repeat;
                text-transform:uppercase;
                padding: 6px;
                display: block;

            }
                          #content .goods_descript .long
            {
                color:#888888;
                font:14px "Trebuchet MS";
                background: url(images/long.png) no-repeat;
                text-transform:uppercase;
                padding: 6px;
                display: block;

            }


      #content .back {padding: 10px 0 0 0; clear: both;}
      #content .back a
        {
         background: url(images/choice.png) no-repeat;
         height: 51px;
         width: 287px;
         float: left;
         display: inline-block;
         margin: 0 15px 0 0;
        }
        #content .back p {font: 28px "Trebuchet MS";
                color: blue;
        margin: 0 10px 0;
        text-transform:uppercase;}
        #content .back p + p {font:24px Arial; color:#ff9900;}
        #content .back .five
            {
                background: url(images/five.png) no-repeat;
                display: inline-block;
                width:94px;
                height:15px;
                margin: 0 10px;
            }

     /*--------------------------styles for description page-------------------------------------*/


     #content .ober 
        {
            float:left;
            width:191px;
            padding: 5px 0 0 5px;
        }

        #content .ober .hotels {background: url(images/hotels.png) no-repeat; display: block; height: 50px; width:200px; clear: both; }
        #content .ober .about {background: url(images/about.png) no-repeat; margin: 4px 0; display: block; height: 50px; width:200px;clear: both;}
        #content .ober .for {background: url(images/for.png) no-repeat; display: block; height: 50px; width:200px; clear: both;}
     #content .list_soft
         {
            width:196px;
            float: left;
            padding: 5px 0 10px 0;
            margin: 0 5px 0 0 ;
           clear: both;
            text-align: center;
         }
         #content .list_soft a 
         {
             width: 100%;
             clear: both;
             display: inline-block;
             font:16px "Trebuchet MS";
             color:#535353;
             margin: 1px 0;
         }

      #content .right
        {
            *float: left;
            *width:808px;
            padding: 0 10px;
        }
       #content .goods_descript
          {
             * float: left;
             * width:798px;
              padding: 0 10px;
          }
		  
		 

	#content .goods_descript .about
            {
                color:#fff;
                font:14px "Trebuchet MS";
                background: url(images/pabout.png) no-repeat;
                text-transform:uppercase;
                padding: 6px;
                width:100%;
                display: block;
                
            }
            
            #content .goods_descript p
                {
                color:#393939;
                font:14px Arial;
                margin: 10px 0;
				text-align:justify;
                }
                 #content .right p
                {
                color:#393939;
                font:14px Arial;
                margin: 10px 0;
                }
              #content .description p
                {
                color:#393939;
                font:14px Arial;
                margin: 10px 0;
                }
                #content .description p a
                {
                color:#393939;
                font:14px Arial;
                margin: 10px 0;
                }

             #content .goods_descript .cat
                {
                    background: url(images/cat_bg.png) no-repeat;
                    color:#fff;
                    font:14px "Trebuchet MS";
                    padding: 6px;
                }
			
			#content .goods_descript a
                {
                    
                    font: 14px Arial;
                    margin: 10px 0;
                }			
				
				
                #content .goods_descript .cat .all {color:#fff; font:bold 12px "Trebuchet MS"; text-transform: uppercase; margin: 0 75px;}
                #content .goods_descript .cat .five {background: url(images/five.png) no-repeat; display: inline-block; width:94px; margin: 0 10px; }
                #content .goods_descript .cat .four {background: url(images/four.png) no-repeat; display: inline-block; width:74px; margin: 0 10px;}
                #content .goods_descript .cat .three {background: url(images/three.png) no-repeat; display: inline-block; width:54px; margin: 0 10px;}
                #content .goods_descript .cat .two {background: url(images/two.png) no-repeat; display: inline-block; width:34px; margin: 0 10px;}


           #content .goods_descript .list {float: left ; width: 190px; margin: 4px 13.5px; }
           #content .goods_descript .list p a
                {
                    color:#393939;
                    font:14px Arial;
                    text-decoration: none;
					
                }
				    #content .goods_descript .list .edit p  a
                {
                    color:#393939;
                    font:14px Arial;
                    text-decoration: none;
					 background:url(images/edit.png) no-repeat;
					display:inline-block;
					width:94px;
					height:30px;
					float:left;
					
                }
					#content .goods_descript .list .del p  a
                {
                    color:#393939;
                    font:14px Arial;
                    text-decoration: none;
					 background:url(images/de.png) no-repeat;
					 background:url(images/del.png) no-repeat;
					display:inline-block;
					width:94px;
					height:30px;
					float:left;
					
                }
              #content .goods_descript .list p a:hover
                {
                    color:red;
                    font:14px Arial;
                    text-decoration: underline;
                }
             #content .goods_descript .list .img img {border:1px solid #a0a0a0;}
                #content .goods_descript .list .all {color:#fff; font:bold 12px "Trebuchet MS"; text-transform: uppercase; margin: 0 75px;}
                #content .goods_descript .list .five {background: url(images/five.png) no-repeat; display: inline-block; width:94px; margin: 0 10px; }
                #content .goods_descript .list .four {background: url(images/four.png) no-repeat; display: inline-block; width:74px; margin: 0 10px;}
                #content .goods_descript .list .three {background: url(images/three.png) no-repeat; display: inline-block; width:54px; margin: 0 10px;}
                #content .goods_descript .list .two {background: url(images/two.png) no-repeat; display: inline-block; width:34px; margin: 0 10px;}

     /*------------------------------------------------------------------------------*/
                
         #content .list_soft .soft
        {
            /*float:left;*/
            /*border:1px solid;*/
            
        }
         #content .list_soft .soft ul {margin:0 0 0 -40px;}
        #content .list_soft .soft li
            {
                list-style-type:none;
                background: url(images/oval.gif) no-repeat;
                background-position: 4px 4px;
                margin: 2px 0;
                width:179px;
                padding: 0 0 0 10px;
                line-height: 12px;
            }

            #content .list_soft .soft li a
            {
                color:#5c5c5c;
                font:12px Tahoma;
                text-decoration: none;
                padding:0 0 0 5px
            }
            #content .list_soft .soft li a:hover
            {
                color:#60584b;
                font:bold 12px Verdana;
                
            }

        #content .list_soft .soft > p
            {
                font:bold 12px Tahoma;
                color:#2b2b2b;
                margin:5px 0;
                padding:  5px 0 5px 7px;
                background:#edeef2 url(images/strelka.gif) repeat-x;
                width:181px;
            }
            #content .ober p
            {
                font:bold 12px Tahoma;
                color:#2b2b2b;
                padding:  5px 0 5px 7px;
                width:181px;
            }
     /*---------------------------------------------------------------*/

    
                 
     /*--------------------------------------------------------------*/

#footer
{
    clear: both;
    width:100%;
    padding: 20px 0 25px 0;
}
#footer p 
    {
     color:#fff;
     font:12px Arial;
     float: right;
     padding:0 8px 0 10px;
    }