/* CSS Document */


body{
	margin:0 260px 0 140px;
	background-image:url(images/background.gif);
	}

#left{
	position:absolute;
	left:0;
	top:0;
	width:140px;
}

#right{
	position:absolute;
	right:0;
	top:0;
	width:180px;
	text-align:right;
}

#right img{
	margin-right:29px;
}

#middle{
	overflow:visible;
	min-width:550px;
	margin-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#topleft-image{
	display:block;
}

.strap{
	display:block; 
	margin-top:55px; 
	margin-left:15px;
	width:77px;
	color:#000E78;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo{
	margin:45px 0 40px -6px;
	border:0;
}

.menu{
	margin-right:0;
}

.demoRequest{
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}

#searchbox{
	text-align:center;
}

.dataTable td{
	padding:3px;
}

#footer p{
	margin:0 0 10px 0;
	width:auto;
	
}
.section{
	border-bottom:1px solid #000E78;
	margin-bottom:0px;
	padding-bottom:10px;
	width:auto;
}

.ajaxSearch_highlight{
	background-color:#eeee66;
}