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

a {
	color: #658E08;
	text-decoration: none;
	text-indent: 0pt;

}
body {
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #F2F2F2;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #F2F2F2;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #F2F2F2;
	font-family: "Helvetica Neue 65", Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: text-top;
	margin: 0;
	word-wrap:break-word;
	}
h1{
	font-family: "Helvetica Neue 65", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	color: #A6A6A6;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: text-top;
	text-indent: 10pt;
	margin: 0;
	letter-spacing: normal;
	word-spacing: normal;
	font-variant: normal;
	text-transform: capitalize;
	}
	
h2{
	font-family: "Helvetica Neue 65", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #4D4D4D;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	height: 0px;
	width: auto;
	float: none;
	margin: 0;
	}
	
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin: 2;

	}
	
h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #AAAAAA;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding:3px;
	text-transform: uppercase;
	


	}

h5 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin: 1;
	text-transform: uppercase;
	vertical-align: bottom;
	text-align: left;
	white-space: normal;
	bottom: auto;
	}
	
h6{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #4D4D4D;
	font-style: normal;
	font-weight: normal;
	margin: 2;
	text-transform: uppercase;
	}
	
p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-align: left;
	vertical-align: text-top;
	page-break-after: 14px;

}

a:link {
	color: #658E08;
	text-decoration: none;
}

a:hover {
    color: #65AC08;
    text-decoration: none;
}

a:active {
	color: #658E08;
	text-decoration: none;

}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #E9E9E9;
	color: #333333;
	white-space: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	color: #333333;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
product {
	margin:0px 10px;
	padding:0px;
}

#productcontainer {
	margin:0px 0px;
	padding:10px;
	width:100%;
	height:auto;
	float:left;
	}
#productname {
	
	float:left;
	margin:0px;
	padding:0px 0px 0px 4px;
	width:100%
	}
	
#productbox {
	float:left;
	margin:5px 5px;
	width:200px;
	height:200px;
}
#productimage {
	width:80%;
	height:auto;
	margin:auto;
	padding:auto;
	}
	
#productimage img{
	height:100%;
	width:auto;
	max-height:120px;
		}
#productcode {
	width:100%;
	height:auto;
	}
#productdescrip {
	width:100%;
	height:auto;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
