@charset "utf-8";
/* CSS Document */

* {
 margin: 0;
 padding: 0;
}

html {
  height:100%;
}

body {
	margin:0;
    padding:0;
    height:auto !important;
    height:100%;
    min-height:100%;
	background:#6399d1 url(bg.jpg) repeat-x;
	font: 12px Corbel, 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}


/* Основные блоки*/ 

#content
{
	background:url(centr.png);
	padding:50px 0;	
}

#footer {
	margin: 0 auto;
	background: #FFFFFF url(foobord.jpg) repeat-x left top;	
}


#lucorn
{
	width:23px;
	height:23px;
	background:url(lucorn.png) no-repeat;
}

#upline
{
	height:23px;	
	background:url(up.png) repeat-x top left;
}

#leftline
{
	width:23px;
	height:100%;
	background:url(left.png) repeat-y bottom left;
}



/* tab style css */
#gradient-style
{
font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size:12px;
text-align:left;
border-collapse:collapse;
margin:20px;
}
#gradient-style th{
font-size:13px;
font-weight:normal;
background:#b9c9fe url("images/gradhead.png") repeat-x;
border-top:2px solid #d3ddff;
border-bottom:1px solid #fff;
color:#039;padding:8px;
}
#gradient-style td
{
border-bottom:1px solid #fff;
color:#669;
border-top:1px solid #fff;
background:#e8edff url("images/gradback.png") repeat-x;
padding:8px;
}
#gradient-style tfoot tr td
{
background:#e8edff;
font-size:12px;
color:#99c;
}
#gradient-style tbody tr:hover td
{
background:#d0dafd url("images/gradhover.png") repeat-x;
color:#339;
}


/* Общие свойства*/
h1 {
	font-weight: normal;
	color: #2A2A98;
}

#menu h2, h3 {
	text-align:center;
	margin: 20px 0 0 0;
	padding:0 auto;
	font-weight: bold;
	color: #FF6;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }

/*Свойства левой колонки */ 
#menu ul {
	list-style: none;
	width:206px;
	padding: 0 3px;	
	margin-bottom:20px;
}

#menu li {
	float: left;
	width:200px;
	_width:201px;
	border-bottom:1px solid #FFFFFF;
}

#mainmenu a {
	float: left;
	font-weight:bold;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	color: #FFFFFF;
	min-width:188px;
	_width:201px;
		
}

#mainmenu a#alinksel, a#alinksel:hover {
	background:#ffffff url("menulisel.png") repeat-y top left;
	float: left;
	font-weight:bold;
	padding: 5px 0 5px 12px;
	text-decoration: none;
	color:#1f4cbf;
	min-width:188px;
	_width:201px;
} 
#mainmenu a:hover
{
	background:#ffffff url("menuli.png") repeat-y top left;
	text-decoration: none; 
	color:#1f4cbf;
	padding: 5px 0 5px 12px;
	min-width:188px;
	border:none;
	_width:201px;
}

#menu .current_page_item a 
{
	color: #FFFFFF;
}

#menu h2{
	text-align:center;
	margin: 20px 0 10px 0;
	padding:0 auto;
	font-weight: bold;
	color: #FF6;
}

#mlu { 
	overflow:auto;
    height: 300px;
	width:206px;
}

#mlu ul
{
	width:180px;
}
#mlu li{
	padding:0 0 0 6px;
	width:174px;
	border:none;
}
#mlu a
{
	float: left;
	font-weight:bold;
	padding: 5px 0px 5px 12px;
	text-decoration: none;
	width:162px;
	color: #FFFFFF;
}
#mlu a:hover
{
	text-decoration: none; 
}
/* Свойства правой колонки*/

#content table
{	
	border-collapse:collapse;
	border-spacing:0;	
}
a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}
p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

/* Свойства футера */
#footer p {
	
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #000000;
}

#footer a {
	color: #000000;
}