@charset "utf-8";
BODY{
	margin: 0px;
	padding: 0px;
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
}


.blue{
	color: #0072b5;
}
.orange{
	color: #ff4a06;
}


#container{
	width: 900px;
	margin: 0 auto;
	background: #fafafa;
}

#sitecontainer{
	width: 745px;
	margin: 0 auto 40px auto;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#sitecontainer DIV.worldbackground{
	background: url(images/background_world.jpg) bottom right no-repeat;
}

.header{
	border-bottom: 2px solid #eee;
}

.body .menu{
	width: 180px;
	float: left;
}
.body .menu UL{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.body .menu UL LI{
	width: 169px;
	height: 25px;
	background: url(images/menu_background.gif) no-repeat;
	color: #ff4a06;
	padding: 11px 0 0 12px;
	margin: 0px;
	font-size: 0.88em;
	font-weight: bold;
}
.body .menu UL LI A{
	color: #ff4a06;
	text-decoration: none;
}
.body .menu UL LI A:hover{
	color: #ff4a06;
	text-decoration: underline;
}

.body .contactus{
	margin-top: 10px;
	font-size: 0.8em;
	padding: 5px;
}
.body .contactus A{
	color: #0072b5;
}

.body .content{
	width: 545px;
	margin: 0 0 0 180px;
	padding: 10px 10px 0 10px;
	font-size: 0.85em;
}

.body .content A{
	color: #ff4a06;
	text-decoration: none;
}
.body .content A:hover{
	color: #ff4a06;
	text-decoration: underline;
}
.body .content HR{
	color: #0072b5;
	background-color: #0072b5;
	width: 540px;
	height: 2px;
	border: none;
	margin-top: 5px;
	margin-bottom: 15px;
}

.body .content .title{
	font-size: 1.3em;
}
.body .content .subtitle{
	font-size: 1.1em;
}


.body .content .home DIV{
	border: 1px solid #eee;
	border-bottom: 3px solid #eee;
	height: 107px;
	margin-bottom: 10px;
}
.body .content .home DIV DIV{
	border: none;
}
.body .content .home DIV.homeitem DIV.image{
	float: left; 
	width: 103px;
}
.body .content .home DIV.homeitem DIV.right{
	float: left; 
	width: 440px;
}
.body .content .home DIV.homeitem DIV.right DIV.title{
	border-top: 2px solid #0072b5;
	border-bottom: 2px solid #0072b5;
	height: 18px;
	padding: 5px 0 5px 10px;
	color: #0072b5;
	font-weight: bold;
}
.body .content .home DIV.homeitem DIV.right DIV.title A{
	color: #0072b5;
}
.body .content .home DIV.homeitem DIV.right DIV.title A:hover{
	text-decoration: none;
}

.body .content UL.arrow{
	list-style-image: url(images/list_bullet.gif);
}


.presentation{
	padding: 5px;
	width: 400px;
	border: 1px solid #0072b5;
	margin-bottom: 10px;
}
.presentation .speaker{
	font-size: 12px;
	font-weight: bold;
	color: #0072b5;
	text-decoration: underline;
}
.presentation .talk{
	font-weight: bold;
	font-style: italic;
}
.presentation .download{
	padding: 5px 0px 0px;
	width: 360px;
	color: #ff4a06;
}
.presentation .download > div{
	
}
.presentation .download .chinese{
	float:left;
	width:150px;
	background: url('/images/download-arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
}
.presentation .download .english{
	float: left;
	background: url('/images/download-arrow.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
}



/*CD PROMO*/
.cd-promo{
	font-size:16px;
	text-align: center;
	color:#fff;
	background-color: #cc0000;
	
}
.cd-promo-inner{
	padding-top: 10px;
}
.body .content .home .cd-promo-inner a{
	color:#fff;
	text-decoration: underline;
}

.footer{
	width: 730px;
	height: 8px;
	padding: 4px;
	margin: 10px auto;
	color: #ccc;
	font-size: 0.88em;
	border-top: 1px solid #eee;
}
.footer A{
	color: #ccc;
	text-decoration: none;
	outline: none;
}


/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}