@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:none;
}
*:focus{
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
body{
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#000;
}
p{
	margin:10px 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
img{
	border:none;
}
div{
	display:block;
	position:relative;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.left, .right, .bottom, .top{
	position:absolute;
}
.left{
	left:0;
}
.right{
	right:0;
}
.bottom{
    bottom: 0;
}
.top{
    top: 0;
}
.spacer {
    display: block;
}

.clear{
	clear:both;
}

.no-border{
	border:none !important;
}
.no-margin{
	margin: 0 !important;
}
.hide {
    display: none;
}
.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.malign {
    vertical-align: middle;
}
.center{
	width:1000px;
	margin:auto;
}
.center-align {
    margin: 0 auto;
}

.cols-1{
	width:99%;
}
.cols-2 {
    width: 48%;
}
.cols-3 {
    width: 33%;
}

.cols-4 {
    width: 24%;
}
.cols-5 {
    width: 18%;
}
