﻿#container {
	     z-index:-1;
	     margin-left: auto;
	     margin-right: auto;
	     width: 100%;
         background-image:url('../images/gradientblue3_opacity.png');
         background-repeat:repeat-x;
         background-attachment:fixed;
}
#container2 {
         width:975px;
	     z-index:1;
         background-color:#fff;
	     border:0px solid #000;
	     border-radius:30px;
	     -moz-border-radius:30px;
	     margin-left:auto;
         margin-right:auto;
         box-shadow: 5px 5px 5px #888888;
}

#navigation {
	   height:30px;
       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;
       font-family: trebuchet;
       font-size: 1.3em;
       color: #191970;
       padding: 10px 0px 10px 50px;
	   border:0px solid #000;
} /*форматиране на клетката с навигация горе */
#rest {
		 margin: 20px 40px 30px 40px;
		 padding:20px 0px 20px 30px;
		 height:390px;
}
h3 {
         font:18px MonoCondensed;
		 color:#696969;/*dimgray*/
		 text-align:center;
}
#rest ul {
        list-style-image: url('../images/circle.jpg');
        list-style-position:inside;
}
li {
		font:20px MonoCondensed;
}
#footer {
        height:50px;
	    padding: 0px 15px 10px 25px;
        border:0px solid #000;		
}
#footer p {
	    text-align:center;
		margin-bottom:25px;
}
a:link {
        text-decoration:none;
        color:#191970;
}/*хипервръзки */

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