body {
font-family: Arial; 
font-size:12px;
margin:15px;
color:#5A302A;
}

h1, p, div {
font-size:12px;
}
.pop { visibility:hidden; }
.go { visibility:visible; }
.pop1 { visibility:hidden;  position:absolute;}
.go1 { visibility:visible; position:absolute;}



.cursor {cursor:hand ;}

a:link {
color: #5A302A;
text-decoration:underline;
font-size: 12px;
}

a:visited {
color: #5A302A;
text-decoration:underline;
font-size: 12px;
}

a:hover {
color:#5A302A;
text-decoration:none;
font-size: 12px;
}


#header {
padding-top:30px;
padding-bottom:5px;
color: #FFB12A;
font-size:18px;
font-weight: bold;
}

#cont {
color: #FFB12A;
font-size:14px;
font-weight: bold;
}

#coolmenu{
width:170px;
background-color: #fff;  /*Фоновый цвет ячейки*/
margin-top:10px; /*Ширина отступов*/
margin-left:30px; /*Ширина отступов*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
margin-top:5px;
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #FFB12A;  /*Цвет текста*/
font-weight: bold;
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border: 1px solid #5A302A;
background-image: url('/img/menu-uzor.gif'); /* Путь к фоновому рисунку */
background-position: right bottom; /* Положение фона */
background-repeat: no-repeat; /* Повторяем фон по вертикали */
}



#coolmenu a:hover{
color: #5A302A;  /*Цвет текста при наведении курсора*/
font-weight: bold;
}

.cool{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
margin-top:5px;
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 170px; /*Ширина ячейки*/
color: #5A302A;  /*Цвет текста*/
font-weight: bold;
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border: 1px solid #5A302A;
background-image: url('/img/menu-uzor.gif'); /* Путь к фоновому рисунку */
background-position: right bottom; /* Положение фона */
background-repeat: no-repeat; /* Повторяем фон по вертикали */
}






#bottom-img {
 background-image: url('/img/bottom-uzor1.gif'); /* Путь к фоновому рисунку */
 background-position: right bottom; /* Положение фона */
 background-repeat: no-repeat; /* Повторяем фон по вертикали */
}

.img{
border:1px solid #5A302A;
}


