/* CSS by Econom Vladimir */

/* Common Styles */

BODY { 
	width: 100%;
	min-width: 900px;
	//width: expression((documentElement.clientWidth||document.body.clientWidth)<900?'900px':'100%');
	font-family: Arial, sans-serif; 
	font-size: 90%;
	margin: 0;
	padding:	0 0 3em 0;
	background-color: #FFF;
	text-align: center;
	background-image: url(../img/mainBg.gif);
	background-repeat: repeat-x;
	}
DIV, UL, UL LI, FORM, DL, DL DT, DL DD, H1, H2, H3, H4 {
	margin: 0;
	padding: 0;
	}
P {	margin-top: 0;	}
H1, H2, H3, H4 {	font-weight: normal; color: #C40000;	}
UL {	list-style: none;	}
IMG {	border: 0;	}
A, A.visited {	color: #00408E;	}
A:hover {	color: #FC000A;	}

TABLE {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	}
TABLE TD, TABLE TH {
	padding: 0;
	vertical-align: top;
	}
.mainBox, .footer	{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}

/* Main */

.topVis {
	height: 255px;
	position: relative;
	}
.topVis IMG {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	}
.centBox, .leftBox {
	float: left;
	position: relative;
	}
.centBox {
	width: 752px;
	}


.navBar {
	clear: both;
	}
.navBar LI {
	float: left;
	position: relative;
	margin-right: 1px;
	margin-bottom: 0.4em;
	}
.navBar LI A, .navBar LI DIV {
	display: block;
	min-height: 40px;
	-height: 40px;
	text-decoration: none;
	min-width: 106px;
	-width: 106px;
	-white-space: nowrap;
	background: url(../img/but.gif) repeat-x left center;
	font: bold 79% Tahoma;
	border: 1px solid #B3B3B3;
	text-align: center;
	}
.navBar LI A:hover {
	background-image: url(../img/but_hov.gif);
	}
.navBar LI.curr DIV, .navBar LI.curr A:hover {
	background: #E2E2E2;
	}
.navBar LI A SPAN, .navBar LI DIV SPAN {
	display: block;
	padding-top: 12px;
	}
.bott, .top {
	position: absolute;
	left: 3px;
	}
.top { top: 5px;	}
.bott { bottom: 4px;	}

.headT {
	font-size: 105%;
	padding: 0 210px 0 20px;
	position: absolute;
	}
.formApp {
	background: #FEFEFE url(../img/center_bg.gif) no-repeat;
	//background-position: 1px top;
	border-left: 1px solid #D2D2D2;
	position: relative;
	margin-top: 44px;
	//margin-top: 60px;
	margin-right: 207px;
	}
.sendF {
	padding: 26px 0 0 83px;
	//padding-top: 27px;
	}
.sendF P {
	margin-right: 22px;
	}
.sendF H1, .textOnly H1 {
	font: bold 20px Arial;
	text-transform: uppercase;
	margin-bottom: 28px;
	}
.formApp, .text {	border-left: 1px solid #D2D2D2;	}
.form {	position: relative;	}

.form DT {
	left: 0;
	color: #00408E;
	font-size: 100%;
	}
.form DD {	margin: -1.15em 0 0.75em 96px; //margin: -1.25em 0 0.7em 96px;;	}

.form DD INPUT, .form DD TEXTAREA {
	border: 1px solid #83BBD9;
	width: 272px; //width: 271px;
	font-size: 90%;
	}
.form DD TEXTAREA {
	overflow: auto;
	}
.sendF BUTTON {
	width: 183px;
	height: 40px;
	background: url(../img/button.png) no-repeat;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/button.png', sizingMethod='crop');
	border: none;
	margin: -1px 0 0 188px; //margin-top: 0;
    cursor: pointer;
    cursor: hand;
	}
.code {
	padding-top: 0.5em;
	}
.code LABEL {
	font-size: 79%;
	display: block;
	margin: 1em 0 0.5em 0;
	}
.code .img {
	white-space: nowrap;
	display: block;
	border: 1px solid #83BBD9;
	width: 120px;
	}
.img IMG {	vertical-align: middle;	}
.code INPUT {
	width: 120px !important;
	}
.submit {
	float: right;
	margin-right: 90px;
	margin-top: -40px; //margin-top: -46px;
	font-size: 145%; //font-size: 140%;
	position: relative;
	}
.text {
	background: url(../img/text_bg.gif) repeat-x left top;
	padding: 0.3em 0 0 20px;
	min-height: 32em;
	-height: 30em;
	}
.textOnly {
	background: #FEFEFE url(../img/center_bg2.gif) no-repeat right top;
	//background-position: 1px top;
	border-left: 1px solid #D2D2D2;
	position: relative;
	margin-top: 24px;
	//margin-top: 40px;
	}
.textOnly H1 {
	padding-top: 0.8em !important;
	}
.textOnly UL, .textOnly OL {
	margin-right: 20px;
	}
.textOnly H3, .textOnly P {
	margin-left: 22px;
	margin-right: 22px;
	}

.textOnly H3 {
	font-weight: bold;
	margin-bottom: 0.4em;
	}
.text UL {
	list-style: disc;
	padding-left: 22px;
	margin-bottom: 1em;
	}
.textOnly H1 {
	text-align: center;
	padding-top: 0.3em;
	margin-bottom: 0.3em;
	}
.textOnly .faq {
	padding-left: 20px;
	}
.faq DT {
	color: #CC0000;
	font: bold 105% Arial;
	margin-bottom: 0.2em;
	}
.faq DD {
	margin-bottom: 1em;
	color: #333;
	}
.faq DD OL {
	padding-left: 26px;
	//padding-left: 0;
	}
.faq DD OL, .faq DD UL {	padding-top: 0.5em;	}

.iframe IFRAME {
	height: 700px;
	border: none;
	-width: 751px;
	background: #FFF;
	}

.leftBox {
	width: 208px;
	background: url(../img/top_left.gif) no-repeat right top;
	padding-top: 211px;
	}
.visual {
	background: url(../img/apply.png) no-repeat;
	width: 204px;
	height: 172px;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/apply.png', sizingMethod='crop');
	position: absolute;
	top: 5px;
	left: -2px;
	}
.contPart {
	border: 1px solid #CFCFCF;
	border-right: none;
	background: url(../img/left_text_part.gif) repeat-x;
	position: relative;
	padding-top: 0.8em;
	}
.contPart H3, .contPart P {	padding: 0 12px;	}

.contPart H3 {
	font: bold 165% Arial;
	margin-bottom: 0.5em;
	}
.contPart P {
	font-size: 90%;
	}

.rightBox {
	position: absolute;
	width: 207px;
	right: 0;
	top: 0;
	background: url(../img/top_right.gif) no-repeat;
	min-height: 42px;
	-height: 42px;
	}
.rightBox H2 {
	font: bold 135% Arial;
	margin: 0.45em 0 2em 0;
	text-align: center;
	position: absolute;
	width: 200px;
	}
.steps {
	margin-top: 43px;
	position: relative;
	}
.steps IMG {	display: block;	}
.steps A {
	display: block;
	width: 207px;
	height: 335px;
	}
.steps A:hover IMG {	display: none;	}
.steps A:hover {	background: url(../img/steps_hov.gif) no-repeat;	}

.bottNav .navBar {
	background: url(../img/bott_bg.gif) no-repeat;
	height: 42px;
	padding-left: 208px;
	}




/* Equal Styles */

.b {	font-weight: bold;	}
.f100, TABLE TD, TABLE TH {	font-size: 100%;	}
.f90, .textOnly	{	font-size: 90%;	}