@charset "utf-8";
body {
    margin: 0px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    height: 100%;
    background-image: url(../images/background.gif);
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 72px;
}
div {
    margin: 0px;
    padding: 0px;
}
table { border-collapse: collapse; }
img { border: none; }
h1 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 12px;
}
h2 {
    font-size: 18px;
    line-height: 18px;
}
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 30px;
    line-height: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#FFF;
	margin: 0px;
    padding: 0px;
}
h6 { font-size: 28px;
    line-height: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
	color:#FFF;
	margin: 0px;
    padding: 0px;
}
input {
    clear: both;
    display: block;
    margin-bottom: 12px;
}
textarea {
    clear: both;
    display: block;
    margin-bottom: 12px;
}
.reg { font-size: xx-small; }
.trade { 
	font-size: x-small;
}
.header {
    background-color: #FFFFFF;
    width: 100%;
}
.header .logo {
    padding: 8px;
    width: 584px;
    min-width: 584px;
}
.header .contact {
    line-height: 48px;
    width: 160px;
    min-width: 160px;
}
.header .contact h2 { text-align: center; }
.light_pay {
	text-align:center;
	
}
.light_pay li {
	font-size:14px;
	color:#0CF;
}
.menu {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #999999;
    font-size: 14px;
    line-height: 32px;
}
.menu ul {
    margin: 0px;
    padding: 0px;
}
.menu ul li {
    display: inline;
    padding-right: 8px;
    padding-left: 4px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eeeeee;
}
.menu ul li a {
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    padding: 4px;
    border: 1px dotted #FFFFFF;
}
.menu ul li a:hover {
    padding: 4px;
    border: 1px solid #eeeeee;
}
.popupMenu {
    border: 1px solid #CCCCCC;
    padding: 8px;
    visibility: hidden;
    font-size: 14px;
    line-height: 18px;
    width: 180px;
    background-image: url(/images/popupMenu-background.png);
}
.popupMenu ul {
    margin: 0px;
    padding: 0px;
}
.popupMenu ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.popupMenu ul li a {
    color: #666666;
    text-decoration: none;
}
.popupMenu ul li a:hover {
    color: #000000;
    text-decoration: none;
}
.footer {
    background-color: #FFFFFF;
    width: 100%;
}
.footer .copyright {
    font-size: 10px;
    line-height: 12px;
    color: #999999;
}
.footer .copyright p {
    margin: 0px;
    padding: 2px;
}
.footer .copyright ul {
    margin: 0px;
    padding: 0px;
}
.footer .copyright ul li {
    display: inline;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer .copyright ul li a {
    text-decoration: none;
    color: #666666;
}
.footer .navigation {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.footer .navigation ul {
    margin: 0px;
    padding: 0px;
}
.footer .navigation ul li {
    display: inline;
    padding-right: 8px;
    padding-left: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #eeeeee;
}
.footer .navigation ul li a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #FFFFFF;
}
.footer .navigation ul li a:hover {
    color: #000000;
    border: 1px solid #eeeeee;
}
.footer .logo {
    width: 160px;
    text-align: center;
    padding: 4px;
}
.sidebar {
    width: 200px;
    vertical-align: top;
    color: #000000;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #eeeeee;
    border-left-color: #eeeeee;
}
.sidebar p {
    padding: 4px;
    margin: 0px;
}
.banner { }
.banner .one {
	height: 340px;
	width: 600px;
	background-image: url(../images/two-background-new.jpg);
	background-repeat: no-repeat;
	min-width: 600px;    /*background-color: #eeeeee;*/
	max-height: 340px;
	max-width: 600px;
	vertical-align: top;
}
.banner .one div.index {
    width: 280px;
    height: 340px;
    float: left;
    padding-right: 18px;
}
.banner .one div.index h1 {
    color: #FFFFFF;
}
.banner .one div.index h2 {
    color: #000000;
}
.banner .one div.index ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    color: #AF342F;
}
.banner .two {
    height: 340px;
    /*width: 160px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;*/
    max-height: 340px;
    min-width: 160px;
    width: 160px;
	padding-left: 2px;

}
.banner .two div.index h2 {
	text-align: center;
}
.banner .three {
    height: 240px;
    width: 760px;
    /*
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;*/
    vertical-align: top;    /*background-color: #cccccc;*/
}
.banner .three .index td {
    vertical-align: top;
    padding: 4px;
}
.banner .four {
    width: 264px;
    height: 580px;
    /*
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;
    */
    /*    background-color: #bbbbbb;*/
    vertical-align: middle;
    text-align: center;
}
.banner .four h1 { text-align: center; }
.banner .four div.index {
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
}
.banner .four .index h2 { margin-bottom: 0px; }
.banner   .four   .index  h4 { margin-top: 0px; }
.banner .five {
/*
    height: 140px;*/
    /*
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;   */ /*background-color: #aaaaaa;*/
}
.banner .six {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eeeeee;
    vertical-align: top;
}
#layout1.banner   .two { background-color: #CFD0D4; }

#layout1 .two  h3 {
	text-align: center;
	color: #666666;
}

#layout1 .two p {
	padding: 8px;
	font-weight: bold;
}

#layout1 .two div {
	text-align: center;
}

#layout2.banner { background-image: url(/images/layout2-background.jpg); }
#layout2.banner .one {
    height: 140px;
    background-image: url(/images/one-background.png);
    background-position: bottom;
}
#layout2.banner .two {
    width: 160px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;
    background-image: url(/images/two-background.png);
    background-repeat: repeat;
    background-color: none;
}
#layout2.banner .four {
    width: 264px;
    height: auto;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #CCCCCC;
    background-image: url(/images/four-background.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
#layout2.banner .six { background-color: white; }
.content {
    vertical-align: top;
    background-color: white;
    width: 760px;
}
.matrix { }
.matrix td {
    padding: 4px;
    border: 1px solid #CCCCCC;
}
.index-box {
	width: 100%;
	vertical-align: top;
}
.index-box div {
	padding: 8px;
}
.index-box table {
	width: 100%;
}
.index-box table tr td {
	width: 25%;
	text-align: center;
}
.index-box h7 {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

