@charset "utf-8";
@import url(reset.css);
#logo a{
	position:absolute;
	top:32px;
	left:70px;
	width:270px;
	height:45px;
	display:block;
	text-indent:-9999px;
	}
* {
	margin: 0;
	padding: 0;
	border:0;
	}
/*a:focus {
	outline: none;
}
a:visited, a:link, a:active  {
	color:#3D8000;
	}*/
body{
	text-align: center;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size:13px;
	background:#fff url(bg_body.jpg) top left repeat-x;
	}
#wrapper{
	margin: 0px auto;
	text-align:left;
	width:870px;
	height:510px;
	background:#fff url(bg_calculator.jpg) top left no-repeat;
	}
		
#head {
	position:relative;
	float:left;
	width:870px;
	height:105px;
}
ul.serviceNavigation{
	position: absolute;
	top:40px;
	left:370px;
	}
ul.serviceNavigation li{
	float:left;
	padding-right:20px;
	}	


#content{
	position:relative;
	float:left;
	padding:0 0 0 66px;
	}
.txt{
	width:658px;
	padding:0 60px 0 20px;
	font-size:16px;
	line-height:140%;
	color:#333;
	}
.startbutton{
	position:absolute;
	top:307px;
	left:720px;
	}
.question{
	width:738px;
	height:135px;
	}
.info{
	position:absolute;
	top:64px;
	left:745px;
	}
#content h1{
	font-size:22px;
	font-weight:normal;
	line-height:120%;
	padding-left:19px;
	}
ul.questNumber{
	position:absolute;
	top:310px;
	left:66px;
	}
ul.questNumber li{
	float:left;
	width:27px;
	height:27px;
	padding:13px 0 0 13px;
	background:url(bg_questNumber.jpg) top left no-repeat;
	font-size:14px;
	color:#666;
	}	
ul.questNumber li.active{
	background:url(bg_questNumberActive.jpg) top left no-repeat;
	color:#fff;
	}
ul.questNumber li.result{
	background:url(bg_questResult.jpg) top left no-repeat;
	width:90px;
	height:40px;
	padding:0;
	}
ul.questNumber li.result.activeResult{
	background:url(bg_questResultActive.jpg) top left no-repeat;
	}
textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	}
