@import url("reset.css");


 /* TOTAL PROPERTIES */

html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}

body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0 0;
	padding: 0 0;
}

.bg_main {
	background-color: #FFFFFF;
	background-attachment: scroll;  	
	height: auto !important;
	color: #545454;
	font-size: 10pt;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100%;
	min-width: 975px;
}

a img {
	border: none;
	text-decoration: none;
}

a {
	color: #4F0C7D;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #8100B4;
	text-decoration: none;
}

.spacer {
	height: 126px;
}

p {
	padding: 0 0 20px 0;
}

ul {
/*	background: url(../images/marker.png) no-repeat 0 0; */
	padding: 0 0 12px 0;
}

ul li {
	background: url(../images/marker.png) no-repeat 0 0;
	padding:  0 0 8px 20px !important;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 12px 20px;
}

ul li, ol li {
	line-height: 14pt;
	padding: 0 0 8px 0;
}

h1 {
	color: #75398D;
	font-family: "Trebuchet MS", "Helvetica CY", Garuda, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	line-height: normal;
	padding: 0 0 18px 0;
}

h2, h2 a {
	color: #272727;
	font-family: "Trebuchet MS", "Helvetica CY", Garuda, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	line-height: normal;
	padding: 0 0 18px 0;	
}

h3 {
	color: #272727;
	font-family: "Trebuchet MS", "Helvetica CY", Garuda, sans-serif;
	font-style: italic;
	font-size: 18pt;
	line-height: normal;
	padding: 0 0 14px 0;	
}

h4 {
	color: #272727;
	font-family: "Trebuchet MS", "Helvetica CY", Garuda, sans-serif;
	font-size: 14pt;
	line-height: normal;
	padding: 0 0 8px 0;	
}

h5 {
	color: #272727;
	font-family: "Trebuchet MS", "Helvetica CY", Garuda, sans-serif;;
	font-size: 12pt;
	font-style: oblique;
	font-weight: bold;
	line-height: normal;
	padding: 0 0 8px 0;	
}

sup, sub {
  vertical-align: middle;
  position: relative;
  font-size: 75%;
}

sup {bottom: 0.5em; }

sub {top: 0.5em; }

.index_article table {
	border: 2px solid #DBDBDB;
	boder-collapse: collapse;
	font-size: 10pt;
	line-height: normal;
	margin: 0 0 18px 0;
	table-layout: auto;
	text-align: left;
	width: 100%;
}

.index_article table th, .index_article table td {
	border-left: 1px dashed #8100B4;
	border-right: 1px dashed #8100B4;
	border-top: 1px solid #8100B4;
	padding: 8px;
	vertical-align: top;
}

.index_article table th {
	background-color: #DBDBDB;
	font-weight: normal;
	padding: 16px 8px;
}

.index_article table th {
	border: none;
	font-style: italic;
}

.index_article table tr:first-child+tr td {
	border-top: none;
}

.index_article img {
	background-color: #8100B4;
	background-image: url(../images/bg_title_diagonal.gif);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	padding: 12px;
	margin: 0 20px 20px 0 !important;
}

/*	HEADER	*/
.bg_header {
	background-attachment: scroll;
	height: 123px;
	max-width: 100%;
	min-width: 975px;
	padding: 3px 0 0 0;
}

.header_border {
	border-top: 5px solid #74447E;
	height: 115px;
	max-width: 100%;
	min-width: 975px;
}

.bg_header_index {
	height: 165px;
	max-width: 100%;
	min-width: 975px;
}

		/* Header */
.header {
	height: 115px;
	margin: 0 auto 0 auto;
	width: 975px;
}

.logo {
	background: url(../images/logo.png) no-repeat 0 0 transparent;
	display: block;
	float: left;
	height: 50px;
	margin: 40px 132px 0 5px;
	width: 223px;
}

/*	SLIDER	*/
.portfolio_slider {
	background-attachment: scroll;
	height: 408px;
	margin: 0 auto;
	max-width: 1350px;
	min-width: 975px;
}

.portfolio_slider>div:first-child {
	background-color: #D2D2D2;
	color: #F2F2F2;
	float: left;
	font-family: Tahoma, "Geneva CY", sans-serif;
	font-size: 7.5pt;
	height: 12px;
	line-height: 12px;
	margin: 0 0 0 24px;
	padding: 0 10px;
}

.bg_slider {
	position: relative;
}

.tl_slider {
	background: url(../images/tl_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	left: 0;
	top: 0;
}

.tr_slider {
	background: url(../images/tr_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	right: 0;
	top: 0;
}

.bl_slider {
	background: url(../images/bl_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	left: 0;
	bottom: 0;
}

.br_slider {
	background: url(../images/br_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	right: 0;
	bottom: 0;
}

.slider_container {
	border: 1px solid #DBDBDB;
	height: 347px;
	overflow: hidden;
	padding: 18px 0 30px 0;
	position: relative;
	zoom: 1;
}

.portfolio {
	/*display: inline-block;*/
	height: 302px;
	position: relative;
	overflow: hidden;
/*	text-overflow: hidden;
	white-space: nowrap;*/
	zoom: 1;
	width: 4320px;
}

.month {
	display: block;
	float: left;
	height: 302px;
	float: left;
	width: 360px;
}

.month_name {
	color: #ABABAB;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 9pt;
	height: 12px;
	padding: 0 0 0 12px;
	text-transform: uppercase;
	visibility: hidden;
}

.portfolio_items_container {
	height: 290px;
	overflow: hidden;
	position: relative;
	width: 360px;
}

.portfolio_items_container a {
	border: none;
	cursor: pointer;
	display: block;
	height: 110px;
	overflow: hidden;
	outline: none;
	position: absolute;
	text-decoration: none;
	width: 360px;
}

.portfolio_items_container a img {
	height: 110px;
	left: 0;
	position: absolute;
	top: 0;
	width: 360px;
}

/*.portfolio_items_container a img:first-child {
	visibility: hidden;
}  */

/*.portfolio_items_container a:hover img:first-child+img {
	visibility: hidden;
}  */

/*.portfolio_items_container a:hover img:first-child {
	visibility: visible;
} */

.portfolio_items_container a:first-child+a+a {
	bottom: 0;
	left: 0;
	z-index: 30;
}

.portfolio_items_container a:first-child+a {
	bottom: 90px;
	left: 0;
	z-index: 20;
}

.portfolio_items_container a:first-child {
	bottom: 180px;
	left: 0;
	z-index: 10;
}

.scrollbar_slider {
	background: url(../images/bg_scrollbar.png) repeat-x left top;
	height: 22px;
	margin: 22px 20px 0 20px;
	position: relative;
}

.scrollbar_l, .scrollbar_r {
	height: 22px;
	position: absolute;
	width: 6px;
	z-index: 200;
}

.scrollbar_l {
	background: url(../images/bg_scrollbar_l.png) no-repeat left top;
	left: 0;
	top: 0;
}

.scrollbar_r {
	background: url(../images/bg_scrollbar_r.png) no-repeat left top;
	right: 0;
	top: 0;
}

.roller {
	background: url(../images/roller_grey.jpg) no-repeat center center;
	cursor: pointer;
	height: 22px;      
	position: relative;
	width: 20%;
	z-index: 150;
}

.roller:hover {
	background: url(../images/roller_truecolor.jpg) no-repeat center center;
}


/*	MENU	*/
.menu {
	float: left;
	height: 45px;
	margin: 50px 0 18px 0;
	padding: 2px 0 0 0;
	width: 615px;
}

.menu_item, .menu_item_active {
	color: #5B5B5B;
	display: block;
	float: left;
	font-family: Georgia, "Century Schoolbook L", serif;
	font-weight: bold;
	height: 45px;
	margin: 0 0 0 5px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
}

.menu_item:hover, .menu_item_active, .menu_item_active:hover  {
	background: url(../images/b_textballoon.gif) no-repeat center bottom;
	color: #FFFFFF;
}

.text_balloon {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	position: relative;
	text-align: center;
}

.text_balloon span {
	display: block;
	height: 8px;
	width: 8px;
}

.tr_angle {
	margin: 0 0;
	padding: 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bl_angle {
	margin: 0 0;
	padding: 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.br_angle {
	margin: 0 0;
	padding: 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.menu_item:hover .text_balloon, .menu_item_active .text_balloon {
	background: url(../images/tl_angle_menu.gif) no-repeat left top #75398D;
}

.menu_item:hover .text_balloon .tr_angle, .menu_item_active .text_balloon .tr_angle {
	background: url(../images/tr_angle_menu.gif) no-repeat right top #75398D;
}

.menu_item:hover .text_balloon .bl_angle, .menu_item_active .text_balloon .bl_angle {
	background: url(../images/bl_angle_menu.gif) no-repeat left bottom #75398D;
}

.menu_item:hover .text_balloon .br_angle, .menu_item_active .text_balloon .br_angle {
	background: url(../images/br_angle_menu.gif) no-repeat right bottom #75398D;
}

.menu a:first-child {
	margin: 0 0;
}

.submenu {
	margin: 0 0 15px 0;
}

.submenu_item, .submenu_item_active {
	color: #2C2C2C;
	display: inline-block;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;	
	font-size: 12pt;
	font-weight: bold;
	float: left;
	margin: 0 30px 5px 0;
	padding: 0 0 3px 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.submenu_item {
	background: url(../images/sub_menu_border.gif) repeat-x left bottom;
}

.submenu_item_active, .submenu_item:hover, .submenu_item_active:hover {
	background: none;
	color: #8100B4;
}

.submenu_item_num {
	color: #8100B4;
	display: block;
	font-size: 8pt;
	line-height: normal;
	text-decoration: none;
}

.submenu_portfolio {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
}

.submenu_portfolio>span:first-child {
	color: #760195;
	display: block;
	float: left;
	font-style: italic;
	width: 110px;
}

.submenu_portfolio .items_container {
	margin: 0 0 0 110px;
}

.subpotrfolio_item, .subpotrfolio_item_active {
	color: #2C2C2C;
	display: inline-block;
	float: left;
	margin: 0 14px 10px 0;
	text-decoration: none;
	white-space: nowrap;
}

.subpotrfolio_item span {
	background: url(../images/submenu_portfolio_border.gif) repeat-x left bottom;
	padding: 0 0 4px 0;
}

.subpotrfolio_item_active, .subpotrfolio_item:hover, .subpotrfolio_item_active:hover {
	color: #64146B;
	font-style: italic;
}

.subpotrfolio_item:hover, .subpotrfolio_item_active:hover {
	color: #8100B4;
	text-decoration: none;
}

.subpotrfolio_item_active span, .subpotrfolio_item:hover span, .subpotrfolio_item_active:hover span {
	background: none;
}

.subpotrfolio_item:hover {
	font-style: normal;
}

.submenu_portfolio a:first-child {
	margin: 0 14px 10px 0;
}

.subpotrfolio_item sup, .subportfolio_item_active sup {
	font-style: italic;
}

/*	CONTENT	*/
.bg_content, .bg_content_index {
	margin: 0 auto;
	max-width: 100%;
	min-width: 975px;
}

.content, .content_index {
	height: 100%;	
	margin: 20px auto 27px auto;
	overflow: hidden;
	width: 975px;
}

.content_index {
	margin: 20px auto 55px auto;
}

.main_content {
	line-height: 13.5pt;
	float: right;
	position: relative;
	overflow: visible;
	width: 760px;
}

.twitter_bird {
	background: url(../images/twitter_bird.png) no-repeat left top;
	position: absolute;
	height: 109px;
	width: 70px;
	bottom: -81px;
	right: 0;
	z-index: 50;
}


.index_content, .index_content_with_menu {
	color: #232323;
	font-size: 10.5pt;
	line-height: 14pt;
	padding: 0 0 0 12px;
	width: 850px;
}

.index_content_with_menu {
	float: right;
	padding: 0 0;
	width: 760px;
}

.index_content_portfolio {
	color: #232323;
	font-size: 10.5pt;
	line-height: 14pt;
	padding: 0 0 0 2px;
	width: 890px;
}

.index_content p, .index_content_with_menu p,  .index_content_portfolio p, .main_content p,
.index_content li, .index_content_with_menu li,  .index_content_portfolio li, .main_content li  {
	text-align: justify;
}

.bg_title_diagonal {
	/*background-color: #BABABA;
	background-image: url(../images/bg_title_diagonal.gif);
	background-repeat: repeat;
	background-position: center;*/
	/*height: 22px;*/
	position: relative;
}

.bg_diagonal {
	background-color: #BABABA;
	background: #fff url(../images/gradient.png) no-repeat;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -moz-linear-gradient(left,#C3C3C3,#8C8C8C);
	background: -webkit-gradient(linear, top left, top right, from(#C3C3C3), to(#8C8C8C));
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#C3C3C3,endColorstr=#8C8C8C,GradientType=1); 
	zoom: 1;
	background: linear-gradient(left,#C3C3C3,#8C8C8C);
	background-clip: border-box;
	-moz-background-clip: border; 
	-webkit-background-clip: border-box;
	background-origin: border-box; 
	-moz-background-origin: border; 
	-webkit-background-origin: border-box;
	height: 22px;
	position: relative;
	top: 9px;
	z-index: 1;
}

.diagonal {
	background-image: url(../images/bg_title_diagonal.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 22px;
}

.bg_title_diagonal h2 {
	background-color: #fff;
	display: block;
	float: left;
	padding: 0 17px 18px 0;
	position: relative;
	z-index: 2;
}


.sidebar {
	margin: 0 30px 0 0;
	width: 185px;
}

.sidebar_item {
	/*border-bottom: 1px solid #EFEFEF;*/
	color: #545454;
	font-size: 8pt;
	/*padding: 12px 0 10px 0;*/
	padding: 15px 0;
}

.sidebar .sidebar_item:first-child {
	padding-top: 0;
}

.sidebar_item a {
	color: #63008A;
	font-family: Georgia, "Century Schoolbook L", serif;
	font-size: 10pt;
	outline: none;
	text-decoration: underline;
	text-transform: uppercase;
}

.sidebar_item a:hover {
	color: #8100B4;
	text-decoration: none;
}

.sidebar_item p {
	line-height: normal;
	padding: 5px 0 0 0;
}

.sidebar .bg_diagonal {
	margin: 10px 0;
	top: 0;
	height: 11px;
}

.sidebar .diagonal {
	height: 11px;
}

.cost_icon {
	background: url(../images/cost_icon.png) no-repeat center;
	display: block;
	height: 55px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 133px;
}

.action_icon {
	background: url(../images/actions_icon.png) no-repeat center;
	display: block;
	height: 55px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 112px;
}
	
.feedback_icon {
	background: url(../images/feedback_icon.png) no-repeat center;
	display: block;
	height: 52px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 94px;
}

.glossary_icon {
	background: url(../images/glossary_icon.png) no-repeat center;
	display: block;
	height: 62px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 115px;
}

.umi_icon {
	background: url(../images/umi_icon2.png) no-repeat center;
	display: block;
	height: 56px;
	margin: 0 0 10px 5px;
	text-decoration: none;
	width: 99px;
}

.ya_direct_icon {
	background: url(../images/ya_direct1.png) no-repeat center;
	display: block;
	height: 50px;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 96px;
}

.main_article, .article {
	margin: 0 0 8px 0;
}

.main_article {
	width: 695px;
}

.clear {
	clear: both;
	display: block;
	font-size: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 0 !important;
	overflow: hidden; /* IE */
	padding: 0 0 !important;
	width: 0 !important;
}

	/*	News	*/
.news_block {
	margin: 0 0 26px 0;
}

.newsfeed {
	background: url(../images/border_news.gif) repeat-y 315px top;
	overflow: hidden;
}

.news_item {
	display: block;
	float: left;
	font-size: 9pt;
	margin: 0 0 0 81px;
	width: 275px;
}

.newsfeed .news_item:first-child {
	margin: 0 0;
}

.news_date {
	color: #232424;
	padding: 0 0 3px 0;
}

.news_item p a {
	color: #4F0C7D;
}

.news_item p a:hover {
	color: #8100B4;
	text-decoration: none;
}

.news_item p {
	padding: 0 0;
}

/*	Actions	*/
.action_block {
	float: left;
	margin: 0 40px 0 0;
	width: 350px;
}

.action_feed {
	overflow: hidden;
}

.action_item {
	float: left;
	width: 175px;
	overflow: hidden;
}

.action_item a {
	display: block;
	width: 175px;
	overflow: hidden;
}

/*	Blog block	*/
.blog_block {
	float: left;
	width: 325px;
}

.bg_blog_balloon {
	padding: 0 0 17px 0;
	position: relative;
}

.tl_blog {
	background: url(../images/tl_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	left: 0;
	top: 0;
}

.tr_blog {
	background: url(../images/tr_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	right: 0;
	top: 0;
}

.bl_blog {
	background: url(../images/bl_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	left: 0;
	bottom: 17px;
}

.br_blog {
	background: url(../images/br_blog.gif) no-repeat left top;
	position: absolute;
	height: 8px;
	width: 10px;
	right: 0;
	bottom: 17px;
}

.angle_blog {
	background: url(../images/angle_blog.gif) no-repeat left top;
	position: absolute;
	height: 20px;
	width: 62px;
	right: 24px;
	bottom: 0;
}

.blog_balloon {
	border: 1px solid #DBDBDB;
	color: #282828;
	font-style: italic;
	padding: 10px 15px 30px 15px;
}

.blog_balloon p {
	padding: 0 0;
}

.blog_post_title {
	padding: 0 0 15px 0 !important;
	font-style: normal;
}

.blog_post_title a {
	color: #282828;
	padding: 0 0 0 10px;
}

.blog_post_title a:hover {
	color: #8100B4;
	text-decoration: none;
}

.blog_post_date {
	background-color: #752ADE;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 1px 4px;
}

/*	PORTFOLIO	*/
.index_content_portfolio h2 {
	padding: 0 17px 18px 10px;
}

.portfolio_item {
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 0 0 10px 0;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	width: 282px;
}

.tl_portfolio, .tr_portfolio, .bl_portfolio, .br_portfolio {
	height: 8px;
	padding: 0 0 !important;
	position: absolute;
	width: 8px;
}

.tl_portfolio {
	background: url(../images/tl_portfolio.png) no-repeat left top;
	left: 0;
	top: 0;
}

.tr_portfolio {
	background: url(../images/tr_portfolio.png) no-repeat left top;
	right: 0;
	top: 0;
}

.bl_portfolio {
	background: url(../images/bl_portfolio.png) no-repeat left top;
	left: 0;
	bottom: 0;
}

.br_portfolio {
	background: url(../images/br_portfolio.png) no-repeat left top;
	right: 0;
	bottom: 0;
}

.portfolio_item:hover {
	background-color: #C9C9C9;	
}

.portfolio_item:hover span.portfolio_item_name+span {
	color: #2C2C2C;
}

.portfolio_item:hover .portfolio_item_name {
	color: #8100B4;
	text-decoration: none;
}

.portfolio_item img {
	border: none;
	height: 100px;
	padding: 10px 10px 15px 10px;
	outline: none;
	width: 262px;
}

.portfolio_item span {
	display: block;
	padding: 0 10px;
}

.portfolio_item:hover img {
	background-color: #8100B4;
	background-image: url(../images/bg_title_diagonal.gif);
	background-repeat: repeat;
	background-position: left top;
}


.portfolio_item_name {
	color: #5400EF;
	display: block;
	font-size: 12pt;
	line-height: normal;
	padding: 0 10px 6px 10px !important;
	text-decoration: underline;
	
}

.portfolio_item span.portfolio_item_name+span {
	color: #818181;
	font-size: 9pt;
	line-height: normal;
}


/*	FOOTER	*/
.bg_footer {	
	background-attachment: scroll;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat;
	height: 126px;
	margin: -126px auto 0 auto;
	max-width: 100%;
	min-width: 975px;
	position: relative;
}

.footer {
	color: #282828;
	font-size: 9pt;
	height: 98px;
	margin: 0 auto;
	/*overflow: hidden;*/
	position: relative;
	width: 975px;	
}

/*.twitter_bird {
	background: url(../images/twitter_bird.png) no-repeat left top;
	position: absolute;
	height: 109px;
	width: 70px;
	top: -57px;
	right: 0;
	z-index: 50;
}*/

.footer p {
	color: #282828;
	line-height: 14.5pt;
	padding: 0 0;
}

.bg_copyright {
	background-color: #292929;
	height: 28px;
}

.copyright {
	color: #FFFFFF;
	font-size: 8pt;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0 0 13px;
	width: 962px;
}

.address, .phone, .outside_links {
	height: 86px;
	float: left;
}

.address {
	padding: 12px 0 0 7px;
	width: 300px;
}

.contact_type {
	color: #8B8B8B !important;
	font-style: italic;
}

.address p.contact_type+p {
	text-transform: uppercase;
}

.street {
	color: #43005E !important;
	font-size: 13.5pt;
	text-transform: uppercase;
}

.phone {
	background: url(../images/footer_border.gif) repeat-y right top;
	padding: 12px 0 0 0;
	margin: 0 37px 0 0;
	width: 225px;
}

.phone p.contact_type+p {
	font-size: 10pt;
	line-height: normal;
}

.phone_num {
	color: #38004F;
	font-size: 18pt;
}

.email {
	color: #1C1C1C;	
}

.outside_links {
	height: 98px;
}

.we_in_web {
	padding: 12px 0 0 0;
	height: 43px;
}

.we_in_web a {
	display: block;
	float: left;
	height: 16px;
	margin: 5px 10px 0 0;
	outline: none;
	text-decoration: none;
	width: 16px;
}

.to_facebook {
	background: url(../images/facebook_icon.png) no-repeat center;
}

.to_twitter {
	background: url(../images/twitter_icon.png) no-repeat center;
}

.to_vkontakte {
	background: url(../images/vkontakte_icon.png) no-repeat center;
}

.rss_subscribe {
	background: url(../images/rss_icon.png) no-repeat center;
}

.highslide {                      
	display: block;
	float: left;
	margin: 0 10px 10px 0;   
}

.bg_input_left {
	background: url(../app/window/images/w_input_left.png) no-repeat;
	float: left;
	height: 22px;
	width: 3px;
}

.bg_input_center{
	background: url(../app/window/images/w_input_center.png) repeat-x;
	float: left;
	height: 22px;
}

.bg_input_right {
	background: url(../app/window/images/w_input_right.png) no-repeat;
	float: left;
	height: 22px;
	width: 3px;
}

input[type="text"], input[type="password"] {
	background-color: transparent;
	border: none;
	font-size: 9pt;
	margin: 2px 0 0 0;
	outline: none;
	padding: 0 0;
}

.bg_textarea {
	background: url(../app/window/images/bg_textarea.png) left top no-repeat;
	height: 81px;
	overflow: hidden;
	width: 206px;
}

.textarea_block {
	border-bottom: 1px solid #c9c9c9;
	margin: 0 0 10px 0 !important;
	padding: 0 0 10px 0;
}

.bg_textarea textarea {
	background-color: transparent;
	border: none;
	height: 75px;
	font-size: 9pt;
	min-height: 75px;
	max-height: 75px;
	margin: 3px 3px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	outline: none;
}

.stat {
	heigh: 31px;
	margin: 5px 0 0 0;
	width: 31px;	
}

.stat a {
	display: block;
	height: 31px;
	width: 31px;
}

