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


* { 
margin : 0;
padding : 0;
} 
p {
line-height : 1.5;
padding : 0 10px 0 10px;
}
body { 
font-size: 12px; 
color: #fff; 
font-family: Verdana, Geneva, sans-serif; 
background-image: url(../images/fone-tr.png); 
background-repeat: repeat; 
background-position: top; 
background-attachment: fixed;  
text-align: center; /*Для Internet Explorer 6 и выше*/ 
} 
#wrapper { 
width: 90%; 
margin: 5px auto; 
padding: 5px; 
text-align: left; 
background-color: #707874; 
}
a:link { 
color : #000; 
text-decoration : underline;
} 
a:hover {
color : #656c68;
}
.link1 a {
font-size : 11px; 
font-style : italic;
color : #FFF; 
}
.link1 a:hover {
color: #FF9933;
} 
.link2 a {
color : #FFF; 
}
.link2 a:hover {
color: #FF9933;
} 
a img { 
border : none; /* убрираем рамку вокруг картинки-ссылки */
} 
H1, H2, H3 { 
font-family : Verdana, Geneva, sans-serif; 
padding : 5px 0 5px 10px; 
text-shadow: 2px 2px 2px #aaa;
} 
H1 { 
font-size: 160%; 
color: #003; 
background-color: #;
}
H2 { 
font-size: 135%; 
color: #333; 
background-color: #;
}
H3 { 
font-size: 120%; 
color: #900; 
background-color: #;
}
.marg { 
margin : 3px 10px; 
} 
.padd { 
padding : 3px 10px; 
} 
.tabl { 
border : 1px solid #97aac2; /* Рамка вокруг таблицы */ 
border-collapse : collapse; /* Отображать только одинарные линии */
background-image : url(../images/code-bg0.gif); 
padding : 0; /* Поля вокруг содержимого ячеек */
border-spacing : 5px; /* Расстояние между ячейками */ 
} 
.content { 
background : #fff; 
clear : both; 
display : block; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px; 
} 
#boxes div { 
border : 1px solid black; 
padding : 5px 0 5px 0; 
margin : 0 0 0 10px; 
width : 250px; 
text-align : center; 
background : #eee; 
} 
.bordertop { 
background: #; 
border: 1px #000000 solid; /* Параметры рамки (пунктирная: dashed, точечная: dotted, двойная: double, сплошная: solid, тонкая: thin, средняя: medium, толстая: thick) */ 
padding: 1px; /* Поля вокруг текста */ 
}
.borderdiv { 
border: 1px solid #434343; 
padding: 5px; 
margin: 0; 
background: #e3e3e3; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
width: 100%; 
}
.borderimage { 
border : 1px solid #97aac2; 
} 
.border-td { 
border : 1px solid #97aac2; 
padding : 10px; 
} 
.textShadow { 
text-shadow: 2px 2px 2px #aaa; 
}
.text { 
font : 13px Verdana; 
text-align : left; 
padding : 3px 0 3px 10px; 
} 
.text2 { 
font : 11px Verdana; 
text-align : center; 
padding : 3px 0 3px 0; 
} 
.text3 { 
font : 11px Verdana; 
text-align : left; 
padding : 3px 0 3px 10px; 
} 
.text4 { 
font : 11px Verdana; 
font-size : 120%; 
font-variant : small-caps; 
text-align : left; 
padding : 3px 0 3px 10px; 
} 
.textcaps { 
font : 12px Verdana; 
padding : 3px 0 3px 10px; 
font-variant : small-caps; /* все строчные символы как заглавные уменьшенного размера */
} 
.dashedtext { 
border-top : 1px dashed #97aac2; 
width : 95%; 
} 
.dashedtext2 { 
border-bottom : 1px dashed #ff0000; 
width : 95%; 
} 
.boxShadow { 
-webkit-box-shadow: -3px 3px 3px #ddd; 
-moz-box-shadow: -3px 3px 3px #ddd;	
box-shadow: -3px 3px 3px #ddd;
border : 1px solid #7d91aa; 
padding : 5px; 
} 
.boxShadow2 { 
-webkit-box-shadow: 3px 3px 3px #ddd; 
-moz-box-shadow: 3px 3px 3px #ddd; 
box-shadow: 3px 3px 3px #ddd; 
border : 0 solid #7d91aa; 
padding : 5px; 
} 
.line1 { 
border-left-color : #990000; /* Цвет линии слева */ 
border-left-style : solid; /* Стиль линии */ 
border-left-width : 3px; /* Толщина линии */ 
padding-left : 10px; /* Расстояние между линией и текстом */ 
text-align : left; 
} 
.line2 { 
border-left-color : #990000; /* Цвет линии слева */ 
border-left-style : solid; /* Стиль линии */ 
border-left-width : 5px; /* Толщина линии */
padding-left : 10px; /* Расстояние между линией и текстом */
text-align : left; 
font-style : italic; 
} 
.line3 { 
border-left-color: #990000; /* Цвет линии слева */ 
border-right-color: #; 
border-left-style: solid; /* Стиль линии */ 
border-right-style: none; 
border-left-width: 3px; /* Толщина линии */ 
border-right-width: 0; 
border-bottom-color: #990000; 
border-bottom-style: double; 
border-bottom-width: 3px; 
background-color: #e3e3e3; 
padding-top: 5px; 
padding-left: 10px; /* Расстояние между линией и текстом */ 
padding-bottom: 5px; 
padding-right: 10px; 
text-align: justify; 
font-weight: none; 
margin: 0 0 0 10px; /* верхний, правый, нижний, левый */ 
}
.line4 { 
background: url(../images/line_horz.gif) repeat-x top left; 
height:1px; 
width:95%; 
}
.line5 { 
background : url(../images/line_vert.gif) repeat-y left top; 
height : 500px; 
width : 1px; 
} 
.new { 
background : url(../images/2eg8oc8.gif) no-repeat right; 
} 
.new2 { 
background : url(../images/Res_dll.png) no-repeat right; 
}
.blink {
color : #f00;
background : #;
font-weight : bold;
padding : 2px;
text-decoration : blink; /* Мигание */
}
.blockquote {
font-family: "Philosopher", arial, serif;
font-size: 24px; 
line-height: 50px;
color: #fff;
padding: 0 0 0 10px;
text-shadow: 0 3px 3px #999; 
-moz-text-shadow: 0 3px 3px #999; 
-webkit-text-shadow: 0 3px 3px #999;
}
