@charset "utf-8";
/* ---------- Homepage ---------- */

.custom-text{
	margin-top: 0px;
	width: 345px;
	}

.custom-text p{
	margin-top: 10px;
	line-height: 14px;
	}

.contact-us{
	display: block;
	float:right;
	clear:both;
	width: 147px;
	height: 52px;
	text-indent: -9999px;
	background: url('../img/contact-us.png') no-repeat 0 0;
	}

.contact-us:hover{
	background: url('../img/contact-us.png') no-repeat 0 -53px;
	cursor: pointer;
	}

h3{margin-top: 10px;}