/* CSS File			*/
/* Version: 	01		*/
/* Created at: 	HBfx Studio	*/
/* Author: 	Eros Nicolau	*/

/* Tag redefines		*/
html, body			{margin: 0px; padding: 0px; height: 100%; width: 100%;}
body				{background-color: #787e5d;}
div				{margin: auto; height: auto;}
form				{margin: 0px; padding: 0px;}
a img				{border: none 0px;}

/* Link styles			*/
a				{}
a:hover				{}

/* Header styles		*/
.header	.holder			{}
.header	.languages		{}

/* Main area styles		*/
.middle				{position: absolute; top: 50%; width: 100%;}
.container			{position: absolute; height: 574px; top: -287px; width: 100%;}

.holder2			{width: 100%;}
.holder1			{text-align: center; margin-left: auto; margin-right: auto; width: 906px;}
.holder				{text-align: left; margin: 0px; padding: 0px; border: none; *width:906;}

.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			{}

/* Misc. styles			*/

/* IE 6 and below hacks		*/
*html a				{}
/* IE 7 only hacks		*/
*:first-child+html a		{}

/* 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 */
