a {
text-decoration: none;
}

body {
	background-color: #006400;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scrolled;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 10px 0 0 0;
	}
	
#wrap {
	width:900px;
	height: 217px;
  	margin: auto;
	text-align: center;
	background-color: transparent;
}

#wrap2 {
	width:900px;
	height: 1107px;
  	margin: auto;
	background-color: transparent;
}

#headwrap {
	width:900px;
	height: 192px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left;
	-moz-box-sizing:border-box;box-sizing:border-box;
  	margin: 0;
	background-color: transparent;
	color: #fff;
	position: relative;
	z-index: 1;
}

#navwrap {
	width: 195px;
	height: 194px;
	background: #fff;
	margin: auto;
}

#navpos {
	width: 230px;
	height: 220px;
	padding: 25px 0 0 0;
	background-image: url(images/navbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	z-index: 9;
	top: -25px;
	right: -15px;
}

.addressa {
	text-align: left;
	padding: 5px 10px 0 0;
	width: 890px;
	margin: auto;
	height: 20px;
}

.addressb {
	text-align: left;
	padding: 5px 0 0 10px;
	width: 890px;
	margin: auto;
	height: 20px;
	background-color: #666;
	color: #fff;
}

#content {
	width:900px;
	height: 300px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}

#fcontent {
	width:900px;
	height: 380px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}

#ncontent {
	width:900px;
	height: 580px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}

#newscontent {
	width: 900px;
	height: 1000px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}

#salescontent {
	width: 900px;

	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}
#commcontent {
	width: 900px;
	height: 1100px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
	margin: auto;
}

.innercontent {
	padding: 5px 20px;
	text-align: center;
}

.innercontent2 {
	padding: 5px 20px 20px;
}

#bannerwrap {
	width:900px;
	height: 60px;
	margin: auto;
	text-align: right;
	background: transparent;
	padding: 10px 0 0 0;
	color: #fff;
}

#logodiv {
width: 170px;
height: 30px;
padding: 15px 0 0 0;
color: #ccc;
background-image: url(images/ReaxionX.png);
background-position: left;
background-repeat: no-repeat;
float: right;
}

.whitetext {
color: #666;
}

.halfdivl {
	width: 400px;
	height: 250px;
	text-align: left;
	float: left;
	line-height: 25px;
}

.halfdivr {
	width: 400px;
	height: 250px;
	padding: 20px 0 0 0;
	float: right;
}

h1 {
		font-family: sans-serif;
		font-weight: bolder;
		font-size: 34px;
		line-height: 40px;
		color: red;
}

h2{
		font-family: sans-serif;
		font-weight: bolder;
		font-size: 26px;
		line-height: 40px;
		color: red;
}

h3{
		font-family: sans-serif;
		font-weight: bolder;
		font-size: 21px;
		line-height: 40px;
		color: red;
}

<!-- button menu -->

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 195px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-top: thin solid #fff;
	border-left: thin solid #fff;
	margin: auto;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreenl.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -64px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -32px;
}