@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
a,a:hover{color:#FFF;text-decoration:none}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nav {
  width: 100;
  margin: 0 auto;
  background: #1e8449;
  color: #f0f0f0;
  position:absolute;
  left:150px;
  z-index:1000;
}
.nav a {
	display: block;
	padding: 0 16px;
	line-height: inherit;
	cursor: pointer;
	text-align: left;
}
.nav_menu {
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav_menu-item {
  display: inline-block;
  position: relative;
}

.nav_menu-item:hover {
  background-color: #00b04a;
}
.nav_menu-item:hover .nav_submenu {
  display: block;
}
.nav_submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 220px;
  background-color: #00b04a;
  
  
}
.nav_submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}


body {
	background-color:#1dbb90	
}
.user_tg_iframesp {
	width:533px;
	height:303px;
	display:block;
	position:absolute;
	top:92px;
	right:109px;
	z-index:1000;
	
}
.bg {
	background-color:#1e8449;
	margin-bottom:2px;
	margin-top:20px;
	width:100%;
	height:35px;
	top:120px;}
	
.bg p {
	color: #FFF;
}
.logo{
	margin-top:10px;
	margin-left:255px;
	
}

.h1{
	margin-top: -50px;
	margin-left: 140px;
	color: #FFF;
	
	
	
}

.p1{
	
	margin-left: 590px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 160px;
	height: 30px;
	text-align: center;
}
.p2{
	
	margin-left: 550px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 240px;
	height: 30px;
	text-align: center;
}
.p3{
	
	margin-left: 550px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 220px;
	height: 30px;
	text-align: center;
}
.p4{
	
	margin-left: 510px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 300px;
	height: 30px;
	text-align: center;
	
}
.p5{
	
	margin-left: 535px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 290px;
	height: 30px;
	text-align: center;
	
}
.p6{
	
	margin-left:500px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 340px;
	height: 30px;
	text-align: center;
	
}
.p7{
	margin-left: 580px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 190px;
	height: 30px;
	text-align: center;
}
.p8{
	margin-left:480px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 370px;
	height: 30px;
	text-align: center;
}
.p9{
	
	margin-left:400px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 580px;
	height: 30px;
	text-align: center;
}
.p10{
	
	margin-left: 520px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 300px;
	height: 30px;
	text-align: center;
	
}

.p11{
	
	margin-left:480px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 440px;
	height: 30px;
	text-align: center;
	
}
.p12{
	
	margin-left:490px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 360px;
	height: 30px;
	text-align: center;
	
}
.p13{
	margin-left: 590px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 170px;
	height: 30px;
	text-align: center;
}
.p14{
	margin-left: 445px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 420px;
	height: 30px;
	text-align: center;
}
.p15{
	
	margin-left: 535px;
	color: #FFF;
	font-size: 24px;
	background-color: #C03;
	width: 260px;
	height: 30px;
	text-align: center;
	
}

}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
