/* CSS Document */

.main_border {border:1px solid #000000;}
p {font-family:Verdana; font-size:12px; margin:15px;}
.left {background-color:#f6f6f6; border-right:1px solid #424242;}

.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}
body {
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: justify;
	font-family: Tahoma;
	color: #727272;
	background-image: url(img/1106421_97428190.jpg);
}

* html #coolmenu{ 
width: 160px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #b90000;
}


a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #753A00;
}
a:visited {
	text-decoration: none;
	color: #753A00;
}
a:hover {
	color: #b90000;
}
a:active {
	text-decoration: none;
	color: #b90000;
}
.line {
background:url(img/line_horz.gif) top left repeat-x; height:1px; width:500px;
}

.non {
	color: #727272;
	
}
