/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; color: gray; font-size: 8pt;}
H1 {color: green; font-size: 130%;}

body {
	line-height: 1;
	{max-width:1021px;margin:0px auto;min-width:11021px;min-height:100%;}
	background-color: #000000;
	background-image: url('imajes/shapka.png');
}
	
	ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1021px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.radius {
    background: #333333; /* Цвет фона */
    border: 10px solid black; /* Параметры рамки */
    padding: 15px; /* Поля вокруг текста */
    margin-bottom: 10px; /* Отступ снизу */
}

}
#logo {
	position:absolute
	top: 0;
	left: 0;
	width: 100%;
}


.logo {
	position: relative;
	width:801px;
	height:66px;
	margin: 0 auto;
	left:0px;
	top:70px;
}

/* Место для банерров в футере
-----------------------------------------------------------------------------*/
#padbannblock {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}


.padbannblock {
	position: relative;
	width:801px;
	height:0px;
	margin: 100 auto;
	right: -560px;
	top: 60px;
}


/* Место для дат архива материалов
-----------------------------------------------------------------------------*/
#padrightblock {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}


.padrightblock {
	position: relative;
	width:801px;
	height:0px;
	margin: 100 auto;
	left: -220px;
	top: 390px;
}

/* Место календаря
-----------------------------------------------------------------------------*/
#padkalblock {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}

.padkalblock {
	position: relative;
	width:0px;
	height:0px;
	margin: 100 auto;
	right: -40px;
	top: -264px;
}

	

/* Цвет текста
-----------------------------------------------------------------------------*/
p { color: #CCCCCC }



/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 236px;
	background-color: #CCCCCC;
	background-image: url('imajes/shapka2.jpg');
	
}

/* otstupi blokov 1
-----------------------------------------------------------------------------*/
.pad2
{
padding-top:10px;
padding-left:-167px;
padding-bottom:10px;
padding-right:40px;
}

/* otstupi blokov 1
-----------------------------------------------------------------------------*/
.pad1
{
padding-top:10px;
padding-left:7px;
padding-bottom:10px;
padding-right:10px;
}



/* otstupi blokov 1
-----------------------------------------------------------------------------*/
.padmenuverh
{
padding-top:10px;
padding-left:155px;
padding-bottom:-10px;
padding-right:20px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 200px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 220px 0 220px;
}


/* Блоки даты
-----------------------------------------------------------------------------*/
.calendar{
	margin:.25em 10px 10px 0;
	padding-top:5px;
	float:left;
	width:80px;
	background:#ededef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc)); 
	background: -moz-linear-gradient(top,  #ededef,  #ccc); 
	font:bold 30px/60px Arial Black, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000;
	text-shadow:#fff 0 1px 0;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	position:relative;
	-moz-box-shadow:0 2px 2px #888;
	-webkit-box-shadow:0 2px 2px #888;
	box-shadow:0 2px 2px #888;
	}
	.calendar em{
	display:block;
	font:normal bold 11px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#CC3300 0 -1px 0;	
	background:#CC3300;
	background:-webkit-gradient(linear, left top, left bottom, from(#CC3300), to(#CC3300)); 
	background:-moz-linear-gradient(top,  #CC3300,  #CC3300); 
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
	border-top:1px solid #00365a;
	}
	.calendar:before, .calendar:after{
	content:'';
	float:left;
	position:absolute;
	top:5px;	
	width:8px;
	height:8px;
	background:#111;
	z-index:1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 1px 1px #fff;
	-webkit-box-shadow:0 1px 1px #fff;
	box-shadow:0 1px 1px #fff;
	}
.calendar:before{left:11px;}	
.calendar:after{right:11px;}
.calendar em:before, .calendar em:after{
	content:'';
	float:left;
	position:absolute;
	top:-5px;	
	width:4px;
	height:14px;
	background:#dadada;
	background:-webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa)); 
	background:-moz-linear-gradient(top,  #f1f1f1,  #aaa); 
	z-index:2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.calendar em:before{left:13px;}	
.calendar em:after{right:13px;}


/* Красное меню
-----------------------------------------------------------------------------*/


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
	background: #CC3300;
}
.radius {
    background: #f0f0f0; /* Цвет фона */
    border: 1px solid black; /* Параметры рамки */
    padding: 15px; /* Поля вокруг текста */
    margin-bottom: 10px; /* Отступ снизу */
}
.one {
	border: solid 3px #fff;
	outline: solid 3px #FF9933;
}

.one1 {
	border: solid 3px #fff;
	
}

DIV {page: narrow}

  TABLE {page: rotated}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
	background: #CC3300;
}


/* Архив сайта
-----------------------------------------------------------------------------*/
/*-- Стиль меню seo-monetizator.ru --*/
.blockmenu {
height:16px;
width: 100%;
font: normal 10px Arial, Helvetica, sans-serif;
text-align: left;
}
.blockmenu a:link,
.blockmenu a:visited {
color:#FFCC99;
text-decoration:none;
padding-left:16px;
line-height:17px;
display:block;
font-weight:normal;
background:#CC3300;
border:1px solid #CC3300;
margin-bottom:1px;
text-align: left;
}
.blockmenu a:hover {
color:#FF9966;
text-decoration:none;
padding-left:16px;
line-height:17px;
display:block;
font-weight:normal;
background:#CC3300;
border:1px solid #CC3300;
text-align: left;
margin-bottom:1px;
}




/* Верхнее меню
-----------------------------------------------------------------------------*/
#mainmenu{
    position:relative;
    border: 1px solid #222;
    background-color: #111;
    background-image: -moz-linear-gradient(#444, #111); 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));    
    background-image: -webkit-linear-gradient(#444, #111);    
    background-image: -o-linear-gradient(#444, #111);
    background-image: -ms-linear-gradient(#444, #111);
    background-image: linear-gradient(#444, #111);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;    
    box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -o-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -ms-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;    
    height:40px;
    margin:0px auto;
    padding:0;
    width:960px;
    z-index:10 /* для отображения подпунктов поверх остальных блоков */
}
#mainmenu ul, /* сбрасываем поля и отступы у списков */
#mainmenu ul ul {
    list-style:none;
    padding:0;
    margin:0;
}
#mainmenu ul {    
    clear:left;
    position:relative;
    right:50%;
    height:40px;
    float:right;
    text-align:center;
    font:12px Arial, Helvetica, sans-serif;
    text-transform:uppercase;    
}
#mainmenu ul li {
    border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;
    -moz-box-shadow: 1px 0 0 #444;
    -o-box-shadow: 1px 0 0 #444;
    -ms-box-shadow: 1px 0 0 #444;
    -webkit-box-shadow: 1px 0 0 #444;    
    position:relative;
    left:50%;
    float:left;
    height:40px;
    padding:0;
    margin:0
}
#mainmenu ul li:last-child {
    border:none;
    box-shadow:none
}    
#mainmenu ul li a {
    display:block;
    color: #ccc;
    text-decoration: none;
    padding:13px 20px
}
#mainmenu ul li a:hover {
    background-color: #CC3300;
    background-image: -moz-linear-gradient(#444,  #CC3300);    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#CC3300));
    background-image: -webkit-linear-gradient(#444, #CC3300);
    background-image: -o-linear-gradient(#444, #CC3300);
    background-image: -ms-linear-gradient(#444, #CC3300);
    background-image: linear-gradient(#444, #CC3300);
    color: #fafafa
    }
#mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
 
/*************************** Выпадающие подпункты */
#mainmenu ul li ul {
    background: #444;
    background: -moz-linear-gradient(#444, #CC3300);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#CC3300));
    background: -webkit-linear-gradient(#444, #CC3300);    
    background: -o-linear-gradient(#444, #CC3300);    
    background: -ms-linear-gradient(#444, #CC3300);    
    background: linear-gradient(#444, #CC3300);        
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;    
    text-transform:none;
    opacity: 0;
    visibility: hidden;
    position:absolute;
    left:0;
    top:40px;
    font-size:12px;
    height:auto;
    width:150px    
}
#mainmenu ul li ul li {
    border:none;
    box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -o-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    -ms-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    position:relative;
    left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;
}
#mainmenu ul li ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mainmenu ul li ul li a {
    padding:10px 8px;
    border:none
}
 
/*************************** Выпадающие пункты второго уровня */
#mainmenu ul li ul li ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);    
}
 
/*********************** Стрелочки на подпунктах */
#mainmenu ul ul li:first-child > a {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;    
}
#mainmenu ul ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}
#mainmenu ul ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;    
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}
#mainmenu ul ul li:first-child a:hover:after {border-bottom-color: #CC3300}
 
#mainmenu ul ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;     
}
#mainmenu ul ul li:last-child > a {
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}







/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1021px;
	margin: 0px auto 0;
	height: 470px;
	background: #CC3300;
	position: relative; 
}
  

.webwidget_menu_vertical_menu1{
    padding: 0px;
    margin: 0px;
    width: 172px;
    font: 14px/31px Trebuchet MS,Segoe UI,Arial;
}
.webwidget_menu_vertical_menu1 ul{
    padding: 0px;
    margin: 0px;
    font-family:Arial;
}
.webwidget_menu_vertical_menu1 ul li{
    padding: 0px;
    margin: 0px;
    height: 31px;
    position: relative;
}
.webwidget_menu_vertical_menu1 ul li h3{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
    font-size: 14px;
    color: #8F0600;
    font-weight: bold;
}
.webwidget_menu_vertical_menu1 ul .top_border{
    height: 3px;
}
.webwidget_menu_vertical_menu1 ul .bottom_border{
    height: 3px;
}
.webwidget_menu_vertical_menu1 ul li a{
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
    text-decoration: none;
    display: block;
}
.webwidget_menu_vertical_menu1 ul li ul{
    padding: 0px;
    margin: 0px;
    width: 172px;
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 172px;
    list-style: none;
}
.webwidget_menu_vertical_menu1 ul li ul li{
    padding: 0px;
    margin: 0px;
    border:none;
    word-wrap:break-word;
    height: 27px;
}
.webwidget_menu_vertical_menu1 ul li ul li a{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}