/*
Global Style Sheet
------------------
*/

@import "main.css";


/* Lets remove any properties that browsers will put in */
* { 			margin: 0; padding: 0; }
ul { 			list-style: none; }
a img { 		border: 0; } 


/* Clear Floats Tool */
.clear:after { 	content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { 		display: inline-block; }

/* Hide from IE Mac \*/
.clear { 		display: block; }
/* End hide from IE Mac */


/* Hide Element Tool */
.hide { 		display: none; }


body { 			font-size: small; }
