/* 

Theme Name: Expovis Theme 
Theme URI: http://www.expovis.pt/ 
Description: Expovis. 
Author: Impacto 
Author URI: http://www.impactocreate.net 
Version: 1.0 

*/

*{margin:0;padding:0;}

html
{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-image:url(images/header_bg2.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	width:100%;
}


#menu_wrapper
{
	position:absolute;
	width:100%;
	min-width:1000px;
	height:50px;
	z-index:101;	
}

	#menu
	{
		width:950px;
		height:50px;
		margin:0 auto;
		padding-left:50px;
		
	}
	
	#menu ul
	{
		list-style:none;
		margin:10px 0px 0px 80px;
	}
	
	#menu ul li a
	{
		display:block;
		text-align:center;
		margin-left:15px;
		margin-top: 8px;
		padding:10px;
		font-size:14px;
		float:left;
		color:#fff;
		text-decoration:none;
		background-image:url(images/item_menu_bg.png);
		background-repeat:repeat;
	}
	
	#menu ul li a:hover
	{
		color:#009DDC;
	}
	

#slider
{
	margin:0 auto;
	min-width:1000px;
	width:1000px;
	height:450px;
}

#content
{
	margin:0 auto;
	width:1000px;
	min-width:1000px;
	height:100%;
	overflow:hidden;			
}

#content h1
{
	background-color:#156193;
	width:100%;
	height:30px;	
	padding:10px;
	color:#fff;
	
	font-size:26px;
	font-weight:normal;	
}

	#content table tr td
	{
		padding:20px;
		width:250px;
		vertical-align:top;	
	}
	
	#content table tr td p
	{
		line-height: 18px;
	}
	
	#content table tr td h2, #content table tr td h3
	{
		margin-bottom:5px;	
	}
	
	
#footer
{
	margin-top:20px;
	width:100%;
	height:auto;
}

#footer img
{
	width:100%;	
}