/* W3LAB an applied research laboratory for Computational Linguistics, Information Retrieval and the Semantic Web. */

html,body {
	background-color: #030507;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	color: #DFE2E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px; 
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;

}

img {
	border: none;
}


#space {
	background-color: #121C26;
	margin-top: 10px;
	width: 100%;	
}
#canvas{

	background-color: #121C26;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
	width: 760px;
}



#topMenu  {
	float: left;
	font-size: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 760px;
}

#topMenu li {
	float: left;
	line-height: 60px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	vertical-align: middle;
	
}

#topMenu li a {
	color: #000;
	text-decoration: none;
	
}

#topMenu li a:hover{
	text-decoration: underline;
}

#promo {
	clear: both;
	font-size: 32px;
	height: 150px;
	line-height: 40px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	padding-left: 0px;
}

#promo a{
	background-color: #FFC;
	color: #000;
	padding: 5px;
	text-decoration: none;
	
}

#structured {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#about {
		font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#content h3{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

#contact {
		font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
}
#contact ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#contact h3{
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 22px;
	
}

#contact p {
	

}


#footer {
		
		background-color: #030507;
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		margin: 0 auto;
		overflow: auto;
		padding: 20px;
		padding-bottom: 0px;
		text-align: left;
		width: 760px;
}

#clients, #products, #w3lab {
	
	float: left;
	margin: 0px;
	overflow: auto;
	padding: 10px;
	width: 220px;
	
}

#clients A, #products A, #w3lab A{
	color: #DFE2E5;
	text-decoration: none;
}

#clients A:hover, #products A:hover, #w3lab A:hover{
	background-color: #4C5F87;
	color: #DFE2E5;
	text-decoration: none;
}

#clients h3, #products h3, #w3lab h3 {
	color: #666;
	font-weight: normal;
}

#clients ul, #products ul, #w3lab ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#clients ul li, #products ul li, #w3lab ul li {
	font-size: 14px;
	padding: 0px;
	margin-bottom: 5px;
}