/* {{{ reset */
body{text-align:center;margin:0;padding:0;font-family:verdana,"ËÎÌå";min-width:990px}
#nav-access{display:none}
#doc{width:630px;margin:auto;text-align:left;position:relative;z-index:1}
#doc:after{content:".";display:block;height:0;clear:both;visibility:hidden}
#wrapper{min-width:630px}
.hide{display:none}
body{background:#fff url(../images/page-background.png) 50% 0 repeat-x;border-top:2px solid #686868}
body{font-family:georgia,serif;font-size:13px;line-height:1.231;color:#6d7581}
a:link,a:visited{text-decoration:none;color:#447bc4}
a:hover,a:active{text-decoration:underline;color:#447bc4}
strong{font-weight:bold}
em{font-style:italic}
abbr,acronym{border-bottom:1px dotted #000;cursor:help}
p,fieldset,table,pre{margin-bottom:1em}
h1,h2,h3,h4,h5,h6{font-family:"Microsoft Yahei",georgia,serif;font-weight:normal;color:#484848}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{font-family:MetaBlack,"Trebuchet MS",sans-serif;font-weight:bold;text-transform:uppercase;font-style:normal;font-size:130%;display:block;letter-spacing: -0.02em}
h1{font-size:36px}
h2{font-size:28px}
h3{font-size:22px}
h4{font-size:18px}
h5{font-size:16px}
h6{font-size:14px}
h1,h2,h3{margin:1em 0 0.5em 0}
ul{margin:1em 0 1em 0;padding:0}
blockquote{margin:1em}
ol,dl{margin:1em}
ol,dl{margin-left:0;padding-left:1.5em}
ol li,ul li ol li{list-style:decimal outside;background:none}
dl dd{margin-left:1em}
td,th{border:0}
/* }}} */

/* {{{ Header */
#header:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	}
#header{
	background:#263c7b;
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#2a4187),color-stop(1,#3b69b1));
	background:-moz-linear-gradient(center bottom,#2a4187 0,#3b69b1 100%);
	background:linear-gradient(center bottom,#2a4187 0,#3b69b1 100%);
	height:60px;
	width:980px;
	margin:0 auto;
	margin-top:10px;
	font-family:verdana;
	-moz-box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -4px rgba(0,0,0,0.1);
	box-shadow:0 3px rgba(0,0,0,0.1),inset 0 -4px rgba(0,0,0,0.1);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;border-radius:6px;
	text-align:center;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B69B1',endColorstr='#2D488D',GradientType=0);
	opacity:.7;
	text-shadow:1px 1px 0 #1b3b6a, 0 0 5px #1b3b6a;
	}
#header h2{
	margin:0;
	padding:10px 20px 0;
	color:#FFF;
	}
/* }}} */


/* {{{ Main Feature */

#home-fx #main-feature {
	padding-top: 15px;
	margin: 0;
}
#feature-divider {
    height: 18px;
    border: 0;
    margin: 0;
    padding: 0;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-image: url(../images/divider.png);
}

/* }}} */
/* {{{ Wheel of HTML5 */

#wheel-frame {
    height: 412px;
    width: 630px;
    position: relative;
    overflow: hidden;
    background: -moz-radial-gradient(50% 100% 0deg,ellipse farthest-side, #e1effc, #e1effc, rgba(255,255,255,0) 100%);
}

#wheel {
    position: absolute;
    right: 40px;
    top: 40px;
    height: 376px;
    width: 376px;
    background: url(../images/wheel.png) 50% 50% no-repeat;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    cursor: pointer;
}

#wheel-frame #wheel-stand {
    position: absolute;
    bottom: 0;
    right: 146px;
}

#wheel-frame #wheel-creature {
    background: url(../images/wheel-creature.png) 0 0 no-repeat;
    height: 345px;
    width: 330px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
}

#wheel-frame #spin:focus,
#wheel-frame #spin:active  { outline: 0; }

#wheel-frame #spin {
    position: absolute;
    top: 0;
    right: 182px;
    z-index: 10;
    padding: 0;
    border: none;
    background: none;
}

#wheel-frame #spin img {
    display: block;
}

#wheel .section {
    position: absolute;
    top: 0;
    left: 0;
    width: 266px;
    height: 266px;
    padding: 60px 50px 40px 50px;
    text-align: center;
    font-family: Georgia, serif,"ËÎÌå";
    font-weight: bold;
    font-style: italic;
    color: #3a3a3c;
    font-size: 40px;
    letter-spacing: -0.02em;
    text-transform: none;
}

#section-b {
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

#section-c {
    -moz-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

/* }}} */
/* {{{ Panel */

#wheel-panel {
    position: absolute;
    z-index: 11;
    bottom: -278px;
    opacity: 0;
    right: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.95);
    border: 6px solid #43a1ed;
    border-bottom: 0;
    width: 410px;
    height: 245px;
    -moz-box-shadow: 0 0 0 2px rgba(81,68,60,0.25);
    -webkit-box-shadow: 0 0 0 2px rgba(81,68,60,0.25);
    box-shadow: 0 0 0 2px rgba(81,68,60,0.25);
    -ms-transition:   all 0.4s ease-in-out;
    -moz-transition:   all 0.4s ease-in-out;
    -webkit-transition:   all 0.4s ease-in-out;
    transition:   all 0.4s ease-in-out;
    text-align: center;
}

#wheel-panel h3 {
    margin: 20px 0;
    font-size: 26px;
    line-height: 28px;
}

#wheel-panel h3 span {
    font-size: 36px;
}


/* }}} */
/* {{{ Panel A */

.b #wheel-panel {
    border-color: #e01f26;
}

#page-feature-a p {
    font-size: 14px;
    text-align: left;
    padding: 0 20px 0 125px;

    min-height: 80px;
    background-position: 29px 0;
    background-repeat: no-repeat;
    background-image: url(../images/wheelp.png);
}

#page-feature-a a {
    font-size: 16px;
}

#page-feature-a a {
    font-size: 16px;
}


/* }}} */
/* {{{ Panel B */

.c #wheel-panel {
    border-color: #f7f81e;
}

#page-feature-b p {
    font-size: 14px;
    text-align: left;
    padding: 0 20px 0 125px;

    min-height: 80px;
    background-position: 29px 0;
    background-repeat: no-repeat;
    background-image: url(../images/wheelp.png);}

#page-feature-b a {
    font-size: 16px;
}

/* }}} */
/* {{{ Panel C */

.a #wheel-panel {
    border-color: #00ADEF;
}

#page-feature-c p {
    font-size: 14px;
    text-align: left;
    padding: 0 20px 0 125px;

    min-height: 80px;
    background-position: 29px 0;
    background-repeat: no-repeat;
    background-image: url(../images/wheelp.png);}

#page-feature-c a {
    font-size: 16px;
}

/* }}} */

/* {{{ footer */

#footer {
    padding:90px 0 20px;
	background:url(../images/bg-footer.png);
	background-position:0 0;
	background-repeat:repeat-x;
	color:#FFF;
	font-size:18px;
}

#footer em{
	font-style:normal;
	text-decoration:line-through;
	color:#F00;
	}

#footer a:link,#footer a:visited{
	text-decoration:none;
	font-family:MetaBlack,"Trebuchet MS",sans-serif;
	font-weight:bold;text-transform:uppercase;
	font-style:normal;
	font-size:22px;
	color:#83b3f2;
	-moz-transition:text-shadow 0.2s ease-in;
	-webkit-transition:text-shadow 0.2s ease-in;
	}

#footer a:hover,#footer a:active{
	color:#FFF;
	text-decoration:underline;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(51,85,155,1), 0 0 20px rgba(255,255,255,0.4)
	}

/* }}} */