/*Tripoli is a generic CSS standard for HTML rendering.
_______________________________
RESET */
* {
	margin:0;
	padding:0;
}
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
	font:inherit;
	white-space:normal;
}
a, img, a img, iframe, form, abbr, acronym, object, applet, table, a abbr, a acronym {
	border-width:0;
}
dfn, i, cite, var, address, em {
	font-style:normal;
}
th, b, strong, h1, h2, h3, h4, h5, h6, dt {
	font-weight:normal;
}
caption, th, td {
	text-align:left;
}
html {
	font-family:arial, sans-serif;
}
/* \*/
html {
	font-family:sans-serif;
}
/* */
q {
	quotes:"\201C""\201D""\2018""\2019";
}
ul, ol, dir, menu {
	list-style:none;
}
sub, sup {
	vertical-align:baseline;
}
a {
	color:inherit;
}
/*_______________________________DISABLE DEPRECATED HTML */
font, basefont {
	color:inherit;
	font:inherit;
	font-size:100%;
}
center, *[align] {
	text-align:inherit;
}
s, strike, u {
	text-decoration:inherit;
}
img {
	border:none;
	margin:0;
}
ol {
	list-style-type:decimal;
}
/*body{
	background-color:transparent;
}*/

tr, th, td {
	width:auto;
	height:auto;
	background-color:transparent;
	vertical-align:inherit;
	border:none;
}
nobr {
	white-space:normal;
}
marquee {
	overflow:visible;
	-moz-binding:none;
}
blink {
	text-decoration:none;
}
/*_______________________________GENERAL */
html {
	font-size:100%;
}
body {
	font-size:100%;
}
a {
	text-decoration:underline;
}
strong, th, thead td, h1, h2, h3, h4, h5, h6, dt {
	font-weight:bold;
}
cite, em, dfn {
	font-style:italic;
}
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size:100%;
}
pre {
	white-space:pre;
}
pre * {
	font-size:100%;
	white-space:pre;
}
del {
	text-decoration:line-through;
}
ins, dfn {
	border-bottom:1px solid black;
}
small, sup, sub {
	font-size:10px;
	padding:0 0 20px 0;
}
big {
	font-size:125%;
	line-height:80%;
}
abbr, acronym {
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}
abbr[title], acronym[title], dfn[title] {
	cursor:help;
	border-bottom:1px dotted black;
}
sup {
	vertical-align:super;
}
sub {
	vertical-align:sub;
}
blockquote {
	padding-left:2.2em;
}
hr {
	display:none; /* We will re-reset it later for content */
}

:lang(af), :lang(nl), :lang(pl) {
 quotes:'\201E' '\201D' '\201A' '\2019';
}

:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) {
 quotes:'\201E' '\201C' '\201A' '\2018';
}

:lang(da), :lang(hr) {
 quotes:'\00BB' '\00AB' '\203A' '\2039';
}

:lang(el), :lang(es), :lang(sq), :lang(tr) {
 quotes:'\00AB' '\00BB' '\2039' '\203A';
}

:lang(en-GB) {
 quotes:'\2018' '\2019' '\201C' '\201D';
}

:lang(fi), :lang(sv) {
 quotes:'\201D' '\201D' '\2019' '\2019';
}

:lang(fr) {
 quotes:'\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a';
}
*[lang|='en'] q:before {
	content:'\201C';
}
*[lang|='en'] q:after {
	content:'\201D';
}
*[lang|='en'] q q:before {
	content:'\2018';
}
*[lang|='en'] q q:after {
	content:'\2019';
}
input, select, button {
	cursor:pointer;
}
input[type='text'], input[type='password'] {
	cursor:text;
}
input[type='hidden'] {
	display:none;
}
/*_______________________________CONTENT */

h1 {
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}
h2 {
	font-size:1.5em;
	line-height:1;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin:1.14em 0 .57em;
}
h4 {
	font-size:1.3em;
	line-height:1;
	margin:1.23em 0 .615em;
}
h5 {
	font-size:1.2em;
	line-height:1;
	margin:1.33em 0 .67em;
}
h6 {
	font-size:1em;
	line-height:1;
	margin:1.6em 0 .8em;
}
hr {
	display:block;
	background:black;
	color:black;
	width:100%;
	height:1px;
	border:none;
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
hr, .content p, .content ul, .content ol, .content dl, .content pre, .content address, .content table, .content form {
	margin:0;
}
p+p {
	margin-top:0;
}
fieldset {
	margin:1.6em 0;
	padding:1.6em;
}
/* \*/
legend {
	padding-left:.8em;
	padding-right:.8em;
}
/* */
@media all and (min-width: 0px) /* for Opera 8 */ {
 legend {
 margin-bottom:0;
}
 fieldset {
 margin-top:0;
}
 [class^='content'] fieldset {
 margin-top:1.6em;
}
}
fieldset>*:first-child {
	margin-top:0;
}
textarea, .content input[type='text'] {
	padding:0;
}
input {
	padding:0;
}
select {
	padding:0;
}
select[multiple] {
	margin-bottom:0;
}
option {
	padding:0;
}
button {
	padding:0;
}
input[type='radio'] {
	position:relative;
	bottom:0;
}
dt {
	margin-top:0;
	margin-bottom:0;
}
ul, ol {
	margin-left:0;
}
caption, form div {
	padding-bottom:0;
}
ul ul, content ol ul, .content ul ol, content ol ol {
	margin-bottom:0;
}
/*_______________________________END */

@charset "utf-8";
body {
	font:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
/******************* Color Page *******************/
.colorPicker {
	position:absolute;
	left:0;
	background-color:#000;
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height:normal;
	z-index: 10;
}
.color {
	list-style:none;
	display:block;
	float:left;
	margin:0;
	color:#FFF;
}
.color li {
	display:inline-block;
	float:left;
	padding-right:10px;
}
.color li a {
	color:#FFF;
	outline: none;
	text-decoration: none;
}
/*************** Header **************/
#header {
	width: 100%;
	height:71px;
	background:url(images/bkg_header.png) repeat-x;
}
.logo {
	float: left;
}
#header a {
	display: inline;
}
#header ul {
	float: right;
	position:relative;
	margin: 24px 0 0;
}
#header li {
	display: inline;
	margin: 0 5px;
	list-style: none;
}
#header li a {
	color: #fff;
	font-size: 16px;
	outline: none;
	text-decoration: none;
	font-weight: bold;
}
.wrapper {
	width: 1000px;
	min-height: 71px;
	margin:auto;
	position:relative;
}
.banner {
	width: 100%;
	height: 428px;
	position:relative;
	padding: 33px 0 0;
}
img.img_banner {
	position:absolute;
	left:0;
	top:0;
}
.info_banner {
	width: 637px;
	height: 328px;
	margin: 21px 0 0;
	background:url(images/info_banner.png);
	padding: 20px 0 0 160px;
}
.info_banner h2 {
	font-size: 28px;
	color: #fff;
	font-style:italic;
	text-shadow: 1px 1px 10px #000;
	margin: 0 0 67px 0;
}
.info_banner span {
	width: 310px;
	font-size: 14px;
	margin: 0 0 10px 100px;
	display: block;
	line-height:24px;
}
.info_banner input[type='button'] {
	width: 188px;
	height: 48px;
	border: 0;
	margin: -60px 20px 0;
	float: right;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
	padding: 0 25px 0 0;
}
/************ Cascading style *********/
.rights {
	float: right;
}
.lefts {
	float: left;
}
.clear {
	clear: both;
}
.margin_li {
	margin: 0px 20px 0 0;
}
/**********/
/***** Content ****/
#content {
	width: 1000px;
	min-height: 200px;
	margin:auto;
}
.top_content {
	width: 1000px;
	height: 64px;
	margin:auto;
	padding:15px;
}
.top_content h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.ul_content {
	width: 307px;
	float:left;
	margin: 0 20px 0 0;
}
.ul_content li {
	list-style: none;
}
.ul_content li h2 {
	color: #272c38;
	font-size: 24px;
	margin: 0 0 15px 0;
}
.ul_content li p {
	color: #272c38;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.ul_content li input[type='button'] {
	width: 307px;
	height: 46px;
	border: 0;
	color: #000;
	font-size: 18px;
}
.ul_content li input[type='button']:hover {
	background:url(images/btn_content.png) no-repeat;
}
.li_img {
	text-align:center;
}
.ul2_content {
	margin: 20px 0 0;
	overflow:hidden;
	list-style: none;
	padding: 10px 0 64px 0;
	background: url(images/bkg_content1.png) center bottom no-repeat;
}
.li2_content {
	float: left;
}
.ul2_content h2 {
	font-size: 30px;
	color: #272c38;
	text-shadow: 1px 1px 0px #fff;
	font-style: italic;
	margin: 20px 0 10px;
}
.ul2_content p {
	font-size: 24px;
	color: #6a6a6a;
}
.ul2_content input[type='button'] {
	width: 188px;
	height: 48px;
	float: right;
	border: 0px;
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
	padding: 0 25px 0 0;
}
.ul2_content input[type='button']:hover, .info_banner input[type='button']:hover {
	background: url(images/btn_2.png);
}
.wait_news {
	width: 1000px;
	height: 94px;
}
.wait_news h2 {
	font-size: 50px;
	color: #272c38;
	display: inline;
	float:left;
	margin: 20px 0 0 10px;
}
.wait_news p {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	float: left;
	width: 340px;
	margin: 25px 0px 0 100px;
	color: #272c38;
}
.info_wait {
	width: 829px;
	height: 84px;
	float: right;
	background: url(images/bkg_wait.png) no-repeat;
}
.info_wait label {
}
.info_wait input[type='text'] {
	width: 241px;
	height: 26px;
	border:0;
	margin: 25px 0 0;
	line-height: 25px;
	background: transparent url(images/bkg_input_text.png);
	float: left;
}
.info_wait input[type='submit'] {
	width: 83px;
	height: 28px;
	float:left;
	border: 0;
	margin: 23px 0 0 10px;
	background: transparent url(images/btn_signup.png);
}
#footer {
	width: 100%;
	padding:20px 0;
	background:url(images/bkg_footer.png) repeat-x #2B303C;
}
.box_footer {
	width: 250px;
	margin-bottom:15px;
	overflow: hidden;
}
.box_footer h2, .box2_footer h2 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 25px 0px;
}
.box_footer p {
	font-size: 12x;
	color: #999999;
	margin: 0 0 13px 0;
}
.box_footer span {
	font-weight: bold;
	color: #999999;
	display: block;
}
.box2_footer {
	width: 440px;
	overflow: hidden;
	margin: 0 0 15px 40px;
}
.box2_footer ul {
	float: left;
	list-style: none;
}
.box2_footer li {
	margin: 0 35px 4px 0;
}
.box2_footer a {
	color: #999999;
	text-decoration: none;
}
.box2_footer a:hover {
	color: #F90;
	text-decoration: none;
}
.copyright_text {
	display:block;
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
	clear:both;
	color:#999999;
	text-align:center;
	border-top:1px solid #424A56;
}
.copyright_text a {
	text-decoration:none;
}


@charset "utf-8";
.banner {
	background: url(images/cyan/bkg_banner.jpg) center no-repeat;
}
#header li a:hover {
	color: #2cb4c7;
	font-size: 16px;
}
.top_content {
	background: url(images/cyan/head_content.png) no-repeat;
}
.ul_content li input[type='button'] {
	background:url(images/cyan/btn_content.png) no-repeat;
}
.ul2_content input[type='button'], .info_banner input[type='button'] {
	background: transparent url(images/cyan/btn_2.png);
}

