* {margin: 0; padding: 0; outline: 0;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}

#footer
{
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear: both;
}

.clearfix:after 
{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap
{
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #ffe6a2;
	border-right: 1px solid #ffe6a2;
	background-color: #fff;
}

#left
{
	float: left;
	margin: 0;
	width: 180px;
	padding: 10px;
	/*border-right: 1px solid #ffe6a2;
	min-height: 610px;*/
}

#right
{
	float: right;
	margin: 0;
	width: 195px;
	padding: 10px;
	/*border-left: 1px solid #ffe6a2;
	min-height: 610px;*/
}

#center
{
	border-left: 1px solid #ffe6a2;
	border-right: 1px solid #ffe6a2;
	margin: 0 215px 0 200px;
	padding: 0;
	width: auto;
	position: relative;
	min-height: 850px;
}

#center .content_main
{
	padding: 5px 20px;
}	
#header
{
	height: 85px;
	background: #fff url(img/bg_header.jpg) repeat-x;
	border-bottom: 1px solid #ffe6a2;
}

#footer
{
	width: 80%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	background: #ffd255 url(img/bg_footer.jpg) repeat-x;
	border-left: 1px solid #ffe6a2;
	border-right: 1px solid #ffe6a2;
}

#center #center_left,
#center #center_right
{
	display: inline;
	float: left;
	width: 50%;
}

#center #center_left .content
{
	padding: 0 20px 0 0;
}
			
#center #center_right .content
{
	padding: 0 0 0 20px;
}

#center #center_top
{
	padding: 0 0 20px;
}

#center #center_bottom
{
	clear: left;
	padding: 0;
}

#center_branch_solution
{
	border-left: 1px solid #ffe6a2;
	margin: 0 0 0 200px;
	padding: 0;
	width: auto;
	position: relative;
	min-height: 850px;
}

#center_branch_solution .content_main
{
	padding: 5px 20px;
float: left;
width:95%;
}	

/*antipiracy*/
#center_branch_solution #left_part,
#center_branch_solution #right_part
{
	display: inline;
	float: left;
	width: 50%;
}

#center_branch_solution #left_part .content
{
	padding: 0 20px 0 0;
	position: relative;
}

#center_branch_solution #right_part .content
{
	padding: 0 0 0 20px;
	position: relative;
}

#center_branch_solution .bottom_part
{
	clear: both;
padding: 0 0 0 20px;
}

/*соц.сети*/
#header .social
{
float: right;
top: 7px;
position: relative;
margin-right: 10px;
}

#header .social a
{ 
display: block;
width: 26px;
height: 26px;
text-indent: -9999px;
letter-spacing: -5px;
}

#header .social a.twi
{
background: url(img/t.png);
}

#header .social a.fb
{
background: url(img/f.png);
margin-bottom: 5px;
}
/*end_соц.сети*/