@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#wrapper {
	background: url(../images/bg.jpg) no-repeat #FDB221;
	background-attachment: fixed;
	background-size: 100%;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.clear {
	clear: both;
}
.container {
	width: 960px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.headtext {
	float: left;
	font-size: 30px;
	width: 500px;
	padding: 20px 0 0 0;
}
.logo {
	float: right;
	padding: 20px 0 0 0;
	height: auto;
	overflow: hidden;
}
.headtext h1 {
	font-size: 11px;
	font-weight: bold;
}
.headtext span {
	color: #549B04;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 0;
}
.photo {
	width: 100px;
	height: 100px;
	float: left;
}
#login_item {
	width: 960px;
	height: 450px;
	/*height: auto;
	overflow: hidden;*/
	margin-top: 150px;
}
.login_item {
	width: 488px;
	height: 250px;
	float: left;
	margin: 0 0 0 80px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #FFF;
	box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3), 0px 10px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3), 0px 10px 5px rgba(0, 73, 0, 0.3);
	-webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3), 0px 10px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.3), 0px 10px 5px rgba(0, 0, 0, 0.3);
	background: #fdaf18; /* Old browsers */
	background: -moz-linear-gradient(top, #fdaf18 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdaf18), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdaf18 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdaf18 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdaf18 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdaf18 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdaf18', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.loginform {
	margin: 40px 0 0 20px;
	text-align:center ;
	vertical-align:middle;
}
.form_text {
	font-weight: bold;
	padding: 40px 0 0 0;
}
.line {
	border-bottom: 1px solid #F2A716;
	height: 10px;
	display: block;
	margin: 0 20px 0 20px;
}
.input_class {
	width: 250px;
	height: 30px;
	border: 1px solid #fff;
	padding: 3px 5px 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	color: #000;
}
.rem_text {
	color: #333333;
	margin: 20px 20px 0 20px;
}
.forget_text {
	float: right;
	color: #333333;
	text-decoration: underline;
	margin: 0 20px 0 0;
}
.login_item .tick {
	width: 14px;
	height: 14px;
	background: #FF9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.forget_text a {
	float: right;
	color: #333333;
	text-decoration: underline;
}
.submit_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fdaf18; /* Old browsers */
	background: -moz-linear-gradient(top, #006F00 0%, #3DBA03 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006F00), color-stop(100%, #3DBA03)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006F00 0%, #3DBA03 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006F00 0%, #3DBA03 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #006F00 0%, #3DBA03 100%); /* IE10+ */
	background: linear-gradient(to bottom, #006F00 0%, #3DBA03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006F00', endColorstr='#3DBA03', GradientType=0 ); /* IE6-9 */
	border: none;
	padding: 5px;
	height: 30px;
	width: 82px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.submit_button:hover {
	color: #F2A716;
}
.products_slider {
	width: 300px;
	height: 250px;
	margin-top: 30px;
	float: right;
}
/* Menu */

#mainmenu {
	width: 956px;
	height:35px;
	background: #fdaf18; /* Old browsers */
	background: -moz-linear-gradient(top, #333333 0%, #6C6C6C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6C6C6C), color-stop(100%, #6C6C6C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%, #6C6C6C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%, #6C6C6C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 0%, #6C6C6C 100%); /* IE10+ */
	background: linear-gradient(to bottom, #333333 0%, #6C6C6C 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#6C6C6C', GradientType=0 );
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 0 0;
}

.menu_left ul {
	margin: 0;
	padding: 0;
	position:absolute;
}


.menu_left ul li {
	float: left;
	padding: 14px;
	list-style: none;
}

.menu_left ul li a {
	color: #FED78B;
	text-decoration: none;
	padding: 10px 10px 18px 10px;
}
.menu_left ul li a:hover {
	color: #fff;
	/*text-decoration:underline;*/
}
.menu_left .active {
	color: #FFF;
	text-decoration:underlin
	font-weight:bold;
}

#mainmenu ul {
  text-align: left;
  display: inline;
  margin: 0;
  /*padding: 15px 4px 17px 0;*/
  list-style: none;
 
}

#mainmenu ul li {
  display: inline-block;
  position: relative;
padding: 11px 0 0 14px; 
display:block;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#mainmenu ul li:hover {
  color: #fff;
  font-weight:normal;
}
#mainmenu ul li ul {
  padding: 0;
  position: absolute;
  top: 34px;
  background: #555; 
  left: 0;
  width: 250px;
  display:block;
  z-index:999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
 
}
#mainmenu ul li ul li { 
  background: #555; 
  display: block; 
  text-shadow: 0 -1px 0 #000;
  width:230px;
  margin-bottom:10px; 
   
}
#mainmenu ul li ul li:hover { background: #555; }
#mainmenu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}



.menu_right {
	float: right;
	font-size: 11px;
}


.menu_left{
	width:300px;
	float: left;
	
}

.menu_right  ul li {
	float: right;
	padding: 14px;
	list-style: none;
}

.menu_right  ul li a {
	color: #FED78B;
	text-decoration: none;
	padding: 10px 10px;
}
.menu_right  ul li a:hover {
	color: #fff;
}
.menu_right  .active {
	color: #FFF;
		text-decoration:underline;
	font-weight:bold;
}


.menu_right .divder {
	color: #FFF;
	padding: 0;
	margin: 0 -16px;
}
#content_wrapper {
	width: 956px;   
	height: 380px;
	margin: 3px 0 0 0;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #fff;
	background: #5EB123; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(94, 177, 35, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(94, 177, 35, 0.80)), color-stop(100%, rgba(255, 255, 255, 0.95)));/*background: -webkit-linear-gradient(top, rgba(94, 177, 35, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
	background: -o-linear-gradient(top, rgba(94, 177, 35, 0.80) 0%, rgba(255, 255, 255, 0.80);
	background: -ms-linear-gradient(top, rgba(94, 177, 35, 0.80) 0%, rgba(255, 255, 255, 0.80);
	background: linear-gradient(to bottom, rgba(94, 177, 35, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(94, 177, 35, 0.80)', endColorstr='rgba(255, 255, 255, 0.80)', GradientType=0 );*/
}
#content_wrapper h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin: 5px 20px 0 20px;
	padding: 5px 20px 10px 0px;
	border-bottom: 1px solid #F2A716;
}
.content {
	margin: 10px 20px 0 20px;
	overflow: auto;
	height: 80%;
}


.table_class {
	width: 480px;
	height: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcb833; /* Old browsers */
	background: -moz-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb833), color-stop(100%, #f8e6b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb833 0%, #f8e6b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb833', endColorstr='#f8e6b6', GradientType=0 ); /* IE6-9 */
	margin: 0 0 5px 5px;
	float: left;
}

.table_class1 {
	width: 400px;
	height: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcb833; /* Old browsers */
	background: -moz-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb833), color-stop(100%, #f8e6b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb833 0%, #f8e6b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb833', endColorstr='#f8e6b6', GradientType=0 ); /* IE6-9 */
	margin: 0 0 5px 5px;
	float: left;
}

.text {
	/*text-decoration: underline;*/
}
.table_class a, .table_class1 a{
	text-decoration:none;
	color:#000;}


.table_class a:hover,.table_class1 a:hover {
	
	color:#333333;}


.first {
	margin-left: 0;
}
.heading {
	color: #333333;
	text-align: center;
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold;
}
.heading img {
	vertical-align: middle;
	margin-right: 10px;
}


.table_class table {
	margin: 10px 10px 0 10px;
	font-size: 10px;
	border: 1px solid #FFF;
	border-collapse: collapse;
}

.table_class1 table {
	margin: 10px 10px 0 10px;
	font-size: 10px;
	border: 1px solid #FFF;
	border-collapse: collapse;
}


.tableform {
	margin: 10px 10px 0 10px;
	font-size: 10px;
	border: 1px solid #FFF;
	border-collapse: collapse;
}

.tableform .row1 {
	background: #F8E6B6;
	border: 1px solid #FFF;
}



.tableform .row2 {
	background: #F6D88F;
	border: 1px solid #FFF;
}



.table_class .row1 {
	background: #F8E6B6;
	border: 1px solid #FFF;
}

.table_class1 .row1 {
	background: #F8E6B6;
	border: 1px solid #FFF;
}


.table_class .row2 {
	background: #F6D88F;
	border: 1px solid #FFF;
}

.table_class1 .row2 {
	background: #F6D88F;
	border: 1px solid #FFF;
}

.tablehead {
	font-size: 10px;
	color: #333333;
	background: #F9B418;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
#footer_wrapper {
	width: 100%;
	height: 70px;
	/*position:absolute;
	bottom:0;*/
	background: #FFF;/*margin-top: 30px;*/
}
.footerlogo {
	float: left;
	padding: 10px 0 0 0;
}
.footertext {
	text-align: center;
	padding: 20px 0 0 0;
	float: left;
	display: block;
	width: 700px;
}
.footertext1 {
	float: right;
	padding: 20px 0 0 0;
}
#banner-fade, #banner-slide {
	margin-bottom: 60px;
}
/* Basic jQuery Slider essential styles */

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}




.form_class {
	width: 890px;
	height: 500px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcb833; /* Old browsers */
	background: -moz-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb833), color-stop(100%, #f8e6b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcb833 0%, #f8e6b6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcb833 0%, #f8e6b6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb833', endColorstr='#f8e6b6', GradientType=0 ); /* IE6-9 */
	/*margin: 0 0 10px 10px;*/

	float: left;
}
.field {
	width: 260px;
	height: 90px;
	border: 1px solid #F5E0A7;
	padding-top: 3px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333;
}
.field1 {
	width: 260px;
	height: 30px;
	border: 1px solid #F5E0A7;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	color: #333;
}
.field2 {
	width: 500px;
	border: 1px solid #F5E0A7;
	height: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
}
.submit {
	width: 100px;
	height: 34px;
	float: left;
	border: 0px;
	margin-right: 10px;
	font-weight: bold;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F0A816;
	cursor: pointer;
	color: #333;
}
.submit:hover {
	background: #FEB937;
}


