html {
	text-align: center;
	background: white;
	font-family: "Arial";
	font-size: 1em;
	padding: 10px;
	margin:0
}

a:link {
	color: #1576BD;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}


div#container {
	width: 990px;
	margin: auto;
	text-align: left;

}

div#header {
	margin-bottom: 10px
}


ul.menu {
	float: right;
	list-style: none;
	margin:0;
	margin-top: 7px
}

ul.menu li {
	display: inline-block;
	font-size: 0.9em;
	margin: 0 5px
}

ul.menu li span.current,ul.menu li a {
	padding: 5px 9px;
	
}
ul.menu li span.current, ul.menu li a.parent {
	background: #1576BD;
	color: white;
}

div#front {
	background-color: #1576BD;
	padding: 20px;
	height: 280px;
	color: white;
	border-radius: 15px;
	box-shadow: 0 1px 2px gray;
	margin-bottom: 20px

}
div#front.liquid {
	height: auto;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}


div#front h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 10px;
	margin-bottom: 20px
}

div#front p {
	margin: 0 10px;
	font-size: 0.9em;
	color: #eee;
	margin-bottom: 20px
}


div#front-video {
	float: right;
	background: transparent url(/images/site/ajax-loader.gif) center no-repeat
}

a.button,li.button a, div.clientform button {
	border-radius: 7px;
	padding: 8px 13px 9px 13px;
	display: inline-block;
	/*background-color: #BBCA50;*/
background: -moz-linear-gradient(top,  #66bd4a,  #04912c) !important;
	background: -o-linear-gradient(top,  #66bd4a,  #04912c) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#66bd4a), to(#04912c));
	color: white !important;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	box-shadow:0 0 2px gray;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #31350A;
	border-right-color: #31350A;
	border-top-color: #E2ED90;
	border-left-color: #E2ED90;
	cursor: pointer
	
}

.button.foo {
	display: none !important /* REMOVE THIS */
}
.button.bar {
	float: left /* REMOVE THIS */
}

li.button a {
	font-size: 1em;
	padding: 5px 10px 6px 10px;
	box-shadow: none
}

a.button:active {
	position: relative;
	top: 1px
}

div#footer {
	margin: 20px 0;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid silver;
	padding-top: 20px
}

div.myk {
	/*border: 1px solid #1576BD;
	border-radius: 15px*/
}

div#features-tabs {
	padding-bottom: 2px /* REMOVE THIS */
}


div#features-tabs ul {
	list-style: none;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	display: none /* REMOVE THIS */
}
div#features-tabs ul li {
	display: inline-block;
}
div#features-tabs ul li span.current, div#features-tabs ul li a {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	margin: 0 10px;
	border: 1px solid #439CDB;
	border-right-color: #0D5182;
	padding: 10px 20px;
	border-radius: 15px;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	height: 80px;
	background-color: #E5F4FF;
	color: black
}
div#features-tabs ul li span.current {
	position: relative;
	z-index: 3;
	top: 3px;
	background-color: white
	
}

div#features-tabs ul li big{
	display: block
}
div#features-tabs ul li a {
	text-decoration: none;
	color: black
}
div#features-tabs ul li a big {
	text-decoration: underline;
	color: #1576BD
}

ul#features {
	padding: 0 0 20px 0;
	margin: 0;
	height: auto;
	border: 2px solid #1576BD;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul#features li {
	display: inline-block;
	width: 42%;
	margin: 14px 14px 4px 14px;
	padding: 10px 20px 20px 20px;
	vertical-align: top;
	border: 1px solid #eee;
	border-radius: 10px;
	height: 180px;
	background-color: white
}
ul#features li:hover {
	background-color: #E5F4FF;
	border-color: #A8CFEA
}

ul#features li p {
	margin: 5px 0 10px 0;
	font-size: 0.8em;
	color: gray
}

ul#features li img {
	opacity: 0.8;
	border: 1px solid silver;
	max-width: 300px;
	max-height: 120px
}

div.clientform {
	background-color: #1576BD;
	border-radius: 10px;
	color: white;
	padding: 20px;
	border: 1px solid #105789;
	border-top-color: #5A9ECE;
	border-left-color: #5A9ECE;
	box-shadow:0 0 3px gray;
	margin: 20px 0
}

div.clientform p  {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	color: #F2CFC9
}

div.clientform p.formerror {
	color: red;
	font-size: 1.3em;
	padding: 7px 11px;
	background-color: white;
}

div.clientform input, div.clientform textarea {
	border: 1px solid #105789;
	border-bottom-color: #5A9ECE;
	border-right-color: #5A9ECE;
	border-radius: 5px;
	height: 2em;
	padding: 0 7px;
	font-size: 1.1em;
	width: 230px
}	

div.input.missed input, div.input.missed textarea {
	border-color: red;
	background-color: #FFC9C9
}

div.input {
	margin-bottom: 10px
}

div.input label {
	display: inline-block;
	width: 180px;
	padding-right: 20px;
	text-align: right
}

div.input.textarea label {
	text-align: left

}

div.input textarea {
	width: 97%;
	height: 100px
}
div.input label small {
	color: silver
}

div.clientform button {
/*	border-radius: 7px;
	padding: 8px 13px 9px 13px;
	display: inline-block;
	background-color: #BBCA50;
	background: #BBCA50 -moz-linear-gradient(top,  #BBCA50,  #828C39);
	background: #BBCA50 -o-linear-gradient(top,  #BBCA50,  #828C39);
	background: -webkit-gradient(linear, left top, left bottom, from(#BBCA50), to(#828C39));
	color: #31350A !important;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	text-shadow: 0 1px 0 #B8C45C;
	box-shadow:0 0 2px gray;
	border-style: solid;
	border-width: 1px;
	border-bottom-color: #31350A;
	border-right-color: #31350A;
	border-top-color: #E2ED90;
	border-left-color: #E2ED90;
	cursor: pointer*/
}

p.success {
	padding: 10px 20px;
	font-size: 1.2em;
	background-color: green;
	color: white;
	border-radius: 10px;
	box-shadow:0 0 2px gray;
	text-shadow: 0 1px 0 #004F00;
}


/*HUY*/