@charset "utf-8";
/** CSS Document **/
/** chroma33 -  architectural lighting design 2012- All Rights Reserved. 
Brad Kuo 郭光耀  / www.kyart.com.tw
*********************************************************************************************************************************************************/


@import url("reset.css");
@import url("design.css"); /*主頁格式*/
@import url("txtpage.css");
@import url("form.css");
@import url("table.css");
@import url("template.css");

@import url("caption.css"); 
@import url("touchcarousel.css");
@import url("tab.css");

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {padding: 0px;margin: 0px;list-style-type: none;text-decoration: none;}

html { font-size: 100%; margin: 0;padding: 0; width:100%; height:100%;}
body {
	scrollbar-face-color:#f1f1f1;
	scrollbar-highlight-color:#fefefe;
	scrollbar-shadow-color:#f0f0f0;
	scrollbar-3dlight-color:#d9d9d9;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color: #f8f8f8;
	scrollbar-darkshadow-color:#b8b8b8;
	scrollbar-base-color: #ffffff;	
	margin: 0;	padding: 0;	
	
	font-family: 'Questrial', sans-serif;	
	line-height: 1.5em;
	color: #6a6a6a;
	text-align: center;
	/*letter-spacing:0em;*/

	
	background-color:#fff;
	/* ipod touch / iphone text resize */
	-webkit-text-size-adjust:none;
	
	/*behavior: url(/kyStyle/js/csshover2.htc); */
	/*overflow-x:hidden;*/
	width:100%; height:100%;
}
