@font-face {
  font-family: "ubuntu";
  src: url(../fonts/ubuntu.eot);
}
 
@font-face {
  font-family: "ubuntu";
  src: url(../fonts/ubuntu.ttf);
}

body {
	margin:0px;
	font-family: ubuntu, Arial, Helvetica, sans-serif;
	*font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	color:#303030;
  	background-color: #f9f9f9;
	}

/*хак для opera */	
html>/**/body noindex:-o-prefocus, html>/**/body {
	font-family: Arial, Helvetica, sans-serif;
		}

ul {margin:0px;padding:0px;}
li {margin:0px;padding:0px;list-style:none;}
	
.container {
	width:870px;
	margin:0 auto;

}
/*----------------header--------------------------------------------*/
.header {
	width:100%;
	height:90px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:40px;
	}	

.call, .logo, .autentification {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	}
.logo {
	margin-right:40px;
	margin-top:10px;
	*float:left;
	}	
.logo img {
	border:none;
	vertical-align:middle;
	}

.autentification {
	width:430px;
	font-size:22px;
	text-align:left;
	margin-top:15px;
	line-height:26px;
	*float:left;
}

.autentification span {
	font-size:16px;

	display:block;
	}

.call {
	font-size:18px;
	color:#CD2027;
	float:right;
	text-align:right;
	}

.call span {
	font-size:22px;
	display:block;
	margin-bottom:10px;
	}

.call a:link, .call a:hover, .call a:active, .call a:visited {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-decoration:none;
	padding:0 10px;
	border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  height:42px;
 line-height:42px;
 background-image:url(../images/bgButtonCall.png);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
 font-weight:bold;
	}

.call a span {
	border-bottom:dashed 1px #ffffff;
	font-size:16px;
	display:inline;
	*padding-bottom:2px;
	}

/*--------------------Content-----------------*/

.action {
	 background-image:url(../images/);
 background-repeat:no-repeat;
 background-position:7% 80%;
*min-height:580px;
	}

.doorleftcolumn, .actionrightcolumn {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	}



.doorleftcolumn {
	position:relative;
	width:255px;
	*float:left;
	padding-top:20px;
	}
.actionrightcolumn {
	width:505px;
	float:right;
	}
.sale {
	display:block;
	position:absolute;
	top:-20px;
	right:-70px;
	}
.present {
	display:block;
	position:absolute;
	bottom:-20px;
	left:-30px;
	}

.windowaction {
	 background: #ececec;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5); /* Параметры тени */
    /*padding: 10px;*/
	width:410px;
	//height:370px;
	float:right;
	}

.actionTitle {
	color:#D40000;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding-top:10px;
	*padding-top:10px;
	padding-bottom:5px;
	}

/*хак для mozila*/
@-moz-document url-prefix() {
  .actionTitle {padding-top:15px;}
}

.actionanonce {
	display:block;
	font-size:15px;
	text-align:center;
	padding-bottom:10px;
	line-height:20px;
	}

.beforeaction {
	font-size:14px;
	margin:0px auto;
	}

.beforeaction span {
	font-size:33px;
	background-color:#e7e7e7;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	border:solid 1px #666666;
	border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -khtml-border-radius:2px;
  padding:0px 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  margin-right:5px;
	}

.beforeaction img {
	width:8px;
	margin-top:10px;
	margin-right:5px;
	}

.days {
	padding-right:15px;
	}

.actiontext td {
	padding-left:13px;
	padding-top:2px;
	}

.leaverequest {
	width:auto;
	text-align:right;
	margin:10px auto;
	}

.leaverequest tr td {
	font-size:15px;
	padding-bottom:5px;
	}

.leaverequest tr td.leaverequestTitle {
	font-size:20px;
	padding-bottom:20px;
	color:#000000;
	}
	
/*хак для safari*/
@media all and (-webkit-min-device-pixel-ratio:0) {
  .leaverequest tr td.leaverequestTitle {
	padding-bottom:15px;
	  }
} 

.accauntData td {
	padding-right:5px;
	}
.accauntData input {
	border:solid 2px #b3d392;
		border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -khtml-border-radius:2px;
  width:200px;
  height:25px;
  line-height:25px;
  padding:0px 5px;
	}

.buy button {
		display:inline-block;
	*display:inline;
	zoom:1;
	text-decoration:none;
	padding:0px 105px;
	*padding:0px 50px;
	border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  height:51px;
 line-height:51px;
 background-image:url(../images/buttonbuy.png);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
 font-weight:bold;
 border:none;
 font-size:22px;
 cursor:pointer;
	}

.worthbox {

 	clear:both;
	float:none;
	margin-top:20px;
	}
.clear {
	clear:both;
	float:none;
	}
.worthtitle {
	display:block;
	color:#000000;
	font-size:22px;
	clear:both;
	float:none;
	margin-bottom:15px;
	margin-left:95px;
	}
.worthbox ul, .worthbox img {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	}
.worthbox ul  {
	margin-left:14px;
	width:415px;
	}
.worthbox ul li {
	color:#000000;
	font-size:12px;
	 background-image:url(../images/libg.png);
 background-repeat:no-repeat;
 background-position:left center;
 padding-left:28px;
  *padding-left:17px;
padding-top:6px;
padding-bottom:5px;
margin-bottom:3px;
	}

.calculation {
	color:#000000;
	font-size:12px;
	margin:50px auto 0px auto;
	}

.calculation tr td {
	height:50px;
	padding-right:10px;
	}

.calculation tr td span {
	 background-image:url(../images/arrow.png);
 background-repeat:no-repeat;
 background-position:right center;
 display:block;
 padding-right:25px;
	}

.notes {
 background-image:url(../images/pen.png);
 background-repeat:no-repeat;
 background-position:left center;
padding-left:49px;
text-align:center;
	}

.consultation {
	 background-image:url(../images/men.png);
 background-repeat:no-repeat;
 background-position:left center;
padding-left:40px;
text-align:center;
	}



.vremya {
	 background-image:url(../images/vremya.png);
 background-repeat:no-repeat;
 background-position:left center;
padding-left:53px;
text-align:center;
	}

.buyorder {
	 background-image:url(../images/drel.png);
 background-repeat:no-repeat;
 background-position:left center;
padding-left:55px;
text-align:center;	
	}

.drel {
	 background-image:url(../images/cash.png);
 background-repeat:no-repeat;
 background-position:left center;
padding-left:51px;
text-align:center;	
	}

.calculation tr td.drel span {
	background-image:url(../images/eq.png);
 background-repeat:no-repeat;
 background-position:right center;
 display:block;
 padding-right:23px;
	} 

.surety {
background-image:url(../images/100.png);
 background-repeat:no-repeat;
 background-position:left center;
 padding-left:150px;
 font-size:18px;
 padding-top:40px;
 padding-bottom:40px;
 margin:0px auto;
 vertical-align:middle;
width:260px;
line-height:25px;
	}
.reason {
	margin-bottom:20px;
	}
.reasonTitle {
	font-size:42px;
	display:block;
	margin-top:20px;
	margin-bottom:5px;
	color:#000000;
	text-align:center;
	}

.reason ul li {
color:#000000;
font-size:12px;
background-image:url(../images/libg.png);
 background-repeat:no-repeat;
 background-position:left top;
 padding-left:28px;
  *padding-left:17px;
padding-top:6px;
padding-bottom:5px;
margin-bottom:3px;

	}

.reason ul {
width:48%;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
}
.comments {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	}
	
.years5 {
margin-top:10px;
float:left;

	}
	
.actionbox {
	width:450px;
	float:right;
	margin-right:100px;
	}

.actionboxanonce {
	display:block;
	font-size:19px;
	line-height:25px;
	text-align:center;
	padding-bottom:5px;
	color:#000000;
	}

.leaverequestTitlebottom {
	font-size:19px!important;
	color:#000000;
	padding-right:35px;
	padding-bottom:20px!important;
	padding-top:10px;
	}
	
.orderconsultation button {
display:inline-block;
	*display:inline;
	zoom:1;
	text-decoration:none;
	padding:0 20px;
	*padding:0 0px;
	border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  height:42px;
 line-height:42px;
 background-image:url(../images/bgButtonCall.png);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
 font-weight:bold;
 border:none;
 font-size:16px;
 cursor:pointer;
	}
/*-------------footer-----------*/
.footer {
	color:#948982;
	font-size:12px;

	border-top:solid 1px #55a955;
	float:none;
	clear:both;
	margin-bottom:5px;
	margin-top:30px;
	}

.footer div {
	padding-top:10px;
	border-top:solid 1px #abd3ab;
	width:100%;
	text-align:center;
	line-height:16px;
	}