@charset "utf-8";
/* CSS Document */

/*---- reset.css 讓所有的各家瀏覽器乖乖聽話，呈現一樣的結果  ----*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead,{    
margin: 0;
    padding: 0;  
    border: 1
 vertical-align: baseline; table,tbody, th, 
    outline: 0;
 font-size: 100%;}

blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/*----DAZ CSS Start----*/
body{ color:#e4e4e4; font-size:12px; line-height:18px; font-family:Verdana, Geneva, sans-serif;background-color:#000;}
#WRAP{ width:800px; height: auto; margin:0 auto; background-color:#000;}
#TOP{width:800px;height:56px;}
#main{width:800px;height:408px;}
p{ }
.Menu{}
.Menu ul{ display:block; width:800px; height:190px; list-style-type:none; padding-left:0px; margin-left:15px;}
.Menu  li{ float:left;}
.Menu  li a{ display:block; width:155px; height:190px;text-indent:-9999px;}
.Menu  li a:hover{ background-position:left bottom;}
.Menu  li.charcater a{ background-image: url(btn_character.jpg);}
.Menu li.motion a{background-image: url(btn_motion.jpg);}
.Menu  li.morphs a{background-image: url(btn_morphs.jpg)}
.Menu li.ethnicity a{background-image: url(btn_Ethnicity.jpg);}
.Menu li.hair a{background-image: url(btn_hair.jpg);}
.NAVSelect{background-position:left bottom;}

h1{ width:760px; height:110px; background-image:url(title.jpg); background-repeat:no-repeat; line-height:110px; padding-left:40px; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:30px;}

.head{ color:#f7ac00; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:18px; line-height:18px;}

.BLOCK{ width:740px; background-position:right bottom; background-repeat:no-repeat; padding-left:40px;}
.BLOCK h2{ font-size:20px; color:#f7ac00; line-height:60px; margin-top:20px;}
.BLOCK p{ }
.LINE{width:800px; height:80px; background-image:url(blockBG.jpg);}

#player{width:360px;text-align:center;}

#ITEM{}
#ITEM ul{display:block;padding-left:20px; padding-bottom:0px; margin:0px;}
#ITEM li{ list-style-type: disc; }

a{}
a:link {
	color: #0CF;
}

a:visited {
	color: #0CF;
}
a:hover {
	color: #999;
}
