/* CSS Document */
#top_img {
    width: 100%;
    height: 500px;
    background: url("../img/products/products_top.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.title {
	display: inline-block;
	font-size: 200%;
	color: #326291;
	border-bottom: solid 4px #326291;
	margin-top: 40px;
	margin-bottom: 20px;
    letter-spacing: 1px;
}

#wall {
	max-width: 80%;
}

.policy {
	padding-left: 20px;
}
.policy h4 {
	padding-top: 30px;
	font-size: 150%;
	color: #326291;
}

.policy p {
	font-size: 100%;
}

.cap {
	border: solid 1px #326291;
	padding: 20px 30px;
	margin-top: 30px;
	margin-bottom: 50px;
}