@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_light.jpg);
	background-position: center top;
	height: 100%;
	margin: 0px 0px 0px 0px;
	direction:ltr;
	padding: 0px;
}
#main {
	width:900px;
	margin:0 auto;
	position:relative;
	visibility: visible;
	overflow: visible;
	direction:ltr;

}


body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin:0px; padding:0px;
    text-align: left;
}
#product{
     padding-right: 20px;
     float: left;
}
#product ul
    {
        list-style-type: square;
        padding-left: 20px;
        color:#000000;
        direction: ltr;
    }
#product h3
    {
       color:#C78F44;
       float: left;
    }
#product h4
    {
        direction: ltr;   
       padding-left: 20px;
    }

#lang{
	float: right;
	height: 27px;
	width: 58px;
	background-image: url(../images/index1_02.png);
	background-repeat: no-repeat;
	position:relative;
}
#logo {
	float: left;
	height: 80px;
	width: 295px;
	background-image: url(../images/index1_08.png);
	background-repeat: no-repeat;
	position:relative;
}
#tagline1  {
	float: right;
	position:relative;
	padding-left: 1px;
	background-image: url(../images/index1_05.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 140px;
	}
}
#banner {
	float: left;
	height: 366px;
	width: 899px;
	position: relative;
}
#banners {
	float: left;
	background-image: url(../images/index1_12.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 800px;
	position: relative;
	padding-left: 100px;
}
#menu
{
	float:right;
	background-image: url(../images/index1_14.png);
	background-repeat: no-repeat;
	height: 61px;
	width: 821px;
	position: relative;
	padding-left: 40px;
	list-style: none;
	padding-top: 10px;
	
}

#menu li {
        font-size: 13px;
	list-style-type: none;
	float: left;
	padding-left: 30px;
	padding-right: 75px;
	width: 100px; 
}
#menu li a
{
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color:#003300;
}
#menu li a:hover
{
	color:#990000;
}
/** -------------------------- a ------------------------------- **/
a:link {
	color:#C78F44; text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#C78F44; text-decoration: none;
	font-weight: Bold;
}
a:hover {
	color:#FA8A00;	text-decoration: none;
	font-weight: bold;
}

#content {

	font-size: 24px;
	color: #444444;
	position: relative;
	background-image: url(../images/index1_18.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 899px;
}
#content2 {
	font-size: 14px;
	color: #444444;
	position: relative;
	background-color: #FFF;
	padding: 20px;
	line-height: 20px;
}
#footer {
	text-align:center !important;
	margin-top: 30px;
	
	color: #333;
	font-size: 12px;
	padding-bottom:7px;
	padding-top:7px;
	
	background-color: #2B7A27;
}  
