*{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #323232;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body,html{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
}
.textfield{
	background-color: White;
	border: 1px solid #1c548d;
	width: 164px;
	height: 21px;
	margin-top:1px;
	margin-bottom:1px;
	font-size: 11px;
	color: black;
	font-family:   Verdana;
	padding-top:3px;
	padding-left:4px;
	}
.textarea{
	background-color: White;
	border: 1px solid #1c548d;
	width: 427px;
	height: 40px;
	margin-top:1px;
	font-size: 11px;
	color: black;
	padding:4px;
}
.textarea2{
	background-color: White;
	border: 1px solid #1c548d;
	width: 427px;
	height: 67px;
	margin-top:1px;
	font-size: 11px;
	color: black;
	padding:4px;
}
.wrapper{
	width: 1000px;
	margin: 0px auto;	
}
.top{
	width: 1000px;
	height: 268px;

}
.header{
	width: 1000px;
	height: 226px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;

}
.menu{
	width: 1000px;
	height: 42px;	
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

.middle{
	width: 1000px;
	height: 100%;
	display: table;
	padding-bottom:40px;
	
	
}
.left_text{
	margin-top: 22px;
	position: relative; left: 23px;
	width: 245px;
	height: 173px;
	float: left;
	}
.left_text a{
	color:#504f4f;font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	}

.right_text{
	margin-top: 22px;
	position: relative; left: 19px;
	width: 250px;
	height: 170px;
	float: left;
	margin-bottom: 50px;
	}	
.left{
	width: 208px;
	height: 431px;
	float: left;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
}
.spacer{
	width: 56px;
	height: 42px;
	float: left;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
}
.divider{
	width: 62px;
	height: 42px;
	float: left;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
}
.menubut{
	width: 97px;
	height: 42px;	
	float: left;
	
}
a.butt1:hover{
	background-image: url(images/home_hov.gif);
	background-repeat: no-repeat;
}
a.butt2:hover{
	background-image: url(images/portfolio_hov.gif);
	background-repeat: no-repeat;
}
a.butt3:hover{
	background-image: url(images/sectors_hov.gif);
	background-repeat: no-repeat;
}
a.butt4:hover{
	background-image: url(images/clients_hov.gif);
	background-repeat: no-repeat;
}
a.butt5:hover{
	background-image: url(images/capabilities_hov.gif);
	background-repeat: no-repeat;
}
a.butt6:hover{
	background-image: url(images/contacts_hov.gif);
	background-repeat: no-repeat;
}


.link_image{
	width: 74px;
	height: 26px;
	cursor: pointer;
	background-image: url(images/portfolio_lbl_sm.gif);
	background-repeat: no-repeat;	
	float:left;
}
.cont_portfolio{
	width: 324px;
	height: 113px;
	background-image: url(images/portfolio_bg.gif);
	background-repeat: no-repeat;	
	display:table; 
}
a.link_portfolio:hover{
	background-image: url(images/portfolio_bg_hov.gif);
	background-repeat: no-repeat;


}
.cont_portfolio a{
	
	cursor: pointer;
	width: 324;
	height: 113px;
	text-decoration:none;
	display: table;

	}

.bottom{
	width: 1000px;
	height: 21px;
	padding: 2px;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;	
	color : white;
}
.menubut a{
	display: block;
	width: 100%;
	height: 42px;
	}

.content{
	width: 787px;
	height:650px;
	float: left;
	text-align: left;
	position: relative;
	left: 5px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	display: block;
}
.content2{
	width: 787px;
	height:100%;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;


}
.bottom2{
	width: 787px;
	height: 5px;
	margin-top: 0px auto;
	padding-top: 0px;
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.form{
	width: 487px;
	height: 150px;
	margin-left: 15px;
	clear: both;

}


