#container-top {
	
	background-image: url(/images/product_catalogue/container_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 935px;
	height: 10px;
	margin-top: 14px;
	
}

#container {
	
	background-image: url(/images/product_catalogue/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: white;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	padding: 5px 17px;
	font-size: 12px;
	color: #4a4a4a;
	
}

#container h2 {
	
	font-size: 28px;
	color: #477495;
	font-weight: 700;
	
}

#container-content p {
	
	margin-bottom: 10px;
	
}


#container-bottom {
	
	background-image: url(/images/product_catalogue/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 935px;
	height: 10px;
	
}


.container-footer {
	
	display: none;
	
}
