/****************
menu bar ***/
body{
  font-family: Arial, Helvetica, sans-serif;
}
 

#menu_bar
        {
        height: 39px;
        width: 750px;
        float: left;
        margin: 0;
        border-bottom: 1px solid #c5c5c5;
        background-color: #EBEFED;
        padding-left: 0px;
	
        }

 #menu_bar { border: none; }

        #menu_bar li#menu_home { width: 80px; border-left: none; }
        #menu_bar li#menu_about { width: 100px; }
        #menu_bar li#menu_products { width: 90px; }
        #menu_bar li#menu_partner { width: 90px; }
        #menu_bar li#menu_brochure{ width: 90px; }
	 #menu_bar li#menu_technical{ width: 90px; }
        #menu_bar li#menu_offer { width: 90px; }
        #menu_bar li#menu_contact { width: 90px; border-right: none; }


        #menu_bar li
        {
                float: left;
                list-style-type: none;
                line-height: 39px;
                text-align: center;
                border-left: 1px solid #fefefe;
                border-right: 1px solid #c5c5c5;
        }

        #menu_bar li a
        {
                height: 39px;
                display: block;
                text-decoration: none;
                background-color: #EBEFED;
                color: #2b481b;
                font-size: 14px;
                font-weight: bold;
        }

        #menu_bar li a:hover, #menu_bar li a:focus
        {
                /*background: url(../images/menu_bar_hover.png) repeat-x; */
		background: #B1CAB7;
                color: #fff;
        }

        #menu_bar li.current a
        {
                background:  #B1CAB7;
                color: #fff;
        }

        #menu_bar li#menu_home img { margin-top: 12px; }


/*********end of menu bar ***/

.background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e611d;
}
.bigheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fdb900;
}

.bottomtext{
   font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #2e611d;
}

.linkbottomofpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2e611d;
	text-decoration: none;
}
.linkbottomofpage:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}
a.menu:hover {
	color: #26471a;
}

.tablegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2c641d;
}
.border {
	border: 1px solid #000000;
}

.proheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e611d;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

a.spark {
 font-size: 10px;
 color: #888888;
 text-decoration: none;
}
a.spark:hover{
 color: red;
}
