/* CSS File			*/
/* Version: 	01		*/
/* Created at: 	HBfx Studio	*/
/* Author: 	Eros Nicolau	*/

/* Tag redefines		*/
html, body			{margin: 0px; padding: 0px; height: 100%; width: 100%;}
body				{
	behavior:url("css/csshover.htc");
	font-family: Tahoma;
	font-size: 10px;
}
div				{margin: auto; height: auto;}
form				{margin: 0px; padding: 0px;}
a img				{border: none 0px;}

/* Link styles			*/
a				{
	color: #FFFFFF;
}
a				{
	text-decoration: none;
}
a:hover				{}

/* Holder styles		*/
.holder2			{width: 100%;}
.holder1			{text-align: center; margin-left: auto; margin-right: auto; width: 806px;}
.holder				{text-align: left; margin: 0px; padding: 0px; border: none; *width:806;}

/* Header styles		*/
.header	.holder			{}
.header	.languages		{}

/* Main area styles		*/
.area .holder			{}
.l-col, .m-col, .r-col		{}
.l-col				{}
.m-col				{}
.r-col				{}

/* Footer styles		*/
.footer .holder			{}
.footer .credits		{}

/* Main Menu styles		*/
.menu				{}
.menu a				{}
.menu a:hover, .menu .selected	{}

/* Misc. styles			*/


/* IE 6 and below hacks		*/
*html a				{}
/* IE 7 only hacks		*/
*:first-child+html a		{}
/* Opera 9 and below hacks	*/
html:first-child a		{}
/* Safari and Opera hacks	*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
a				{}
}

/* HR Styling hacks		*/
/* IE				*/
hr				{height: 1px; color: #d5d8d8; border: none;}
/* Gecko-based browsers		*/
html>body hr			{height: 1px; background-color: #d5d8d8; border: none;}
/* Opera & Gecko-based browsers	*/
html>body hr			{height: 1px; background-color: #d5d8d8; border: 0px solid #d5d8d8;}

/* clearfix			*/
.clearfix:after			{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix			{display: inline-block;}
/* Hide from IE Mac \*/
.clearfix			{display: block;}
* html .clearfix		{height: 1%;}
/* End hide from IE Mac */

