/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

#navigation
{
	background: rgba(204, 233, 234, 0.7);
    height: 65px;
    width: 100%;
}

#navigation ul
{
    padding-left: 50px;
    
}
#navigation ul li
{
    float: left;
    position: relative;
    list-style-type: none; /* Убираем маркеры */
}

#navigation ul li a
{
    color: #28504d;
    padding: 0 30px;
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    display: block;
    height: 65px;
}

#navigation ul li a:hover
{
    background: rgba(48, 60, 149, 0.88);
    color: #82fff6;
    text-decoration: underline;
}

#navigation .dropdown
{
    padding-left: 0px;
    position: absolute;
    top: 100%;
    width: 380px;
    background: #eeeeee;
    display: none;        
}

#navigation li:hover .dropdown
{
    display: block;
    z-index: 50;
}

#navigation .dropdown li
{
    width: 100%;
    height: 50px;
}

#navigation .dropdown li a
{
    height: 50px;
    line-height: 50px;
}

#hormenu
{
	background: rgba(204, 234, 214, 0.7);
    padding-top: 0;
    height: 40px;
}

#hormenu ul
{
    padding-left: 50px;    
}

#hormenu ul li
{
    float: left;
    position: relative;
    list-style-type: none; /* Убираем маркеры */
}

#hormenu ul li a
{
    color: #283c50;
    padding: 0 30px;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    display: block;
    height: 40px;
}

#hormenu ul li a:hover
{
    background: rgba(38, 75, 51, 0.88);
    padding-bottom: 0px;
    color: #82fff6;
    text-decoration: underline;
}
#left {
    width: 225px;
    margin-left: 0; 
    float: left;

}
#lefttop {
    width: 225px;
    float: left;
}

.par01 /*параграф с верхним отступом*/
{
    text-indent: 30px;
    font-size:18.0px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.par02 /*параграф без верхнего отступа*/
{
    text-indent: 30px;
    font-size:18.0px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.par03 /*параграф для картинки*/
{
    padding-top:20px;
    padding-left: 20px;
}

.par04 /*параграф для кода*/
{
    font-size:18.0px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.par05 /*параграф для кода жирный*/
{
    font-size:18.0px;
    font-weight:bold;
    padding-left: 20px;
}

.spb /*span жирный*/
{
    font-weight:bold;
}
