html {
	min-height:100%;
}
html, body, * {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #dbeff8;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	min-width:998px;
}
table {
	border-collapse:collapse;
	font-size: 12px;
}
input:focus {
	outline: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
	height: 0px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.wrapper {
	width:998px;
	position: relative;
	background-color: #63ccea;
	background-image:url(head.gif);
	background-repeat:no-repeat;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 20px;
}
.wrapperVn {
	width:998px;
	position: relative;
	background-color: #63ccea;
	background-image:url(head2.gif);
	background-repeat:no-repeat;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 20px;
}
#flashBox {
	position: relative;
	height: 453px;
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#flashBox2 {
	width: 613px;
	position: absolute;
	top: 7px;
	right: 6px;
}
.content {
	background-image: url(content.png);
	background-repeat: repeat-y;
	width: 978px;
	padding-right: 10px;
	padding-left: 10px;
}
.content p {
	padding-bottom: 10px;
	line-height: 18px;
}
.content p, .content h1, .content h2, .content h3 {
	padding-right: 10px;
	padding-left: 10px;
}
.content a {
	color: #3898c7;
}
.content a:hover {
	color: #63CCEA;
	text-decoration: none;
}
.left {
	float: left;
	width: 475px;
}
.right {
	float: right;
	width: 485px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0294b2;
	padding-top: 15px;
	padding-bottom: 15px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0294b2;
	padding-bottom: 15px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}
.blue {
	color: #2175ac;
}

.ramka {
	padding:10px;
	border: 1px solid #c3c3c3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	background-image: url(ramka.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	z-index: 20;
	margin-left: 10px;
	margin-top: 5px;
}
.hot {
	width:220px;
	padding:10px;
	border: 1px solid #FF7979;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(border-radius.htc);
	background-image: url(ramka.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	z-index: 20;
	margin-top: 5px;
	margin-bottom:10px;
}
.hot table {
	font-size:14px;
}
.hot table td {
	padding-bottom: 10px;}
.hot h2, .red {
	color: #C50000;
}
small {
	font-size:12px;
}
/*--------------------- HTML5 tags -----------------------*/

header, section, footer, figcaption, menu, aside, nav, article, figure, address {
	display: block;
}
.wrapper header {
	height: 278px;
	width: 998px;
}
.wrapperVn header {
	height: 60px;
	width: 998px;
}
nav {
	background-image: url(nav.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 619px;
	padding-left:379px;
	position: relative;
	z-index: 100;
}
nav a {
	font-size: 14px;
	line-height: 34px;
	font-weight: bold;
	background-image: url(nav_a.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	text-align: center;
	display: inline-block;
	width: 112px;
	margin-right: 1px;
	height: 36px;
	color: #d5f2f6;
	text-decoration: none;
}
nav a:hover, nav a.current {
	color: #0291ae;
	background-position: 0px 0px;
}
footer {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	width: 998px;
	padding-top: 10px;
	font-size: 12px;
	z-index: 50;
	position: relative;
	color: #FFF;
}
footer p {
	padding-top: 10px;
}
footer a {
	color: #0284A0;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer p.copir {
	font-size: 11px;
}
/* -------------------------------------form------------------------------------------------ */
/* button */
a.button {
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	background-color: #0284A0;
	border-radius: 3px;
}
a.button:hover {
	color: #63CCEA;
	background-color: #015061;
}

select, input[type=text], input[type=password] {
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #d6d6d6;
	color: #222222;
	font-size: 16px;
}
label {
	line-height: 25px;
	display: inline-block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
textarea {
	padding: 5px;
	border: 1px solid #d6d6d6;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F7F7F7;
	width:230px;
	height:150px;
	float:left;
	margin-left:5px;
}
p {
	padding-bottom:10px;
}
select.error, input[type=text].error, textarea.error {
	border: 1px solid #B1123E;
}
label.sm {
	width: auto;
}