/*-----attach body.custom to any style you add here-----*/
ul {
	list-style:	none;
}

img {
	border: 0px none;	
}

.active {
	background-color: #FC3;
	color: red;
}
.left-image {
	float: left;	
}
.clear {
	clear: both;
	
}
.right-p {
	width: 655px;
	margin-top: 25px;	
	margin-left: 50px;
	float: left;
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #ECECEC;
}
.main-p {
	width: 900px;
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #ECECEC;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;	
}
.main-p p {
	font-size: 10pt;	
}
.service_list {
	list-style: circle;	
}
#services {
	margin-left: 60px;	
}

#listen {
	position: absolute;
	font-size: 10pt;
	margin-left: 500px;
	margin-top: -15px;
	color: #006666;	
}
#study {
	position: absolute;
	font-size: 10pt;
	margin-left: 560px;
	margin-top: 120px;
	color: #006666;	
}
#plan {
	position: absolute;
	font-size: 10pt;
	margin-left: 550px;
	margin-top: 320px;
	color: #006666;	
}
#implement {
	position: absolute;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 330px;
	color: #006666;		
}
#implement2 {
	position: absolute;
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 220px;
	color: #006666;		
}
#evaluate {
	position: absolute;
	font-size: 10pt;
	margin-left: 20px;
	margin-top: 20px;
	color: #006666;		
}
#kano_box {
	position: absolute;
	width: 500px;
	background-color: white;
	border: 1px solid #666;
	padding: 10px;
	margin-top: -70px;
	display: none;
}
#pointer {
	position: absolute;
	top: 10px;
	right: -130px;
}
#image_container {
	margin-left: 70px;	
}
#websiteby {
	margin: 0px auto 10px auto;
	width: 200px;
	font-size: 9pt;
	float: left;
	margin-left: 150px;
		
}
#aware_bottom_right {
	height: 150px;
	width: 555px;
	float: left;	
}
#aware_bottom_left {
	height: 150px;
	width: 300px;
	margin-right: 10px;
	float: left;	
}
#aware_bottom_right p {
	font-size: 13pt;
}
#aware_bottom_right span {
	font-size: 10pt;
}
#aware_bottom_left p {
	font-size: 13pt;	
}
#btn-next {
	height: 203px;
	width: 58px;
	background: url(../images/forward.png) no-repeat;
	position: absolute;
	display: block;
	top: 250px;
	left: 470px;
	margin-left: 50%;
}
#btn-prev {
	height: 203px;
	width: 58px;
	background: url(../images/backward.png) no-repeat;
	position: absolute;
	display: block;
	top: 250px;
	left: -530px;
	margin-left: 50%;
}
#btn-next span {
	display: none;
}
#btn-prev span {
	display: none;
}
#btn-next:hover {
	background-position: 0px -203px;
}
#btn-prev:hover {
	background-position: 0px -203px;
}