/* Mechanical Constructions WA - Screen */

* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 20px;
	font-size: 62.5%;
	font-family: Verdana;
	background: url('../images/core/tile-body.jpg') 0 21px repeat-x;
}

.clear { display: block; clear: both; }

/* Container */

div.container {
	width: 970px;
	height: auto;
	margin: 0 auto;
}

/* Banner */

div.banner {
	width: 970px;
	height: 401px;
}

/* Sites */

div.sites {
	width: 970px;
	height: auto;
	padding: 10px 0;
}

div.sites:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Construction */

div.construction {
	width: 215px;
	height: 200px;
	float: left;
	color: #3F4044;
	font-size: 1.1em;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: url('../images/core/bg-sites.jpg') 0 0 no-repeat;
}

div.construction div.caption {
	padding-left: 80px;
	margin-top: 10px;
	background: url('../images/core/placeholder-construction.jpg') left 5px no-repeat;
}

div.construction div.logo {
	text-align: center;
}

div.construction p {
	line-height: 1.4em;
}

div.construction h2 {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.construction h2 a {
	color: #6097bd;
	text-decoration: underline;
}

div.construction h2 a:hover {
	color: #394B6E;
}

div.construction img {
	border: 0;
}

/* Service */

div.service {
	width: 215px;
	height: 180px;
	float: left;
	color: #3F4044;
	font-size: 1.1em;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: url('../images/core/bg-sites.jpg') 0 0 no-repeat;
}

div.service div.caption {
	padding-left: 80px;
	margin-top: 10px;
	background: url('../images/core/placeholder-construction.jpg') left 5px no-repeat;
}

div.service div.logo {
	text-align: center;
}

div.service p {
	line-height: 1.4em;
}

div.service h2 {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.service h2 a {
	color: #6097bd;
	text-decoration: underline;
}

div.service h2 a:hover {
	color: #394B6E;
}

div.service img {
	border: 0;
}

/* Refrigeration */

div.refrigeration {
	width: 215px;
	height: 180px;
	float: left;
	color: #3F4044;
	font-size: 1.1em;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: url('../images/core/bg-sites.jpg') 0 0 no-repeat;
}

div.refrigeration div.caption {
	padding-left: 80px;
	margin-top: 10px;
	background: url('../images/core/placeholder-construction.jpg') left 5px no-repeat;
}

div.refrigeration div.logo {
	text-align: center;
}

div.refrigeration p {
	line-height: 1.4em;
}

div.refrigeration h2 {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.refrigeration h2 a {
	color: #6097bd;
	text-decoration: underline;
}

div.refrigeration h2 a:hover {
	color: #394B6E;
}

div.refrigeration img {
	border: 0;
}

/* Domestic */

div.domestic {
	width: 215px;
	height: 180px;
	float: left;
	color: #3F4044;
	font-size: 1.1em;
	padding: 10px;
	margin-bottom: 20px;
	background: url('../images/core/bg-sites.jpg') 0 0 no-repeat;
}

div.domestic div.caption {
	padding-left: 80px;
	margin-top: 10px;
	background: url('../images/core/placeholder-construction.jpg') left 5px no-repeat;
}

div.domestic div.logo {
	text-align: center;
}

div.domestic p {
	line-height: 1.4em;
}

div.domestic h2 {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.domestic h2 a {
	color: #6097bd;
	text-decoration: underline;
}

div.domestic h2 a:hover {
	color: #394B6E;
}

div.domestic img {
	border: 0;
}

/* Footer */

div.footer {
	width: 100%;
	height: auto;
	color: #FFF;
	padding: 20px 0 100px;
	text-align: center;
	background: #acc9dd url('../images/core/tile-footer.jpg') 0 0 repeat-x;
}	

div.footer p {
	margin: 10px 0;
}

div.footer a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: underline;
}

div.footer a:hover {
	color: #3F4044;
}

div.footer img {
	border: 0;
}

