@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/
/******* MENU *******/
#container{
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu11 li{
}
#container ul.menu1 li{
	display: block;
	cursor: pointer;
}
#container ul.menu1 li{
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
}
.content h1{
}
/******* /CONTENT *******/
/******* NEWS *******/
.content.news h1{
}
.content.news{
	display: none;
}
/******* /NEWS *******/
/******* products *******/
.content.products h1{
}
.content.products{
	display: block;
}
/******* /products *******/
/******* LINKS *******/
.content.links h1{
}
.content.links{
	display: none;
}
.content.links a{
}
/******* /LINKS *******/