/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #2b3f0c;
}






blockquote, q {
	quotes: none;
}
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.box-main {
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: left;
	
}
.left-01 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #FFF;
}

.left-02 {
	background-color: #2B3F0C;
	float: left;
	width: 100%;
	height: auto;
}
.left-03 {
	background-color: #f8f8f8;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 50px;
	background-image: url(../images/bg-home-aboutus.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.left-04 {
	background-color: #ececec;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	padding-top: 20px;
	background-image: url(../images/bg-home-product.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
}
.left-all {
	background-image: url(../images/bg-all.png);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	background-color: #FFF;
}

.left-06 {
	background-image: url(../images/bg-home-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	height: auto;
	width: 100%;
}


.left-05 {
	float: left;
	width: 100%;
	background-image: url(../images/bg-home-news-event.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: auto;
	padding-bottom: 20px;
	background-color: #FFF;
	padding-top: 20px;
}
@media screen and (max-width: 480px) {
	.box-main {
	height: auto;
	width: 90%;
	float: left;
	margin-left: 5%;
}
.left-06 {
	float: left;
	height: auto;
	width: 100%;
	background-color: #92C14D;
	background-image: url(tranparent);
}
}
