/* 
	@Project: BC Textil
	@Date:03/2010 
	@Author: Rafael Matias
*/
	
	/*Import*/
	
	@import url("structure.css");
	@import url("pages.css");
	
	/*Reset*/	
	html{ background:#fff; color:#000;}
	body{ border:0; background:transparent; margin:0; padding:0;  font-size:100%; color:#2e2d2e; height:100%; }
	
	/*Base*/
	html { font-size:62.5%; }
	body { color:#000000; font-family:"Century Gothic", Verdana, "Trebuchet MS"; font-size:1.4em; }
	
	h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
	h1{ }
	h2{}
	h3{}
	h4{}
	h5{}
	h6{}
	
	p  			{ margin:0 0 1.5em 0;}
	big			{ font-size:1.3em; }
	blockquote  { margin:1em 3em;  }
	caption		{}
	del 		{ text-decoration:line-through;}
	small 		{ font-size:0.8em; }
	span 		{				   }
	sup, sub	{ font-size:0.8em; }
	b			{}
	pre			{}
	center		{}
	strike		{}
	abbr		{ cursor:help;}
	acronym		{ cursor:help;}
	q:after		{ content:'"'}
	q:before	{ content:'"'}
	
	a 		  	   { color:#333; }
	a:active	   { color:#000000; }
	a:focus		   { color:#454545; }
	a:hover        { color:#333; }
	/*a:link         { color:#454545; }
	a:visited      { color:#777; }
	a:visited:hover{ color:#ff0033; }*/
	
	ul, ol  { list-style-position:outside; margin:0; padding:0; list-style:none; }
	ol		{ list-style-type:none; }
	dl		{				  }
	dt		{				  }
	dd		{ margin:0;   }
	
	fieldset 	   { margin:0; padding:1em; }
	textarea 	   { overflow:auto; vertical-align:top; }
	input, textarea, select, button{ font-family:inherit; font-size:100%; padding:0; }
	button{ cursor:pointer;}
	
	table{}
	table td{ border-collapse:collapse; vertical-align:middle;}
	table th{ font-weight:bold;}
	
	hr { line-height:0; height:1px; outline:none; background:none; size:portrait; margin:12px 0; _margin:0; font-size:0; color:#FF0000; }
	
	img{ border:none;}
	
	/*Class*/
	.button		{ text-indent:-4000px; cursor:pointer; display:block; overflow:hidden;}
	input.text	{}
	input.radio	{}
	input.check	{}
	
	.img-right	{ float:right; margin:10px 0 10px 10px;}
	.img-left	{ float:left; margin:10px 10px 10px 0;}
	
	.right		{ float:right; }
	.left		{ float:left;  }
	
	.hidden		{ visibility:hidden; }
	.visible	{ visibility:visible}
	
	.block	{ display:block;}
	.none	{ display:none; }
	
	.clear		{clear:both;}
	.clearleft	{clear:left;}
	.clearfix:after  { clear:both; content: "."; display:block; height:0; visibility:hidden; }
	.clearfix 		 { display:inline-block; }
	* html .clearfix { height:1%; 		}
	.clearfix 		 { display:block;  }
	*+html .clearfix { min-height:1%;  }
