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

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

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