* {margin:0;outline:none;padding:0;}
code,kbd,samp,pre,tt,var,textarea,input,select,isindex {font:inherit;font-size:1em}
dfn,i,cite,var,address,em {font-style:normal}
th,b,strong,h1,h2,h3,h4,h5,h6 {font-weight:bold}
a,img,a img,iframe,form,fieldset,abbr,acronym,object,applet {border:none}
caption,th,td,center {text-align:left;vertical-align:top}
q {quotes:"" ""}
ul,ol,dir,menu {list-style:none}
sub,sup {vertical-align:baseline}
hr {display:none}

@font-face {
    font-family: 'HelveticaLTStdRoman';
    src: url('/css/font/HelveticaLTStd-Roman.eot');
    src: local('Helvetica LT Std Roman'), local('HelveticaLTStd-Roman'), url('/css/font/HelveticaLTStd-Roman.woff') format('woff'), url('/css/font/HelveticaLTStd-Roman.otf') format('opentype'), url('/css/font/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
}

body {
	background: #ffffff;
	font-family: HelveticaLTStdRoman, Arial;
	font-size: 12px;
	color: #7b7b7b;
}

a {
	text-decoration: none;
	color: #7B7B7B;
}

a:hover {
    color: #000;
}

.container {
	width: 940px;
	margin: 0px auto;
}

.header {
	height: 95px;
	padding: 85px 0px 0px 300px;
	line-height: 22px;
	background: url(/images/logo.gif) no-repeat 55px 100px;
	position: relative;
	z-index: 1000;
}

.logo {
	display: block;
	height: 52px;
	width: 167px;
	position: absolute;
	top: 86px;
	left: 52px;
}

.header h4 {
	padding: 0px;
	margin: 0px;
	font-family: Myriad Pro;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 22px;
	color: #1f1f1f;
}

.header .head-menu li {
	float: left;
	margin-right: 10px;
}

.header .head-menu li.active a {
	font-weight: bold;
	color: #000;
}

.footer {
	padding-top: 15px;
	margin-bottom: 50px;
}

.footer span {
	color: #a9a9a9;
	font-family: Tahoma;
	font-size: 11px;
}

.footer .copyrights {
	float: right;
}

.arrow {
	padding-right: 10px;
    background: url(/images/arrow.gif) no-repeat right 9px;
	cursor: pointer;
	font-size: 15px !important;
}

.menu {
	width: 240px;
	position: absolute;
	left: 0px;
	top: 158px;
	padding-bottom: 20px;
}

.menu ul {
    width: 220px;
}

.menu .title {
	text-align: right;
	height: 22px;
}

.menu .homepage {
    font-family: Tahoma;
    font-size: 15px;
    cursor: pointer;
    padding-left: 8px;
    background: url(/images/arrow-right.gif) no-repeat left 8px;
}

.menu .arrow {
	font-family: Tahoma;
	font-size: 15px;
	cursor: pointer;
	margin-left: 10px;
}

.menu .data {
	background: #fff;
}

.menu li a, .menu li {
    font-size: 14px;
    
}

.menu li.list-title {
	padding: 15px 0px;
	font-size: 21px;
	color: #303030;
}

.menu li.open {
    padding: 5px 0px 0px 0px;
    color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.menu li.sub-menu {
	padding-left: 16px;
}

.menu li.sub-menu a {
	font-size: 12px;
    color: #9e9e9e;
}

.menu li.sub-menu a:hover, .menu li.active a {
    font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.contacts-title {
    padding: 15px 0px;
    font-size: 21px;
    color: #303030;
}

.contacts-info {
	font-size: 11px;
}

 .contacts-info a {
 	font-size: 11px;
	color: #505050;
	text-decoration: underline;
}

.contacts-info a:hover {
    text-decoration: none;
}

.clear {
	clear: both;
}

.gray-line {
	background: url(/images/dot.gif) repeat-x center center;
	margin: 30px 0px 20px;
}

.gray-line span {
	background: #fff;
	color: #000;
	padding-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.admin {
	padding-left: 300px;
}

.admin .inner {
	padding-bottom: 30px;
}

.admin .input {
	margin-right: 20px;
}

.admin .file {
	font-size: 11px;
	margin-right: 10px;
}

.admin .button {
	margin-top: 10px;
	font-size: 11px;
	padding: 3px 5px;
	cursor: pointer;
}

.admin .list li {
	list-style: square inside;
	margin-left: 30px;
}

.admin .added {
	color: #33cc33;
	padding: 15px 0px 10px;
}

.admin .deleted {
    color: #ff0000;
    padding: 15px 0px 10px;
}

.admin-photo {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 124px;
	height: 175px;
	text-align:center;
}

.admin-photo input, .admin-photo-card input {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

.admin-photo-card {
    position: relative;
    float: left;
}

.admin textarea {
	margin-top: 20px;
	padding: 10px;
	width: 600px;
	height: 200px;
}

.inner select {
	margin-top: 10px;
	margin-right: 17px;
	width: 130px; 
}

.inner .checkbox {
	margin: 5px 10px 0px 0px;
	cursor: pointer;
}

.images img {
    float: left;
    margin: 0px 23px 23px 0px;
}

.main-block {
	margin-top: 50px;
	background: #0D2E21 url(/images/logo-main.png) no-repeat center center;
	height: 500px;
	opacity: 0;
}

.main-footer-menu .dot {
	float: left;
	width: 160px;
	margin-left: -10px;
}

.dot .title, .dot-info .title {
	font-size: 21px;
	color: #000;
	padding: 30px 0px 10px 10px;
}

.dot li {
	padding: 2px 0px;
}

.dot li a {
	font-size: 14px;
}

.main-footer-menu .dot-info {
    float: right;
    width: 160px;
}

.dot-info .contacts-info {
	line-height: 20px;
}

.current-select {
	padding: 7px 8px 8px 10px !important;
	color: #fff;
	margin-bottom: 10px;
}

.main-menu li {
	width: 120px;
	padding-left: 10px;
	padding-top: 7px;
}

.current-select a {
	color: #000;
    text-decoration: underline;
}

.current-select a:hover {
}

.current-select .person-categories {
	display: block !important;
	padding-top: 4px;
}

.current-select .person-categories li {
	padding: 2px 0px 2px 5px;
}

.current-select .person-categories li a {
	font-size: 12px;
	color: #9e9e9e;
	font-weight: normal;
	text-decoration: none;
}

.current-select .person-categories li a:hover {
	color: #000;
	text-transform: uppercase;
}
