@charset "UTF-8";
/* CSS Document */

body {
	background:#333333 url(images/bg.jpg) center top fixed repeat;
	padding:0px;
	margin:0px;
	border:0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	}
	
.strong {
	color:#FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 120%;
	}
	
#container {
	align: center;
	width: 900px;
	}

#leftcontainer {
	background: url(images/contleft.jpg);
	padding-top: 82px;
	width: 217px;
	height: 109px;
	float: left;
	}

#description {
	background: url(images/main_description.jpg);
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	width: 466px;
	height: 191px;
	float: left;
	}

#rightcontainer {
	background: url(images/contright.jpg);
	width: 217px;
	height: 109px;
	padding-top: 82px;
	float: left;
	}
	
#bottomcontainer {
	background: url(images/contbottom.jpg);
	padding-top: 33px;
	width: 900px;
	height: 191px;
	float: left;
	}

#leftbutton {
  	display: block;
  	width: 109px;
  	height: 109px;
  	background: url("images/process.jpg") no-repeat 0 -109px;
	float: right;
	}

#leftbutton:hover { 
  	background-position: 0 0px;
	}

#leftbutton span {
  	display: none;
	}


#rightbutton {
  	display: block;
  	width: 109px;
  	height: 109px;
  	background: url("images/projects.jpg") no-repeat 0 -109px;
 	float: left;
	}

#rightbutton:hover { 
  	background-position: 0 0px;
	}

#rightbutton span {
  	display: none;
	}
	
#bottombutton {
	display: block;
  	width: 100px;
  	height: 106px;
  	background: url("images/clients.jpg") no-repeat 0 -106px;
	}

#bottombutton:hover { 
  	background-position: 0 0px;
	}

#bottombutton span {
  	display: none;
	}

