/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/* Common */

body { background: url("images/digits.png"); } 

table.mmenu
{
	    width: 100%;
		
}

tr.mmenu td /* Закругляем у ячейки левый верхний угол.  */
{
	border-radius:10px 0px 0 0;
	-webkit-border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
	-ms-border-radius:10px 0 0 0;
	-o-border-radius:10px 0 0 0;
	-khtml-border-radius: 10px 0 0  0;
}

tr.mmenu td
{
	color:white;
	background-color:#323208;
	padding: 0px; /* Поля вокруг текста */
}

a
{
	color:#323208;
	background-color:white;
	font-weight: bold;
}

a:visited
{
	color:#0000ff;
	background-color:white;
}	

a.mail
{
	color:#323208;
	background-color:white;
	font-weight: bold;
}

a.menu
{
	color:white;
	background-color:#323208;
	font-weight: bold;
	font-size: 100%;
}

p.textj { color: #323208; text-align: justify; font-size: 120%; width: 100%; }
p.textc { color: #323208; text-align: center; font-size: 120%; }
p.textl { color: #323208; text-align: left; font-size: 120%; }
p.textr { color: #323208; text-align: right; font-size: 120%; }


p.sloganr { color: #323208; text-align: right; font-size: 100%; }

.list_simple {
    counter-reset: li;
}
.list_simple li {
	color: #323208;
	font-size: 120%;
}

/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/* If the screen size is 601px wide or more */
@media screen and (min-width: 601px)
{
	h1 { font-size: 30px; color: #323208; text-align: center;}
	h2 { font-size: 20px; color: #323208; text-align: left;}
}

.responsive {
    max-width: 115px;
	max-height: 538px;
}

/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/* If the screen size is 600px wide or less */
@media screen and (max-width: 600px)
{
	h1 { font-size: 20px; color: #323208; text-align: center;}
	h2 { font-size: 20px; color: #323208; text-align: left;}	
}

.responsive {
    width: 100%;
	max-height: auto;
}

