@font-face {
font-family:'Bloger Sans';
font-weight:500;
src:local("Bloger Sans"),
	url('../fonts/Blogger_Sans.otf') format('opentype');
}

@font-face {
font-family:'Bloger Sans';
font-weight:500;
font-style:italic;
src:local("Bloger Sans"),
	url('../fonts/Blogger_Sans-Italic.otf') format('opentype');
}

@font-face {
font-family:'Bloger Sans';
font-weight:800;
font-style:italic;
src:local("Bloger Sans"),
	url('../fonts/Blogger_Sans-Bold_Italic.otf') format('opentype');
}

html {
	height:100%;
}

body {
	height:100%;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:'Bloger Sans';	
	color:#434343;
}

a{
	font-style:italic;
	outline:none;
	color:#9d0d15;
}

a:hover{
	text-decoration:none;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-weight:500;
}

h1 {
	margin-bottom:20px;
	line-height:60px;
	font-size:60px;	
	color:#24465f;
}

h2 {
	margin-bottom:15px;
	line-height:36px;
	font-size:36px;
	color:#9d0d15;
}

h3{
	font-size:24px;
	font-style:italic;
	color:#9d0d15;
	padding:5px 10px;
	background:url(../img/marker.png) no-repeat left top;
}

h3.nomark{
	padding:0;
	background:none;
}

h3 span{
	display:inline-block;
	padding-bottom:5px;
	background:url(../img/border.png) repeat-x left bottom;
}

h4 {
	font-size:18px;
	line-height:20px;
	color:#9d0d15;
}

p {
	margin:10px 0;
}

.wrapper {
	position:relative;
	min-width:1200px;
	max-width:1870px;
	margin:0 auto;
	clear:both;
}

.content {
	position:relative;
	display:table;
	margin:0 auto;
	padding-top:20px;
	width:1200px;	
	clear:both;
}

.content .column{
	display:table-cell;
	width:200px;
	padding:40px 15px 100px;
}

.content .column .title{
	margin-bottom:10px;
	text-align:center;
	font-style:italic;
	color:#545454;
}

.content .column .menu{
	margin-bottom:20px;
	font-size:18px;
}

.content .column .menu a{
	display:block;
	margin-bottom:10px;
	line-height:18px;
	color:#24465f;
}

.content .column .promo{
	display:block;
	padding-top:85px;
	background:url(../img/calcIcon.png) no-repeat 30px 0px;
}

.content .column .promo2{
	display:block;
	padding-top:95px;
	background:url(../img/contIcon.png) no-repeat 30px 10px;
}

.content .content .page{
	display:table-cell;
}

.content .button{
	display:inline-block;
	padding:10px 15px;
	line-height:18px;
	border:1px solid #510103;
	color:#fff;
	font-size:18px;
	font-style:normal;
	text-shadow:1px 1px 2px rgba(0,0,0,1);
	text-decoration:none;
	border-radius:10px;
	box-shadow:inset -2px -2px 12px 0px rgba(110,0,3,0.75), inset 0 0 6px 0 rgba(225,79,86,0.75);
	background: linear-gradient(to top, #9d0a0e, #ff0000);
}