@import url("reset.css");
@import url("typography.css");
@import url("grid.css");
@import url("forms.css");

/*	----------------------- */

.skip {
	position: absolute;
	left: -9999px;
}

#header {
	background: #3a88b6 url(../img/photos/clouds.jpg) no-repeat 50% top;
	height: 150px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 2em;
}

#home-page #header {
	height: 270px;
}

#header-inner {
	width: 950px;
	margin: 0 auto;
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}

	#header-inner p {
		font-size: 1.25em;
		font-weight: bold;
		width: 500px;
		padding: 15px 25px 20px;
		background: rgb(8,86,132);
		background: rgba(8,86,132,0.3);
	}

	.slideshow {
		height: 175px;
		width: 325px;
	}

		.slideshow img {
			height: 175px !important;
			right: 0;
			position: absolute;
			top: 75px;
			width: 325px;
		}

	p.tel {
		font-weight: bold;
		font-size: 2em;
		padding-left: 36px;
		background: url(../img/icon-tel.png) no-repeat left center;
		margin: 0;
	}

	p.email {
		font-weight: bold;
		font-size: 2em;
		padding-left: 36px;
		background: url(../img/icon-mail.png) no-repeat left center;
		margin: 0 0 0.75em;
	}

#nav {
	padding: 0;
	overflow: hidden;
	background: rgb(8,86,132);
	background: rgba(8,86,132,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#nav-inner {
	width: 960px;
	margin: 0 auto;
}

	#nav-inner p {
		float: right;
		font-size: 2em;
		font-weight: bold;
		padding-left: 36px;
		margin: 0.25em 0 0.5em;
		background: url(../img/icon-tel.png) no-repeat left center;
	}

	#nav-inner ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		float: left;
	}

	#nav-inner li {
		float: left;
	}

	#nav-inner a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 12px 16px 18px;
		font-weight: bold;
		font-size: 1.25em;
	}

	#nav-inner a:focus,
	#nav-inner a:hover {
		text-decoration: underline;
	}

	#home-page #nav-home a,
	#about-page #nav-about a,
	#designs-page #nav-designs a,
	#gallery-page #nav-gallery a,
	#contact-page #nav-contact a {
		background: rgb(8,86,132);
		background: rgba(8,86,132,0.8);
		color: #ffffc8;
	}

#banner img {
	border: 5px solid #eee;
}

#content {
	float: left;
	width: 630px;
	margin: 0 0 1.5em;
}

.privacy h2 {
	color: #000;
	text-shadow: none;
}

#sidebar {
	float: right;
	width: 280px;
	margin: 0 0 1.5em;
	padding-top: 38px;
}

#footer {
	background: #002640;
	color: #fff;
	clear: both;
	position: absolute;
	bottom: 0;
	padding: 1.75em 0 2.5em;
	width: 100%;
}

#footer h3 {
	color: #fff;
}

#footer .copyright {
	float: right;
	font-weight: bold;
	margin: 100px 0 0;
}

#footer .copyright a {
	color: rgba(255, 255, 255, 0.65);
	display: block;
}

#footer-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#gallery {
	float: left;
}

.gallery {
	border-bottom: 1px solid #eee;
	list-style-type: none;
	margin: 0 0 2.25em -17px;
	padding: 0 0 1em;
	overflow: hidden;
}

	.gallery li {
		margin: 0 0 14px 17px;
		float: left;
	}

	.gallery a img {
		border: 3px solid #eee;
		width: 84px;
	}

	.gallery a:focus img,
	.gallery a:hover img {
		border-color: #ccc;
	}

#footer .gallery {
	border: 0;
	margin-bottom: 0;
	padding: 0;
}

	#footer .gallery li {
		margin-bottom: 0;
	}

	#footer .gallery a img {
		width: 94px;
	}

#footer h3 a {
	color: #8094a0;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover {
	color: #bfc9cf;
	text-decoration: underline;
}

.icons {
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0;
}

	.icons li {
		padding-left: 25px;
	}

	.icons .cost {
		background: url(../img/icon-cost.png) no-repeat left 1px;
	}

	.icons .easy {
		background: url(../img/icon-tick.png) no-repeat left 1px;
	}

	.icons .stress {
		background: url(../img/icon-thumb.png) no-repeat left 1px;
	}

	.icons .satisfaction {
		background: url(../img/icon-smiley.png) no-repeat left 1px;
	}

	.icons h4 {
		margin-bottom: 0.25em;
		font-weight: bold;
	}

.button {
	overflow: hidden;
}

	.button a {
		background: #12608e url(../img/button-overlay.png) repeat-x left 50%;
		text-decoration: none;
		color: #fff;
		padding: 4px 10px 6px;
		float: left;
		display: block;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}

	.button a:focus,
	.button a:hover {
		background-color: #2674a2;
	}

#logos {
	float: left;
	margin: 0 30px 0 0;
	padding-right: 10px;
	border-right: 1px solid #143950;
}

	#logos img {
		background: #fff;
		padding: 10px;
		margin-right: 20px;
	}
