/*===FEATURES BUTTONS===*/

#features {
	float: left;
	width: 400px;
	padding-bottom: 20px; 
	}

#features SPAN {
	display: block;
	padding-bottom: 0;
	font-weight: bold;
	}

#features a:link, #features a:visited {
	display: block;
	width: 250px; height: 52px;
	margin-bottom: 10px; padding: 5px 0 0 60px;
	background-color: #EEE; background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	text-decoration: none;
	}
	
#features a:hover {
	background-color:#CCC;
	text-decoration: none;
	}

#features .appr {
	background-image:url(../img/ico_appr.gif);
	}
	
#features .wish {
	background-image:url(../img/ico_wish.gif);
	}
	
#features .calc {
	background-image:url(../img/ico_calc.gif);
	}

#features .email {
	background-image:url(../img/ico_appr.gif);
	}

/*==Images===*/

#content img.home{
	border: 0;
	padding: 1px 3px 10px 0px;
	margin: 0;
	float: right;

}
#content img.end{
	border: 0;
	padding: 1px 0px 10px 0px;
	margin: 0;
	float: right;

}