/* custom stuff */
HTML {
  height: 100%;
  margin-bottom: 1px;
}

BODY {
	margin: 0px 0px 0px 0px;
	height: 100%;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #0066CC; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FD9800;	text-decoration: none;
	font-weight: normal;
}

td,tr,p,div,a,body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	line-height: 130%; */
	font-size: 11pt;
	color: #666;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #666;
}

ul
{
	margin: 2;
	padding: 0;
	list-style: none;
}

ul li
{
	line-height: 15px;
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/* меню */
/* reset */
div,p,img { margin: 0; padding: 0; }

.wrapper { 
	width: 100%;
	margin: 0 auto;
	text-align: center; 
	background: #f6f6f6; 
}
#top_menu { 
	width: 900px;
	min-height: 26px; 
	margin-left: auto; 
	margin-right: auto; 
	background: #f6f6f6; 
	border: solid #000 0px;
}
#top_menu p { 
	line-height: 16px; 
	width: 100%; 
	padding-top: 5px; 
	padding-bottom: 0.2em; 
	margin-bottom: 3px;
	border: solid #000 0px;
}
#top_menu #top_menu-selected { 
	width: 10.5em; 
	color: #666; 
	font-weight: normal; 
	text-align: center; 
	border-left: 1px solid #808080; 
	display: block; 
	float: left; 
}
#top_menu #top_menu-item { 
	width: 10.5em; 
	color: #a1a5a9; 
	font-weight: normal; 
	text-align: center; 
	border-left: 1px solid #808080; 
	display: block; 
	float: left; 
}
#top_menu a#right-link { 
	padding-right: 5px; 
	color: #a1a5a9; 
	float: right; 
}
#top_menu a { 
	text-decoration: none;
}
