@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image:url(../graphics/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#container {
	width: 830px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
}
#box {
	width: 830px;
	padding: 0px;
	background-image:url(../graphics/base-bg.jpg)
}
#content {
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	width:800px;
	height:85px;
	float:left;
}
#portfolio {
	width:800px;
	height:300px;
	float:left;
}
#menu {
	width:800px;
	float:left;	
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
}
#body {
	width:780px; 
	float:left; 
	margin-left:1px;
}
#body img {
	margin-left:30px;
}
#home,#ourteam {
	width:800px;
	height:280px;
	float:left;
	}

#values,#services,#media,#contact,#testimonials,#mediareleases {
	width:800px;
	height:280px;
	float:left;
	display:none;
	overflow:hidden;
}
.testimonials { 
	display:none;
	
}
#ka,#ad,#de,#li,#cs,#mlj,#sw {	
	width:800px;
	height:280px;
	float:left;
	display:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
