header,
footer,
nav,
section,
article {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	outline: none;
}

body {
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
    color: #000;
	font-family: calibri, Arial, Helvetica, sans-serif;
	background: url(../images/body-bg.png) repeat-x 0 146px;
}

p,
li {
	margin-bottom: 12px;
	font-family: calibri, Arial, Helvetica, sans-serif;
}

ul {
	margin-bottom: 12px;
}

li {
	margin-bottom: 0;
	list-style: none;
}

a {
	outline: 0;
	font-family: calibri, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	margin-bottom: 9px;
}

.full-width,
.full-width-inner {
	width: 100%;
	float: none;
	clear: both;
}

.global-width {
	width: 90%;
	padding: 0 5%;
	float: none;
	clear: both;
	margin: auto;
}

.clearfix {
	clear: both;
	float: none;
	width: 100%;
	display: block;
}

.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-third,
.two-third,
.half,
.one-fourth,
.two-fourth,
.three-fourth {
	float: left;
	margin-right: 2%;
	margin-bottom: 12px;
}

.one-fifth:last-child,
.two-fifth:last-child,
.three-fifth:last-child,
.four-fifth:last-child,
.one-third:nth-child(3n),
.two-third:last-child,
.half:last-child {
	margin-right: 0;
}

.one-third {
	width: 32%;
}

.half {
	width: 48%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

a img {
	border: none;
}