/* corporate settings */

/***** reset *****/
body, ul, form, input, h1, h2, h3, h4, h5, p {
	margin:0;padding:0;
}
ul, form, input, h1, h2, h3, h4, h5, p {
	text-align:left;
}
ul {
	list-style: none;
}
img {
	border:none;
}
a {
	outline:0;
}

.left {
	float:left;
}
.right {
	float:right;
}

/***** clearfix *****/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	display:inline-block;
}
/* IE HACK */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}

.clearing{
	font-size:0;clear:both;
}

/***** various *****/
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}