@charset "utf-8";
/* CSS Document */

#se-sign-up a{
	background-image: url(../../images/sidebar/se-sign-up.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#se-sign-up a:hover{background:#d1cdc0 url(../../images/sidebar/se-sign-up.png) no-repeat 10px 50%;}


#se-easy-price a {
	background-image: url(../../images/sidebar/se-calculator.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#se-easy-price a:hover {
	background:#d1cdc0 url(../../images/sidebar/se-calculator.png) no-repeat 10px 50%;
}


#se-brochure a{
	background-image: url(../../images/sidebar/se-brochure.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#se-brochurea:hover{background:#d1cdc0 url(../../images/sidebar/se-brochure.png) no-repeat 10px 50%;}

#over-header {
	width:100%;
	background-image:url(../../images/top.gif);
	height:60px;
	background-repeat:no-repeat;
	background-position:left;
}