@charset 'utf-8';
@import url("/client/common/client.css");

/*----------------------------------------------------------
	Apis
	Client 

	Build:2008.05.15
----------------------------------------------------------*/

/*======================================
	Color Glossary
	
	Ruby =>#A2313D(Staff chapter text)
	Fuchsia=>#D7707B(Staff pagetitle bg)
	Pink=>#F7C4CA(Staff chapter bg)

	Navy =>#1174AE(Client chapter text)
	Sky=>#38ACC9(Client pagetitle bg)
	Aqua=>#95DCE1(Client chapter bg)

	Olive =>#536534(About chapter text)
	Sage=>#97B922(About pagetitle bg)
	Lime=>#DBEF94(About chapter bg)
======================================*/


/*--------------------------------------
	Elements
--------------------------------------*/
#main h3.cttitle{
	background:url(/client/index/img/titleimg.jpg) left top no-repeat;
}

.feature dt{
	color:#38ABC7;
}
.feature span{
	background-image:url(/client/index/img/mark_check.gif);
}