body {
	margin:0;
	padding:0;
	background:#fff;
}
body#main{
background:url(../images/mainLarge.jpg) top center no-repeat;
}
img, div { behavior: url(../js/iepngfix.htc);
margin:0;
padding:0;}

img {
	border:none;
	margin:0px;
	padding:0px;
}
h1 {
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:2.60em;
	color:#000;
	font-weight:200;
	margin:0;
	padding:0;
	line-height:1em;
	margin:23px 0;
	margin-top:10px;
}
h2 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.13em;
	color:#000;
	font-weight:bold;
}
h3 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.88em;
	color:#000;
	font-weight:bold;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
#LogoMenu {
	width:80%;
	margin:0 auto;
}
#Logo {
	padding:24px 0;
	float:left;
}
#Logo img {
	margin-left:25px;
}
#Logo img.litLink{
width:auto !important;
height:auto !important;
margin:0 12px 0 0 !important;
}
/*Head menu starts here*/
#Menu {
	padding-top:60px;
}
#Menu ul {
	float:right;
	margin:0;
	padding:0;
	font-weight:bold;
}
#Menu ul li {
	display:block;
	float:left;
	list-style:none;
}
#Menu ul li a {
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:0.94em;
	color:#2A5C79;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:1px 13px 7px 13px;
}
#Menu ul li a:hover {
	text-decoration:underline;
}
#Menu ul li a.active {
	background:url(../images/ButtonBgActive.gif) center bottom no-repeat #EE2A24;
	color:#fff;
	text-decoration:none;
}
#Menu ul li a:active {
	background:url(../images/ButtonBgActive.gif) center bottom no-repeat #EE2A24;
	color:#fff;
	text-decoration:none;
}
/*Different large images - for IE parameters into "css/ie.css" */
#LargeImg1 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#LargeImg2 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#LargeImg3 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#LargeImg4 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg4.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#LargeImg5 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg5.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#LargeImg6 {
	display:block;
	width:100%;
	height:250px;
	margin:0 auto;
	background-image:url(../images/LargeImg6.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
/*Three collumns position*/
.leftColl {
	width:21%;
	float:left;
}
.rightColl {
	float:left;
	width:19%;
	overflow:hidden;
}
.centerColl {
	width:55%;
	float:left;
	padding:0 2%;
}
.minmax {
	min-width:770px;
width:expression(document.body.clientWidth < 770 ? '770px': 'auto' );
	max-width:1150px;
width:expression(document.body.clientWidth > 1150 ? '1150px': 'auto' );
	margin:0 auto;
}
/*Left menu*/
.LeftBox {
	margin:25px 0 0 0;
}
.LeftBox ul {
	margin:0;
	padding:0;
}
.LeftBox ul li {
	padding:4px 5px 4px 10px;
	margin:6px 0;
	color:#EE2A24;
	list-style:none;
}
.LeftBox ul li a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color:#EE2A24;
	text-decoration:underline;
	line-height:1.5em;
	background:url(../images/RedBullet.gif) left top no-repeat;
	padding-left:15px;
	display:block;
}
.LeftBox ul li a:hover {
	text-decoration:none;
}
.LeftBox ul li.active {
	color:#fff;
	background:#8BBBDD;
}
.LeftBox ul li.active a {
	color:#fff;
	text-decoration:underline !important;
	background:url(../images/WhiteBullet.gif) left top no-repeat;
}
/*End of left menu*/
.bread {
	/*border-bottom:#CCCCCC solid 1px;*/
}
.bread {
	color:#A9A9A9;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	padding-bottom:5px;
	padding-top:2px;
	_padding-top:4px;
	margin-top:28px;
}
.bread a {
	color:#A9A9A9;
	text-decoration:none;
}
.bread a:hover {
	text-decoration:underline
}
.bread a.active {
	color:#EE2A24;
	text-decoration:underline;
}
.bread a:active {
	color:#EE2A24;
	text-decoration:underline;
}
/*.centerColl p {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#676767;
	line-height:1.5em;
}*/
.centerColl {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#676767;
	line-height:1.5em;
}
.centerColl a {
	color:#EE2A24;
	text-decoration:underline;
}
.centerColl a:hover {
	text-decoration:none;
}
.centerColl a:visited {
	color:#B43F3B;
}
.question {
	padding:17px;
	background-color:#F3F3F3;
	margin-top:25px;
}
.question form {
	padding:0;
	margin:0;
}
.question table {
	padding:0;
	margin:0;
	width:100%;
	border:none;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
}
.question table td#title {
	border-bottom:#D4D4D4 1px solid;
	color:#000;
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:2.4em;
	padding-bottom:10px;
	font-weight:normal;
}
.question table td#titleen {
	border-bottom:#D4D4D4 1px solid;
	color:#000;
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:2.1em;
	padding-bottom:10px;
	font-weight:normal;
}
.question table td.firstRow {
	padding-top:15px;
}
.question table input {
	width:17em;
	border:#8BBBDD 1px solid;
	margin-bottom:10px;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.question table textarea {
	border:#8BBBDD 1px solid;
	width:99%;
	height:6.69em;
	margin-bottom:10px;
	overflow:auto;
	color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.question table input.button {
	border:none;
	background:#EE2A24;
	color:#FFFFFF;
	width:auto;
	height:auto;
	padding:2px 12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
/*	font-size:0.8em;
*/	margin-bottom:0;
}
.SquareList ul {
	color:#EE2A24;
	list-style:square;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
}
.CifraList ul {
	font-weight:bold;
	color:#EE2A24;
	list-style:decimal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.4em;
}
.CifraList ul span, .SquareList ul span, .CifraList ol span {
	font-weight:normal;
	color:#676767;
}
.StripeTab table {
	width:100%;
	border-collapse: collapse;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000;
}
.StripeTab table td, .StripeTab table th {
	border:1px solid #8BBBDD;
	text-align:left;
	padding:10px 0 8px 10px;
}
.StripeTab table th {
	background:#8BBBDD;
	border:1px solid #fff;
}
.StripeTab table .rightBord {
	width:30%;
	border-left:1px solid #8BBBDD;
	border-top:1px solid #8BBBDD;
}
.StripeTab table .leftBord {
	border-right:1px solid #8BBBDD;
	border-top:1px solid #8BBBDD;
}
#zebra1 tbody tr.even td {
	background-color: #F3F3F3;
}
#footer {
	width:auto;
	background:#E9E9E9;
	margin-top:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.69em;
	color:#7D7D7D;
	padding-bottom:2%;
	
}
#footer .leftColl {
	text-align:right;
	padding-top:30px
}
#footer p{
font-size:1.3em;
color:#7D7D7D;
margin:0;
}
#footer .centerColl {
	text-align:center;
	padding-top:30px
}
#footer .rightColl {
	padding:25px 0;
}
#footer .rightColl a.leftMgn {
	margin-left:26px;
}
#footer .rightColl a {
	display:block;
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#0C88D9;
	text-decoration:underline;
}
.centerColl a.blueLink{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#0C88D9;
	text-decoration:underline;
}
.centerColl a.blueLink:hover{
text-decoration:none;
}
.centerColl a.blueLink:visited{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#0C88D9;
}
.centerColl p.print{
display:block;
clear:both;
font-size:0.9em;
margin-top:30px;
}
.centerColl p.print img{
vertical-align:middle;
margin-right:7px;
}
#footer .rightColl a:hover {
	text-decoration:none;
}
.topMarg a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#0C88D9;
	font-size:0.69em;
	text-decoration:underline;
	display:block;
	padding:92px 0 15px 0;
	line-height:1em;
	border-bottom:1px solid #EDEDED;
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.topMarg a {
	margin-top:25px;
	padding:92px 0 30px 0 !important;
}
.topMarg a:hover {
	text-decoration:none;
}
.last {
	border:none;
}
.topMarg {
	margin-top:5.5em;
	padding-left:1em;
padding-right:3em;
position:relative;
}
.content {
	width:80%;
	margin:auto;
}
.predisl{
	color:#434343;
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:1.2em;
	width:40%;
	text-align:right;
	float:left;
	margin:0 25px 20px 0;
	line-height:1em;
	margin-top:0 !important;
}
.predisl b{
display:block;
font-size:0.8em;
font-weight:lighter;
}
.command{
width:49%;
float:left;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1.4em;
margin:40px 0 25px 0;
color:#676767;
}
.command strong{
display:block;
color:#000000;
font-size:1.1em;
margin-bottom:3px;
}
.command span{
float:left;
margin-right:7px;
border:1px solid #ccc;
}
.command.left{
margin-right:1%;
clear:left;
} 
a.moreBut {
background:#EE2A24 url(../images/moreArrow.gif) right no-repeat;
clear:left;
color:#FFFFFF;
display:block;
float:left;
height:13px;
line-height:12px;
margin:10px 5px 0pt 0pt;
padding:0pt 11px;
text-decoration:none;
width:77px;
}
a.moreBut:hover{
text-decoration:underline;
}
.map{
background:url(../images/map.gif) center top no-repeat;
width:auto;
height:423px;
}
.newsBox
{
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#000;
font-size:0.75em;
font-weight:bold;
border-bottom:dotted 1px #CFCFCF;
margin-top:30px;
}
.newsBox b, .newsBoxOpen b
{
font-size:0.8em;
background:#8BBBDD;
color:#fff;
font-weight:normal;
padding:1px 0;
width:5em;
margin-right:7px;
margin-bottom:5px;
display:block;
float:left;
text-align:center;
}
.open {
font-weight:normal;
margin:15px 0;
}
.open a.op{
background:url(../images/open.gif) left bottom no-repeat;
padding-left:20px;
text-transform:none;
}
.newsBoxOpen{
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#EE2A24;
font-size:0.75em;
font-weight:bold;
border-bottom:dotted 1px #CFCFCF;
margin-top:30px;
text-transform:uppercase;
}
.open a.cl{
background:url(../images/close.gif) left bottom no-repeat;
padding-left:20px;
text-transform:none;
}
.newsBoxOpen div{
background:#F3F3F3;
padding:2px 15px;
font-weight:normal;
text-transform:none;
font-size:1.35em;
}
.keysBox strong{
display:block;
margin:15px 0;
}
.keysBox strong a{
text-transform:uppercase;
text-decoration:underline;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:0.75em;
color:#000;
}
.keysBox strong a:hover{
text-decoration:none;
}
.keysBox img{
float:left;
margin-right:10px;
margin-bottom:5px;
border:1px solid #8BBBDD;
}
.keysBox p{
margin-bottom:7px;
margin:0px;
}
.keysBox p span{
display:block;
}
.keysBox span b{
color:#000;
font-weight:normal;
font-size:0.95em;
}
.keysBox span a{
font-size:0.9em;
}
.keysBox{
border-bottom:dotted 1px #CFCFCF;
padding-bottom:10px;
}
.keysBox.borless{
border:none;
}
.borless p{
margin-bottom:20px;
}
p.title22{
margin-bottom:25px;
}
.keysBox p.title strong{
color:#000;
display:inline;
}
.keysBox p.title b{
color:#EE2A24;
font-weight:normal;
font-size:0.86em;
display:block;
float:left;
width:3.5em;
padding:0;
}
.keysBox table{
border:none;
border-collapse:collapse;
}
.keysBox ul{
font-family:inherit;
/*font-size:0.75em;
*/line-height:1.5em;
}
.keysBox{
color:#676767;
font-family:Tahoma,Arial,Helvetica,sans-serif;}
p.pages {
margin-top:20px;
}
p.pages a:link{
border-right:solid 1px #CFCFCF;
color:#000;
text-decoration:underline;
padding-right:5px;
}
p.pages a:visited{
color:#000;
border-right:solid 1px #CFCFCF;
padding-right:5px;
}
p.pages a:hover{
text-decoration:none;
border-right:solid 1px #CFCFCF;
padding-right:5px;
}
p.pages a:active{
text-decoration:none;
color:#EE2A24;
font-weight:bold;
border-right:solid 1px #CFCFCF;
padding-right:5px;
}
p.pages a.active{
text-decoration:none;
color:#EE2A24;
font-weight:bold;
border-right:solid 1px #CFCFCF;
padding-right:5px;
}
p.pages a.last{
border:none;
}
.newsBoxOpen p.obyaz{
color:#000;
font-weight:bold;
}
div.margless{
margin:0;
padding:0;
}
div.margless ul{
margin:0 20px 20px 20px;
padding:0;
font-size:0.6em;
}
/*main page*/
#mainDiv{
height:471px;
}
#mainDiv #Logo img{
width:106px;
height:88px;
}
#mainDiv #Menu {
padding-top:35px;
}
#mainDiv #Menu ul li a{
text-decoration:none;
}
#mainDiv #Menu ul li a:active{
background:none;
color:#2A5C79;
}
#mainDiv #Menu ul li a:hover{
text-decoration:underline;
}

#mainTag .centerColl{
width:70%;
background:#F4F7F8;
padding:0 !important;
}
#mainTag .rightColl{
width:25%;
padding:10px 0 0 25px;
}
table.mainicon{
width:93%;
border:0;
display:block;
margin:0 auto;
}
table.mainicon .col25{
width:25%;
}
table.mainicon .col13{
width:13%;
}


#calculate{
width:60%;
margin-top:17px;
}
#calculate a{
padding:32px 0 32px 70px;
background:url(../images/raschetIco.jpg) left no-repeat;
}
table.mainicon a, #calculate a{
font-family:"Myriad Pro", "Arial Narrow", Tahoma;
color:#0C4D78;
text-transform:uppercase;
font-size:15px;
line-height:1.1em;
display:block;
text-decoration:none;
}
table.mainicon a:hover, #calculate a:hover{
text-decoration:underline;
}
DIV.tabBg{
background:#EEF2F4;
padding:10px 0;
}
.mainMarg{
margin:0 27px 10px 27px}
.mainMarg h1, h1.mainh1{
font-size:2.6em;/*was 1.9*/
}
h1.mainh1{
margin:16px 0 0 6px;
}
.MainNews {
clear:left;
color:#000000;
font-family:Tahoma,Arial,Helvetica,sans-serif;
/*font-size:0.69em;*/
margin-bottom:15px;
width:42%;
}
.MainNews b{
color:#4B5A64;
font-size:0.8em;
font-weight:normal;
margin-right:5px;
}
/*.MainNews p{
font-size:inherit;
color:inherit;
line-height:inherit;
margin:0;
}*/
.leftNews {
margin-bottom:25px;
font-size:0.95em;
line-height:1.3em;
}
.leftNews p{
margin:0;
}
.rightNews{
float:right;
width:48%;
}
.MainNews a{
color:#0D9CDB !important;
font-weight:bold;
text-decoration:underline;
font-size:1.2em;
}
.MainNews a:hover{
text-decoration:none;
}
.MainNews a.block {
font-size:1em;
line-height:1.3em;
margin:7px 0pt;
}
.rightColl .CifraList ul{
margin:6px 0 0 6px;
padding:0;
}
.rightColl .CifraList ul li{
margin-left:20px;
}
.rightColl .CifraList a{
color:#0FA6E2;
font-size:0.95em;
text-decoration:underline;
line-height:1.7em;
}
.rightColl .CifraList a:hover{
text-decoration:none;
}
.footMain .leftColl{
width:22%;
}
.footMain .rightColl{
width:24%;
}
.footMain .centerColl{
width:41%;
padding-right:6%;
}
#contform input{
width:98%;
margin-bottom:0px;
}
#contform .firstRow{
width:35%;
}
.secondRow{
padding-top:5px;
}
.rightText{
text-align:right;
vertical-align:middle !important;
padding-right:5px;
padding-top:5px !important;
}
#contform select{
width:99%;
	border:#8BBBDD 1px solid;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:#fff;
}
#validform #select4{
width:99%;
	border:#8BBBDD 1px solid;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:#fff;
}
#validform{
margin-bottom:15px;
}
input#button{
width:auto !important;
margin-top:20px;
	border:none;
	background:#EE2A24;
	color:#FFFFFF;
	height:auto;
	padding:2px 12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	margin-bottom:0;
}
input#button2{
width:auto !important;
margin-top:20px;
	border:none;
	background:#EE2A24;
	color:#FFFFFF;
	height:auto;
	padding:2px 12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
	margin-bottom:0;
}
.smallText{
font-size:10px;
font-weight:normal;
}
input#validNum{
width:85% !important;
margin:0 !important;
}
.pad1{
padding-bottom:45px;
}
.smallText{
padding-top:10px;
}
.marg1{
margin-top:35px;
}
.pr2 p.title{
margin:30px 0 10px 0;}
p#firstNew{
margin:0px 0 10px 0; !important}
hr.white{
display:block;
width:106px;
border:none;
border-top:1px solid #fff;
height:1px;
}
.links{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#4C718A;
margin-left:25px;
}
a.lang{
color:#EE2A24;
font-weight:bold;
text-decoration:underline;
margin-left:12px
}
a.lang:hover{
text-decoration:none;
}
hr.blue{
border:none;
border-top:1px solid #589CBB;
height:1px;
}
.margless2{
margin:0 0 25px 0!important;
}
.margless2 img.litLink{
width:auto !important;
height:auto !important;
margin:0 0 0 0 !important;
padding-left:1%;
}
table#links{
text-align:center;
width:100%;
}
a.marless2{
margin:0 !important;
}
.sitemap a{
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#0C88D9;
line-height:1.4em;
text-decoration:underline;
}
.sitemap a:hover{
text-decoration:none;
}
.whitebord{
border:1px solid #fff !important;
}
.editor{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
/*	line-height:1.5em;
	font-size:0.75em ;
*/}
.editor p{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em ;
	color:#000;
	line-height:1.5em;
}
a.black_link{
	text-decoration:none;
	color:#000;
}
a.black_link:visited{
	color:#000;
}
a.black_link:hover{
text-decoration:underline;
}

#Menumain {
	text-align:left;
	float:right;
	width:82%;
	margin-top:9px;
}
#Menumain ul {
	margin:0;
	padding:0;
	clear:left;
	font-weight:bold
}
#Menumain ul li {
	display:block;
	float:left;
	list-style:none;
	background:url(../images/menuBg.png) repeat;
}
#Menumain ul li a {
	font-family:"Myriad Pro", "Arial Narrow", Tahoma;
	font-size:1em;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	padding:7px 9px;
}
#Menumain ul li a:hover {
	text-decoration:underline;
}
#Menumain ul li a.active {
	color:#fff;
	text-decoration:none;
}
#Menumain h1{
color:#2B6F9C;
font-size:2.1em;
margin:10px auto 20px;
float:left;
}
.ourkeys{
width:52%;
float:right;
}
.ourkeys h1{
margin-top:0 !important;
*margin-top:10px !important;
}
.olLeft{
width:48%;
margin:0;
padding:0;
float:left;
}
.olRight{
width:41%;
margin:0;
padding:0;
float:right;
}
/*h1.minus{
margin-left:-25px;
}*/
.assoc{
clear:both;
padding-top:15px;
}
.assoc img{
float:left;
border:#C4C4C4 1px solid;
}
.L1{
float:left;
font-family:"Myriad Pro", "Arial Narrow", Tahoma;
color:#01406A;
text-transform:uppercase;
line-height:1em;
font-size:1.3em;
}
.L1 b{
font-size:1.3em;
font-weight:normal;
display:block;
}
.R2 img{
margin-top:15px;
margin-right:10px
}
.R2{
clear:both;
width:100%;
}
.advBan{
margin-top:20px;
}
.redLine{
background-color:#EE2A24;
font-family:"Myriad Pro", "Arial Narrow", Tahoma;
color:#FFF;
font-size:1.63em;
text-transform:uppercase;
text-align:right;
/*float:left;*/
width:37%;
padding:10px 20px 10px 0;
line-height:1em;
/*margin-top:30px;
*/
position:absolute;
top:30px;
left:0;
z-index:333;
}
.why_on{
z-index:444;
position:absolute;
left:-19px;
top:-62px;
}
.why_on2{
z-index:444;
position:absolute;
left:265px;
top:-62px;
}

.why_on3{
z-index:444;
position:absolute;
left:283px;
top:-51px;
}

.CifraList ol	{
font-weight:bold;
	color:#EE2A24;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	.CifraList ol li{
margin-bottom:10px;	
	}
	.CifraList ol a{
color:#0B88D9;
text-decoration:underline;
font-weight:bolder;
}
.CifraList ol a:hover{
text-decoration:none;
}
.CifraList ol a:visited{
color:#0B88D9;
}
.redLineRight{
background-color:#EE2A24;
font-family:"Myriad Pro", "Arial Narrow", Tahoma;
color:#FFF;
font-size:1.63em;
text-transform:uppercase;
text-align:right;
width:37%;
padding:10px 20px 10px 0;
line-height:1em;
position:absolute;
top:30px;
right:0;
z-index:333;
}
.mainList ol{
font-size:0.9em;
line-height:1.1em;
}
.mainList .editor{
font-size:0.95em;
line-height:1.3em;
color:#000;
}
.content .rightColl .topMarg #calculate
{
margin:0 !important;
width:100%;
}
.content .rightColl .topMarg #calculate a
{
background:url(../images/raschetIco.jpg) center no-repeat !important;
border-bottom:1px solid #EDEDED;
color:#0C88D9;
display:block;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:0.69em;
line-height:1em;
margin:-20px auto 0 auto !important;
padding:120px 0pt 15px !important;
text-align:center;
text-decoration:underline;
width:100%;
text-transform:none;
border:0;
/*margin:0;
padding:32px 0pt 32px 70px !important;
border:0px;
text-align:left;*/
}
.content .rightColl .topMarg #calculate a:hover
{
text-decoration:none;
}
#mainTag .rightColl #calculate
{
margin-left:0px;
position:static;
margin-top:0px
}
#main #LogoMenu {
margin:0pt 0pt 0pt 13%;
width:80%;
}
#main .content {
margin:0pt 0pt 0pt 13%;
width:80%;
}
#main #footer .minmax{
margin:0 0 0 7%;
}
#main .rightColl .editor img{
vertical-align:middle
}
.nbimg img{
	border:0;
	float:none !important;
}

/*New banners on main page*/
/*.NewRightBan a img
{
display:block;
margin-bottom:10px;

}
.NewRightBan
{
margin-left:184px;
position:absolute;
left:0;
}

#main .advBan
{
position:relative;
}*/
/*.advBan .editor
{
float:left;
}
#main .content
{
margin:0 0 0 9% !important;
width:85%;
}
#mainTag .centerColl
{
width:66% !important;
}
#mainTag .rightColl
{
width:31% !important;
}
#main #LogoMenu {
margin:0 0 0 9% !important;
width:86% !important;
}
#main .minmax2 {
	min-width:852px;
}
table.clear, table.clear td{
padding:0;
margin:0;
}*/
.mainWhite
{
background-color:#fff;
padding:20px 27px 10px 27px;
color:#000;
font-size:.9em;
}
/*New banners on main page*/
