
/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;		
	font-family: Arial, Helvetica, sans-serif;
}
table{
	font-size:100%;
	border-collapse:collapse;
}
table td{
	vertical-align:top;
}
img,fieldset{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select,button{
	font:14px;
    color:#666;
	/*-webkit-appearance:none;*/
}
textarea{
	resize:none;
	overflow:auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	margin:0;
	padding:0;
}
:focus{outline:none;}


/*default styles*/
html {
	/*min-width: 1200px;*/
		
	}
body{
    font:14px;
    color:#554433;
	}
p{
    margin:0 0 15px 0;
	line-height:22px;
	}
a{
    color:#222;
    text-decoration:none;
	outline:none;
}
a:hover{
    color:#ff7700;
	text-decoration:none;
	}

.cl{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
	}
.clearFix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
*html .clearFix{
	zoom:1;
	}
*+html .clearFix{
	zoom:1;
	}

