#container {
        z-index:-1;
		top:0px;
		left:0px;
		position:absolute;
	    width: 100%;
        background-image:url('../images/gradientblue3_opacity.png');
        background-repeat:repeat-x;
        background-attachment:fixed;
}/*външен контейнер*/

#container2 {
        width:975px;
        z-index:1;
        background-color:#ffffff;
        border-style:solid;
        border-width:0px;
	    border-radius:30px;
	    -moz-border-radius:30px;
	    margin-top:1px;
	    margin-left:auto;
        margin-right:auto;
		position:relative;
        box-shadow: 10px 10px 5px #888888;
    	
} /*основна таблица*/
#panoramna1 {
	    border-top-left-radius:30px;
	    -moz-border-top-left-radius:30px;
		border-top-right-radius:30px;
		-moz-border-top-right-radius:30px;
		border:1px solid #888888;
		border-bottom:none;
		z-index:2;
}

.navigation {
       background-image:url('../images/background1.jpg');
       border-top-right-radius:30px;
       -moz-border-top-right-radius:30px;
       border-bottom-left-radius:30px;
       -moz-border-bottom-left-radius:30px;
       border-bottom-right-radius:0px;
       -moz-border-bottom-right-radius:0px;
	   height:25px;
       font-family: trebuchet;
       font-size: 1.3em;
       color: #191970;
       padding: 10px 0px 10px 45px;
	   margin-top:-6px;
	   box-shadow: 0px 3px 5px #888888;
	   z-index:3;
	   position:relative;
} /*форматиране на клетката с навигация горе */
#container2  #rest  {
		height:380px;
}
div.img
  {   
      margin:50px 40px;
      border:0px solid #ff0000;
      height:auto;
      width:auto;
      float:left;
      text-align:center;
      display:inline;
  }

div.img img
  {
      display:inline;
      margin:15px;
      border:1px solid #6666cc;
	  box-shadow: 3px 3px 2px #888888;
  }

div.img a:hover img
  {
      border:1px solid #6666cc;
      box-shadow: 10px 10px 5px #888888;
  }

div.desc
  { 
      text-align:center;
      font-weight:bold;
	  text-transform:uppercase;
      font-family: trebuchet;
      font-size: 1em;
      margin:5px;
      width:230px;
      height:20px;
	  display:block;
      white-space:nowrap;
      border:none;	  
  }


#footer {
       height:50px;
	   border:0px solid #000;
}


a:link {
      text-decoration:none;
      color:#191970;
}/*хипервръзки */

a:visited {color:#191970;}
a:active {color:#191970;}
a:hover {
        color:#6666cc;
}/*синьо*/
