/*-------------------------------
			Layout
-------------------------------- */

body {
	background-color: #d7d7d7;
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px;
	padding: 0px 0px;
}

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

.header {
	height: 240px;
	width: 922px;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 94px;
	height: 116px;
	float: left;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header-info {
	width: 400px;
	float: left;
	margin: 113px 0px 0px 10px;
	text-align: left;
}

#creative_strap {
	background-image: url(../images/creative_strap.jpg);
	background-repeat: no-repeat;
	width: 294px;
	height: 118px;
	float: right;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.container {
	background-color: #FFFFFF;
	min-height: 300px;
	margin: 0px auto;
	width: 922px;
}

.cont-top {
	background-image: url(../images/cont-top.jpg);
	background-repeat: no-repeat;
	height: 39px;
	margin: 0px auto 0px auto;
	width: 952px;
}

.cont-bottom {
	background-image: url(../images/cont-bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 39px;
	margin: 0px auto 0px auto;
	width: 952px;
}

/*-------------------------------
		    home page
-------------------------------- */

#box-wrapper {	
	height: 300px;
	margin: 0px 0px;
	padding: 10px 0px 0px 9px;	
	width: 922px;
}

.box {
	width: 291px;
	float: left;
	border: none;
	outline: none;
}

.sectors, .expertise, .equipment {
	width: 291px;
	height: 284px;
	background-image: url(../images/home-panel.jpg);
	background-repeat: no-repeat;
	margin: 0px 15px 0px 0px;
}

.equipment {
	margin: 0px 0px 0px 0px;
}

/*-------------------------------
		Left and right
-------------------------------- */

.leftcol {
	float: left;
	margin: 0px 0px 0px 26px;
	width: 560px;
}

.rightcol { 
	background-image: url(../images/rightcol-bk.jpg);
	background-repeat: no-repeat;
	float: right;
	margin: 0px 26px 0px 0px;
	text-align: left;
	width: 250px;
}

.fullcol {
	float: left;
	margin: 0px 0px 10px 26px;
	width: 870px;
}

.block {
	float: left;
	margin: 5px 22px 0px 0px;
	max-width:320px;
}

.end {
	width: 240px;
	margin-right: 0px;
	margin-left:12px;
}

.servicepanel {
	float: left;
	height: 240px;
	margin: 5px 25px 10px 0px;
	width: 273px;
}

.last {
	margin-right: 0px;
}

/*-------------------------------
			footer
-------------------------------- */

.footer {
	background-color: #222222;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #111;
	clear: both;
	color: #FFFFFF;
	height: 230px;
	margin: 0px 0px;
	overflow: auto;
}

.footer .panel, .footer .contactpanel {
	float: left;
	min-height: 0;
	width: 273px;
	margin: 0px 50px 0px 0px;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
}

.footer .contactpanel {	
	margin: 0px 0px 0px 0px;
}

.footer-bottom {
	background-color: #5ebaa6;
	border-top: 1px solid #009178;
	clear: both;
	color: #FFFFFF;
	overflow: auto;
	padding: 15px 0px;
}
