html {
	font: 12px Verdana;
	color: #000;
	width: 100%;
	height: 100%;
	background: #fff url('/design/images/hat_line.gif') center top repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-width: 994px;
	background: url('/design/images/hat.jpg') center top no-repeat;
}

a {
	font: 12px Verdana;
	color: #71777b;
	text-decoration: underline;
}
a:hover { text-decoration: none; }

h1, h2, h3 {
	font: 18px Verdana;
	color: #d40000;
	margin: 15px 20;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

img { border: 0px; }

p {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: justify;
}

form {
	margin: 0;
	padding: 0;
}
input, textarea, button {font: 12px Verdana}

strong {color: #d40000}

ul {
	margin:0;
	padding:0;
}

.more {margin: 5px 0 0 0; text-align: right;}
.error {color: #f00}
.alignJustify {text-align: justify}


/* шапка */
#title {
	height: 105px;
	background: url('/design/images/norm.gif') center top no-repeat;
}
#title h1 {display:none}


/* основной блок */
#main {
	width: 994px;
	margin: 0 auto;
	overflow: hidden;
}
#columnBody {
	width: 50%;
	float: left;
	margin: 0 0 0 25%;
}
#columnBodyBox {padding: 45px 20px 15px 20px}
#columnLeft {
	width: 25%;
	float: left;
	margin: 0 0 0 -75%;
}
#columnLeftBox {
	margin: 0 20px 15px 25px;
	padding: 1px 0 0 10px;
}
#columnLeft #partner {
	margin: 40px 0 0 0;
	text-align: center;
}
#columnLeft #partner a {
	display: block;
	margin-bottom: 20px;
}


#columnRight {
	width: 25%;
	float: left;
}
#columnRightBox {padding: 1px 25px 15px 20px}


/* подвал */
#signature {background: #e5e5e5}
#signatureBox {
	width: 994px;
	margin: 0 auto;
	padding: 12px 0 10px 0;
	position: relative;
	font-size: 11px;
}
#counter {
	top: 8px;
	left: 25px;
	width: 88px;
	height: 15px;
	position: absolute;
}
#copyRight {
	top: 25px;
	left: 25px;
	width: 140px;
	height: 15px;
	position: absolute;
	font-size: 11px;
}
#copyRight a {
	color: #000;
	text-decoration: none;
}
#copyRightText {margin-left: 200px;}


/* menu */
#menu {
	margin: 30px 0 30px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	position: relative;	
}
#menu li {
	margin: 10px 0 0 0
}
#menu a {font-weight: bold}
#menu a:hover {color: #000}

#menu li:hover ul {
	display: block;
}

.dropdown {
	margin: 0;
	top: 25px;
	left: 60px;
	z-index: 10;
	width: 250px;
	display: none;
	background: #fff;
	position: absolute;	
	list-style-type: none;	
	padding: 0 10px 15px 10px;
	border: 1px solid #bbbbbb;
}

#articlesPreviewTitle {margin: 0}
#articlesPreviewText {margin: 10px 0 5px 0; text-align: justify;}

#blogPreviewTitle {margin: 20px 0 0 0}

/* списки */
.list {
	margin: 0;
	padding: 0 0 0 17px;
	list-style: url('/design/images/list.jpg') disc;
}
.list li {
	margin: 8px 0 0 0;
	marker-offset: 0;
}
.menuList{margin-bottom: 20px}

/* постраничная навигация */
.navi {
	margin: 8px 0;
	text-align: right;
}


/* вывод аудио-видео, статьи, гостевуха */
.itemBox {margin: 20px 0 0 0}
.itemBoxFirst {margin-top: 0}
.itemBox .itemDate {
	font-size: 11px;
	font-weight: bold;
}
.itemBox .itemDesc {margin: 5px 0 0 0;}
.itemBox .itemDesc a {
	color: #000;
	text-decoration: none;
}
.itemBox .itemDesc a:hover {text-decoration: underline}
.itemBox .itemContent { text-align: center; }
.itemBox .itemPics {margin-top: 15px}
.itemBox .itemPics img {margin: 0 15px 15px 0}


/* GuestBook styles */
#guestBookAdd {width: 200px; margin-top: 20px;}
#guestBookAdd p {margin: 2px 0 5px 0}
#guestBookAdd input {width: 70%}
#guestBookAdd textarea {width: 99%}


/* вывод картинок */
.contentImage {
	float: left;
	margin: 5px;
}


/* форма авторизации */
#adminLoginForm {text-align: center}
#adminLoginForm p {text-align: center}
#adminLoginForm .more {text-align: center}

/* вывод заголовков меню администратора */
.menuTitle {
	color: #d40000;
	margin: 10px 0 10px 17px;
	font-weight: bold;
}


/* список руководства НОРМ */
#leadership {
	float: left;
	width: 100%;
}
#leadership p {
	float: left;
	width: 100%;
	height: 152px;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
}
#leadership p img {
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}

.leadership_photo {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}


#normBaners div {margin: 30px 0 0 0}
#normBaners p {margin: 10px 0 0 0}


