/* CSS Document */

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,
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-family: arial;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

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

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END FORM*/


h1 { font-size: 22px; color:#97d101; }
h2 { font-size: 20px; color:#97d101; }
h3 { font-size: 18px; color:#97d101; }

body {
    background: #000 url(../images/bg_plain.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	}
	
#page-container {
	/* background: #000 url(../images/bg_plain.jpg) repeat-x;*/
	top: 0;
	width: 1024px;
	margin:auto;
	}
	
/*HEADER PART*/	
#header-wrap { 
	height: 90px;
	padding-top: 18px;		
	}
	
#logo {
	float:left;
	width: 406px;
	height: 84px;
	display:block;
	}
	
#search {
	margin-left: 620px;
	padding: 25px 0;
	width: 300px;
	display:block
	}	

/*END HEADER*/	
	
#nagivation-wrap {
	clear: both;
	margin-top: 10px;
	background: url(../images/menubg_A.jpg) repeat-x;
	height: 37px; /*original bg height*/
	}
	
#nagivation-wrap .listbg { 
	background:url(../images/menubg_A.jpg);
	background-repeat: no-repeat;
	height: 28px;
	
	}
	
#nagivation-wrap .listbg:hover { 
	background:url(../images/menubg_B.jpg);
	}
	
ul#navbar {
	top: 0;
	width: 672px;
	margin: auto;
	font-size:14px;
	color:#005825;
	font-weight:bold;
	height: 28px;

	}	
	
ul#navbar li {

	display: block;
	float:left;
	width: 112px;
	text-align: center;
	padding: 8px 0 0 0; 
	}	
	
ul#navbar li a { 
	text-decoration: none;
	color:#005825;
	}
	
ul#navbar li a:hover { 
	text-decoration: none;
	color:#111111;
	}	
	
/*BANNER*/	
#banner { clear:both; margin-bottom: 15px; padding-bottom: 15px; }


/*MAIN CONTENT HOLDER*/

	
/* SIDEBAR*/	
#left-wrap { 
	float: left;
	width: 230px;
	margin-left: 52px;
		}
	
#left-wrap	a {  text-decoration: none; color: #88c217; }
#left-wrap	a:hover {  text-decoration: underline; color: #88c217; }

#ourproduct { margin-left: 15px; }
ul#main-category li { list-style-image: url(../images/icon_plus.jpg); list-style:url(../images/icon_plus.jpg); display:block; padding-bottom: 5px; }

.spacer-wrap {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: #333333 1px solid;
	}
ul#cs-list li {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	
.space-cs { margin: 5px 0 0 15px; }	
	
/*CONTENT AREAS*/	
#content-wrap {
	margin:0 0 25px 335px;
	padding-bottom: 25px;
	width: 630px;
	
	}

.tag1 { font-size: 32px; }
.tag2 { font-size: 24px; }
	
#content-wrap a { text-decoration: none; color: #88c217;}
#content-wrap a:hover { text-decoration: underline; color: #88c217;}	

#facade-wrap { margin-bottom: 15px; padding-bottom: 15px; height: 200px; border-bottom: 1px #333333 solid; }
	
#newsflash-wrap {
	clear:left;
	width: 250px;
	display:block;
	float:left;
	}
	
ul#newsflast-list {
	margin: 2px;
	padding: 5px;
	}

ul#newsflast-list li {
	display:block;
	margin-bottom: 15px;
	width: 220px;
	}	
	
ul#newsflast-list li a {  text-decoration: none; color: #88c217; }
ul#newsflast-list li a:hover {  text-decoration: underline; color: #88c217; }
			
	
#download-wrap {
	width: 250px;
	margin-left: 270px;
	display:block;
	}	
	
.titleText { font-size: 16px; color:#97d101; font-weight: bold; }	
	
	
/*FEATIRED PRODUCTS*/	
#featured-wrap {
	margin-top: 25px;
	background: #333333;
	padding: 20px;
	}
	
.picbox { border: 8px #FFFFFF solid; }	
	
	
/*FOOTER*/	
#footer {
	clear: both;
	border-top: #464040 1px solid;
	height: 25px;
	text-align:center;
	padding: 8px 5px 5px 5px;
	}