﻿html, body{
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333;
	}
#container{
	position:relative;
	left:50%;
	margin-left:-300px;
	width:600px;
	}

/* HEADER */
#header{
	margin-top:10px;
	float:left;
	clear:both;
	margin-bottom:10px;
	}
#escape-home{
	display:block;
	float:left;
	text-indent:-9999px;
	background-position:left top;
	background-repeat:no-repeat;
	width:200px;
	height:50px;
	}
.escape-home-en{
	background-image:url(../img/logo_en_183x50.jpg);
	}
.escape-home-cn{
	background-image:url(../img/logo_cn_111x50.jpg);
	}
#lang-switch{
	text-indent:-9999px;
	float:right;
	width:100px;
	height:30px;
	background-position:right top;
	background-repeat:no-repeat;
	margin-top:5px;
	}
.to-cn{
	background-image:url(../img/lang_cn.jpg);
	}
.to-en{
	background-image:url(../img/lang_en.jpg);
	}

/* NAV */
#nav{
	clear:both;
	height:30px;
	background:#900 url(../img/nav.jpg) no-repeat center top;
	padding:0;
	}
#nav-list{
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
	width:auto;
	margin-right:8px;
	border-left:1px #900 solid;
	}
#nav-list li{
	float:left;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	border-left:#c00 1px solid;
	border-right:#900 1px solid;
	}
#nav-list li a{
	color:#fff;
	text-decoration:none;
	display:block;
	}
#nav-list li a:hover{
	background-color:#900;
	}
#nav-list li a, #nav-list li.nav-active{
	padding:0 10px;
	}
#nav-list li.nav-active{
	border-left-color:#f90;
	border-right-color:#f90;
	background:url(../img/nav_active.jpg) repeat-x left center;
	}

/* CONTENT */
#content{
	clear:both;
	padding:0 5px;
	}
#content h1{
	font-size:14px;
	color:#900;
	font-weight:bold;
	margin:10px 0;
	padding:0;
	}
#content h2{
	font-size:12px;
	color:#f90;
	font-weight:bold;
	margin:10px 0;
	padding:0;
	}
#content a:link{
	color:#900;
	}
#content a:visited{
	color:#666;
	}
#content a:hover, #content a:active{
	color:#f90;
	}
#content ul{
	list-style-image:url(../img/bullet.jpg);
	}
#content ul li{
	line-height:16px;
	}
#content p{
	padding:0;
	margin:10px 0;
	}
#content .img-right{float:right;}
#content .img-left{float:left;}
#content .img-right, #content .img-left, #content .img-center{
	color:#999;
	text-align:center;
	margin:10px;
	}
#content .img-right img, #content .img-left img, #content .img-center img{
	display:block;
	margin-bottom:5px;
	border:1px #ccc solid;
	padding:2px;
	}
#content .img-center{margin:5px auto;}
#content .img-center img{
	margin-left:auto;
	margin-right:auto;
	}
#content .imp{
	font-weight:bold;
	}


/* FOOTER */
#footer{
	clear:both;
	color:#900;
	border-top:2px solid #900;
	padding-top:10px;
	margin-top:10px;
	}

/* ADS POSITIONS */
#ad-footer{
	margin-top:10px;
	border-top:1px solid #ccc;
	padding-top:10px;
	text-align:center;
	clear:both;
	}