/* Главный блок */
html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
.img-l { float:left;
 padding:10px;
 padding-right:15px;
}
.img-r { float: right;
 padding:10px;
 padding-left:15px;
}
p:first-letter {
padding-left: 7px 0 6px 30px;
}
p:first-letter {
padding: 7px 0 6px 30px;
}
table
{
	font-size:100%;
}


#container
{
	position:relative;
	min-width:750px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 740 ? "750px" : "auto");
	margin-left: 5px;
	margin-right:5px;
	border:1px solid #ccc;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #C3C4C6;
	background-color: #C3C4C6;
	margin:8px 0
}
#h_top {
	position:absolute;
	left:405px;
	width:500px;
	height:335px;
	z-index:1000;
	background-image: url(/bitrix/templates/1/images/micro.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#block { margin:3px;
}

/* Блок шапки */
#head
{
	height:150px;
	width:100%;
	background:#DDDDDD url(images/header_bg.gif) repeat-x;
	margin-bottom:2px;
	border-collapse:collapse;
}
/*Header cell*/
#hlogo {
	width:300px;
}

#hcenter {}

/*Header icons*/
#hicons {
}
td#header_icons
{
	width:100px;
	padding:15px;
	white-space:nowrap;

}

#header_icons
{
	line-height:115%;
	text-align:left;
}

#header_icons a
{
	text-decoration:none;
	font-size:75%;
	font-weight:bold;
	color:#737373;
}

#meny {
	width:250px;
	
}

#back_head{
	width:100%;
	background-image:url(images/bg.jpg);
	background-position:left;
	background-position:top;
	background-repeat:repeat-x;
}

#nav {
	margin-left:15px;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666;	
}
/* контент */
#content{
	text-align:top;
    margin:3px;
    padding:3px;
}
#news { 
	margin:3px;
	width:30%;
	padding:3px;
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	text-align: left;
	padding-left:5px;
	font-size:small;

}

/* доп блоки */
#iblock {}

/* подвал */
#podval {
	background-image:url(images/footer_bg.gif);
	font:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
	font-size:90%;
}
#f_center{
	font-size:90%;
}
#f_left{
	width:300px;
	font-size:90%;
}
#f_right{
	width:300px;
	font-size:90%;
}
