/*
/* Reset all parameters .css */

html {
	height:100.01%;
}

body {
	color:#000;
	font:11px Tahoma, Arial, Helvetica,sans-serif;
	line-height: 1.5em;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,textarea{
	margin:0;
	padding:0;
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:700;
}

address {
font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:2em;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.1em;
}
h3 {
	font-size:1.5em;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
}
a {
	text-decoration:none;
	color: #787878;
	outline: none; 
}

.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%;
}

.clear {
	clear:both;
	line-height: 0px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}
.first, .last {
	border: none !important;
}
.first {
	margin-left: 0!important;
}
.last {
	margin-right: 0!important;
}

/* typography */
p {
	margin:0 0 1.5em;
	line-height: 1.5em;
}