@charset "UTF-8";
/* PHP - CSS RESET Style Sheet, Yahoo Version */
*{
margin: 0;
padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img, img a { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* This Kills the IE Float Bug Margins */
img { display: block; outline: none; -ms-interpolation-mode: bicubic; }
/* Clear Fixes */
.clearerSmall { clear: both; margin: 5px 0px 0px 0px; line-height: 0px; padding: 0px; }
.clearerMedium { clear: both; margin: 8px 0px 8px 0px; line-height: 0px; padding: 0px; }
.clearerLarge { clear: both; margin: 30px 0px 0px 0px; line-height: 0px; padding: 0px; }
.clearer { clear: both; margin: 0px; line-height: 0px; padding: 0px; }

/* Floats */
.floatLeft { float: left; margin: 0px; line-height: 0px; padding: 0px; }
.floatLeftImage { float: left; margin: 0px 20px 20px 0; line-height: 0px; padding: 0px; }
.floatRight { float: right; margin: 0px; line-height: 0px; padding: 0px; }
.floatRight_SubPromo { float: right; margin: 0; line-height: 0px; padding: 0px; }
/* other random stuffff */

strong {font-weight: bold; }
a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/
a:active { outline: none; } /* this kills link borders in most browsers */
img.center { margin: 0 auto; }


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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}