@import url(blocks.css);
@import url(resume.css);
@import url(anketa.css);
@import url(pagination.css);
* {
	margin: 0;
	padding: 0;
}
a img, fieldset {border:0}
fieldset{display:inline}
* > fieldset{display: block}/* Non IE browsers */
.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
h1{
	font: bold 22px arial;
	color: #c00;
	margin-bottom: 20px;
}
#left h1{
	color: #063;
	font: 24px 'arial black', arial;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2{
	font-size: 18px;
	color: #c00;
	font-weight: normal;
	margin-bottom: 7px;
}
h3{
	font: bold 16px arial;
	margin-bottom: 10px;
}
a{
	color: #c00;
}
a:hover{
	color: #f00;
}
body{
	background: #ccc;
	line-height: 1;
	font: normal 12px tahoma, arial, helvetica, sans-serif;
	text-align: center;
	color: #000;
	padding-bottom: 40px;
}
#header, #content, #footer, #top {
	width: 999px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#top{
	background: url(../i/top.png) repeat-x 0 100% #C00;
	height: 44px;
	color: #F5CCCC;
	overflow: hidden;
}
#top ul, #top p{
	float: left;
	list-style: none;
}
#icons{
	padding-top: 12px;
	padding-left: 30px;
	width: 323px;
}
#icons li, #lang li{
	float: left;
	width: 25px;
	height: 20px;
	overflow: hidden;
	background: url(../i/icons.gif) no-repeat 8px 6px #BF0000;
	border: 1px solid #C23333;
	border-bottom-color: #A40000;
	border-right-color: #A40000;
	margin-right: 5px;
}
#top li.current{
	border-color: #c23333;
	border-top-color: #A40000;
	border-left-color: #A40000;
	cursor: default;
}
#icons li.current{
	text-indent: -999px;
}
#icons li a{
	display: block;
	width: 25px;
	height: 20px;
	overflow: hidden;
	text-indent: -999px;
}
#icons li#i-map{background-position: -24px 6px;}
#icons li#i-search{background-position: -56px 6px;}
#lang{
	padding-top: 12px;
}
#lang li{
	background-image: none;
	text-align: center;
	line-height: 21px;
	font-size: 9px;
}
#lang a{
	text-decoration: none;
	color: #F5CCCC;
}
#top p{
	font-size: 14px;
	line-height: 44px;
	width: 557px;
}
#header{
/*	overflow: hidden; */
}
#logo{
	background: url(../i/logo.png) no-repeat 0 100%;
	width: 305px;
	height: 60px;
	margin-left: 30px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
}
#home{
	width: 89px;
	height: 44px;
	position: absolute;
	margin-top: -104px;
	margin-left: 147px;
	background: url(../i/logo.png) no-repeat -117px 0;
	overflow: hidden;
	text-indent: -999px;
	display: block;
}
#menu {
	float: right;
	width: 646px;
}
#menu ul{
	list-style: none;
	padding-top: 23px;
	background: url(../i/menulines.gif) repeat-x -4px 0;
	margin-right: 16px;
}
#menu ul li{
	float: left;
	width: 96px;
	height: 37px;
	background: url(../i/top.png) repeat-x 0 100% #c00;
	margin-left: 8px;
}
#menu ul :first-child{
	margin-left: 0;
}
#menu ul li.current a{
	color: #f99;
}
#menu ul li:hover, #menu ul li.hover{
	background: #076130;
}
#menu ul li a{
	color: #fff;
	background: url(../i/menudots.gif) no-repeat 0 0;
	font:normal 11px Arial Black;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 37px;
	white-space: nowrap;
}
#menu ul li:hover a, #menu ul li.hover a{
	background-position: -98px 0;
	border: 1px solid #3D8B64;
	border-bottom-color: #076130;
	line-height: 35px;
}
#menu ul li:hover ul, #menu ul li.hover ul{
	display: block;
}
/* level2 */
#menu ul ul{
	display: none;  
	position: absolute !important;
	padding: 0 15px 7px 15px;
	border: 1px solid #3D8B64;
	background: #006633;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
	z-index: 5000 !important;
}
#menu ul ul li{
	float: none;
	width: auto;
	height: auto;
	margin-left: 0;
	background: none;
	border-top: 1px solid #3D8B64;
	padding: 1px 0 2px 0;
}
#menu ul ul li:hover, #menu ul ul li.hover{
	background: none;
}
#menu ul ul :first-child{
	border-top-width: 0;
}
#menu ul ul li a, #menu ul li:hover ul a, #menu ul li.hover ul a{
	line-height: 1;
	background: none;
	font: 11px tahoma;
	text-transform: none;
	text-align: left;
	border: none;
	display: inline;
}
#menu ul ul a:hover{
	text-decoration: underline;
}
#menu ul li.current ul a{
	color: #fff;
}
#content{
	width: 939px;
	padding: 20px 30px 30px 30px;
}
#left{
	width: 293px;
	float: left;
}
#center{
	width: 616px;
	margin-left: 30px;
	float: left;
}
#foot{
	margin: 0 30px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#fl, #fr{
	float: left;
}
#fl{
	width: 525px;
}
#fr{
	width: 414px;
	text-align: right;
}
#bot{
	background: url(../i/bot.gif) no-repeat 0 5px #B10000;
	height: 10px;
	width: 999px;
	margin: auto;
	overflow: hidden;
	text-indent: -9999px;
}















.shadow .rr{
	background: url(../i/shadows/r.gif) repeat-y 100% 0;
	position: relative;
	z-index: 0 !important;
	left: 5px;
}
.shadow .br{
	background: url(../i/shadows/br.png) no-repeat 100% 100%;
}
.shadow .tr{
	background: url(../i/shadows/tr.gif) no-repeat 100% 0;
}
.shadow .tl{
	background: url(../i/shadows/tl.png) no-repeat 0 0;
	position: relative;
	z-index: 1;
	top: -5px;
	left: -5px;
}
.list img, .list{
	display: block;
}
.list img{
	position: relative;
	border: 1px solid #ccc;
	top: -7px;
	left: -9px;
}
.sr{
	background: url(../i/shadows/rr.png) no-repeat 100% 0;
	position: relative;
	left: 9px; 
}
.sb{
	background: url(../i/shadows/bb.png) no-repeat 100% 100%;
	position: relative;
	top: 7px;
}

.hide{
	display: none;
}
#subscribe-form label{
	color: #000;
	font: normal 14px arial;
	display: block;
	text-align: left;
	padding-bottom: 4px;
}
#subscribe-form #sub_email {
	color: #999;
	border: 1px solid #999;
	height: 17px;
	width: 195px;
	padding-left: 5px;
	font-size: 14px;
	font-family: arial;
	vertical-align: middle;
}
#subscribe-form {
	padding-bottom: 15px;
	
}
#cf_send {
	vertical-align: middle;
}



