﻿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, img, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img { max-width: 100%;}

/* real css setting */
html {
	font-size:125%;
}
#wrapper {
	width:100%;
}
#header {
	width:100%;
    height:80px;
  	z-index:100;
	position:fixed;
    vertical-align: middle;
	background: none repeat scroll 0 0 #FFFFFF;
	display:table;
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
}
#tempbox
{
	vertical-align: middle;
	margin-left:auto;
	margin-right:auto;
	padding-top: 100px;
	text-align:center;
	width:50%;
	height 80px;
	z-index: 99;
	
	background: #FFFFFF;
	font-size: medium;
	box-shadow:0 1px 0 rgba(0,0,0,0.2);
}
#navigator {
	width:960px;
	margin:0 auto;
}
#logo {
	width:60px;
	height:100%;
	margin:10px 0;
	margin-left:10px;
	float:left;
}
#navigator p{
	font-family:"Century Gothic","微軟正黑體";
	font-size:1em;
	color:#EF7371;
	width:260px;
	float:left;
	padding:20px 10px;
}
.toggle {
	display:none;
}
#menu {
	padding:32px 0;
	margin-left:200px;
	float:left;
}
#menu ul {
	text-align:center;
	float:right;
}
#menu li {
	font-family:"Century Gothic","微軟正黑體";
    font-size:0.8em;
    text-align:center;
    float:left;
    margin-left:20px;
}
#menu a:link {
	color:#666666;
	text-decoration:none;
}
#menu a:visited {
	color:#666666;
	text-decoration:none;
}
#menu a:hover {
	color:#ef7270;
	text-decoration:none;
}
#menu a:active {
	color:#ef7270;
	text-decoration:none;
}
#intro {
	background-image:url('../images/color_blur.png');
	background-position:50% 50%;
	background-repeat:no-repeat;
	padding-top:80px;
	height:820px;
	width:100%;
}
.content {
	font-family:"Century Gothic", "微軟正黑體";
	width:960px;
	margin:0 auto;
}
#frame {
	
	padding-top:10px;
	float:left;
	z-index:2;
	width:324px;
	height:auto;
}
#slides {
	position: absolute;
	padding-top:10px;
	float:left;
    z-index:1;
    width:324px;
    height:auto;
}
#intro h1 {
	color:#FFFFFF;
	padding:200px 0 60px 20px;
	font-size:2em;
	text-shadow: 3px 3px 3px #666666;
	float:left;
}
#app_link {
	padding-left:20px;
	float:left;
}
#feature:before{
    display:block; 
    content:""; 
    height:80px; 
    margin:-80px 0 0;
}
#feature {
	width:960px;
	margin:0 auto;
	clear:both;
}
.feat {
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	width:32%;
}
.feature_pic {
	width:100%;
	margin:0 5px;
}
.feat h2 {
	margin:20px 0;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:1.2em;
	color:#F58B81;
    text-shadow:0px 1px 1px #666666;
    font-weight:bolder;
}
.feat p {
	margin:10px 0px 20px 0px;
	padding:0 10%;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:0.8em;
	color:#666666;
	list-style-type:disc;
}
#d1 {
	float:left;
	margin:40px 0;
}
#d2 {
	float:left;
	margin:40px 0;
}
#d3 {
	float:left;
	margin:40px 0;
}
.hr {
	size:1px;
	width:780px;
	margin:0 auto;
    border-bottom: 0px solid #fff; 
    clear:both;
}
#presskit:before{
    display:block; 
    content:""; 
    height:80px; 
    margin:-80px 0 0;
}
#presskit {
	width:100%;
	margin:40px 0 40px 0;
	font-family:"Century Gothic", "微軟正黑體";
	background:url('../images/color_blur2.png');
	height:340px;
}
#presskit h2 {
	font-size:1.5em;
    text-align:center;
    color:#FFFFFF;
    padding:60px 0 20px 0;
}
#presskit p {
	text-align:center;
	font-size:1em;
	color:#FFFFFF;
	margin:20px auto;
} 
#btn {
	background-color:#FF6622;
	color:#FFFFFF;
	font-family:"Century Gothic", "微軟正黑體";
	text-align:center;
	width:320px;
	height:60px;
	border:2px;
    box-shadow:0px 4px 6px rgba(20%,20%,20%,0.5);
	text-shadow:0px 1px 2px rgba(20%,20%,20%,0.5);
	line-height:60px;
	-moz-border-radius:4px;/* Firefox */
	-webkit-border-radius:4px;/* Safari, Chrome */
	border-radius: 10px; /* Opera 10.50 and later (CSS3 standard) */
	behavior: url(border-radius.htc); /* IE6, IE7, IE8 */
	margin:10px auto;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
#contact h2 {
	font-size:1.5em;
	font-family:"Century Gothic", "微軟正黑體";
    text-align:center;
    color:#ef7371;
    padding:20px 0;
}
#contact:before{
    display:block; 
    content:""; 
    height:80px; 
    margin:-80px 0 0;
}
#contact {
	margin-bottom:20px;
}
#contact p {
	text-align:center;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:1em;
	color:#666666;
	margin:20px auto;
}
#mail {
	width:80%;
	height:80%;
	margin:0 auto;
	text-align:center;
} 
#fb {
	margin:0 auto;
	text-align:center;
} 
#footer p {
	text-align:center;
	font-family:"Century Gothic", "微軟正黑體";
	font-size:0.8em;
	color:#B7DFDF;
	font-weight:bolder;
	padding:10px 0;
	margin:10px 0;
}
