/* общие вещи */
BODY, TEXTAREA {font: 12px/18px Verdana, Tahoma, Arial, sans-serif;}
BODY {color: #333;}

.layout
	{
	float: left;
	margin: 2em 0 0 50%;
	width: 1px;
	}
.layout .inner
	{
	float: left;
	width: 780px;
	margin-left: -390px;
	}

A {color: #36c;}
A:hover, .menu A:hover, .menu .current A:hover
	{
	text-decoration: none;
	color: red;
	}

H1
	{
	margin-top: 2em;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #963;
	}
H1.first {margin-top: 1em;}

H3
	{
	float: left;
	width: 100%;
	height: 3em;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	}
H3.col4
	{
	height: auto;
	}

SMALL, .small {font-size: .9em; line-height: 1.3em;}

P {margin-top: 1.5em;}

LI {margin-top: 1.5em;}
LI .glyph {padding: 0 0 5px 5px;}
.glyph {padding: 0 0 10px 10px;}
.glyph.left, .glyph_left {padding: 0 10px 10px 0;}

.gray {color: #999;}
.footer .gray, .lgray {color: #736b45;}

/* шапка */
.logo
	{
	float: left;
	margin-right: 20px;
	}
#kaz
	{
	font-family: Tahoma;
	color: #150763;
	margin-top: 0;
	float: left;
	font-size: 14px;
	}

/* гл. меню */
.menu, .lang
	{
	float: left;
	margin-top: 20px;
	font-size: .9em;
	}
.menu LI
	{
	float: left;
	text-transform: uppercase;
	border-left: 1px solid #d9d9d9;
	padding-left: 10px;
	margin: 0 40px 0 0;
	bottom: 0;
	}
.menu LI.current, .menu LI.current A
	{
	color: #36c;
	border-color: #bccdee;
	}
.menu A {color: #333; text-decoration: none;}
.lang
	{
	margin-top: 22px;
	float: right;
	text-decoration: none;
	}

/* колонки */
.col, .col2, .col3, .col4
	{
	float: left;
	padding-left: 12px;
	margin-right: 12px;
	width: 171px;
	}
.col2 {width: 366px;}
.col3 {width: 561px;}
.col4 {width: 756px;}
.nopad, .nopad2, .nopad3, .nopad4
	{
	padding-left: 0;
	margin-right: 0;
	width: 195px;
	}
.nopad2 {width: 390px;}
.nopad3 {width: 585px;}
.nopad4 {width: 780px;}


/* слайдшоу */
.slideshow
	{
	width: 780px;
	height: 200px;
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	}
.slideshow A, .slideshow STRONG
	{
	color: white;
	text-decoration: none;
	}
.splash A {text-decoration: underline;}
.splash A:hover {color: white; text-decoration: none;}
.slideshow STRONG
	{
	display: block;
	position: absolute;
	bottom: 0;
	padding-bottom: .7em;
	font-weight: normal;
	left: 12px;
	font-size: 1.8em;
	}
.splash STRONG {font-size: 1.5em;}

/* блоки */
.block
	{
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 1.5em;
	}
.block.pad {margin-top: 2.5em;}
.bg {background-color: #f1edd8;}
.lbg {background-color: #f8f6eb;}
.bg .small {color: #777;}

/* всякие ссылки-футеры */
.useful {color: #363;}
.contacts {color: #c90;}

.tel {color: #777; margin: 1.5em 0;}
.tel STRONG {font-size: 1.3em; color: #c33;}

/* подвал */
.footer
	{
	margin: 3em 0 1em 0;
	padding-top: 1em;
	border-top: 1px solid #f2eedb;
	clear: both;
	}
.footer HR {display: none;}

/* файлы */
.file
	{
	margin-top: 1.5em;
	padding-left: 45px;
	background: url(../i/ftypes/generic.gif) no-repeat top left;
	}
.file.pdf {background-image: url(../i/ftypes/pdf.gif);}
.file.doc {background-image: url(../i/ftypes/doc.gif);}
.file.pic {background-image: url(../i/ftypes/pic.gif);}
.file.ppt {background-image: url(../i/ftypes/ppt.gif);}
.file.xls {background-image: url(../i/ftypes/xls.gif);}
.file.zip {background-image: url(../i/ftypes/zip.gif);}

/* текстовый контент */
.text LI
	{
	margin-top: .7em;
	list-style-type: disc;
	margin-left: 2.5em;
	}
.text LI LI {list-style-type: circle;}
.text OL LI {list-style-type: decimal;}
.text OL LI LI {list-style-type: lower-alpha;}

.upper {background: url(../i/up-bg.gif) repeat-x;}

.text TABLE, .table {margin-top: 1.5em;}
.table {border-bottom: 2px solid #f8f6eb;}
.text TD, .text TH, .table TD, .table TH
	{
	padding: .5em 1em;
	vertical-align: top;
	}
.table TH
	{
	color: #963;
	background-color: #f1edd8;
	}
.table TH .small, .table TH SMALL {font-weight: normal;}
.table .ev TD {background-color: #f8f6eb;}

/* форма обратной связи */
.feedback {width: 100%;}
.feedback .title
	{
	width: 30%;
	padding-top: 1em;
	}
.feedback .text, .feedback TEXTAREA
	{
	width: 95%;
	//width: 92%;
	font-size: 1.7em;
	line-height: 1.1em;
	padding: .2em;
	}
.feedback-success {color: green;}
.feedback-error {color: red;}

/* подменю */
.submenu
	{
	background-color: #f8f6eb;
	padding-left: 0;
	padding-top: 1.7em;
	width: 183px;
	border: 1px solid #f1edd8;
	border-top: 0;
	}
.submenu LI
	{
	margin-top: 0;
	padding: .5em 0 .5em 12px;
	}
.submenu UL {margin-top: .5em;}
.submenu .current {background-color: #f1edd8; color: #963;}
/*.submenu .current STRONG, .submenu .current STRONG A {color: #963;}*/

/* новости */
.news LI
	{
	list-style-type: disc;
	margin-left: 1.5em;
	}

/* года в новостях */
.years
	{
	width: 100%;
	margin: 1em 0;
	float: left;
	clear: both;
	}
.years LI
	{
	padding: .5em .7em;
	list-style-type: none;
	margin: 0 1em 0 0;
	float: left;
	}
.years .active
	{
	background-color: #f1edd8;
	color: #963;
	}