/* CSS Document */
body{ 
			/*background-color:#33CCFF;*/
			background:#092e20;
			text-align:center;
			font-size:12px;
			
			/*color:#487858;*/
			font-family:Arial, Helvetica, sans-serif;
}


#general-hygienic,#general-industrial{
			text-align:left;
			font-size:16px;
			font-weight:bold;
}
#hygienic,#industrial{
			text-align:left;
			font-size:12px;
			font-weight:200;
			text-align:center;
}

#menu{
}
#menu table.links{
			background:url(img/button1_bg.jpg) repeat-x;
			font-size:14px;
			width:758px;
}
#menu a{
			width:80px;
			height:32px;
			padding-left:5px;
			padding-right:5px;
			/*padding-top:10px;*/
			text-decoration:none;
			text-align:center;
			background:url(img/button1.jpg) no-repeat;
}
#menu a:link{
			color:#654300;
}
#menu a:visited{
			color:#654300;
}
#menu a:hover{
			color:#FFFFFF;
			text-decoration:none;
			background:url(img/button2.jpg) no-repeat;
}




#container{
			position:relative;
			margin:0 auto;
			width:758px;
			text-align:left;
			background-color:#FFFFFF;
			border-bottom:1px solid black;	
}	

#globallink{
			width:758px; 
			height:128px;
			margin:0px 0px 1px 0px;
			/*background:url(img/logo.gif) no-repeat;*/	
			background-image:url(img/logo.gif); 
}



#normal{
			height:600px;
			border-bottom:1px solid #000099;
}			


#left{
			float:left;
			text-align:center;
			margin:0px;			
			padding:0px;
			width:180px;
			height:650px;
			border-right:2px solid #1650AF;			
			border-bottom:2px solid #1650AF;
			background-color:#0000CC;
			/*background:url(img/line.jpg) repeat-y;*/
}
#left li{
			border-bottom:1px solid #ED9F9F;
}
#left li a{
			display:block;
			padding:5px 5px 5px 0.5em;
			text-decoration:none;
			border-left:12px solid #000099;
			border-right:1px solid #711515;
}
#left li a:link,#left li a:visited{
			background-color:#0000CC;
			color:#ffffff;
}
#left li a:hover{
			background-color:#990020;
			color:#ffff00;
}		
#left ul{
			list-style-type:none;
			margin:0px;
			padding:0px;
}
#main{
			float:right;
			margin:0px;
			padding:0px;
			width:575px;
			height:650px;
			background:#326342;
			color:white;
			line-height:1.2em;
			font:11px/1.4em Verdana,sans-serif;
			border-bottom:2px solid #1650AF;
}



#footer{
			text-align:center;
			clear:both;
			border:1px solid #0000;
}
#footer p{
			padding-top:0px;
			margin-top:0px;
}
