﻿@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(../PhotoSite/background.jpg);
	background-repeat:repeat;
}

.siteLayer #container {
	width: 1024px;
	height: auto;
	/* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */

}


.siteLayer #header {
	/*background: #DDDDDD;*/
	padding: 0 0px;
	color: #FFF;
	background-color: #FFF;
	background-image: url(Resources/HeaderBGTest.jpg);
	background-repeat: no-repeat;
}

.siteLayer #header #part1 {
	height: 158px;
	background: url('Resources/HeaderBG.jpg') repeat-x;
}

.siteLayer #header #part1 #home {
	margin-left: 822px;
}

.siteLayer #header #part1 #mail {
	margin-left: 30px;
}

.siteLayer #header #part1 #telephone {
    margin-left: 30px;
}

.siteLayer #header #part1 img {
    margin-top: 7px;
}

/*.siteLayer #header #part2 {
	height: 125px;
	background: url(Resources/HeaderPart2.jpg) no-repeat;
}*/

.siteLayer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.siteLayer #mainContent {
	/*margin: 0 26% 0 0px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
    display: block;
    margin-left: 2px;
	background: url(gerb_fon.jpg) repeat-y;
}

.siteLayer #mainContent h1 {
	font-size: 18px;
	color: #900;
	text-align: center;
	/*margin: 0 26% 0 10px;*/
}

.siteLayer #mainContent h2 {
	font-size: 14px;
	color: #900;
	text-align: center;
}

.siteLayer #mainContent h3 {
	font-size: 14px;
	color: #900;
	text-align: center;
	font-style: italic;
}

.siteLayer #mainContent h4 {
    margin-left: 20px;
    margin-bottom: 0px;
	font-size: 12px;
	color: #900;
}

.siteLayer #mainContent b {
    font-size: 14px;
	color: #900;
}

.siteLayer #mainContent p {
	/*margin: 0 26% 0 10px;*/
}

.siteLayer #hotevent {
	
    /*margin-left: 10px;*/
	/*margin-right: 10px;*/
}



.siteLayer #hotevent p {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 20px;
	text-align: justify;
    text-indent: 20px;
    margin-bottom: -10px;
}

.siteLayer #hotevent img {
	border-color: #F60;
}

.siteLayer #hotevent #img {
	border-color: #F60;
    /*margin-top: 10px;
    margin-bottom: 5px;*/
    margin: 10px 5px 10px 10px;
}

.siteLayer #hotevent #menu1 td {
	color: #5c49bd;
	text-decoration: underline;
	font-style: italic;
	font-size: 11pt; 
	
}

.siteLayer #hotevent #menu1 a {
	color: #5c49bd;
	font-size: 14pt; 
	font-style: italic;
	font-family: "Times New Roman", Times, serif;

}


.siteLayer #hotevent #text a{
	color: #5c49bd;
	font-size: 14pt; 
	font-family: "Times New Roman", Times, serif;
}

.siteLayer #hotevent #text p{
	/*margin: 0 0 0 0;*/ 
	margin-top: 10px;
	text-align: justify;	
	font-size: 12pt; 
	font-family: "Times New Roman", Times, serif;
}

.siteLayer #hotevent #imgcon {
	border-color: #F60;
    /*margin-top: 10px;
    margin-bottom: 5px;*/
    margin: 20px 10px 0px 10px;
}


.siteLayer #hotevent #table p{
	text-align: center;
}

.siteLayer #hotevent ol {
    margin-right: 20px;
    margin-bottom: -10px;
    text-align: justify;
}

.siteLayer #hotevent ul {
	margin-right: 20px;
	margin-bottom: -10px;
}

/*.siteLayer #hotevent ol {
    margin-left: 330px;
    margin-right: 20px;
    margin-bottom: -10px;
    text-align: justify;
}*/

.siteLayer #hotevent a {
    color: #FF6600;
}

.siteLayer #hotevent hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    color: #FF6600;
    size: 1px;
}
                     
.tdbold {
	font-weight: bold;
}

.siteLayer #linkdetail {
	margin: 10px 20px 0px 0px;
	text-align: right;
}

.siteLayer #linkdetail img {
    border-color: #FFF;
}

.siteLayer #LineContentTop {
	margin: 0px 0px 0px 0px;
	background: url(Resources/ContentBreakTopBG.jpg) repeat-x;
}

.siteLayer #LineContentBottom {
	margin: 30px 10px 10px 0px;
	background: url(Resources/ContentBreakBottomBG.jpg) repeat-x;
}

.siteLayer #NewsLine {
	margin: 20px 10px 10px 0px;
	background: url(Resources/ContentBreakBottomBG.jpg) repeat-x;
}

.siteLayer #footer {

    width: 1024px;
	height: 29px;
	text-align: right;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	background: url(Resources/FotterBar.jpg) repeat-x;
} 
.siteLayer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.siteLayer #footer h1 {
	font-size: 12px;
	color: #000;
	padding-top: 6px;
	margin-left:0;
	margin-right:0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*menu*/
*{outline: none;}
img {border: 0;}
.container {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width: 1024px;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
}

ul#topnav {
	margin: 0; 
	padding-left:12px;
	padding-right:10px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	}
ul#topnav li {
	float: left;
	margin: 0; padding:0;
	position: relative;
	}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.home {
	background: url(megaMenu/images/nav_prod.png) no-repeat;
	width: 94px; 
}
ul#topnav a.products {
	background: url(megaMenu/images/nav_home.png) no-repeat;
	width: 83px; 
}
ul#topnav a.sale {
	background: url(megaMenu/images/nav_sale.png) no-repeat;
	width:130px; 
}
ul#topnav a.community {
	background: url(megaMenu/images/nav_comm.png) no-repeat;
	width: 122px; 
}
ul#topnav a.store {
	background: url(megaMenu/images/nav_stor.png) no-repeat;
	width: 141px; 
}
ul#topnav a.more {
	background: url(megaMenu/images/nav_more.png) no-repeat;
	width: 108px; 
}
ul#topnav a.stud {
	background: url(megaMenu/images/nav_stud.png) no-repeat;
	width: 123px; 
}
ul#topnav a.vtei {
	background: url(megaMenu/images/nav_vtei.png) no-repeat;
	width:68px; 
}

ul#topnav a.inform {
	background: url(megaMenu/images/nav_inform.png) no-repeat;
	width:130px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background:url(megaMenu/images/bg_pg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border:#DDD 3px solid;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	border:none;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(megaMenu/images/arrow.png) no-repeat 0px 7px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #00C; background-position: 1px 7px ;
	}
#menu {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background: url(body_bg.png) repeat-x;
	text-align:left;
}
#footer {
	text-shadow: 0px 2px 3px #666;
 	height: 29px;
	font:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
	background: url(PhotoSite/FotterBar.jpg) repeat-x;
}
/*копирайт*/

/*меню*/
	

/*конец меню*/
/*блок новини*/
#novyny {
	width:262px;
	height:auto;
	text-align:center;
	
}

/*блок анонс*/
#anons {
	width:262px;
	height:auto;
	text-align:center;
	color:#000;
}
/*sour*/
#official_sources {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: auto;
	width: 260px;
	
}
/*газета*/
#gazeta {
	width:260px;
	height:auto;
	font:Georgia, "Times New Roman", Times, serif;
}

#grafik {
	width:262 px;
	height:auto;
	background-image:url(PhotoSite/block_fon.jpg);
}

