html, body
{
	margin: 0;
	padding: 0;
	height:100%;
    text-align:center; 
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-family: "MS Sans Serif", "Microsoft Sans Serif", "Sans Serif";
	font-size:13px;
	color: #333333;
	background-color: #FFFFFF;
}

/*Font in table*/
table
{
	/*font-size:100%;*/
}


/*Links*/
a{
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:link {
	color: #003399;
	text-decoration:none;
}
a:visited{
	color:#006699;
}
a:active {
	color: #003399;
}
a:hover{
	color:#FF0000;
}

a.lnk2{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a.lnk2:link {
	color: #666666;
	text-decoration:none;
}
a.lnk2:visited{
	color:#006699;
}
a.lnk2:active {
	color: #003399;
}
a.lnk2:hover{
	color: #FF6600;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #C3C4C6;
	background-color: #C3C4C6;
	margin:8px 0
}



/* Main Layout*/
#fullcontainer
{
	width:100%;
	background-image:url(/bitrix/templates/home/images/bg_intro.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; 
	padding:0 auto;
	background-position:0 127px;
}

/* set containet for full content */
#container
{
	width:950px;
	margin: 0 auto; /*Center container on page*/
	
/*	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 940 ? "950px" : "auto");*/
/*border:1px #FF0000 solid;*/
}

/*Header box*/
#header
{
	height:130px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px #FF0000 solid;*/
}

#content-table
{
	/*	width:100%;
	min-height:350px;
	*/	/*border:1px #0033CC solid;*/
	/*border-collapse:collapse;*/
	font-size:13px;
}

/* Left - Center - Right */
#contentwrapper{
	float: left;
	width: 950px;
	font-size:13px;
	margin-top:-35px;
	min-height:450px;
}

#contentcolumn{  /* show content*/
	text-align:left;
	margin: 0px 0px 0px 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	/*background:#FFFFFF;*/
/*	border-left:#CCCCCC solid 1px;*/
	min-height:350px;
}

#leftcolumn{
	float: left;
	position:relative;
	width: 210px; /*Width of left column in pixel*/
	height:350px;
	margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top:15px;
	/*border:1px  #FF9900 solid;*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer
{
clear: left;
vertical-align:top;
width: 100%;
color: #CCCCCC;
text-align: center;
padding: 0px 0;
background: #FFFFFF;
}
/** End main Layout **/

/* Header menu */
#header_topbar_menu{
	width:100%;
	/*
	background-image:url(/bitrix/templates/products_2columns/images/top_menu_bar_bg.gif);
	background-repeat:repeat-x;
	*/
	height:50px;
 }
 
#header_top_menu{
width:950px;
}

#header_site_selector_top_mm{
width:350px;
top:0px;
/*border:1px #0033CC solid;*/
}


/*header_SiteSearch*/
#header_SiteSearch{
float: none;
position:relative;
width:181px;
font-size:12px;
margin-right:10px;
text-align:right;
/*border:1px #0033CC solid;*/
/*background-color:#999999;*/
}

#header_site_selector{
float: none;
position:relative;
width:150px;
font-size:12px;
/*border:1px #0033CC solid;*/
}



/*Header icons*/
td#header_icons
{
	padding:15px;
	white-space:nowrap;
}

/* Header -icon*/
table#topMenu_icon{
	padding:3px;
	float:right;
	}

table#topMenu_icon td{
	padding:3px;
	font-size:11px;
	}


td#header_search
{
	white-space:nowrap;
	padding:0 15px;
}

#header_icons
{
	line-height:100%;
}

#header_icons a
{
	text-decoration:none;
	font-size:75%;
	font-weight:bold;
	color:#737373;
}


#logo
{
	height:156px;
	background:#6196D2 url(images/logo_bg.gif) repeat-x;
}

#logo_bg
{
	width:485px;
	height:156px;
	background-image:url(images/logo_bg.jpg);
}

#logo_image
{
	width:224px;
	height:201px;
	position:absolute;
	left:216px;top:36px;
	background-image:url(images/heads.gif);
	background-repeat:no-repeat;
}

#logo_sites
{
	position:absolute;
	right:10px;
	top: 90px;
	color:#fff;
	text-align:right;
	font-size:11px;
}

#logo_sites a, #logo_sites span
{
	color:#FFFFFF;
	text-decoration:none;
}

#logo_sites span
{
	color: #b2cce9;
}


/* left  column*/ 
#left-column
{
	width:215px;
	vertical-align:top;
	padding:0;
}

/*#left_curr_page{
	position: absolute;
	float:left;
	line-height:60px;
	min-height:60px;
 }
*/

/**/
#right-column
{
	vertical-align:top;
	padding:0;
	padding-left:1px;
}

/*Work Zone*/
#navigation a
{
	font-size:95%;
	/*text-decoration:none;*/
	color:#486DAA;
}

#work-area
{
	width:100%;
	padding:5px 0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#pageBack2Top{
text-align:right;
width:100%;
height:50px;
}
/**End work Sub Layout.**/

/*Footer sublayout*/
#footer a
{
	color:#707070;
}

.copyright_txt{ 
font-size:11px;
color:#999999;
}

.copyright_txt_powered{ 
font-size:4px;
color:#999999;
}
.copyright_txt_powered a{ 
font-size:9px;
color:#999999;
}

#table_footer_copy{
top:0px;
/*background-color:#999999;*/
}

#fbt_footer_logo{
float:none;
position:relative;
/*left:0px;top:0px;*/
width:600px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
/*border:1px #FF0000 solid;*/
}

#logosuperbrand{
	width:60px;
	position: relative;
	float:right;
	left:-20px;top:-50px;
/*	border:1px #FF0000 solid;*/
	margin:0;
}


/*Data table*/
table.data-table
{
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #D6D6D6;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#DFEAF5;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #D6D6D6;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F3F7FC;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}