@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);

body {
	background-color:#f5f5f5;
	color:#000000;
	font-family:'Open Sans', Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	margin:0px;
	padding:0px;
}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.wrapper {
	margin:0px auto;
	width:980px;
}

.header {
	background-color:#ffffff;
	float:left;
	height:100px;
	margin-bottom:20px;
	width:980px;
}

	.header .menu {
		float:left;
		height:100px;
		width:680px;
	}

		.header .menu li {
			float:right;
			padding:40px 20px 0px 10px;
		}

			.header .menu li a {
				color:#999;
				display:block;
				font-size:15px;
				font-weight:300;
				height:20px;
				line-height:20px;
				text-decoration:none;
			}

				.header .menu li a img {
					float:left;
					margin-right:10px;
				}

			.header .menu li a:hover {
				color:#000;
			}

	.header .logo {
		float:left;
		height:100px;
		padding-left:20px;
		text-align:center;
		width:280px;
	}

	.header .phone {
		color:#ffffff;
		float:left;
		font-size:36px;
		font-weight:300;
		height:130px;
		line-height:130px;
		text-align:right;
		width:700px;
	}

.carousel {
	background:#ffffff url(images/carousel.jpg) top center no-repeat;
	float:left;
	height:360px;
	width:100%;
}

	.carousel .lleft {
		float:left;
		height:260px;
		padding-top:10px;
		width:530px;
	}

		.carousel .lleft h1 {
			font-size:36px;
			font-weight:800;
			margin:0px 0px 30px 0px;
			padding:0px 0px 0px 30px;
		}

			.carousel .lleft h1 span {
				color:#000;
			}

		.carousel .lleft h2 {
			font-size:26px;
			font-weight:300;
			margin:0px 0px 30px 0px;
			padding:0px;
		}

			.carousel .lleft h2 span {
				color:#0089cf;
			}

		.carousel .lleft h3 {
			font-size:18px;
			font-weight:300;
			margin:0px;
			padding:0px;
		}

		.carousel .lleft h3 a {
			color:#0089cf;
		}

	.carousel .lright {
		float:left;
		height:320px;
		width:450px;
	}

.logos {
	float:left;
	margin-bottom:30px;
	margin-top:-10px;
	position:relative;
	width:980px;
	z-index:9;
	display: flex;
	justify-content: center;
}

	.logos .logobox {
		float:left;
		height:140px;
		margin:0px 5px;
		width:235px;
	}

		.logos .logobox a {
			background-color:#ffffff;
			border:1px solid #d8d8d8;
			-webkit-border-radius: 5px;
		    border-radius: 5px;
			color:#666;
			float:left;
			font-size:17px;
			font-weight:300;
			height:120px;
			padding:9px 9px;
			text-align:center;
			text-decoration:none;
			width:215px;
		}

			.logos .logobox a:hover {
				color:#000000;
			}
			
.footer {
	border-top:1px solid #d8d8d8;
	color:#777;
	float:left;
	font-size:14px;
	font-weight:300;
	padding-top:30px;
	text-align:center;
	width:980px;
}

	.footer p {
		margin:0px 0px 5px 0px;
		padding:0px;
	}

	.footer p.bolder {
		font-size:20px;
		font-weight:600;
		margin-bottom:15px;
	}
