@charset "utf-8";
@import "_composing.css";

h1{ display:none; }
section.content{ padding:5px; margin-top:8px; }
section.welcome
{ 
	position:relative;
	z-index:1;
	border:1px solid #fff;
	min-height:168px; 
	_height:168px;
	background:#fff url(../imgs/welcome-bg.jpg) bottom left no-repeat;
	padding:10px;
	margin-bottom:5px;
}
section.welcome h2{ margin-left:45px; padding:5px; }
section.welcome p{ margin-left:185px; }

section.lang ul
{ 
	position:absolute;
	right:-1px;
	top:-1px;
	background-image: -moz-linear-gradient(top, #7e7e7e, #5d5d5d);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7e7e7e),color-stop(1, #5d5d5d)); 
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#7e7e7e', EndColorStr='#5d5d5d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7e7e7e', EndColorStr='#5d5d5d')";
	background:#ccc url(../imgs/lang-bg.png) top left repeat-x; 
	height:24px; 
	padding:3px 5px 3px 10px;
	-moz-border-radius-bottomleft:30px;
	-webkit-border-bottom-left-radius:30px;
}
section.lang ul li{ list-style:none; float:left; }
section.lang ul li a{ float:left; padding:5px; color:#fff; text-decoration:none; border-right:1px solid #fff; }
section.lang ul li:last-child a{ border-right:none; }
section.lang ul li a.last{ border-right:none; }

section article h3{ margin-left:55px; margin-bottom:10px; }
section article
{ 
	background:url(../imgs/section-bg.jpg) top left repeat-x;
	background-image: -moz-linear-gradient(top, #c9c9c9, #ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c9c9c9),color-stop(1, #ffffff)); 
	padding:10px;
}
section article header{ position:relative; }
section article header .icon{ position:absolute; left:5px; top:-15px; }

article.formation,article.bank{ width:350px; min-height:170px; _height:170px; }
article.bank{ margin-left:8px; }

.welcome a,
article.formation a,
article.bank a,
article.hk a,
article.formationC a,
article.consult a{ text-decoration:underline; }
.hk
{ 
	background:url(../imgs/hk-bg.jpg) top left repeat-x;
	background-image: -moz-linear-gradient(top, #C5D2C4, #ffffff);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C5D2C4),color-stop(1, #ffffff)); 
	padding:10px;
}

article.formationC,article.bankC{ width:350px; min-height:140px; _height:140px; }
article.bank, article.bankC{ margin-left:8px; }

section.content article ul{ margin:0; padding:0; margin-bottom:18px; margin-left:30px; }
section.content article ul li{ margin-bottom:9px; }
section.content article ol{ margin:0; padding:0; list-style:disc; margin-bottom:18px; margin-left:15px; }
section.content article ol li{ margin-bottom:9px; color:#333333; font-family:arial, "Times New Roman", Times, serif; line-height:120%; }

