@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400);


@media (max-width : 640px)
  {
	div, section, header { width:100%; max-width:350px; }
	aside, img, .banner { display:none; }
  }


body {
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #000;
}
.clear {
	clear: both;
}

.root {
	background-image: url(../images/root-repeat.png);
	background-repeat: repeat-y;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
header {
	padding-left: 23px;
}
header .top {
	background-image: url(../images/top-bg.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 857px;
	margin-left: 10px;
	text-align: center;
}
.logo {
	padding-top: 26px;
	padding-left: 30px;
	float: left;
}
.call-us {
	color: #6e6e6e;
	float: left;
	font-size: 20px;
	line-height: 22px;
	width: 300px;
	padding-top: 26px;
}
.call-us span {
	font-size: 24px;
}
h1 {
	line-height: 35px;
	background-image: url(../images/heading-section.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #FFF;
	padding-left: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h2, h3, a, nav ul li a , .call-us span{
	color: #1144c3;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
}

p {
	padding-bottom: 12px;
}

.banner {
	padding-top: 2px;
	padding-left: 23px;
}
nav {
}
nav ul {
	padding-left: 38px;
	padding-top: 4px;
}
nav ul li {
	display: inline-block;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	padding-left: 11px;
}
nav ul li a {
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav ul li a.active {
	color: #67BA0A;
}
.social {
	padding-top: 34px;
	padding-left: 5px;
}



section {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	width: 558px;
	float: left;
}
aside {
	float: left;
	width: 276px;
	padding-left: 5px;
	padding-top: 12px;
}
aside  h1 {
	background-image: url(../images/heading-aside.jpg);
}
aside .widget {
	padding-bottom: 12px;
}
footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 882px;
	line-height: 38px;
	padding-left: 15px;
	color: #FFF;
	margin-left: 13px;
}
footer a {
	color: #FFF;
}
