body{
	background:url(../i/main_bg.png);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

form{
	margin:0;
	padding:0;
}

#header{
	margin:auto;
	width:897px;
}

#main{
	background:url(../i/content_bg.png) repeat-x;
	width:925px;
	height:1105px;
	margin:auto;
}

#content{
	margin:auto;
	height:816px;
	width:897px;
}

/* LEFT */

#left{
	height:773px;
	width:520px;
	float:left;
	background:url(../i/left_box_loop.png) bottom repeat-x;
	position:relative;
}

.left_l{
	height:620px;
	background:url(../i/left_box_left.png) left no-repeat;
}

.left_r{
	height:620px;
	background:url(../i/left_box_right.png) right no-repeat;
}

.left_content{
	width:468px;
	margin:auto;
}

#left .top_text{
	font-size:13px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	padding-top:21px;
	padding-bottom:46px;
}

#left .bottom_text{
	font-size:10px;
	position:absolute;
	left:29px;
	bottom:27px;
	width:462px;
}

/* RIGHT */

#right{
	height:816px;
	width:359px;
	float:right;
}

#contact{
	background:url(../i/right_box_loop.png);
}

#contact .left{
	height:261px;
	background:url(../i/right_box_left.png) left no-repeat;
}

#contact .right{
	height:261px;
	background:url(../i/right_box_right.png) right no-repeat;
}

.right_content{
	padding-top:26px;
	padding-left:30px;
}

#links{
	height:110px;
	background:url(../i/links_box_bg.png);
	margin-top:18px;
	padding-top:68px;
	padding-left:32px;
}

#links ul{margin:0; padding:0; list-style:none;}
#links li{padding-left:20px; padding-bottom:8px; background:url(../i/li.gif) no-repeat left 2px; font-weight:bold; width:260px;}
#links li{font-family:Tahoma,Arial, Helvetica, sans-serif}
#links li a{ color:#FFFFFF; text-decoration:none;}
#links li a:hover{ color:#0a468a;}

#address{
	margin-top:18px;
}

#contact .form{
	height:73px;
}

#contact .form div{
	float:left;
	line-height:27px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:7px;
}

#contact .form .label{
	width:87px;
	padding-right:10px;
	text-align:right;
}

#contact .form .input{
	width:202px;
	background:url(../i/k_inp_bg.gif);
	height:27px;
}

#contact .form .inp{
	margin-left:9px;
	margin-top:3px;
	color:#095794;
	width:178px;
	border:0;
	background-color:transparent;
}

#contact .btn{
	padding-left:90px;
	padding-bottom:21px;
}

#contact .text{
	font-weight:bold;
	font-size:13px;
}

/* FOOTER */

#footer{
	background:url(../i/footer_bg.gif);
	height:98px;
}

#footer .inner div{
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background:url(../i/f_s.gif) left center no-repeat;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover{
	text-decoration:underline;
}

#footer .inner .logo{
	padding:18px;
	padding-left:100px;
	background:0;
}

/* CALCULATOR */

#calculator td{
	font-size:11px;
}

#calculator .label_left{
	width:60px;
	padding-right:10px;
	text-align:right;
	height:29px;
}

#calculator .label_right{
	width:96px;
	padding-right:10px;
	text-align:right;
}

#calculator .input_left{
	width:110px;
}

#calculator .input_left select{
	width:113px;
	border:0;
	_margin:-1px;
}

#calculator .input_right{
	width:170px;
}

#calculator .input_right select{
	width:177px;
	border:0;
	_margin:-1px;
}

#calculator select{
	color:#095794;
	font-size:12px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}

#calculator .inp1{
	background:url(../i/calc_inp_bg.gif);
	width:113px;
	height:23px;
}

#calculator .inp2{
	background:url(../i/calc_inp_bg2.gif);
	width:176px;
	height:23px;
}

#calculator .inp2 input{
	margin-left:16px;
	_margin-left:14px;
	width:44px;
	_margin-bottom:-1px;
	margin-top:1px;
	background-color:transparent;
	border:0;
}

#calculator .inp1 input{
	margin-left:4px;
	width:100px;
	margin-top:1px;
	_margin-bottom:-1px;
	background-color:transparent;
	border:0;
}

#calculator input{
	color:#095794;
}

#calculator .btn{
	padding-top:14px;
	text-align:right;
}

.result_content{
	background:url(../i/result_box_loop.png);
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.result_content .row1{
	background-color:#3f7cb3;
}

.result_content .row2{
	background-color:#326ea6;
}

.result_content .col2, .result_content .col3{
	color:#ffb000;
	font-weight:bold;
	height:19px;
}

.result_content .col1{
	text-align:right;
	padding-right:15px;
	width:170px;
}
