﻿/* @override 
	http://localhost/_design.css
	http://lad.net2business.com/_design.css
*/

.blue { background-color: #015291;}


.gold { background-color: #9d8a58;}
/* @group LAYOUT */

body {
	/*margin:0;*/
	/*padding:0;*/
	width:100%;
	min-width:975px;		
	/*font-size:90%;*/
	background-color:#015291; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	overflow-y:scroll;
}

.video {
	cell-spacing:10px;
	
}

#top { /*for the header*/
	float:left;
	width:100%;
	height: 100px; 
	position: relative;
	margin-top: 20px;
	z-index:50;
}
img#logo { 
	height: 205px;
	width: 350px;
	position: absolute;
	z-index: 5000;
	left: 32px;
	top: 3px;
}
#middle {	/*wraps all in the middle*/
	position:relative;				/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;						/* width of whole page */
	overflow:hidden;				/* This chops off any overhanging divs */
	z-index:0;
}
#wrapper {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff; /* Centre column background colour */
	z-index:1;
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	/*margin-left:-400px;*/ 
	margin-left:-250px;
	background: #015291 url(images/design/bkgrd_right.jpg) repeat-y left top;
}

#colright #corner { 
	height: 15px;
	width: 15px;
	float: left;
	background: url(images/design/bkgrd_corner.jpg) no-repeat left top;
}
#centerwrap {
	float:right;
	width:50%;
	position:relative;
	right:100%; 
	background: /*#015291*/ url(images/design/bkgrd_left.jpg) repeat-y 250px top;
	z-index: 0;
}

#centerpad {
	/*margin:0 0 0 415px;*/
	margin: 0 0 0 265px;
	/*overflow:hidden;*/ /*turn back on if problems*/ 
	background-color: #fff;
	z-index:1;
}

#center { /*content*/
	/*width:100%;*/
	padding: 50px;
	/*overflow:hidden;*/ /*turn back on if problems*/ 
	background: url(images/design/bkgrd_top.jpg) repeat-x center top;
	min-height: 500px;
	text-align: center;
	position:relative;
	z-index:2;
}

#content-top { 
	height: 75px;
}
#left {
	/*this is for CONTENT within the left column*/
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	/*left:230px;*/
	left: 80px;
	top: 150px;
	/*overflow:hidden;*/
	z-index:5;
}

#left img { 
	width: 150px;
	float: left;
	margin-bottom: 15px;
}

/*#right {
	this is for CONTENT within the right column
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
	background-color: lightpink;
	height: 300px;
}*/
/*#bottom {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}*/

/* @end */


/* @group STYLING */

h1 { 	 
	/*margin: 20px auto;
	text-align: center;
	font-family: 'caslon', times, serif;	 
	font-size: 30px;
	font-weight: bold;
	line-height: 30px; 
	text-transform: uppercase; 
	letter-spacing: 1px;*/
}
a:link, a:visited { 
	color: #9d8a58;
}

a:hover, a:active { 
	color: #015291;
}



/* @end */
/* @group HOME page */
#slogan {
	/*position: absolute;
	left: 365px;
	top: 20px; 
	width: 526px; 
	height: 30px; 
	background: transparent url(images/design/slogan.png) no-repeat;*/
	height:30px;
	left:450px;
	position:absolute;
	top:-5px;
	width:700px;
}
#slogan span { 
	/*display: none;*/
	color:#38A5EA;
	font-size:150%;
	line-height:150%;
}
h1#title span { 
	display: none;
}
h1#title { 
	margin: 20px auto;
	text-align: center;	 
	width: 390px;
	height: 28px;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	line-height: 30px;
}
#indexpage h1#title {background: url(images/design/title_home.jpg) no-repeat center center;}
#whypage   h1#title {background: url(images/design/title_why.jpg) no-repeat center center;}
#historypage   h1#title {background: url(images/design/title_history.jpg) no-repeat center center; width:439px;}
#productpage   h1#title {background: url(images/design/title_products.jpg) no-repeat center center;}
#contactpage   h1#title {background: url(images/design/title_contact.jpg) no-repeat center center;}


h4 { 
	color: #9d8a58;
	font-size: 125%; 
	font-style: italic;
	font-weight: normal; 
	line-height: 100%; 
	text-align: center; 
}
h3 { 
	color: #015291;
}ul.bullet.leftalign {
	margin-left: 180px;	
	font-size: 80%;
	margin-bottom:25px;
}
#indexpage h3 { 
	text-align: left;
	margin-bottom: 25px;
	margin-left:50px; 
	text-transform: uppercase;
}
#indexpage #lower h5 {
	line-height:20px;
	margin-left:170px;
	padding-bottom:50px;
	text-align:left;
}

#indexpage ul.dropcaps {
	padding-top: 20px;
	width: 200px;
	margin-left: 160px;
	text-align: left; 
	margin-bottom: 30px;
	line-height: 250%;
}
#indexpage ul.dropcaps li:first-letter { 
	font-size: 200%;
	color: #9d8a58;
	padding-right: 2px;
}
#historypage ul.leftalign {
	margin-left:50px;
	margin-bottom:25px;
	font-size: 80%;
}
#historypage ul.bullet.leftalign,
#whypage ul.bullet.leftalign {
	overflow-y: auto;
	margin:0 auto 10px auto;
}
#historypage ul.bullet.leftalign {
	list-style-type: none;
	margin: 0 auto;
	width:500px;
	padding-left:20px;
}

#historypage ul.bullet.leftalign li,
#whypage ul.bullet.leftalign li {
	width:45%;
	float:left;
	list-style-type:disc;
	margin-left:15px;
	padding:10px 20px 10px 0;
	width:40%;
}
#whypage ul.bullet.leftalign li {
	/*margin-left:50px;*/
	margin-left:40px;
	padding:0 0 5px;
	width:40%;
}
#historypage ul.bullet.leftalign li {
	float:left;
	margin-bottom:0;
	margin-right:0;
	margin-top:0;
	padding:0;
	width:47%;
}

#whypage ul.bullet.leftalign.full li {
	width:80%;
}
#historypage h3 {
	padding-top:25px;
}
#historypage p.centeralign {
	padding:25px 0 100px 0;
}
#flash { 
	z-index: 999;
	margin: 25px auto;
}

#flash embed {}

#indexpage #lower {
	min-height: 325px;
	height: 325px;
	position: relative;
}

img#img-hands {
	position: absolute;
	left: -56px;
	top: 0px;
	height:201px;
	width:201px;
}
img#asia-slogan { 
	float: left;
	margin-left: 150px;
}
#copyright { 
	padding-top: 15px;
	border-top: 1px #015291 solid;
}
#centerpad #center p#copyright { 
	display: block;
	clear: both;
	font-size: 70%;
	text-align: center;
}
/* @end */

/* @group PRODUCTS page */


#product-listing a.back2top {
	clear:both;
	color:#015291;
	display:inline-block;
	font-size:67%;
	text-align:right;
	width:100%;
	text-decoration:none;
	padding-bottom:50px;
}

a:hover back2top {
	color:#9d8a58;
}

#product-listing-pad {
	/*display:block;*/
	/*float:left;*/
	/*left:55px;*/
	/*position:absolute;*/
	/*right:50px;*/
	margin: 0 25px 0 200px;
}

#product-listing {
	/*width:800px;*/
	margin:0 auto;
	text-align:left;
	min-width:450px;
}
#productpage .item-content { /* intro text block */
	padding-bottom:50px;
}
#product-listing h2 {
	display:inline-block;
	width:100%;
}
#product-listing h3 {
	display:inline-block;
	width:100%;
	padding-bottom:15px;
}

p {
	font-size:80%;
	text-align:left;
	padding-bottom:20px;
}

#historypage p,
#whypage p {	
}

#productpage p {
	padding-top:10px;
	padding-bottom:40px;
}

#productpage p.tight {
	padding-bottom:10px;
	
}
/* @end */

/* @group SINGLE PRODUCT item */

dl { /* single item block */
	float:left;
	display:inline-block;
	width:200px;
	height:200px;
	margin-right:10px;
	margin-bottom:10px;
	/*padding : 0 1.2em;*/
}
dl dt { /* picture title */
  font-size : 90%;
  /*font-style : italic;*/
  font-weight:bold;
  color : #9D8A58;
  padding-bottom:10px;
  text-align:center;
}
dl dd img { /* item image */
	display:block;
	height:150px;
	width:150px;
	margin:0 auto;
	background-color:#EBEBEB;
	font-size:75%;
	white-space:normal;
}

dl dd img.horizontal {
	width: 200px;
	height:auto;
}
dl dd img.vertical {
	height:150px;
	width: auto;
}
dd p {
	bottom:0px;
	left:0px;
	position:relative;
}
dd p.below {
	position:inherit;
	margin-left:0px;
}
/* @end */

/* @group CONTACT page */

#contactpage #center p {
	text-align:left;
	padding: 25px 0 50px 0;
}
#contactpage #center h3,
#historypage #center h3 {
	padding-bottom:25px;
}
#contactpage #center form {
	text-align:left;
}
#contactpage #center table#contact {
	margin:25px auto;
}

/* @group THANK YOU PAGE */

#thankyou h1 {
	padding:100px 0 50px;
}
#thankyou h4 {}

/* @end */

/* @end */

body.subpages h4 {
	margin:5px 0 14px 198px;
	text-align:left;
}

h3 ul {
	padding-bottom:25px;
}

h3.first {
	position:relative;
	top:-7px;
	padding-bottom:25px;
}
/*
.prod-section {	
	float:left;
	display:inline-block;
	padding: 0 5px;
}*/

#product-listing-pad.centeralign {
	left:-50px;
	position:relative;
}
#product-listing-pad.centeralign h4 {
	text-align:center;
	width:40%;
}
#product-listing-pad.centeralign h3 {
	
}
#product-listing-pad.centeralign p {
	text-align: center;
}
#flowchart, #locationsmap, #bambooforest, #bridge, #conductcode {
	/*width:480px;*/
	width:700px;
	display:block;
	margin:25px auto;
}
#qualitystandards, #historyimage {
	width:300px;
	display:block;
	margin-left:25px;
	position:relative;
	top: -20px;
}

#historyimage {
	top: -5px;
}
div#product-listing-pad.misson {
	text-align: center;
	max-width:720px;
	min-width:480px;
}

#product-listing-pad div.centeralign { 
	/*background-color: lavender;*/	
	position: relative;
	left:-50px;
	margin:0 auto;
	min-width: 480px;
	max-width: 720px;
}
#product-listing-pad div.centeralign div.item-content h4 { 
	text-align:center;
	/*background-color: gold;*/
	margin:5px auto 14px auto;	
}

#product-listing-pad div.centeralign h3 ul { 	text-align: center;
	/*background-color: lightcoral;*/
}
#product-listing-pad div.centeralign p { 
width: 100%;
/*background-color: oldlace;*/
	text-align: center;
}

