/* CSS File			*/
/* Version: 	01		*/
/* Created at: 	HBfx Studio	*/
/* Author: 	Eros Nicolau	*/

/* Tag redefines		*/
html, body			{margin: 0px; padding: 0px; height: 100%; width: 100%; background-color: #e9e9e9;}
body				{background-image: url(../img/body_back.gif); background-repeat: repeat-x; background-position: left top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 150%;}
div				{margin: auto; height: auto;}
form				{margin: 0px; padding: 0px;}
a img				{border: none 0px;}
td				{vertical-align: top; font-size: 12px;}
th				{text-align: right; vertical-align: top; font-size: 12px; padding-right: 20px;}
ul				{margin: 0px; padding: 0px;}
li				{list-style-image: none; list-style-type: none; background-image: url(../img/bullet_blue.gif); background-repeat: no-repeat; background-position: 0px 8px; margin: 0px; padding: 0px 0px 0px 20px;}

/* Link styles			*/
a				{color: #9A0104; text-decoration: none; font-weight: bold;}
a:hover				{}

/* Header styles		*/
.header	.holder			{background-image: url(../img/header_back.jpg); background-repeat: no-repeat; background-position: 0px 0px; height: 215px; position: relative;}
.header .logo			{position: absolute; right: 20px; top: 75px;}
.header .logo img		{width: 280px; height: 75px;}

.header	.languages		{}

/* Main area styles		*/
.holder2			{width: 100%;}
.holder1			{text-align: center; margin-left: auto; margin-right: auto; width: 700px;}
.holder				{text-align: left; margin: 0px; padding: 0px; border: none; *width:700;}

.area .holder			{background-image: url(../img/area_back.jpg); background-repeat: repeat-y; background-position: 0px 0px; padding: 0px 30px 20px 30px;}
.l-col, .m-col, .r-col		{}
.l-col				{}
.m-col				{}
.r-col				{}
.content			{padding: 50px;}

/* Footer styles		*/
.footer .holder			{background-image: url(../img/footer_back.gif); background-repeat: no-repeat; background-position: left top; text-align: center; font-size: 11px; color: #666666; padding: 40px 0px 20px 0px;}
.footer .credits		{}

/* Main Menu styles		*/
.menu				{position: absolute; bottom: 12px; right: 20px; font-size: 14px; font-weight: bold;}
.menu a, .menu .selected				{color: #9d060b; text-decoration: none; padding: 0px 10px 0px 10px;}
.menu a:hover, .menu .selected	{color: #a6a6a6 !important;}

/* Misc. styles			*/
.center					{text-align: center;}

/* IE 6 and below hacks		*/
*html a				{}
/* IE 7 only hacks		*/
*:first-child+html a		{}
/* Opera 9 and below hacks	*/
html:first-child 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 */
