ul, li, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#about ul {
	list-style: square;
	list-style-position: outside;
	margin-bottom: 10px;
}
#about ol {
	list-style: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
}
#about li {
	margin-left: 30px;
}
html, body {
  margin:0px;
  padding:0px;
  border: 0px;
  width:100%;
  height:100%;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}
body {
	min-width: 1000px;
}
table.main {
	height: 100%;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	/*background: url("../images/flower_bottom_right.jpg") right bottom no-repeat;*/
}
table.main td{
	vertical-align: top;
}
/*================================   CONTENT  ==========================================*/
#content {
  	/*height: 100%;*/
	margin-bottom: 151px;
}
/*================================   HEADER  ==========================================*/
#header {
	background: #D9D9D9;
	height: 130px;
	border-bottom: 1px solid #B5B5B5;
}
#header #logo {
	float: left;
}
#header #logo img {
	margin-top: 45px;
	margin-left: 10px;
}
#header #main_menu {
	float: right;
	margin-top: 128px;
	margin-right: 10px;
	color: #535353;
	font-size: 12px;
	height: 28px;
}
#header #main_menu ul li{
	display: inline;
	float: left;
	list-style-type: none;
}
#header #main_menu ul li span.active {
	display: block;
	float: left;
	padding: 5px 25px 10px 25px;
	_padding: 5px 25px 12px 25px;
	background: white url("../images/line_grad.jpg") center bottom no-repeat; 
}
#header #main_menu ul li a{
	display: block;
	float: left;
	padding: 5px 25px 10px 25px;
	_padding: 5px 25px 12px 25px;
	text-decoration: none;
	color: #535353;
}
#header #main_menu ul li a:hover{
	display: block;
	float: left;
	/*padding: 5px 25px 10px 25px;*/
	background: white url("../images/line_grad.jpg") center bottom no-repeat; 
}
/*================================   CONTENT  ==========================================*/
#content {
  	/*height: 100%;*/
	margin-bottom: 151px;
}
/*================================   TEXT  ==========================================*/
/* right menu */
#content #right{
	background: url("../images/flower_content_right.jpg") right top no-repeat;
	width: 200px;
	font-size: 12px;
	line-height: 1.4;
	float: right;
	padding-top: 53px;
	padding-left: 25px;
	padding-bottom: 80px;
	margin-bottom: 151px;
	//margin-bottom: 0px;
}
#content #right h2 {
	padding-top: 20px;
}
#content #right h2 a{
	color: #464545;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 70px;
	margin-bottom: 10px;
	display: block;
	background: transparent url("../images/arrow.gif") left bottom no-repeat;
	
}
#content #right span.active {
color:#F70008;
text-decoration:none;
}
#content #right ul {
	display: block;
} 
#content #right li a {
	color: #464545;
	text-decoration: none;
	display: block;
}
#content #right li a:hover {
	color: #F70008;
	text-decoration: underline;
}
#content #right img{
	padding-bottom: 10px;
}
/**/
#content #text{
	padding: 0px 10px 50px 90px;
	margin-bottom: 151px;
	margin-right: 220px;
	/*background: transparent url("../images/flower_content_left.gif") left top no-repeat;*/
}
#content #text table{
	margin: 0px auto;
	width: 97%;
}
#content #text table td{
	text-align: center;
}
#content #text table td.border{
	border-bottom: 1px dotted #9C9C9C;
}
/**/
#content #text h1{
	font-size: 30px;
	color: #535353;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 35px;
	width: 500px;
}
#content #text .wrapper {
	margin-top: 28px;
	padding-top: 11px;
	background: transparent url("../images/flash_line.gif") left top no-repeat;
}
/*================================= MORE LINK ===========================================*/
#content #text #more_link {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 4px;
	/*margin-top: 5px;*/
	line-height: 1.5;
}
/*чтобы список не ехал в IE6*/
* html ul li a { height: 1%;} 
* html span {height: 1%; }
#content #text #more_link h2{
	font-size: 18px;
	font-weight: normal;
	color: #343434;
	padding-bottom: 23px;
	padding-top: 0px;
}
#content #text #more_link ul li {
	margin-bottom: 10px;
}
#content #text #more_link ul li a {
	color: #535353;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
#content #text #more_link ul li a:hover,
#content #text #more_link ul li span{
	text-decoration: none;
	font-size:12px;
	color: #D3007B;
	display: block;
}
#content #text #more_link ul li ul li {
	margin-bottom: 0;
}
#content #text #more_link ul li ul li a {
	color: #A0A0A0;
	font-size: 10px;
	display: block;
	text-decoration: none;
}
#content #text #more_link ul li ul li a:hover,
#content #text #more_link ul li ul li span{
	text-decoration: none;
	font-size:10px;
	color: #D3007B;
	display: block;
}
/**/
#content #text #about {
	_margin-left: 175px;
	overflow: auto;
	margin-top: 5px;
	padding-left: 22px;
	border-left: 1px solid #CBCBCB;
	line-height: 1.4;
	color: #535353;
	font-size: 12px;
}
/**/
#content #text #about ol li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 1.7em;
}
#content #text #about p{
	color: #535353;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 10px;
	text-indent: 1.7em;
}
#content #text #about a.more {
	font-size: 10px;
	line-height: 2;
}
#content #text #about h2{
	color: #D3007B;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 23px;
}
#content #text #about a{
	color: #F70008;
}
#content #text #about a:hover{
	text-decoration: none;
}
/*================================   FOOTER  ==========================================*/
#footer {
	text-align: right;
	padding-right: 60px;
	padding-top: 36px;
  	margin-top: -122px;
	_margin-top:-121px;
  	height: 85px;
	background: #D9D9D9 url("../images/city.jpg") bottom left repeat-x;
	border-top: 1px solid #B5B5B5;
	color: #535353;
	font-size: 11px;
}
