@charset "windows-1251";
/* CSS Document */

body
{
	background-color:white;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:link, a:visited, a:active
{
	color:#b53e6a;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

img
{
	border:0px solid blue;
}

h1,h2,h3,h4
{
	font-family:Arial;
}

h1,h2
{
	font-size:20px;
	margin-top:0px;
	color:#b53e6a;
}

h3
{
	font-size:16px;
	color:#b53e6a;
	background-image:url('h-marker.gif');
	background-repeat:no-repeat;
	background-position:0px center;
	padding-left:70px;
}

h4
{
	font-size:14px;
	color:#b53e6a;
	text-align:left;
}

h5
{
	font-size:12px;
}

h6
{
	text-decoration:underline;
}


/*-------------------------*/

#top-baner
{
	background-repeat:no-repeat;
	background-position:left top;
}

#top-bg
{
	background-image:url('top-bg.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}

td.baner
{
	background-repeat:no-repeat;
	background-position:left top;
}

table.menu td
{
	color:#650d2e;
	font-size:13px;
	font-weight:bold;
	line-height:23px;
}

table.menu td a:link, table.menu td a:visited, table.menu td a:active
{
	text-decoration:none;
	color:#650d2e;
	padding-left:45px;
}

table.menu td a:hover
{
	text-decoration:underline;
	color:#b91351;
	background-image:url('marker.gif');
	background-repeat:no-repeat;
	background-position:left;
}



#news-bg
{
	background-image:url('news-bg.jpg');
	background-repeat:no-repeat;
	background-position:left 79px;
	color:white;
	/*padding:100px 70px 90px 20px;*/
}

table.news
{
	margin:21px 70px 90px 20px;
}

table.news td
{
	color:white;
	font-size:13px;
	line-height:18px;
}

table.news td a:link, table.news td a:visited, table.news td a:active
{
	color:white;
	text-decoration:none;
}

table.news td a:hover
{
	text-decoration:underline;
}

table.news td.date
{
	white-space:nowrap;
	padding-right:20px;
}

#spec-bg
{
/*	background-image:url('spec1.gif');
	background-repeat:no-repeat;
	background-position:right bottom;
*/
}

td.content
{
	font-size:13px;
	padding:20px 40px 20px 40px;
	border-bottom:2px solid #650d2e;
}

td.content table td
{
	font-size:13px;
}

td.footer
{
	border-top:2px solid white;
	background-color:#650d2e;
	color:#b56a8b;
	font-size:12px;
	padding:20px;
}

td.footer table td
{
	color:#b56a8b;
	font-size:12px;
}

td.footer table td a:link, td.footer table td a:visited, td.footer table td a:active
{
	text-decoration:underline;
	color:#b56a8b;
}

td.footer table td a:hover
{
	text-decoration:none;
}

