.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%;
}

html {
	background: white url(img/bg.jpg);
}

body {
	background: white;
	width: 800px;
	margin: 3px auto;
	font: 8pt/140% Verdana, Geneva, Arial, sans-serif;
	position: relative;
}

p {
	margin: 0; padding: 0;
}

ul {
	margin: 0; padding: 0;
	list-style: none;
}

h1,h2,h3,h4 {
	font-size: 1.2em;
}

img.float {
	float: right;
}
img.heading {
	margin: 0 0 10px 0;
}
div#home-banner {
	width: 800px; height: 60px;
	background: white url(img/home-banner.png) no-repeat;
	position: relative;
}
#home-banner a {
	display: block;
	position: absolute;
	left: 34px; top: 10px;
	width: 100px; height: 50px;
}

div#lang {
	position: absolute;
	right: 20px; top: 20px;
}

#lang li {
	float: left;
	margin: 0 .3em;
	padding: 0 .7em 0 .2em;
	border-right: 1px solid #ddd;
	text-align: center;
}
#lang li.last {
	border: none;
	margin-right: none;
	padding-right: none;
}
/*
#lang a {
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
<!--
#lang li {
	float: left;
	margin: 0 7px;
}
#lang a {
	display: block;
	width: 32px; height: 16px;
	background: white url(img/lang-en.png) no-repeat;
}
#lang a#fr {
	background-image: url(img/lang-fr.png);
}
#lang a#ja {
	background-image: url(img/lang-ja.png);
}
*/

div#header {
	position: relative;
	z-index: 10000;
}

div#nav {
	width: 800px; height: 25px;
	background: white url(img/nav.png) no-repeat;
	z-index: 1000;
}
div#page-banner {
	width: 800px; height: 73px;
	background: white url(img/banner.jpg) no-repeat;
}
body.service div#page-banner {
	background-image: url(img/banner-dichvu.jpg);
}
body.advantages div#page-banner {
	background-image: url(img/banner-themanh.jpg);
}

div#main {
	width: 784px; 
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


/*	FOOTER	*/
div#footer {
	width: 100%; 
	clear: both;
	padding: 1em 0;
	border-top: 1px dotted gray;
}
ul#altnav {
	width: 45%;
	margin: 0 auto;
}
#altnav li {
	float: left;
	margin: 0 .5em;
	border-right: 1px solid black;
	padding: 0 1em 0 0;
}
#altnav li.last {
	border-right: none;
}
#altnav a {
	color: #1E8095;
}

#footer p {
	clear: both;
	text-align: center;
	padding: 0.5em 0 0 0;
	color: gray;
}

/*	BREADCRUMB	*/
div#today {
	position: absolute;
	left: 10px; top: 0;
}

div#breadcrumb {
	width: 625px;
	height: 25px;
	margin: 0 auto;
	background-color: #D6E1EC;
	line-height: 22px;
	padding: 0 0 0 160px;
	background: transparent url(img/breadcrumb.png) no-repeat;
	color: #666;
	cursor: default;
	position: relative;
	
}
#breadcrumb a {
	color: #666;
	text-decoration: none;
	margin: 0 .5em 0 0;
	padding: 0 0 0 14px;
	background: transparent url(img/breadcrumb-sep.png) no-repeat;
}
#breadcrumb a#home {
	background-image: url(img/breadcrumb-first.png)
}

/*	SIDEBAR	*/
div#sidebar {
	width: 160px; height: 540px;
	position: absolute;
	left: 0; top: 0;
	background: white url(img/sidebar.jpg) no-repeat;
}
body.service div#sidebar {
	background-image: none;
}
#sidebar div#downloads {
	margin: 15px 0 0 0;
	padding: 0 0 0.5em 1em;
}
body.about #sidebar div#downloads, body.advantages #sidebar div#downloads  {
	margin-top: 250px;
	background-color: #DAEDF3;
	padding-top: 1em;
}
#downloads ul {
	margin: .5em 0 0 0;
}
#downloads li {
	background: transparent url(img/icn-pdf.gif) no-repeat 0 0.4em;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 20px;
	line-height: 1.2em;
}

/*	CONTENT AREA	*/
h1 {
	width: 565px;
	height: 28px;
	background: transparent url(img/h1.png) no-repeat;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 50px;
	color: #09c;
}
body.service h1 {
	background-image: url(img/h1-services.png);
}
body.about h1 {
	background-image: url(img/h1-about.png);
}
body.advantages h1 {
	background-image: url(img/h1-advantages.png);
}

h2 {
	background: transparent url(img/h2.png) no-repeat left bottom;
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	padding: 0 0 4px 0;
	color: #0099cc;
}

div.text {
	margin: 0 10px 20px 180px;
	padding: 0;
	min-height: 500px;
}
.text p {
	margin: 0.8em 0;
}
.text table {
	margin: 10px auto 10px auto;
	width: 100%;
	border: 4px solid #CAE8F0;
	padding: 4px;
}
.text td, .text th {
	padding: 0.4em 1em;
	border-style: none solid solid none;
	border-color: #CAE8F0;
	border-width: 1px;
}
.text th {
	text-align: left;
	background-color: #CAE8F0;
	border-color: white;
}


ul.bulleted, .text ul {
	margin: 0.5em;
}
.text table ul {
	margin: 0;
}
.bulleted li, .text li {
	background: transparent url(img/blt.png) no-repeat 0 -0.4em;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.7em;
}
.bulleted li li, .text li li {
	background-image: url(img/blt-sub.png);
	background-position: 0 0.2em;
	padding-left: 1.2em;
}

/*	CONTACT PAGE	*/
body.contact div.text {
	width: 70%;
}


/*	"MORE" LINK BUTTONS	*/
a.more {
	display: block;
	width: 51px; height: 13px;
	background: white url(img/more-news.png) no-repeat;
	float: right;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
}

/*	"THE MANH" BOX	*/
div.advantages {
	width: 508px;
	margin: 0 auto;
	padding: 40px 20px 20px 20px;
	background: white url(img/box-advantages.png) no-repeat;
	clear: both;
}