body 
{
	margin: 0;padding: 0;
}

.buttons {width: 800px; height: auto; margin: 50px;
}

.vermut_button {
	display: inline-block;
	overflow: hidden;
	padding: 10px 30px;	
	margin: 20px;
	text-align: center;
	font-size: 14pt;
	font-family: arial;
}


.button_b {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	khtml-border-radius: 4px;
}

.button_v {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	khtml-border-radius: 20px;
}

.button_1 {
	color: #111;
    text-decoration: none; /* ������� ������������� ������ */
    background: #fd970b; /* ���� ���� ������ �� ��������� */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb319', endColorstr='#ff8000'); /* �������� ������ */
    background: -webkit-gradient(linear, left top, left bottom, from(#fbb319), to(#ff8000)); /* �������� ������ */
    background: -moz-linear-gradient(top,  #fbb319,  #ff8000); /* �������� ������ */
    background: gradient(linear, top,  #fbb319,  #ff8000); /* �������� ������ */
    border: 3px solid #ff8000; /* ������� ������ */ 
    border-ridge  ;
    padding: 10px 10px;
}
.button_2 {
	color: #fff;
    text-decoration: none; /* ������� ������������� ������ */
    background: #0bba0c; /* ���� ���� ������ �� ��������� */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#13d10f', endColorstr='#02a009'); /* �������� ������ */
    background: -webkit-gradient(linear, left top, left bottom, from(#13d10f), to(#02a009)); /* �������� ������ */
    background: -moz-linear-gradient(top,  #13d10f,  #02a009); /* �������� ������ */
    background: gradient(linear, top,  #13d10f,  #02a009); /* �������� ������ */
    border: 3px solid #028c1f; /* ������� ������ */ 
    border-ridge  ;
    padding: 10px 10px;
}



.button_3 {
	color: #a7e0ff;
    text-decoration: none; /* ������� ������������� ������ */
    background: #0973bb; /* ���� ���� ������ �� ��������� */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f97d0', endColorstr='#0454a8'); /* �������� ������ */
    background: -webkit-gradient(linear, left top, left bottom, from(#0f97d0), to(#0454a8)); /* �������� ������ */
    background: -moz-linear-gradient(top,  #0f97d0,  #0454a8); /* �������� ������ */
    background: gradient(linear, top,  #0f97d0,  #0454a8); /* �������� ������ */
    border: 3px solid #0454a8; /* ������� ������ */ 
    border-ridge  ;
    padding: 10px 10px;
}
a.button {     color: #fff; /* ���� ������ ������ */    text-decoration: none; /* ������� ������������� ������ */    text-shadow: 1px 1px 1px #000; /* ��������� ���� ��� ������ */    background: #ff8a2b; /* ���� ���� ������ �� ��������� */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154', endColorstr='#ff8a2b'); /* �������� ������ */    background: -webkit-gradient(linear, left top, left bottom, from(#ffc154), to(#ff8a2b)); /* �������� ������ */    background: -moz-linear-gradient(top,  #ffc154,  #ff8a2b); /* �������� ������ */    background: gradient(linear, top,  #ffc154,  #ff8a2b); /* �������� ������ */    border: 1px solid #ff8a2b; /* ������� ������ */    border-radius: 10px; /* ������ ����������� ����� ������ */    padding: 10px 35px; /* ���������� ������� ������ */



{

            background: #f3f2f3;

            color: #000000;

            font-family: Trebuchet MS, Arial, Times New Roman;

            font-size: 12px;

}

 

#container {

            background: #FFFFFF;

            

            width: 1000px;

            height: 1000px;

}

 

#header {

            background: #E5EBEC;

            height: 200px;

            width: 900px;

}

 

#navigation {

            background: #E5EBEC;

            width: 900px;

            height: 30px;

}

 

#menu {

            background: #E5EBEC;

            float: left;
            width: 900px;

            height: 50px;

}
#menu ul li {display: inline;}
 
#menu ul {border-bottom:1px solid #000000; margin-left:0; padding:3px 0;}
#menu ul li a {text-decoration:none; margin-left:3px; border:1px solid #000000; padding: 3px 4px; border-bottom:0; background:#CEDEFF;}
#menu ul li a:link {color:#493;}
#menu ul li a:visited {color:#647;}
#menu ul li a:hover {color:#000; background:#6699FF; border-color:#227}
#menu ul li a#nowopen {background:#fff; border-bottom: 1px solid #fff;}
 
#content {

            background: #E5EBEC;

            float: left;

 

            width: 900px;

            height: 100px;

}

 

#clear {

            clear:both;

}

 

#footer {

            background: #E5EBEC;

            height: 80px;

            width: 900px;

}


#slideshow {
width: 900px;
height: 300px;
margin: auto;
}


