﻿html {
  background: url("../images/bright-squares.png") center center repeat #ffffff;
}

body {
  background: url("../images/head-battern.png") top center repeat-x;
  border-top: 6px solid #0b826b;
  font-family: "lightFont", "mediumFont", tahoma;
}

@font-face {
  font-family: 'boldFont';
  src:  url("../fonts/gess/bold.ttf") format("truetype"), url("../fonts/gess/bold.woff") format("woff");
}
@font-face {
  font-family: 'lightFont';
  src: url("../fonts/gess/light.ttf") format("truetype"), url("../fonts/gess/light.woff") format("woff");
}
@font-face {
  font-family: 'mediumFont';
  src: url("../fonts/gess/medium.ttf") format("truetype"), url("../fonts/gess/medium.woff") format("woff");
}

@font-face {
  font-family: 'gess';
  src: url("../fonts/gess/gess.ttf") format("truetype"), url("../fonts/gess/gess.woff") format("woff");
}


.main-container {
  background-color: #fff;
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.main-container a {
  outline: none !important;
}

header {
  min-height: 116px;
  position: relative;
}
header .logo {
  margin: 8px auto;
}
header .logo a {
  display: block;
  width: 100%;
}
header .site-title {
  font-size: 24px;
  padding-top: 25px;
  font-family: "boldFont";
  color: #0b826b;
}
header .site-title a img{
	max-width:100%;
}
header .login-form {
    background-color: #dadbdb;
    box-shadow: 0px 1px 3px #333333;
    border-radius: 0px 0 10px 10px;
    float: left;
    padding: 0px 10px 4px 10px;
    width: 320px;
}
header .login-form .login-control {
    width: 33%;
    display: inline-block;
    float: right;
    margin-right: 0%;
    height: 22px;
    margin-top: 4px;
    margin-left: 6px;
    border-radius: 20px;
    background-color: #f6f6f6;
    border: 0px none;
    font-family: "lightFont";
    text-align: center;
    font-size: 12px;
    color: gray;
}
header .login-form .login-submit {
  border: 0px solid;
  background-color: transparent;
  font-size: 16px;
  margin-top: 4px;
  padding-right: 10px;
  width: 10%;
  text-align: center;
  border-right: gray 1px solid;
  color: gray;
  height: 20px;
  float: left;
}
header .date {
  font-size: 12px;
  color: gray;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

nav.nav-cntr {
  width: 100%;
  min-height: 30px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+75 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(75%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, white 75%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f9 0%, white 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #c9c9c9;
}
nav.nav-cntr ul {
  list-style: none;
  padding: 0px 40px;
  text-align: center;
  height: 38px;
  margin-bottom: 0;
}
nav.nav-cntr ul li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  line-height: 38px;
  font-family: "mediumFont";
  font-size: 13px;
}
nav.nav-cntr ul li a {
  color: #666666;
  display: block;
  background: url(../images/nav-arrow.png) 10px 10px no-repeat;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out;
}
nav.nav-cntr ul li a:hover {
  background-position: 18px 10px;
  background-color: #ebebeb;
  text-decoration: none;
}
.home_search{
	position: relative;
	text-align: left;
	margin: 20px auto 11px;
}
.home_search_field {
	height: 32px;
	color: #309581;
	border-radius: 20px;
	padding: 0px 32px;
	border: 2px solid #309581;
	margin-left: 22px;
	width: 100%;
	text-align: center;
}
.home_search_button{
	background: transparent url("../images/search2.png") no-repeat scroll 0% 0%;
	border: medium none;
	position: absolute;
	top: 11px;
	right: 14px;
	width: 12px;
}
.new_user_test {
    color: #360 !important;
    width: 45px;
    display: inline-block;
    text-align: center;
}
.switch-site{
	font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    float: left;
}
.switch-site a{
	color:#007c64;
}