html,body {
	height:100%;
}
body {
	padding:0;
  margin:0;
	font:75% Tahoma;
 	color:#4b4b4b;
	background-color:#fff;
}
table{
	font:11px Tahoma;
	border-collapse:collapse;
}
td{
	vertical-align:top;
}
table, tr, td, h1, h2, h3, h4, p, div, ul, ol, li, form, input, img{
	padding:0;
	margin:0;
}
td h1, td h2, td h3{
	margin:0;
	padding:0;
}
h1, h2{
	margin:30px 0 5px 0;
	font:bold 12px Tahoma;
	color:#4b4b4b;
}
h3{
	margin:12px 0 5px 0;
	font:bold 11px Tahoma;
	color:#4b4b4b;
}
ul, ol{
	font-size:11px;
}
p{
	font-size:11px;
	text-align:justify;
}
img{
	border:0;
}
input, textarea{
	font:11px Tahoma;
}
hr{
	border:0;
	height:1px;
	background-color:#e9e9e1;
	color:#e9e9e1;
	margin:20px 0 0 0;
	padding:0;
}
a:hover {
	text-decoration:none;
}
/*CLASS*/
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.clearBoth{
	clear:both;
}
.alignC{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.clx{
	width:1px;
	height:1px;
}
.all{
	width:100%;zoom:1;
}
.all:after { content:""; display:block; height:0; clear:both; visibility:hidden;}
.underline{
	text-decoration:underline;
}
.none{
	text-decoration:none;
}
.hand{
	cursor:pointer;
	cursor:hand;
}

/*SCELET*/
.bodyBlock #main-align{
	width:100%;
	min-height:100%;
	margin:0 0 -118px 0;
}
#main-size{
	margin: 0px 3%;
	min-width:944px;padding-bottom: 118px;
}
#content{
	float:right;
	width:100%;
	margin:0 0 0 -245px;
}
#content .out{
	margin:0 0 0 245px;
}

#top-field{
	width:100%;
	height:143px;
}
#top-field2{
	width:100%;
	height:183px;
}
#center{
	float:left;
	width:100%;
	margin:0 -245px 0 0;
}
#center .contentIndex{
	margin:0 245px 0 0;
}

#right{
	float:right;
	width:245px;
}
#left{
	float:left;
	width:245px;
}
#top{
	position:absolute;
	top:0px;
	left:0;
	height:144px;
	width:100%;
}
#bottom{
	clear:both;
	height:118px;
}
/*Для IE (разместить только вниз)*/
.bodyBlock #main-align, #top, #bottom{
	min-width:1003px;
	width:expression((document.body.clientWidth <= 1024) ? '1003px' : '100%');
}
.skype{padding:20px 5px 20px 26px;background:url(../images/skype.gif) no-repeat 0 55%;}