/*===================================================
Global Style Sheet 

===================================================*/


a{
	text-decoration:none;
	}

* {
	margin: 0;
	padding: 0;
	}


	
	

img {
	display: inline-block;
	padding:0;
	border:0;
	}

ul li {
	list-style:none !important;
	margin:0;
	padding:0;
	}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */

.clear{
	clear:both;
	}

.clear-left {
	clear:left;
	}

.float-right {
	float:right;
	}
