﻿@import url("reset.css");

/* ----------------------- style -----------------------*/
body {
  background-color: #111111;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #c6c6c6;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#ffffff;
	font-family: Helvetica,Arial,sans-serif;
}
h1{
	font-size:36px; 
	line-height:36px; 
	margin-bottom:15px;
}
h2{
	font-size:30px; 
	line-height:30px; 
	margin-bottom:15px;
}
h3{
	font-size:24px; 
	margin-bottom:15px;
}
h4{
	font-size:18px; 
	line-height:16px; 
	margin-bottom:12px;
}
h5{
	font-size:14px; 
	margin-bottom: 10px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 10px; 
	padding:0px;
	letter-spacing: 1px;
}
h4.title {
  margin-bottom: 5px;
}
a,a:link,a:visited {
  color:#ffb100;
  text-decoration:none;
}
a:hover{
  color:#ffffff;
}
a img, img {
  border:none
}
p {
  margin-bottom:15px;
  color:#c6c6c6;
  font-size: 12px;
  line-height: 2px;
}
p.nomargin {
  margin-bottom: 0; 
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 5px 0; 
  padding-bottom: 5px;
  color: #c6c6c6;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.alignleft {
  float: left;
  margin: 5px 15px 5px 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.divider {
  border-bottom: 1px solid #fff;
  text-align:center;
  width: 100%;
  margin-top: 2px;
}
.divider2 {
  border-bottom: 1px solid #fff;
  text-align:center;
  width: 100%;
  margin-bottom: 15px;
}
.spacer {
  clear: both;
  margin: 15px 0;
}
.col_12 {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 10px;
}
.col_13 {
  width: 300px; 
  display: inline;
  margin-right: 20px;  
  margin-right: 20px;
}
.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right: 20px; 
}
.col_34 {
  width: 700px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.last {
  float: right;
  margin-right: 0;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/overlay.png) repeat;
}
#header {
  background:url(../images/bkg_top.png) repeat;
  z-index: 1001;
  position: relative;
  height: 100px;
}
#logo {
  margin-top: 0px;
  width:228px;
}
#logo h1 {
  color: #ffffff;
}
#ctt {  
  z-index: 500;
  width: 100%;
  position: absolute;
  padding: 20px 0;
  bottom: 0;
}
#ctt a {
  color: #404241;
}
#ctt p {
  color:#fff;
}
.loading {
  margin-top: 10px;
  line-height: 30px;
  background: url(../images/progress.gif) 0 0 no-repeat;
  padding-left: 42px;
  font-size: 12px;
  color: #8f8f8f;
  float: left;
  padding-bottom: 5px;
}
.txt_wrap {
	width:100%;
	min-width:940px;
    margin: 0 auto;
	text-align:center;
	clear: all;
}
#txt_head {
	font-family: 'Times New Roman';
	font-size:70px;
	line-height:44px;
	color:#fff;
	z-index:95;
	position:relative;
	text-shadow:1px 1px 1px #000;
    margin:0 auto;
	width:100%;
	min-width:940px;
	top: -280px;
}
.sico {
	width:100%;
	min-width:940px;
    margin: 0 auto;
	text-align:center;
	clear: all;
}
.sico img {
	text-align:center;
	clear: all;
	margin-right: 10px;
}
.sico p {
	font-family: 'Times New Roman';
	font-size:15px;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	line-height:0px;
}
#txt_mini {
    font-family: 'Times New Roman';
	font-size: 24px;
	display: block;
	position: relative;
	margin: 0 0 0 0;
}
#txt_mini p {
	top: 0;
	left: 0;
	margin:0;
	position: absolute;
	display: none;
	width: 100%;
    text-align:center;
    text-shadow:1px 1px 1px #000;
}
#txt_mini2 {
    font-family: 'Times New Roman';
	font-size: 24px;
	display: block;
	position: relative;

}
#txt_mini2 p {
	top: 0;
	left: 0;
	margin:0;
	position: absolute;
	display: none;
	width: 100%;
    text-align:center;
    text-shadow:1px 1px 1px #000;
}
