@import 'cumquat/clear.css';
@import 'cumquat/structure.css';
@import 'cumquat/typography.css';
@import 'cumquat/common.css';
@import 'generic.css';

.page-center-wrap{
  width: 100%;
  background: url("../images/background-light.png") no-repeat center top;
}
.page-center-content{
  width: 960px;
}
.header{
  display:block;
  height:80px;
  position:relative;
  overflow: hidden;
}
.logo{
  display:block;
  width:430px;
  height:86px;
  background:url("../images/logo.png") no-repeat 50% 50%;
  float: left;
}
.slogan{
  display:block;
  width:514px;
  height:118px;
  background:url("../images/slogan.png") no-repeat 50% 50%;
  position:absolute;
  left: 295px;
}
/****** banner ******/
.banner{
  display:block;
  width:100%;
  height:223px;
  position:relative;
  background: url("../images/header-main.jpg") no-repeat left top;
}
#page-index .banner{
  background: url("../images/header-main.jpg") no-repeat left top;
}
#page-contact .banner{
  background: url("../images/header-bank.jpg") no-repeat left top;
}
.banner .banner-panel-left{
  position: absolute;
  left:0px;
  top:0;
  width: 225px;
  height: 285px;
  background: url("../images/panel-left.png") no-repeat -10px 0;
}
.banner-subscribe{
  height:250px;
  width:100%;
  position:relative;
}
.banner-subscribe .subscribe{
  width:555px;
  height:105px;
  position:relative;
  top: 135px;
  left:375px;
  background:url("../images/signup-bg.png") no-repeat;
}
.subscribe form{
  padding-left: 23px;
  padding-top: 49px;
}
.subscribe input{
  border:0;
  background-color:transparent;
  padding: 11px;
}
.subscribe input[type=text]{
  width: 313px;
  height:42px;
  font-size:2em;
  padding:6px 11px;
  letter-spacing:0.01em;
  margin: 0;
  background:url("../images/signup-text.png") no-repeat left top;
  position:absolute;
}
.subscribe input[type=submit]{
  width: 204px;
  height:42px;
  text-indent:-999px;
  cursor:pointer;
  margin: 0;
  padding:0;
  position:absolute;
  left: 330px;
  background:url("../images/signup-btn.png") no-repeat center top;
}
.subscribe input[type=submit]:hover{
  background-position:center bottom;
}

/****** main ******/
.main{
  position:relative;
  background: #fff;
}
#main{
  padding: 0;
}
#main .main-content{
  margin-top: 10px;
}
#page-index #main .main-content{
  background: #fff url("../images/body-background.png") repeat-y center top;
}
#main .panel-left{
  width: 225px;
  float: left;
  /*background-color: #F0F5E3;*/
  padding-top: 50px;
}
#page-index #main .panel-left{
  background-color: transparent;
}
#main .panel-right{
  width:735px;
  float: left;
}
.panel-right .column-content{
  border-right: 2px solid #F0F5E3;
  display: block;
  margin-right: 10px;
}

#main-shadow{
  width:835px;
  height:100px;
  background:url("../images/main-shadow.png") no-repeat;
}

/****** BOX ******/
.box{
  margin-bottom: 20px;
  width: 225px;
  background: url("../images/box-light-bg.png") repeat-y 50% 50%;
}
.box-top{
  background: url("../images/box-light-top.png") no-repeat 50% 0;
  padding-top: 5px;
}
.box-top .box-content{
  background: url("../images/box-light-bottom.png") no-repeat 50% 100%;
}
.box h1{
  color: #585e65;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.box h2{
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

.col1 .box, .col2 .box{
  background: transparent url("../images/hr.png") no-repeat center bottom;
  padding-bottom: 15px;
}
.box .box-content{
  padding: 0 20px 20px 20px;
}
.box .box-content, .box .box-content p, .box .box-content h2{
  font-family: "Segoe UI", Helvetica, Arial, sans-serif !important;
  line-height: 1.2em;
}
.box label{
  padding-left: 10px;
}
.box .box-content, .box .box-content form{
  font-size: .9em;
}
.box-content a{
  color: #666;
  text-decoration: none;
}
.box-content a:hover{
  color: #000;
}
.box-content a.readmore{
  display: block;
  text-align: right;
  background: url("../images/link.png") no-repeat 0 50%;
  float: right;
  padding: 3px 5px 5px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior:url("border-radius.htc");
  background-color: #f2f2f2;
}
.box-content a.readmore:hover{
  background-color: #e7e7e7;
}
.box-content ul{
  padding-top: 0;
  margin-top: 0;
}
.box-content ul li{
  list-style: url("../images/radio.gif");
  padding-bottom: 5px;
}
.box input[type=text], .box input[type=password]{
  width: 150px;
  height: 29px;
  border: 0;
  padding: 5px 10px 5px 25px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.box input[type=checkbox]{
  margin-right: 5px;
}
.box input.text-username{
  padding: 7px 5px 0 25px;
  background: transparent url("../images/input-username.png") no-repeat 50% 0;
}
.box input.text-pass{
  padding: 7px 5px 0 25px;
  background: transparent url("../images/input-password.png") no-repeat 50% 0;
}
.box input.text-email{
  padding: 7px 5px 0 25px;
  background: transparent url("../images/input-email.png") no-repeat 50% 0;
}

/* Box into banner */
.banner-panel-left .box{
  padding: 0;
  width: 205px;
  margin-left: 0px;
  margin-top: 30px;
  background: none;
}
.banner-panel-left .box-content{
  padding: 10px;
}
.banner-panel-left .box h1, .banner-panel-left .box-content, .banner-panel-left form, .banner-panel-left a{
  color: #e6e6e6;
}
.banner-panel-left a:hover{ color: #fff;}

/* Box in ychart */
#ychart{
  padding: 0px;
}

/* Box in panel right */
.panel-right .col1 .box-content, .panel-right .col2 .box-content{
  padding: 0 5px;
}
.panel-right .col1 .box, .panel-right .col2 .box{
  margin-bottom: 10px;
  border-bottom: 1px dashed #e7e7e7;
}
.panel-right .col1 .box h1, .panel-right .col2 .box h1{
  padding: 0;
}

/* Box in main-content */
.inside .panel-right .box{
  width: 80%;
  background-image: none;
  border-bottom: 1px dashed #e7e7e7;
  position: relative;
  margin: 3px auto;
}
.inside .panel-right .box .box-content{
  padding-bottom: 3px;
}

.button-login{
  width: 61px;
  height: 26px;
  text-indent: -999px;
  background: transparent url("../images/btn-login.png") no-repeat 50% 50%;
  cursor: pointer;
  border: 0 !important;
  float: right;
  margin-top: -5px;
}
.button-subscribe{
  width: 81px;
  height: 26px;
  text-indent: -999px;
  background: transparent url("../images/btn-subscribe.png") no-repeat 50% 50%;
  background-color: transparent !important;
  cursor: pointer;
  border: 0 !important;
  /*float: right;*/
  display: inline-block;
  margin: 5px auto 0 auto;
  position: relative;
}

/****** footer ******/
.footer{
  width : 100%;
  height: 200px;
  background: transparent url("../images/footer.png") no-repeat 50% 0;
}
.footer-bg-top{
  width:100%;
}
.footer-bg-dwn{
  width:100%;
}
.footer .inner{
  padding:20px 60px;
}
.footer, .footer h2, .footer p, .footer span, .footer a{
  text-align:justify;
  color: #DFE3E7;
}
.footer p{
  padding-bottom: 20px;
}
.footer h2{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 22px;
}

.footer .copy{
  font-size: .9em;
}

.footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.footer ul li{
  display: inline;
  border-right: 1px solid #ccc;
  padding-right: 3px;
}
.footer ul li.item1{display: none;}
.footer ul li.item7{
  border-right: none !important;
}
.footer ul li a{
  font-size: .9em;
  color: #DFE3E7;
  display: inline-block;
  padding: 3px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior:url("border-radius.htc");
}
.footer ul li a.selected, .footer ul li a:hover{
  background-color: #A6CF38;
  text-decoration: none;
  color: #081018;
}
.footer .panel-left, .footer .panel-right{
  margin: 0;
  padding: 0;
  float:left;
}
.footer .panel-left{
  width: 69%;
}
.footer .panel-right{
  width: 30%;
  text-align: left;
  color: #555;
  font-size: .93em;
}
.footer .panel-right h2{
  color: #333;
  line-height: 1.5em;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}
.footer .panel-right .panel-content{
  border-left: 3px solid #dedede;
  padding-left: 15px;
}

/****** Tip ******/
.tip_wrap{
  width: 700px;
  height:226px;
  overflow: hidden;
  cursor:pointer;
}
.tip-top{
  position:absolute;
  left:0;
  top:0;
  width: 700px;
  height:226px;
  z-index:100;
  background:url("../images/stock.png") no-repeat 50% 50%;
}
.tip{
  width: 682px;
  height:216px;
  position:absolute;
  left:10px;
  top:8px;
  overflow:hidden
}

/****** Columns ******/
.columns{
  display: block;
  position: relative;
  clear: both;
  width : 100%;
}
.columns .column-left, .columns .column-middle, .columns .column-right{
  margin: 0;
  padding: 0;
  float: left;
}
.columns .column-left, .columns .column-right{
  width: 29%;
}
.columns .column-middle{
  width: 40%;
}
.columns .column-left, .columns .column-middle{
  border-right: 1px solid #6fa9bb;
}
.column-content{
  padding: 10px;
}

.main-content .panel-right .column-content{
  border: none;
  padding: 0 20px;
}

/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

  /* 3 Column settings */
	.threecol {
    /*border: 1px solid blue;*/
		/*background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
    /*border: 1px solid fuchsia;*/
		right:220px;			/* width of the right column */
		/*background:#fff;		/* center column background colour */
    /*border-right: 1px solid blue;*/
	}
	.threecol .colleft {
		right:270px;			/* width of the middle column */
		/*background:#f4f4f4;	/* left column background colour */
    /*border-right: 1px solid red;*/
	}
	.threecol .col1 {
    /*border: 1px solid green;*/
		width:250px;			/* width of center column content (column width minus padding on either side) */
		left:104%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
    /*border: 1px solid yellow;*/
    border-right: 1px dashed #e7e7e7;
		width:250px;			/* Width of left column content (column width minus padding on either side) */
		left:240px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
    /*border: 1px solid red;*/
		width:220px;			/* Width of right column content (column width minus padding on either side) */
		left: 495px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/*** header search ***/
.header-search{
  width: 284px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 40%;
  overflow: hidden;
}
.header-search input.text{
  border: 0;
  width: 165px;
  height: 28px;
  background: transparent url("../images/search.png") no-repeat;
  padding: 5px;
  margin: 0;
  padding-left: 30px;
  overflow: hidden;
  display: block;
  float: left;
}
.header-search input.button-search{
  border: 0;
  width: 80px;
  height: 28px;
  background: transparent url("../images/search.png") no-repeat right top;
  padding: 5px;
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  float: left;
}

/*** navigation ***/
.navigation{
  clear: both;
  width: 100%;
  height: 62px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  background: url("../images/nav.png") no-repeat left top;
}
.navigation ul, .navigation ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.navigation ul li{
  float: left;
}
.navigation ul li a{
  display: block;
  position: relative;
  height: 62px;
  text-indent: -9999px;
  background-image: url("../images/nav.png");
}
.navigation ul li.item1 a{
  background-image: url("../images/logo.png") !important;
  width: 295px;
}
.navigation ul li.item2 a{
  background-position: -295px -62px;
  width: 109px;
}
.navigation ul li.item2 a:hover, .navigation ul li.item2 a.selected{
  background-position: -295px -124px;
}
.navigation ul li.item3 a{
  background-position: -404px -62px;
  width: 111px;
}
.navigation ul li.item3 a:hover, .navigation ul li.item3 a.selected{
  background-position: -404px -124px;
}
.navigation ul li.item4 a{
  background-position: -515px -62px;
  width: 111px;
}
.navigation ul li.item4 a:hover, .navigation ul li.item4 a.selected{
  background-position: -515px -124px;
}
.navigation ul li.item5 a{
  background-position: -626px -62px;
  width: 111px;
}
.navigation ul li.item5 a:hover, .navigation ul li.item5 a.selected{
  background-position: -626px -124px;
}
.navigation ul li.item6 a{
  background-position: -737px -62px;
  width: 111px;
}
.navigation ul li.item6 a:hover, .navigation ul li.item6 a.selected{
  background-position: -737px -124px;
}
.navigation ul li.item7 a{
  background-position: -848px -62px;
  width: 112px;
}
.navigation ul li.item7 a:hover, .navigation ul li.item7 a.selected{
  background-position: -848px -124px;
}

/*** datagrid ***/
.datagrid{
}
.datagrid *{
  font-size: .95em;
}
.datagrid table{
  width : 95% !important;
  background-color: transparent !important;
  margin-left: 2%;
}
.datagrid td.right{
  float: none;
  display: table-cell;
}
form{
  margin: 0 !important;
}

.words{
  display: block;
  text-align: center;
}
.words a{
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px;
  color: #666;
  border: 1px solid #e7e7e7;
  background-color: #f2f2f2;
  font-size: .8em;
  font-weight: bold;
}
.words a:hover, .words a.active{
  color: #fff;
  border: 1px solid #000;
  background-color: #203038;
  text-decoration: none;
}

ul.terms, ul.terms li{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.terms{
  padding-top: 15px;
}
ul.terms li{
  display: inline;
  margin-left: 3%;
}
ul.terms li a{
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  border: 1px solid #eee;
  width: 42%;
  margin-top: 5px;
  color: #666;

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior:url("border-radius.htc");
}
ul.terms li a:hover{
  border: 1px solid #ccc;
  background-color: #eee;
  text-decoration: none;
}

#TB_ajaxContent h4{
  color: #003714;
}
#TB_ajaxContent h6{
  color: #666;
  font-size: 1.2em;
  margin: 0;
}

#commodities-table{ padding: 0 40px 20px 40px;}
#commodities-table *{ font-size: .8em; }
#commodities-table table{border: 1px solid #203038;}

#banner-option-newsletter{
  float: left;
  width: 170px;
  height: 100px;
  display: block;
  position: absolute;
}