body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6e6355;
}
.submenu {
	background-image: url(../images/submenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #bdfd00;
}
.main_win {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 45px;
	font-size: 14px;
	color: #7D6556;
}
.main_title {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.tabla {
	background-image: url(../images/tabla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.vesti_pluta {
	padding-left: 29px;
	padding-right: 31px;
	font-size: 11px;
	color: #333333;
	padding-top: 5px;
	font-style: italic;
}

.menu {width:830px; height:28px; font-size:0.85em; position:relative; z-index:100;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:830px; w\idth:830px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

.menu ul ul {width:130px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:130px;position:relative; text-align:center;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#000; width:138px; height:28px; padding-left:10px; line-height:28px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color: #d4d8bd;
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #c9ba65;
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul ul :hover > a.drop {
	background-color: #c9ba65;
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0; width:149px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:28px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	background-image: url(../images/menu_back.png);
	background-repeat: repeat;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	background-image: url(../images/li_bck.jpg);
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background-color: #949e7c;
	background-image: url(../images/li_bck.jpg);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.gallery{
          margin:0; padding:0;
          overflow:hidden; /* Clears the floats */
          width:99%; /* IE and older Opera fix for clearing, they need a dimension */
          list-style:none;
        }
.gallery li{
            float:left;
            display:inline; /* For IE so it doesn't double the 1% left margin */
            width:90px;
            margin:0 0 1px 1%; padding:1px 0;
            height:90px; /* Height of img (75) + 2 times 3px padding + 2 times 1px border = 83px */
            position:relative; /* This is the key */
            background:url(45degree.png);
}
.gallery a,
.gallery img{
              display:block;
            }

a img{ border:none; } /* A small fix */

.gallery a:link,
.gallery a:visited,
.gallery a:focus,
.gallery a:hover,
.gallery a:active{
	padding:1px;
	width:90px; height:90px;
	position:absolute; top:50%; left:50%; /* position it so that image's top left corner is in the center of the list item */
	margin:-41px 0 0 -41px; /* Pull the image into position with negative margins (margins value is half of the width of the image) */
            }
.gallery a:hover{

}

            /* These are all optional, for decoration purpouses only */
.gallery{
	padding-bottom:1px;
	margin-top:1px;
}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: none;
}
a.foot{
	color: #ffffff;
	text-decoration: none;
}
a.foot:hover{
	color: #CCCCCC;
	text-decoration: none;
}
