/*  
Theme Name: intellect-audit
Theme URI: 
Description: intellect-audit origial theme.
Version: 1.0
Author: Andrew Baranow
Author URI: http://xhtml.ru/
*/


* {
	margin:0;
	padding:0;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
}
h1, h2, h3, h4, h5, h6 { padding: 0.6em 0 0.4em 0; color: #333; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
p {
	padding: 1.4em 0 0.4em 0;
}
a {
	color: #600;
}
a:hover {
	color: #C00;
}
img {
	border: 0;
}
dd {
	margin-left: 2em;
}
table {
	font-size: 100%;	
}
/*
ul {
	list-style-image: url(/i/ul.gif);
}
*/
ul {
	list-style: none;
}
li {
	background: url(/i/ul.gif) no-repeat 0.3em 0.4em;
	padding-left: 1.3em;
}





#main {
}

#all {
	background: #E0CFBE;
	color: #333;
	font-size: 1.15em;
}

#main #header {
	background: url(/i/bg_main_header.gif) repeat-x 0 0 #E0CFBE;
}
#pages #header {
	background: url(/i/bg_pages_header.gif) repeat-x 0 0 #E0CFBE;
}
#logo {
	text-align: center; 
}
#main #logo {
	background: transparent url(/i/bg_main_logo.jpg) no-repeat 100% 0;
	padding: 37px 0 47px 0;
}
#pages #logo {
	background: transparent url(/i/bg_pages_logo.jpg) no-repeat 100% 0;
	padding: 17px 0 27px 0;
}

#slogan {
	clear: both;
}
#slogan .width {
	text-align: right;
}
#main #slogan {
	background: url(/i/bg_main_slogan.gif) repeat-x 0 0 #714D3C;
}
#main #slogan .width {
	height: 217px;
	background: transparent url(/i/collage_main.jpg) no-repeat 0 0;
}
#main #slogan .width img {
	margin: 88px 27px 0 0;
}
#pages #slogan {
	background: url(/i/bg_pages_slogan.gif) repeat-x 0 0 #714D3C;
}
#pages #slogan .width {
	height: 141px;
	background: transparent url(/i/collage_pages.jpg) no-repeat 0 0;
}
#pages #slogan .width img {
	margin: 57px 148px 0 0;
}

#main .left {
	width: 406px;
	float: left;
}
#pages .left {
	width: 300px;
	float: left;
}
#main .right {
	margin-left: 406px;
	width: 590px;
}
#pages .right {
	margin-left: 300px;
	width: 600px;
}
#content .right {
	font-size: 1.1em;
}
#pages #content .right p {
	padding: 0.4em 0;
}
#pages #content .right h2 {
	text-transform: uppercase;
/*	background: url(/i/hmark.gif) no-repeat 0 1.1em;
	padding: 0.9em 0 0.3em 11px;
*/
	padding: 0.9em 0 0.3em 0;
}
#pages #content .left, #pages #content .right {
	background: url(/i/bg_pages_content.gif) no-repeat 100% 0 #E0CFBE;
	mih-height: 400px;
	_height: 400px;
	height: auto;
}
#main #content .left {
	min-height: 320px;
	height: auto !important;
	height: 320px;
	background: url(/i/bg_main_content_left.jpg) no-repeat 100% 0 #E0CFBE;
}


#footer {
	clear: both;
	background: #FFF;
	color: #999;
}

#footer .text {
	font-size: 11px;
	color: #999999;
}

.width {
	width: 1000px;
}

.left .text {
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

#main .right .text {
	padding: 35px 30px 50px 65px;
}

#pages .right .text {
	padding: 35px 30px 50px 22px;
}

#footer .right .text {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#main #footer .left, #pages #footer .left {
	position:relative;
}
#main #footer .left .text {
	position:absolute;
	top:-76px;
	padding-top: 140px;
	width: 406px;
	background: transparent url(/i/bg_main_footer.gif) no-repeat 0 0;
}

#pages #footer .left .text {
	position:absolute;
	top:-46px;
	padding-top: 80px;
	width: 300px;
	background: transparent url(/i/bg_pages_footer.gif) no-repeat 0 0;
}


#footer p {
	padding: 0.4em 0;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #C00;
}


.newsdate {
	color:#70665D;
}
#menu li {
	background: none;
}

#menu a {
	color:#333;
}
.submenu a {
	display:block;
/*	background: url(/i/arrow.gif) no-repeat 0 50%;
	padding-left: 10px;
*/
	padding-left: 2px;
}
#menu a:hover {
	color: #C00;
}
#main #menu ul {
	margin: 33px 0 0 43px !important;
	margin-left: 22px;
}
#pages #menu ul {
	margin: 10px 0 0 0;
}
#menu ul {
	list-style: none;
	float: left;
}
#menu ul span {
	color:#A98D78;
}
#main #menu ul ul.submenu, #pages #menu ul ul.submenu {
	margin: 0 !important;
	padding: 5px 15px 10px 20px;
	position: absolute;
	z-index:99;
	display: block;
	top: 70px;
	left:-1px;
	background: #D4C0A7;
	border: solid 1px #ECE2D5;
	border-top: none;
	list-style-image: none;
}

#menu li.mm {
        float: left;
	padding: 0 20px;
	line-height: 109px;
	height: 109px;
	vertical-align: middle;
	position: relative;
	font-size: 1.1em;
}


#menu ul.submenu li {
        float: none;
	padding: 0;
	line-height: 1.5;
	height: auto;
	white-space: nowrap;
	width:195px;
	font-size: 0.9em;
	background: #D4C0A7;
}
#menu #m01 {
	position: relative;
}
#menu #m02 {

}
#menu #m03 {
	position: relative;
}
#menu #m04 {

}
#menu #m05 {
	position: relative;
}
#menu #m01, #menu #m02, #menu #m03, #menu #m04,   {
	background: transparent url(/i/menu_separator.gif) no-repeat 100% 0;
}

.post {
}

.informer1 {
	width: 100px;
	font-size: 11px;
	padding-top: 15px;
}

.left-menu {
	font-family: "Myriad Pro Cond";
	font-size: 20px;
	color: #333333;
}