﻿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, font, 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,
 caption, tbody, tfoot, thead  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*
,table,tr, th, td
*/
img, div { behavior: url(iepngfix.htc); }



/* только для Internet Explorer 4+ */
@font-face {
  font-family: AGOpusC;
  src: url(fonts/AGOpusC.eot);
}

/* далее для всех остальных браузеров */
@font-face {
  font-family: AGOpusC;
  src: local("AGOpusC"),
       url(fonts/AGOpusC.otf) format("opentype");
}






ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font-family:Ubuntu;
	font-size:15px;
	height: 100%;
	width:100%;
	background:url(images/body_bg.png) center top repeat;
	background:#333;
	background:#fff;
}

h1{
	text-decoration: none;
	font-family:'Pt Sans Narrow';
	font-size: 28px;
	margin-bottom:20px;
	margin-top:10px;
	color:#333;
	font-weight:bold;
	clear:both;
}

h2, h3, h4{
	text-decoration: none;
	font-family:'Pt Sans Narrow';
	font-size: 22px;
	margin-bottom:10px;
	margin-top:37px;
	color:#000;
	font-weight:normal;
	clear:both;
}

h4{
	margin-top:7px;
	font-size: 18px;
}

h5{
	margin-top:7px;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}


a{
    text-decoration:underline;
	cursor:pointer;
	color:#333;
}

p{
  text-align:justify;
  margin-bottom:10px;
}

ul{
  padding-left:0px;
}
ul li{
  margin-left:4px;
  padding-left:1px;
  padding-top:3px;
  padding-bottom:2px;
}

ul li a{
	text-decoration:none;
}

ul li a:hover{
	text-decoration:underline;
}

hr{
	height:1px;
	border:none;
	border-bottom:1px #666 dashed;
	margin-top:10px;
	margin-right:30px;
	clear:both;
}
input,select{
	border-radius:3px;
	border:1px solid #777;
	font-size:15px;
	margin:3px;
	padding:3px;
	/*outline:none;*/
	transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;
}
input:focus {
	border-radius:2px;
	border:#35a5e5 1px solid;box-shadow: 0 0 5px rgba(81, 203, 238, 1);-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input[type="button"]{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #efefef 46%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(46%,#efefef), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#efefef 46%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#efefef 46%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#efefef 46%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#efefef 46%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
#bigbutton{
  font-size:24px;
  margin:0;
  margin-top:10px;
  
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}
textarea{
	border-radius:3px;
	border:1px solid #777;
	font-size:15px;
	margin:3px;
	padding:3px;
	transition: all 0.30s ease-in-out;-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;outline:none;
}
textarea:focus {
	border-radius:2px;
	border:#35a5e5 1px solid;box-shadow: 0 0 5px rgba(81, 203, 238, 1);-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

/*base finished */
	
	
/*individual elements*/
#tophead{
	width:980px;
	float:left;
	height:135px;
	background:url(/images/head_bg_light.jpg) left top no-repeat;
	background:#fff;
	/*box-shadow: 2px 2px 5px rgba(0, 0, 00, 0.8);*/
	margin-top:10px;
	margin-bottom:30px;;
	margin-bottom:0px;
	border-radius:0;
}
#logo{
	background:url(/images/logo_light.png) 0px 3px no-repeat;
    width:255px;
	height:65px;
	padding-top:70px;
	padding-left:45px;
	padding-left:0;
	float:left;
	font-size:20px;
	color:#CC0000;
	text-shadow: 1px 1px 3px rgba(30, 30, 30, 0.3);

}

#slogan{
	width:608px;
	line-height:25px;
	margin-top:4px;
	margin-bottom:10px;
	padding-left:50px;
	float:left;
	fot-size:12px;
	color:#777;
	}
#authstring{
	width:608px;
	text-align:left;
	line-height:25px;
	float:left;
	padding-left:26px;
}
#authstring a{
  color:#999;
  font-size:12px;
  margin-left:20px;
}

#authstring input{/*border:none;*/ font-family:Ubuntu; opacity:0.4;}
#authstring form{display:inline; margin-left:20px;}
.centerer{
	width:980px;
	float:left;
	min-height:500px;
	background:#FFF;
	/*box-shadow: 2px 2px 5px rgba(0, 0, 00, 0.8);*/
	border-radius:0;
	margin-bottom:10px;
}



#right{
	width:190px;
	float:left;
	margin-left:-200px;
}
#footer{
	float:left;
	border-radius:0px;
	width:980px;
	height:190px;
	/*background:url(/images/foot_bg_light.jpg) left top no-repeat;
	box-shadow: 2px 2px 5px rgba(0, 0, 00, 0.8);
	*/margin-bottom:30px;
	margin-bottom:0;
	color:#333;
}
#footer a{
	color:#555;
	}
#layout{
	width:980px;
	float:left;
}	
.fullwidth{
	width:960px;
	padding-right:10px;
	background:#FFF;
}
#wrapper{
	position:absolute;
	width:980px;
	top:0;
	margin-left:-490px;
	left:50%;
	margin-bottom:200px;
}
	


/* backform */
#darkener {
   background: #000;
   display: none;
   width:100%;
   opacity: 0;
   filter: alpha(opacity=00);
   position: fixed;
   top: 0;
   left: 0;
   height:100%;
   z-index: 100;
}

#backform { 
  width: 410px;
  height:650px;
	  padding:30px; 
	  padding-right:80px;
  position: absolute; 
  margin-left:-250px;
  
  top: 10%; 
  left: 50%; 
  background:url(pics/formbody.png) left top no-repeat;
  z-index:101; 
  display:none; 
}
#formdiv{
	  padding:0; 
	  padding-top:40px;
}
.flink{
	text-decoration:underline;
	color:#00f;
	}
/* backform */



/*mainmenu*/
#mainmenu{
	font-family:'Pt Sans Narrow';
	font-size: 19px;
	list-style-type:none;
	margin-top:20px;
}
#mainmenu a{
	text-decoration:none;
	color:#000;
}
#mainmenu li{
  line-height:40px;
  float:left;
  margin-left:51px;
}

#mainmenu li:hover{
	/*background:url(images/lightbutton.png) center bottom no-repeat;*/
	border-bottom:1px solid #FFF;
	text-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
}
#mm_selected a{
	color:#D00;
	}

#mm_selected{
	border-bottom:2px solid #FFF;
	background:url(pics/lightbutton.png) center top no-repeat;
	text-shadow: 0 0 1px rgba(30,30, 30, 0.3);
	text-shadow: 0 0 2px rgba(255,255, 255, 0.9);
	/*-webkit-text-shadow: 0 0 5px rgba(81, 203, 238, 1);-moz-text-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
}
#mainmenu li .mm_selected a{
	color:#FC3;
	text-decoration:none;
}
/*mainmenu*/

.half{
width:49%;
float:left;
}
.third {
width:30%;
float:left;
padding:15px;
}
._third{
width:280px;
float:left;
padding:15px;
}
._third h2{
	margin-top:0;}
.fourth{
width:24%;
float:left;
}
.fifth{
width:19%;
float:left;
}

.hc{
font-size:12px;
padding-right:10px;
text-shadow: 0px 0px 1px rgba(50, 50, 50, 0.3);
}
.hc p{}
.hc img{
  margin-right:10px;
  margin-bottom:3px;
}
.hc a{text-decoration:none;color:#555;}
.hc a:hover{text-decoration:underline;}

.boldpadder{
  font-size:18px;
  font-family:Ubuntu;
  padding:10px;
  padding-left:0;
}
.boldpadder a{text-decoration:none;}
.boldpadder a:hover{text-decoration:underline;}
.boldpadder input{border:none; font-family:Ubuntu; opacity:0.4;}
.boldpadder form{display:inline; margin-left:20px;}

/*bars*/
.cntr{
	float:left;
	width:980px;
	padding-left:0px;
}
.lft{
	float:left;
	width:190px;
	padding-top:0;
	vertical-align:top;
}
.rht{
	float:left;
	width:180px;
	padding-left:10px;
	border:1px dotted #777;
	border-radius:5px;
	background:#FAFAFA;
	color:#555;
	font-size:14px;
	margin-top:120px;
}
.plusright{
	width:770px;
}
.plusleft{
	width:770px;
}
.plusrl{
	width:570px;
}
/*bars*/

с.ltmenu{
 margin-top:0;
 list-style:none;
 font-size:12px;
 margin-bottom:15px;
}

