body {
	min-width:980px;
	margin:0;
	color:#a1a1a1;
	background:url(../images/bg-body.jpg) repeat-x 0 0;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}
#main {	
	position:relative;
	width:980px;
	overflow:hidden;
	margin:0 auto; 
	padding:243px 0 30px 0;
	background:url(../images/bg-main.jpg) no-repeat 0 0;
	overflow:hidden;
}
#g_main {	
	position:relative;
	width:1200px;
	height:800px;
	overflow:hidden;
	margin:0 auto; 
	padding:243px 0 30px 0;
	background:url(../images/bg-main.jpg) no-repeat 0 0;
	overflow:hidden;
}

#for_mail
{	
	position:relative;
	margin:0 auto; 
	padding:100px 20px 10px 30px;
}
.h {
	font-weight: bold;
	color: #2582A4;
	font-size: 15px;
}
#main_text {
	font-weight: bold;
	color: #2582A4;
	font-size: 15px;
}
a {
	color: #0d6aab;
}

a:hover {
	text-decoration: none;
	color: #2582A4 !important;
}
.box h2, .box h3, .box h4, .box h5, .box h6 {
	margin:0;
	padding:0px 0 0 0;
	color: #2582A4;
}
.logo {
	margin:0;
	position:absolute;
	display:block;
	width:300px;
	height:5px;
	font:40px Arial Black, Helvetica, sans-serif;
	color: #2582A4;

	
}
.column-right {
	width:650px;
	overflow:hidden;
	float:right;
	background:url(../images/bg-column-right.gif) repeat-x 0 -15px;
}
.box {
	width:650px;
	overflow:hidden;
	padding:5px 0px 20px 0px;
	background:url(../images/bg-box.jpg) no-repeat 0 100%;
}
.box h2 {
	font-size:20px;
}
.box h3 {
	font-size:14px;
	text-transform:uppercase;
}
.box h4 {
	font-size:14px;
}
.box p {
	margin:10px 0 0 0;
} 
.box img {
	float:right;
	padding:10px 0 10px 10px;
}
.box ul {
	font-size:14px;
	overflow:hidden;
	margin:0;
	padding:10px 0 0 30px;
}
* html .box ul {
	height:1%;
	overflow:visible;
}
.box1 img {
	float:left;
	padding:0 0 0 0;
}
.box1 h2 {
	font-size:20px;
	color: red;
}
* html .box1 ul {
	height:1%;
	overflow:unvisible;
}
.box1 li 
{
    list-style-type: none; /* Убираем маркеры */
}
.column-left {
	width:330px;
	overflow:hidden;
	float:left;
	padding:60px 0 0 0;
}
#nav {
	margin:0;
	padding:0 0 40px 20px;
	list-style:none;
	background:url(../images/bg-nav.jpg) no-repeat 0 100%;
	
}
#nav a {
	color:#9db249; 
	text-decoration:none;
} 
#nav a:hover {
	text-decoration:underline;
	
}
#nav li.active a {
	font-variant:small-caps;
}
#nav ul {
	display:none;
	margin:0;
	padding:0 0 0 40px;
	list-style:none;
}
#nav li.active ul a {
	font-variant:normal;
}
#nav li.active ul li.active a {
	font-variant:small-caps;
}
#nav li.active-sub ul {
	display:block;
}
#nav li.active ul {
	display:block;
} 
#nav ul a {
	color:#58a8c9;
} 
#header {
	width:1200px;
	height:35px;
	position:absolute;
	top:215px;
	left:0; 
	text-align:center; 
}
.top-nav {
	display:inline;
	margin:0;
	padding:0 0 0 40px;
	list-style:none;
} 
.top-nav li {
	display:inline;
	padding:1px 0 0 3px;
}
.top-nav a {  
	text-decoration:none;
	padding:6px 40px;
	font-weight:bold;
	color:#ffffff;
}
.top-nav li.active a,
.top-nav a:hover {
	text-decoration:underline;
}
.holder {
	width:100%;
	height:68px;
	background:url(../images/bg-holder.gif) repeat-x 0 100%;
}
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 148px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;

}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
position: relative;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
width:8px;
height:14px;
overflow:hidden;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

#footer {
	width:980px;
	padding:28px 0 0 0;
	height:40px;
	line-height:40px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
} 
#footer p {
	margin:0;
}
#content {
	width:100%;
}
#content:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}
#verticalmenu li:hover ul {
	display:block;	
}