/*
	UDigPets - 2008-05-20
	MyWebPilot - www.mywebpilot.com
	Caio J Ruman - caioruman@gmail.com
	PRIMARY STYLE SHEET
	

*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		IMPORT ADDITIONAL SHEETS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

	@import url("reset.css");
	@import url("structure.css");
	@import url("internal.css");


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS e other elements
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	html { font-size: 62.5%; height: 100%; }		
		
	body { font: normal 1em/1.4em Candara, Arial, Helvetica, sans-serif; background: #f9a231 url(../../images/common/bg_body.gif) repeat-x center top; height: 100%; }
	
	#main { width: 990px; margin: 0 auto -192px; min-height: 100%; }
	
a { text-decoration: none; color: #666; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Basic inputs fonts */
input, select, textarea { font: normal 10px Arial, Helvetica; color: #545454; }

.img-left      { float: left; margin: 0 10px 5px 4px; }
.img-right     { float: right; margin: 0 15px 5px 5px; }
.img-center    { display: block; margin: 10px auto 10px; }
.floatleft     { float: left; }
.noborder      { border: none !important; }
.bold          { font-weight: bold; }
.clear         { clear: both; }
.clearleft     { clear: left; }
.inv           { visibility: hidden; }
.dnone         { display: none; }

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

*+html .clearfix{
  min-height: 1%;
}

/* End hide from IE-mac */