@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body {
	background: #002067 url(/images/ice/img/body-bg.jpg) repeat-x;
	font:62.5% Tahoma, Geneva, Arial, sans-serif;
	color:#000;
	}
html, body {
        min-height: 100% !important;
        min-height: auto;
        height: 100%;
        border: none;
      }
a {color:#0e6bc7;}
a:hover {color:#4a8ed1;}
img {border:none; padding:0; margin:0;}
:focus {outline:none;}

#wraper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:1004px;
	margin:0 auto;
	background:url(/images/ice/img/wraper-bg.jpg) 50% 100% no-repeat;
	}
#wrap-bg {
	padding-bottom:45px;;
	background:url(/images/ice/img/wrap-bg.jpg) no-repeat;
	}
/* header */
#header {
	position:relative;
	height:245px;
	background:url(/images/ice/img/header-bg.gif) 0 100% no-repeat;
	}
	#logo {position:absolute;
		top:9px;
		left:356px;
		}
	#logo-text {
		position:absolute;
		top:50px;
		left:625px;
		width:100px;
		font: italic 1.4em Arial, Helvetica, sans-serif;
		color:#00477d;
		text-align:center;
		text-transform:uppercase;
		}
	#hmenu {
		position:absolute;
		top:217px;
		right:168px;
		height:15px;
		line-height:15px;
		padding-right:175px;
		color:#fff;
		}
		#hmenu a { color:#fff; text-decoration:none;}
		#hmenu a:hover { color:#d7efff;}
		#fsearch {
			position:absolute;
			top:0;
			right:0;
			display:block;
			width:168px;
			height:15px;
			background:url(/images/ice/img/fsearch-bg.gif) no-repeat;
			}
			#fsearch-t {
				display:block;
				width:138px;
				margin:1px 0 0 5px;
				border:0;
				background: none;
				font-size:1em;
				color:#fff;
				}
			#fsearch-s {
				position:absolute;
				display:block;
				top:0;
				right:4px;
				width:6px;
				height:15px;
				padding:0 2px;
				background: url(/images/ice/img/fsearch-s.gif) 0 4px no-repeat;
				border:0;
				font-size:1em;
				color:#fff;
				cursor:pointer;
				}
/* content */
#container {
	float:left;
	width:100%;
	}
#content {
	position:relative;
	width:604px;
	padding: 20px 28px;
	margin:0 168px 0 176px;
	background:#fff;
	font-size:1.2em;
        text-align: justify;
	}
	#content-f {
		position:absolute;
		bottom:-6px;
		left:0;
		width:660px;
		height:6px;
		background:url(/images/ice/img/content-fbg.gif) no-repeat;
		font-size:0;
		}
	.title-main {
		padding-bottom:20px;
		font-size:1.33em;
		color:#0e6bc7;
		}
	/* format */
	.format p {
		padding-bottom:13px;
		}
	.format ul {
		margin-left:20px;
		list-style:circle;
		}
		.format ul li {	padding-bottom:4px;	}

	.format ol {margin-left: 25px;}
	
	/* blue-block */
	.blue-block {
		width:603px;
		padding-top:6px;
		margin-bottom:20px;
		background: #d8edfb url(/images/ice/img/blueb-h.gif) 0 0 no-repeat;
		color:#001f6a;
		}
		.blue-block-in {
			padding:5px 15px 15px 15px;
			background:url(/images/ice/img/blueb-f.gif) 0 100% no-repeat;
			}
	.blue-block2 {
		width:320px;
		padding-top:6px;
		margin-bottom:20px;
		background: #d8edfb url(/images/ice/img/blueb2-h.gif) 0 0 no-repeat;
		color:#001f6a;
		}
		.blue-block2-in {
			padding:5px 15px 15px 15px;
			background:url(/images/ice/img/blueb2-f.gif) 0 100% no-repeat;
			}
	/* portf-block */
	.portf-block {
		position:relative;
		float:left;
		width:200px;
		height:250px;
		font-size:0.92em;
		}
		.portf-block img {
			display:block;
			margin:0 auto;
			}
		.portf-block p {
			padding:10px 25px 0 25px;
			}
			.portf-block p a { color:#00133b; text-decoration:none;}
			.portf-block p a:hover { color:#287bce;}
	/* opisanie */
	#opisanie {
		float:right;
	/*	width:320px; */
		
		}
/* side-left */
#side-left {
	float:left;
	width:155px;
	margin-left:-1000px;
	}
	#menu {
		display:block;
		padding:10px 0 25px 0;
		list-style:none;
		}
		#menu li {
			display:block;
			min-height:21px;
			line-height:19px;
			text-indent:11px;
			background:url(/images/ice/img/menu-li.gif) 0 100% no-repeat;
			}
			#menu li a {
				font-size:1.4em;
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				}
			#menu li a:hover { color:#fedd00;}
/* side-right */
#side-right {
	float:left;
	width:152px;
	margin-left:-152px;
	}
	.side-title {
		height:21px;
		line-height:19px;
		margin-bottom:20px;
		background:url(/images/ice/img/menu-li.gif) 0 100% no-repeat;
		font-size:1.4em;
		font-weight:bold;
		color:#ffde00;
		}
	/* fnews */
	.fnews {padding-bottom:20px;}
		.fn-date {font-size:1.2em;color:#67cbf8;}
		.fn-text {font-size:1.2em; color:#fff;}
			.fn-text a { color:#fff; text-decoration:none;}
			.fn-text a:hover { color:#d8edfb;}
		.fn-comm { color:#67cbf8;}
			.fn-comm a { color:#67cbf8;}
			.fn-comm a:hover { color:#32a7dc;}

/* footer */
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:1000px;
	padding-bottom:15px;
	color:#5fbdee;
	text-align:center;
	}
/* */
.clear {clear:both;}
.d_menu {
        list-style: none;
}
.d_menu li {
        padding: 5px;
        float: left;

}
.image-left { float:left; border: solid 1px #999; margin: 5px;}

