@charset "windows-1251";
/* CSS Document */


* {
	padding:0;
	margin:0;
}

body {

	font-family:arial;
	font-size:0.8em;
	line-height:1.4em;
	background: #3b0547 url('/img/bg.gif') repeat-x;
	
}
strong {color:#666;}
p {
	margin: 0 0 1em 0;
}
p.logo {
	color:#efa4ff;
}
ul {
	margin: 0 0 1em 2em;
}

table {border: 0px;}
a img {border:0; text-decoration: none;}
a {text-decoration: underline; color: #1e5196;}
a:hover{text-decoration: none; background: transparent; color:#bb1515;}

div.clr  {
	clear: both;
	font-size: 0em;
	height: 0em;
	line-height: 0em;
}

div.min_width  {
	clear: both;
	font-size: 0em;
	height: 0em;
	line-height: 0em;
	width: 800px;
}

/* базовая верстка */
div.container {
	float: left;
	clear: both;
	width: 100%;
	min-width: 800px;
	background:#fff;
}

div#header {
	background:#350540;
	height:60px;
	width:800px;
	
}


div#header div.logo {
	
	
	float: left;
	margin:0.5em 3em 0 2em;
	font-size:180%;
	font-family:tahoma;
	height:30px;
	color:#ffff00;
	line-height:0.6em;
	height:60px;
	
}
div.logo span {
	font-size:9px;
}
div#header div.logo a {
	color:#ffff00;
	text-decoration:none;
}
div#header div.logo a:hover {
		color:white;
		
}
div#header div.menu {
	padding: 20px 10px 0 0;
	font-size:1.1em;
	font-weight:400;
	float: left;

	

}

div#header div.menu a {
	text-decoration:underline;
	color:white;
}

div#header div.menu a:hover {
		color:#cf9cda;
		text-decoration:none;
}


div#header div.menu ul {
	display: inline;
	list-style: none;
}

div#header div.menu ul li {
	display: inline;
	padding: 5px;
}

div#header div.menu ul li.active {
	
	background:white;
	padding:0 5px 5px 5px;
}

div#main {
	padding-top: 20px;
	padding-bottom: 20px;
	width:800px;
}

div#main div.left {
	float: left;
	width: 20%;
	
	
	padding: 0 20px 0 30px;
}
div.left  li{
	list-style:none;
	margin:0 0 0.5em 0;
}
div#main div.content {
	float: left;
	width: 70%;
	padding: 5px;
}


div#main div.content h1.newstitle {
	margin:0 0 0.2em;
}

div#footer {
	
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:80%;
	width:800px;
	
}

div#footer div.phone {
	float: left;
	padding-right: 10px;
	font-size: 1.8em;
	margin: 0 12% 0 1em;
	
}
div#footer div.phone sup {
	font-size:12px;
}

div#footer div.adress {
	float: left;
}

div#footer div.lime_logo {
	float: right;
	padding-right: 20px;
}

/* календарь и новости */

div.calendar {
	padding: 0 10px;
}

div.calendar div.submenu {
	font-size: 1.1em;
	padding-left: 5px;
}

div.calendar div.cur {
	font-weight: bold;
	background: #dedede;
	color: #fff;
	padding: 8px;
}
div.calendar div.cur a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

div.calendar div.month-block {
	padding-left: 10px;
	font-size: 1em;
}

div.calendar div.month-item {
	padding: 2px 5px;
}
div.calendar div.month-block div.cur {
	background: transparent;
	
}
div.calendar div.month-block div.cur a {
	color:#1e5196;
}

div.news_titles {
	margin-top: 10px;
	margin-bottom: 25px;
}

p {
	margin: 0 0 1em 0;
}

div.news_titles p.title {
	font-size: 1em;
	margin: 0px;	
}

div.news_titles p.date, p.date {
	margin:0;
	font-size:0.8em;
	color:#aeaeae;
	
}
div.news_item p.date {
	margin:0;
	font-size:0.8em;
	color:#aeaeae;
	
}


div.content ol {
	list-style-position: outside;
	margin:0 0 0 1.5em;
}
div.content ol li {
		margin: 0 0 1em 0;
}

/* cтили для выравнивания одного блока по центру другого блока */
.center {
	position: relative;
	width: 100%;
}

div.center:after {
	content: '';
	display: block;
	clear: both;
}

.center_left {
	position: relative;
	right: 50%;
	float: right;
}

.center_right {
	position: relative;
	z-index: 1;
	right: -50%;
	float: left;
}





h1,h2,h3 {
	font-family: Georgia;
	margin:0 0 1em 0;
	line-height:1em;
	font-weight:normal;
}
h1 {
	font-size:2em;
	
}




/*  Текстовое тире вместо маркеров*/

div.content li    { margin: 0.5em 0 0.5em 1em;   } 
div.content ul   {
        list-style-type: none;
        //list-style-image: url('li.gif');
    }
div.content ul li
    {
        padding: 0;
        behavior: expression(
            ( !this.before && parentNode && parentNode.tagName == 'UL' )
            ?
                ( this.before = true )
                & ( parentNode.style.listStyleImage = 'none' )
                & (
                    ( this.firstChild && this.firstChild.firstChild )
                    ?
                        ( this.firstChild.style.marginTop = '-1.2em' )
                        & ( this.firstChild.style.position = 'relative' )
                    : ''
                )
                & ( eNOBR = document.createElement( '<nobr style="position: relative; display: block; width: 1.25em; left: -1.25em; margin: 0 -1.25em -1.2em 0;" />' ) )
                & ( eNOBR.innerHTML = '&mdash;&nbsp;' )
                & ( this.insertBefore( eNOBR, this.firstChild ) )
            : ''
        );
    }
div.content ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.25em;
    }
div.content ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
div.content ul>li>*
    {
        text-indent: 0;
    }
