/*-------------------------------------------- Global layout */
* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0 0 40px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff; 
	background: url(../images/bg.jpg) no-repeat center top #99b8e3;
}

#site-wrapper {
	width: 960px;
	margin: auto;
	padding-top: 156px;
	position: relative;
}
h2 {
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 26px;
	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin-bottom: -1px;
}
a {
	color: #fff;
	text-decoration: none;
	
	font-weight: normal;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
	color: #58595c;
	font-size: 20px;
}
ul li {
	
	font-weight: normal;
	line-height: 24px;
}
#site-wrapper .covering {
	background: url(../images/icon-covering.jpg) no-repeat;
	width: 138px;
	height: 132px;
	position: absolute;
	top: 191px;
	right: -15px;
}
#introduction {
	float: right;
	width: 420px;
	padding-right: 106px;
	position: relative;
}
	
#introduction p {
	font-size: 20px;
	color: #58595c;
	padding-right: 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
#why {
	padding-top: 20px;
}
#why .fr {
	float:right;
	width: 42%;
}
#why .fl {
	float:left;
	width: 53%;
}

#footer {
	background: #58595c;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	margin-top: 40px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#footer .content {
	width: 960px;
	margin: auto;
	background: url(../images/bg-footer.jpg) no-repeat #58595c;
	padding: 15px 0;
}

#footer h4 {
	font-size: 22px;
	font-weight: normal;
	float:left;
	width: 382px;
	color: #fff;
	line-height: 1em;
	margin: 0;
	
}
#footer .content div {
	float:left;
	padding-left: 60px;
	color: #fff;
}
#footer .content div p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	
}

#bottom {
	margin: auto;
	width: 590px;
	background: url(../images/bottom-logo.jpg) no-repeat;
	padding: 16px 0 0 80px;
	height: 50px;
	color: #58595c;
	
	font-weight: normal;
	font-size: 12px;
}

