/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }


body {
   background: #fff; 
    height: 100%;
	padding: 0;
	margin: 0;
	min-width:960px;

}

body td th{ 	font-family: Arial, Helvetica, sans-serif;;
	font-size:18px;
	color: #c5c5c5;
}

ol, ul {
list-style: none;
}

@font-face
{
font-family: Microsoft Yi Baiti;
    src: url(msyi.ttf);
}

.header {
width: 100%;
position: relative;
z-index: 2;
background: #000;
}


/***** menu *****/
.menu-row {
	width:100%;
	padding-bottom:2px;
	background: #fff;
}
.menu {
	padding:0 0 0 0;
	border-left:1px solid #e5e5e5;
}
.menu > li {
	float:left;
	position:relative;
	border-right:1px solid #e5e5e5;
}
.menu > li > a {
	display:block;
	width:191px;
	font-size:14px;
	line-height:4em;
	padding:4px 0 2px;
	color:#272727;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
}
.menu li a.active, .menu > li > a:hover {
	color:#fff;
	background:#89aa03;
}
.wrapper {
	width:100%;
	overflow:hidden;
}

/***** product menu *****/
.product-menu-row {
	width:100%;
	padding-bottom:2px;
	background: #fc7e04;
}
.product-menu {
display:inline-block;
height:100%;
max-height:100%;
border-left: 1px solid #e5e5e5;
}

.product-menu > li {
	float:left;
	position:relative;
	border-right:1px solid #e5e5e5;
}
.product-menu > li > a {
display:block;
	width:131px;
	font-size:14px;
	padding:4px 0 2px 2px;
	color:#272727;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
}
.product-menu li a.active, .product-menu > li > a:hover {
	color:#000;
	background:#fff;
}

.product-menu li:hover{
	color:#000;
	background:#fff;
}

 .product-menu-sub{
position: absolute;
display:none;
background:#ffdf00;
}

.product-menu-sub li a{
	line-height:2em;
	padding:4px 0 2px 2px;
	color:#272727;
	min-width:150%;
	text-transform:uppercase;
	text-align:left;
	text-decoration: none;
	font-size: 0.8125em;

}
.product-menu li:hover .product-menu-sub{
display: block;
min-width:150%;
text-align:left;
text-decoration: none;
}

.product-menu li a.active, .product-menu-sub > li > a:hover {
	color:#000;
	background:#fff;
}

.product-menu-sub li:hover a{
	line-height:2em;
	padding:4px 0 2px 2px;
	color:#000;
	min-width:150%;
	text-transform:uppercase;
	text-align:center;
	text-decoration: none;
}

/* main section */
.content {
width: 100%;
padding: 0;
margin: 0 auto;
line-height: 1.932em;
position: relative;
z-index: 1;
background: #fff;
min-height: 450px;
   display: -moz-box;      /* OLD: Firefox (buggy) */ 
   display: -ms-flexbox;   /* MID: IE 10 */
   display: -webkit-flex;  /* NEW, Chrome 21–28, Safari 6.1+ */
   display: flex;          /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
}

.main {
width: 960px;
margin: 0 auto;
line-height: 1.932em;
}

.main_logo {
width: 960px;
height:411px;
margin: 0 auto;
line-height: 1.932em;
}

/* main articles */

/* css for first story to be displayed */

.small-article-wrapper {
clear: both;
border: 1px solid #D5CBC1;
background-color: #EDE9E5;
margin: 18px 0;
min-height: 220px;
}

.small-article-wrapper img {
	border: 1px dashed #83726B;
	padding: 6px;
	margin: 1em;
	background-color: white;
	max-width:180px;
	max-height:180px;
	float:left;	
}


.small-article-wrapper-king {
clear: both;
border: 1px solid #D5CBC1;
background-color: #EDE9E5;
margin: 18px 0;
min-height: 420px;
}

.small-article-wrapper-king td {
vertical-align: top;
}

.small-article-wrapper-king img {
	border: 1px dashed #83726B;
	padding: 6px;
	margin: 1em;
	background-color: white;

	float:left;	
}


.small-article-wrapper td {
vertical-align: top;
}


.small-article-wrapper p a{
text-transform: uppercase;
font-family: "Times New Roman";
color: #000;
}

.small-article-wrapper h2 a{
font-size: 18px;
text-transform: uppercase;
font-family: "Times New Roman";
color: #000;
}

/* contact form styling*/

#content-page div {
 display: inline-block;
}

#page{
background: #fff;	
}

#address{
	width:45%;
	vertical-align: top;
}
#contact_form{
padding-left:2em;
	width:50%;
	vertical-align: top;

}

#footer {
display: block;
background: #fc7e04;
width: 100%;
padding: 25px 0 30px;
 clear : both;
}

#contact-form {
	display:block;
	width:100%;
}
#contact-form label {
	display:block;
	height:40px;
	overflow:hidden;
}
#contact-form .border {
	display:block;
	border:1px solid #fff;
	overflow:hidden;
}
#contact-form input {
	float:left;
	width:497px;
	font-size:12px;
	line-height:1.25em;
	color:#808080;
	padding:9px 8px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e4e4e4;
	background:#fff;
	outline:none;
}
#contact-form textarea {
	float:left;
	height:195px;
	width:497px;
	font-size:12px;
	line-height:1.25em;
	color:#808080;
	padding:9px 8px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #e4e4e4;
	background:#fff;
	overflow:auto;
	outline:none;
}

.text-form {
	float:left;
	display:block;
	font-size:13px;
	line-height:32px;
	width:103px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons {
	padding:8px 0 0 0;
	text-align:right;
}
.buttons a {
	margin-left:7px;
	padding:5px 35px;
}

.photos {
  display: block;
}

.photos ul {
  list-style: none;

}

.photos ul li { display: inline; }

.photos ul li a {
  display: block;
  float: left;
  padding: 4px;
  margin-right: 10px;
  margin-bottom: 7px;
  opacity: 0.75;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.photos ul li a:hover {
  opacity: 1.0;
}

.photos ul li a img {
  border: 6px solid #89aa03;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #89aa03;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #89aa03;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: auto;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
