@charset "utf-8";
/*@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'VerbenaC';
	src: url('../fonts/verbenac.eot');
	src: local('☺'), url('../fonts/verbenac.woff') format('woff'),
	url('../fonts/verbenac.ttf') format('truetype'),
	url('../fonts/verbenac.svg') format('svg');	
}*/
@font-face {
    font-family: 'verbenacregular';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/verbenac-webfont.eot');
    src: url('../fonts/verbenac-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/verbenac-webfont.svgz#verbenacregular') format('svg'),
         url('../fonts/verbenac-webfont.svg#verbenacregular') format('svg'),
         url('../fonts/verbenac-webfont.woff') format('woff'),
         url('../fonts/verbenac-webfont.ttf') format('truetype');

}
@font-face {
	font-family: 'ALSRublRegular';
	src: url('../fonts/rouble.eot');
	src: local('ALS Rubl'), local('../fonts/ALSRubl'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.svg#ALSRubl') format('svg');
}
*{
	padding: 0;
	margin: 0;
	outline: none !important;
}
a{
	text-decoration: none;
}
ul li,
ol li{
	list-style: none;
}
.hide {
	display: none;
}
.clearfloat {
	display: block;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.abs {
	width: 1px;
	height: 1px;
	position:absolute;
}

.mr_t_9 {
	margin-top: 9px !important;
}
.mr_t_8 {
	margin-top: 8px !important;
}
.mr_t_20 {
	margin-top: 20px !important;
}
.mr_t_30 {
	margin-top: 30px !important;
}
.mr_t_39 {
	margin-top: 39px !important;
}
.show {
	display: block !important;
}
.p_b_0 {
	padding-bottom: 0px !important;
}
.p_b_19 {
	padding-bottom: 19px !important;
}