body {
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	font-weight:400;
	font-size:13px;
}
p, h1, h2, h3, h4, h5, h6, ul, ul li {
	padding: 0px;
	margin: 0px;
}
ul, ul li {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
img {
	outline: none;
	border: none;
}
.bold {
	font-weight: bold;
}
input[type="text"], input[type="checkbox"], input[type="radio"], input[type="button"] {
	outline: none;
}
.no-border {
	border:0 !important;
}
input[type=button], input[type=submit], input[type=reset] {
	cursor: pointer;
	text-align: center;
	outline: none;
}
.display-none {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.no-margin {
	margin: 0px 0px 0px 0px;
}
.border-top {
	border-top: 1px solid;
}
.border-left {
	border-left: 1px solid;
}
.border-right {
	border-right: 1px solid;
}
.border-bottom {
	border-bottom: 1px solid;
}
/*-- Clearfix --*/

.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%;
}
