/********
	Base Styles
		**********/	
* {
	margin:0;
	padding:0;
}
img{border:none;}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
}
p{
	margin:0 auto 10px auto;
}
abbr{
	border:none;
	display:inline;
}
address{
	font-style:normal;
	display:inline;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
li{
	list-style-type: 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;}
/* End hide from IE-mac */