/* CSS Document */
* {margin:0;padding:0}

/* mac hide \*/ 
html,body{height:100%;width:100%; background-color:#FFFFFF;}
/* end hide */

body {
background-color: white;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
background:url(pics/fon_top.jpg) top repeat-x;
height:100%;
}

#menu_v{margin-right:auto; margin-left:auto; width:720px;}

#menu_v ul {
list-style:none;
height:59px;
padding:0px;
margin-top:0;
padding-top:0;
}
#menu_v ul li { /* это родительский элемент нашей кнопки */
float:left;
background:url(pics/button1.jpg) no-repeat top left;
margin-left:40px;
margin-right:0;
font-weight:bold;
/* устанавливаем фон - картинку при наведении курсором на кнопку*/
}
#menu_v a {
background:url(pics/button.jpg) top left no-repeat;
height:59px;
width:150px;
display:block;
font-size:14px;
color:black;
line-height:50px;
text-align:center;
text-decoration:none;
}

#menu_v a:hover {
background:none;
color:black;
text-decoration:none;
}

#bottom{
width:435px;
height:62px;
padding:0;
margin-left:auto; 
margin-right:auto;
margin-bottom:0;
margin-top:0px;
vertical-align:bottom;
}

#bottom ul {
list-style:none;
height:62px;
padding:0px;
margin-top:0;
padding-top:0;
}
#bottom ul li { /* это родительский элемент нашей кнопки */
float:left;
background:url(pics/bottom_button.jpg) no-repeat top left;
margin-left:0;
margin-right:0;
font-weight:bold;
display:block;
/* устанавливаем фон - картинку при наведении курсором на кнопку*/
}
#bottom a {
background: url(pics/bottom_button1.jpg) top left no-repeat;
height:62px;
width:435px;
display:block;
font-size:14px;
color:black;
line-height:56px;
text-align:center;
text-decoration:none;
}

#bottom a:hover {
background:none;
color:black;
text-decoration:none;
}

.adme{font-size:10px; color:#999999;}
.adme a{font-size:10px; color:#999999;}

