
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	font-family: verdana, arial, tahoma, sans-serif, helvetica;
	color: #4C4C4C;
	background-color: white; /* BG-FIELD-COLOR */
}



#container {
	/*position: relative;
	min-height: 100%;
	margin: 0 auto;

	top: 0px;
	left: 0px;
	z-index: 20;*/
}
/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */
* html #container {
	height: 100%;
} 
/* end hide */ 


#content {
	padding-bottom: 80px;
	font-size: 12px;
	voice-family: "\"}\"";
   voice-family:inherit;
	font-size: 75%;
}
foo{ /* for IE5 */}


#footer, .footer {
	position: absolute;
	bottom: 0;
   width: 100%;
	background-color: #CBDDF3; /* BG-FIELD-COLOR */
	z-index: 1;
}






/* Links */

a.LinkWhite{
	font-size: 11px;
} 
a.LinkWhite:link, a.LinkWhite:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.LinkWhite:active, a.LinkWhite:hover {
	color: #0065CC;
	text-decoration: none;
}

FORM{
	margin: 0px;
}
INPUT, SELECT{
	font-family: verdana, tahoma, geneva, lucida, 'lucida grande', helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
}
.inputbox {
	background-color: #ffffff; 
	color: #4C4C4C;
	border: 1px solid #AAB8D8;
}
.button {
	font-family: Verdana, Arial, sans-serif, Geneva, Helvetica;
	margin-top: 4px;
	text-align: center;
	font-size: 91.67%;
	background: #6D7687;
	border: 2px solid #CAD4DF;
	height: 20px;
	font-weight: bold;
	color: White;
}




DIV#contentBG {
	border-top: 4px solid #CBDDF3;
	background-color: #FFFFFF; /* FORE-COLOR */
	padding-left: 23px;
	padding-right: 23px;
	width: 100%;
	voice-family: "\"}\"";
   voice-family:inherit;
	width: auto;
}
foo{ /* for IE5 */}

/* Content - Sections & Categories */
.contentpane { }
.contentpanehidden, .componentheadinghidden {
	display: none;
}

.BLOGcontent {
	border: 0px solid White;
	width: 100%;
}

.contentdescription {
	font-size: 91.67%;
	text-align: left;
}




















/* nifty corners START */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
/* nifty corners END */

#for_dreamweaver{ font-size: 75%; }
#for_dreamweaver #content{ font-size: 100%; }
#for_dreamweaver UL{
/*	
margin-left: 15px;
	padding-left: 0px;
	list-style-type: disc;
	list-style-image: url(/images/s/bulet_1.gif);
*/
}
/*drm*/

/* страховой калькулятор */
TR.CKrow TD{ padding-bottom: 5px; }
TD.LblField{ padding-right: 10px; }
TD#CKtb{ border-top: 1px solid #AAB8D8; padding-top: 10px; }
#CKresult { font-weight: bold; width: 100px; text-align: right; }


/* RD Glossary Start */
DIV#glossary {
	width: 719px;
	_width: 714px;
}

DIV#glossary DD{
	text-align: justify;
}


DIV#glossary UL.index LI {
   display: inline;
   padding-right: 5px;
   padding-left: 7px;
   background-position: left;
   background-repeat: no-repeat;
   background-image: url(/images/s/index_dlm.gif);
   _padding-left: expression((previousSibling == null) ? '0px':'7px');
   _background-image: expression((previousSibling == null) ? 'none' : 'url("/images/s/index_dlm.gif")');
}

DIV#glossary UL.index LI:first-child {
  background-image: none;
  padding-left: 0px;
}

DIV#glossary UL.index{
	margin-left: 0px;
}

DL.glossary, UL.index {
	margin: 0px;
}
/* RD Glossary End */

/* noscript menu */
TD.noscriptLxMenu, TD.noscriptMsg{
	padding: 10px 23px 10px 23px;
	width: 50%;
}

TD.noscriptMsg SPAN{
	color:#C50000;
}