@charset "utf-8";
@import url("divs.css");
/*============================================================FONT =====================================*/
/*@import "http://webfonts.ru/import/acline.css";
/* CSS Document */
/*font-family: 'PT Sans', sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;*/
@font-face {
	src:url(../font/attentica_4f_ultralight.eot);
	src:url(../font/attentica_4f_ultralight.woff) format ('woff');
	src:url(../font/attentica_4f_ultralight.ttf) format ('ttf');
	src: local('Attentica'), url(../font/attentica_4f_ultralight.ttf) format ('ttf');
}
@font-face {
    font-family: 'aleksandracregular';
    src: url(../font/aleksandrac_regular.eot);
    src: url(../font/aleksandrac_regular.eot?#iefix) format('embedded-opentype'),
         url(../font/aleksandrac_regular.woff) format('woff'),
         url(../font/aleksandrac_regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
 font-family: 'AC Line';
    src: url(../font/ac_line.eot);
	src:url(../font/ac_line.ttf);
    src: local('AC Line Regular'), local('ACLine'), url(../font/ac_line.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
/*==========================================================ТИПОГРАФИКА================================*/
.menu_top{
	display:inline;
	float:left;
	width: 95px;
	height:27px;
	cursor:pointer;
	margin-top:5px;
	}
.menu_top:hover{
	background-color: #CCC;
	color: #000;
	border-bottom: #F00 solid 5px;
height:22px;
}
.menu_top a{color: #fff; text-decoration: none;}
.paragraf_Attentica {
	font-family:Attentica;
 font-size: 14px;
 
}
	
.Title1_AC_Line {
 font-family:'AC Line';
}
.Title2_aleksandracregular2 {
 font-family:'aleksandracregular';
 font-size: 24px;

}
.Title3_Ubuntu_Condensed
{
	font-family:'Ubuntu Condensed';
}
.Title4_Verdana { font-family:Verdana; font-size:42px; line-height:2em;}
/*=========================================================================== ФОНЫ И ГРАДИЕНТЫ ======================*/
.blueDOWN {
	color:#FFF;
	background-color: #04558d;
	background-image: -webkit-linear-gradient(bottom, #134388, #5d94d6);
	background-image: -moz-linear-gradient(bottom, #134388, #5d94d6);
	background-image: -o-linear-gradient(bottom, #134388, #5d94d6);
	background-image: linear-gradient(to top, #134388, #5d94d6);
}
.blueUP {
	background-color: #04558d;
	background-image: -webkit-linear-gradient(top, #134388, #5d94d6);
	background-image: -moz-linear-gradient(top, #134388, #5d94d6);
	background-image: -o-linear-gradient(top, #134388, #5d94d6);
	background-image: linear-gradient(to bottom, #134388, #5d94d6);
}
.greenUP {
	color:#FFF;
	background-color: #060;
	background-image: -webkit-linear-gradient(top, #324b36, #3f6d25);
	background-image: -moz-linear-gradient(top, #324b36, #3f6d25);
	background-image: -o-linear-gradient(top, #324b36, #3f6d25);
	background-image: linear-gradient(to bottom, #324b36, #3f6d25);
}
.greenDOWN {
	color:#FFF;
background-color: #060;
	background-image: -webkit-linear-gradient(bottom, #324b36, #3f6d25);
	background-image: -moz-linear-gradient(bottom, #324b36, #3f6d25);
	background-image: -o-linear-gradient(bottom, #324b36, #3f6d25);
	background-image: linear-gradient(to top, #324b36, #3f6d25);
}
.redDOWN {
	color:#FFF;
	background-image: -webkit-linear-gradient(bottom, #032359, #5788d1);
	background-image: -moz-linear-gradient(bottom, #032359, #5788d1);
	background-image: -o-linear-gradient(bottom, #032359, #5788d1);
	background-image: linear-gradient(to top, #032359, #5788d1);
}
.redUP {
	color:#FFF;
	background-color: #900;
	background-image: -webkit-linear-gradient(top, #261f00, #820310);
	background-image: -moz-linear-gradient(top, #261f00, #820310);
	background-image: -o-linear-gradient(top, #261f00, #820310);
	background-image: linear-gradient(to bottom, #261f00, #820310);
}
