@charset "utf-8";

html {
	overflow-y:scroll;
}
body {
    text-align:center;
}
body,x:-moz-broken {margin-left:-1px;}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td{
	margin: 0; padding: 0;
}
/*
div{
	overflow:hidden;
	zoom:1;
}
*/
ol,ul,li{
	list-style:none;
}
ul,li,img{
	list-style:none;
	vertical-align:bottom;
	/*line-height:0;*/
}
a{
	text-decoration:none;
	overflow:hidden;
	outline:0;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
li img{
	vertical-align:bottom;
	font-size:0;
}
p{
	text-align:justify;
	text-justify:distribute;
}
address {
	font-style:normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
button{
	cursor: pointer;
}
.clear {
	height:0;
	line-height:0;
	clear:both;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */