@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
*
{
margin: 0;
padding: 0;
}

body
{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
background:url(../images/head-bg.jpg) repeat-x #fff;
}

img
{
line-height: 0px;
}

a
{
color: #000;
text-decoration: none;
}

.wrapper
{
width: 1065px;
margin: 0 auto;
overflow: hidden;
}

.top-band
{
padding: 18px 0 14px;
text-align: right;
}

.top-band img
{
float:right;
}

.top-band span.blog a
{
    display: block;
    float: right;
    margin-right: 15px;
    padding: 6px 0;
    width: 40px;
	color: #abb3c0;
}

.logo-part
{
padding: 15px 0;
color: #abb3c0;
}

.logo-part a
{
color: #abb3c0;
}

.logo-part div.quick-contact
{
float: right;
margin-top: 75px;
}

span.phone
{
    background: url("../images/call-icon.png") no-repeat scroll 0 2px;
    padding: 0 10px 2px 28px;
}

span.email
{
    background: url("../images/msg-icon.png") no-repeat scroll 0 2px;
    padding: 0 0px 2px 28px;
}

span.address
{
    background: url("../images/loc-icon.png") no-repeat scroll 0 2px;
    padding: 0 0px 2px 28px;
	display: block;
}

.banner
{
background:url(../images/bg.jpg) repeat #fff;
width: 100%;
border-bottom: 1px solid #e6e9ee;
}

footer
{
width: 100%;
margin-top: 30px;
background-color: #292f38;
padding: 60px 0px;
color: #868a8f;
overflow:hidden;
}

footer span
{
line-height: 26px;
}

footer h6
{
text-transform: uppercase;
color: #fff;
font-size: 14px;
font-weight:normal;
padding-bottom: 10px;
}

footer ul
{
padding: 0 21px 0 22px;
float:left;
}

footer ul li
{
list-style:none;
padding: 8px 0px;
}

footer ul li strong
{
color: #fff;
padding-bottom: 15px;
display:block;
font-weight:normal;
}

footer ul li a
{
color: #868a8f;
}

footer ul li a:hover
{
color: #ffffff;
}


