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

body{
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#wrapper
{
	color: #fff;
	background: #000;
	padding-top: 30px;
	margin: 0px auto;
	width: 1024px;
}

/*head*/

#head-container
{
	margin: 0 auto;
	width: 1024px;
	padding: 0px;
	background: #000;
}

#logo
{
	margin: 0 auto;
	float: left;
	width: 270px;
	padding: 0px;
	background: #000;
	background-position:top;
}


/* Navigation */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 20px;
  padding-top:30px;
  padding-left:160px;
  border-radius: 20px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #000;
  border-bottom: 0px solid #8b8b8b;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
  font-size: 15px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #000;
  color: #ffffff;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding: 0 2px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #8b8b8b;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  color:#adadad;
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #8b8b8b;
  border-bottom: 1px dotted #000;
  filter: none;
  font-size: 14px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #7b7b7b;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #7b7b7b;
  border-bottom: 1px dotted #000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #646464;
}


/*content*/

#content-container
{
	float: left;
	width: 1024px;
	color: #000;
	background: #eee;
}

#content-container2
{
	margin: 0 auto;
	width: 1024px;
}

#content-container3
{
	float: left;
	width: 1024px;
	color:#FFFFFF;
	background: #000;
}

#content
{
	clear: left;
	float: left;
	width: 1024px;
	padding:0;
	margin: 0;
	display: inline;
}

		
/*footer*/

#footer-container
{
	clear: left;
	color: #fff;
	padding-top:50px;
	padding-bottom:5px;
}

.footer
{
	margin: 0 auto;
	padding-top:5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
	height: 1%;
	color: #666;
	line-height: 16px;
	}

.footer2
{
	margin: 0 auto;
	padding-top:5px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
	height: 1%;
	color: #666;
	line-height: 16px;
}

/*font*/

.homeText{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 18px;
	color: #fff;		
}

.p{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 20px;
	text-align:justify;
	color: #fff;
}

.font1{
	font-family: Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 22px;
	text-align:justify;
	color: #fff;
}

.textfooter{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Helvetica Neue", sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 16px;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	color: #fff;
}

/*home*/

#imghome-bottom{
	background-image: url(../images/bg-bottom.jpg);
	width:1024px;
	height:193px;
	background-repeat:no-repeat;
}

#backuc{
	background-image: url(../images/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:469px;
	background-repeat:no-repeat;
}

#imguc-bottom{
	background-image: url(../images/bg-bottom.jpg);
	width:1024px;
	height:207px;
	background-repeat:no-repeat;
}



/*Company Profile*/

#backcp {
	background-image: url(../images/companyprofile/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:469px;
	background-repeat:no-repeat;
}

#imgcp-bottom{
	background-image: url(../images/companyprofile/bg-bottom.jpg);
	width:1024px;
	height:207px;
	background-repeat:no-repeat;
}

/*Introduction*/



#backintro2 {
	background-image: url(../images/introduction/background2.jpg);
	background-position:bottom;
	width:1024px;
	height:469px;
	background-repeat:no-repeat;
}

#imgintro-bottom2{
	background-image: url(../images/introduction/bottom2.jpg);
	width:1024px;
	height:205px;
	background-repeat:no-repeat;
}


/*Processing*/

#process_bg {
	width:1024px;
	height:487px;
}

#process_bottom {	
	width:1024px;
	height:204px;	
}


/*Manufacturer Profile*/

#backmp {
	background-image: url(../images/manufacturer/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:445px;
	background-repeat:no-repeat;
}

#imgmp-bottom{
	background-image:url(../images/manufacturer/bg-bottom.jpg);
	width:1024px;
	height:234px;
	background-repeat:no-repeat;
}

/*Green Building*/

#backgb {
	background-image: url(../images/greenBuilding/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:469px;
	background-repeat:no-repeat;
}

#imggb-bottom{
	background-image: url(../images/greenBuilding/bg-bottom.jpg);
	width:1024px;
	height:205px;
	background-repeat:no-repeat;
}

/*features*/

#backfeatures {
	background-image: url(../images/features/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:441px;
	background-repeat:no-repeat;
}

#img-bottom{
	background-image: url(../images/features/bg-bottom.jpg);
	width:1024px;
	height:233px;
	background-repeat:no-repeat;
}

/*PE*/

#backpe {
	background-image: url(../images/PE/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:443px;
	background-repeat:no-repeat;
}

#imgpe-bottom{
	background-image: url(../images/PE/bg-bottom.jpg);
	width:1024px;
	height:236px;
	background-repeat:no-repeat;
}

/*FR*/

#backfr {
	background-image: url(../images/fr/bg-top.jpg);
	background-position:bottom;
	width:1024px;
	height:444px;
	background-repeat:no-repeat;
}

#imgfr-bottom{
	background-image: url(../images/fr/bg-bottom.jpg);
	width:1024px;
	height:235px;
	background-repeat:no-repeat;
}

/*Gallery*/

#backg {
	background-image: url(../images/gallery/bg-gallery.jpg);
	background-position:bottom;
	width:1024px;
	height:452px;
	background-repeat:no-repeat;
}

#imgg-bottom{
	background-image: url(../images/gallery/bg-bottom.jpg);
	width:1024px;
	height:234px;
	background-repeat:no-repeat;
}

.bottom-inner{
	background-image: url(../images/gallery/bg-bottom-inner.jpg);
	width:1024px;
	height:234px;
	background-repeat:no-repeat;
}

/*background-gallery*/

#backheadquarter {
	background-image: url(../images/gallery/headqurter-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backcommercial{
	background-image: url(../images/gallery/commercial-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backgovernment{
	background-image: url(../images/gallery/goverment-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backresidental{
	background-image: url(../images/gallery/residental-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backuniversity{
	background-image: url(../images/gallery/university-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backshopping{
	background-image: url(../images/gallery/shopping-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
}

#backshowroom{
	background-image: url(../images/gallery/showroom-back.jpg);
	background-position:bottom;
	width:1280px;
	height:504px;
	background-repeat:no-repeat;
	
}

/*Contact*/

#backcontact {
	background-image: url(../images/contact/bg.jpg);
	background-position:top;
	width:1024px;
	height:688px;
	background-repeat:no-repeat;
}

#imgcontact-bottom{
	background-image: url(../images/contact/bottom.jpg);
	width:1280px;
	height:184px;
	background-repeat:no-repeat;
}

/**
 * jQuery lightBox 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: #fff;
	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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	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;	
}


#lightboxgallery  {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}


.thumbnail  {
	width:74px;
	height:54px;
	margin-right:5px;
	margin-top:5px;
	border:0px;
	float: left;
}
.thumbnail img {
	border:none;	
}



/*footer*/

#backFooter {
	background-image:url(../images/back-footer.jpg);
	background-position:top;
	float:left;
    display:inline;
	clear:both;
	width:1024px;
	height:200px;
	background-repeat:no-repeat;
}

#backFooter2 {
	background-image: url(../images/img-bottom.jpg);
	padding:0px;
	background-position:top;
	float:left;
    display:inline;
	clear:both;
	width:100%;
	height:184px;
	background-repeat:no-repeat;
}

.fb{
	position:absolute;
	top:200px;
	right:0px;
	height:auto;
	}
	
.fb img{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	
	}	