

/* Reset ================================================================================= */
/* =Clearfix (all browsers)--------------------------------*/

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

li{
	list-style: none;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* IE6 */ * html .clearfix {height: 1%;}

/* IE7 */*:first-child+html .clearfix {min-height: 1px;}

a{
	text-decoration: none;
	}

fieldset{
	border: 0px !important;
	outline: 0px;
}

input{
	background: transparent;
	border: 0px;
	outline: 0px;
}



* { margin:0px; padding:0px; }


img           { border:0; vertical-align:top; }


:focus        { outline:0; }
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

