/* CSS Document */


/* ========IMPORT======== */

@import "template.css";

/* ========IMPORT======== */


.big {
	font-size:180%;
	font-weight:bold;
	}


#p_main {
	width: 665px;
	padding-left: 15px;
	color: #333333;
	}
	
.p_text {
	width:630px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:2.5em;
	}
	
	
.rinentext {
	margin-left:40px;
	margin-right:20px;
	}
	
.rinentext2 {
	margin-left:40px;
	margin-right:20px;
	margin-bottom:20px;
	}	

#copy3 {
	margin-top:20px;
	margin-bottom:20px;
	}
	
#make_banner {
	float:left;
	background-image:url(../img/phms_makebanner.png);
	background-repeat:no-repeat;
	margin-left:20px;
	width:192px;
	height:278px;
	}

#hair_banner {
	float:left;
	background-image:url(../img/phms_hairbanner.png);
	background-repeat:no-repeat;
	margin-left:17px;
	width:192px;
	height:278px;
	}
	
#pro_banner {
	float:left;
	background-image:url(../img/phms_probanner.png);
	background-repeat:no-repeat;
	margin-left:17px;
	width:192px;
	height:278px;
	}
	
.banner_bt {
	
	}
	
.banner_bt a {
	display: block;
	width:150px;
	height:29px;
	margin-left:21px;
	margin-top:240px;
	background-image:url(../img/phms_baneerbtn.jpg);
	}
	
.banner_bt a:hover {
	background-position: 0px 29px;
	}
	
.clear {
	clear:left;
	}