:focus {
	outline: 0;
}

HTML{
	font-size: 8pt;
}

BODY {
	padding:0;
	margin: 0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF url(i/green_line.gif) no-repeat 970px 184px;
	color: #666;
	
	min-height:100%;
	position: relative;
		
}


html {
  height:100%;
  background: #FFF;
}

* html body {
  height:100%;
}

.pic {
	padding: 2px;
	border: 1px solid #a1acb0;
}

.pic_left {
	padding: 2px;
	border: 1px solid #a1acb0;
	margin-right: 15px;
	margin-bottom: 7px;
	float: left;
}

.pic_right {
	padding: 2px;
	border: 1px solid #a1acb0;
	margin-left: 15px;
	margin-bottom: 7px;
	float: right;
}

#main_logo {
	background: url(i/main_logo.jpg) no-repeat top left;
	height: 183px;
	position:relative;
}

#main_logo H1 {
	display:none;
}

#main_logo H2 {
	color: #79C500;
	font-size:130%;
	position:absolute;
	top: 95px;
	left: 750px;
	display: none;
	
	
}

#tips{
	position:absolute;
	top: 85px;
	left: 580px;
	color: #69AB00;
	font-size:100%;
	text-align: right;
}

#tips P{
	padding: 0;
	margin: 1px 0;
}

#tips DIV{
	margin-bottom: 10px;
	margin-right: 20px;
	1text-align: left;
}


#main{
	width: 100%;
	overflow:hidden;
	padding-bottom: 190px;

}

#footer{
	border-top: 4px solid #999;
	margin: 20px 0 30px 0;
	padding: 16px;
	position:absolute;
	bottom:0;
	left: 250px;
	width: 660px;
	
}

*html #footer{
	padding-top: 8px;
}
#footer A{
	color: #333;
}

#footermenu{
	overflow:hidden;
	width:100%;
	margin:0 0 10px 0;
	padding:0;
}

#footermenu li{
	float: left;
	list-style:none;
	padding: 0px 8px 1px 8px;
	margin-left:-1px;
	border-left:1px solid #666;
}

#footermenu li A{
	color: #666;
	text-decoration:none;
}

#footermenu li SPAN{
	color: #999;
}

#footermenu li A:hover{
	color: #999;
}

#sidebar {
	width: 250px;
	float: left;
	position: relative;
}

#content {
	width: 660px;
	float: left;
}

#search{
	background: #ACACAC url(i/search_bg.jpg) no-repeat top right;
	width: 240px;
	height: 45px;
}

#topmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
	padding-bottom: 40px;
}


*html #topmenu{
	padding-bottom: 80px;
}


#topmenu li {
	float: left;
	margin-left:-1px;
}

#topmenu li a{
	display: block;
	background: url(i/menu_bg.gif) no-repeat left bottom;
	font-size: 10pt;
	color: #888;
	font-weight:bold;
	text-decoration:none;
	padding: 16px 30px 0px 14px;
	
}

#topmenu li a:hover{
	background: url(i/menu_bghover.gif) no-repeat left bottom;
	color: #666;
}


#topmenu li span{
	display: block;
	background: url(i/menu_bghover.gif) no-repeat left bottom;
	font-size: 10pt;
	color: #666;
	font-weight:bold;
	text-decoration:none;
	padding: 16px 30px 0px 14px;
}

#content A{
	color: #007FC1;
}

#content A:hover{
	color: #006599;
}

#content .section UL{
	padding:0;
	margin: 0;
	margin: 10px 0 10px 15px;

}

#content .section LI{
	list-style-image:url(i/bullet_arrow.gif);
	padding-left: 5px;
	margin-bottom: 3px;
	
}

#content H2{
	font-size: 200%;
	font-weight:normal;
	color: #999;
	padding: 0;
	margin: 5px 0 15px 0;
}

#content H2 STRONG{
	font-weight:normal;
}


#sidebar STRONG{
	font-weight:normal;
	color: #000;
}


#content P{
	text-align:justify;
	padding: 0;
	margin: 0 0 10px 0;
}

#content H1{
	background:url(i/bullet_greensqr.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin: 8px 0 16px 0;
	font-size: 110%;
	text-transform:uppercase
}


#content H3{
	padding: 0px;
	margin: 16px 0 12px 0;
	font-size: 110%;
}

#content H4{
	padding: 0px;
	margin: 12px 0 6px 0;
	font-size: 100%;
}

#content H2 STRONG{
}

#content P STRONG{
	font-weight: normal;
	color: #333;
}

#news {
	margin: 0 -40px 0px -25px;
}

#news DIV{
	float: left;
	width: 270px;
	padding: 0 0px 10px 25px;
	margin: 12px 40px 12px 0;
	border-left: 3px solid #DDD;
	*width: 250px;
}

#news2 DIV{
	float: left;
	width: 100%;
	padding: 0 0px 10px 25px;
	margin: 12px 40px 12px 0;
	border-left: 3px solid #DDD;
}

*html #news2 DIV{
	margin: 6px 20px 6px 0;
} 

*html #news DIV{
	margin: 6px 20px 6px 0;
}

#news A, #news2 A{
	display:block;
	margin-top: 5px;
}

#news SPAN, #news2 SPAN, .date{
	background-color: #64A300;
	padding: 2px 4px;
	margin-bottom: 5px;
	color: #FFF;
	1float: left;
}

.border{
	border-left: 3px solid #DDD;

}

.section{
	padding: 0 0 0 25px;
	margin: 0 0 30px 0;
}



.tbox{
	border: 1px solid #a3a3a3;
	font-size: 8pt;
	color: #a3a3a3;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
}

.button, .submit{
	padding: 2px;
	margin: 2px;
	border: 1px solid #64A300;
	color: #FFF;
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	background : #79C500;
}

#feedbackForm {
	width:90%;
}

#feedbackForm p{
width: 290px;
margin: 0;
padding: 5px 0 3px 0;
padding-left: 150px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

#feedbackForm label{
font-size: 90%;
color: #111;
float: left;
margin-left: -150px; /*width of left column*/
width:130px;
}

#feedbackForm textarea{
overflow: auto;
}

.more{
	background: url(i/bullet_arrow.gif) no-repeat left 5px;
	padding-left: 10px;
}

/* Страницы в аналитике */

.ditto_currentpage{
	background-color:#CCC;
	border:1px solid #AAA;
	padding: 3px 6px;
	color:#FFF;
	margin-right: 5px;
}

#content a.ditto_page{
	background-color:#EEE;
	border:1px solid #CCC;
	padding: 3px 6px;
	color:#999;
	margin-right: 5px;
	text-decoration: none;
}

 #content a.ditto_page:hover{
	border:1px solid #AAA;
	background-color:#FFF;
}

/* Графики в аналитике */

.thumbscontainer  img {
	border:				1px solid #CCC;
	padding: 2px;
}

#content .thumbscontainer P{
	text-align: center;
	margin-top: 5px;
	color: #000;
	display: block;
}

.faq_q{
	background: url(i/about_16.gif) no-repeat 0 3px;
	padding: 5px 0 5px 25px;
	color: #000;
	
}

.faq_a{
	1background: url(i/sinfo_16.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 20px;
}

.none{
	display: none;
}

.search_box{
	width: 120px; 
	position:absolute; 
	top: 8px; 
	left: 75px;
	font-size: 8pt;	
	color: #a3a3a3;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #FFF;
}

.search_btn{
	position:absolute; 
	top: 11px; 
	left: 205px;
}

.options{
	margin-bottom: 20px;
}

.textsize,
.textcolor{
	margin-bottom: 10px;
}

.textsize A,
.textcolor A{
	font-size: 15px;
	text-decoration: none;
}

.textsize A{
	background: url(i/textsize.gif) no-repeat;
	padding: 0 5px 0 0;
	margin-left: 5px;
}
	
.textsize .s1{
	background-position: 0 center;
} 

.textsize .s2{
	background-position: -15px center;
} 

.textsize .s3{
	background-position: -32px center;
} 

.textcolor A{
	background: url(i/textcolor.gif) no-repeat;
	padding: 0px 5px 0 0;
	margin-left: 5px;
}
	
.textcolor .s1{
	background-position: 0px center;
} 

.textcolor .s2{
	background-position: -12px center;
}

.textcolor .s3{
	background-position: -25px center;
}

.docs{
	margin: 20px 0 0 0;
}

.pic_item{
	float: left;
	margin: 10px;
}

.pic_item .pic_title{
	margin: 10px 0;
	text-align: center;
}

.pic_item IMG{
	border: none;
}
