/*

@Overview Style

*/

#overview
	{
		position: relative;
		background: #22408E; /* Old browsers */
		background: -moz-linear-gradient(top,  #0073ad 0%, #00539b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073ad), color-stop(100%,#00539b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #0073ad 0%,#00539b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #0073ad 0%,#00539b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #0073ad 0%,#00539b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #0073ad 0%,#00539b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073ad', endColorstr='#00539b',GradientType=0 ); /* IE6-9 */
		width: 100%;
		height: 600px;
		margin-top: -590px;
		z-index: 3;
	}

#overview #cf 
	{
		margin-right: 0px;
	}

#overview .ov h1 
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 24px;
		line-height: 30px;
		font-weight:600;
		color: #F9F9F9;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
		border-bottom:0px solid #0062BB;
	}

#overview .ov p 
	{
		font-family: 'PT Sans', sans-serif;
		font-size: 13px;
		line-height: 21px;
		font-weight:300;
		color: #F9F9F9;
		text-align: left;
		margin-top: 20px;
		margin-bottom: 0px;
		border-bottom:0px solid #0062BB;
	}
	
#btnoverview
	{
		position: relative;
		background: url('images/btn-overview.png') top;
		width: 140px;
		height: 20px;
		left: 50%;
		margin-left: -70px;
		cursor: pointer;
		z-index: 2;
	}
	
/***** Icons *****/

#icons
	{
		
	}

#icons span
	{
		float:left;
		
	}
	
#icons span h2
	{

		font-family:'PT Sans', sans-serif;
		font-weight:400;
		font-size:18px;
		color:#FFFFFF;
		float:left;
		clear:both;
	}
		
#icons span a.energy 
	{
		background: #002C53 url('images/icons/energy.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.energy
	{
		background: transparent url('images/icons/energy.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.logistic
	{
		background: #002C53 url('images/icons/logistic.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.logistic
	{
		background: transparent url('images/icons/logistic.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.construction
	{
		background: #002C53 url('images/icons/construction.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.construction
	{
		background: transparent url('images/icons/construction.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.tourism
	{
		background: #002C53 url('images/icons/tourism.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.tourism
	{
		background: transparent url('images/icons/tourism.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
	
#icons span a.mining
	{
		background: #002C53 url('images/icons/mining.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.mining
	{
		background: transparent url('images/icons/mining.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.agriculture
	{
		background: #002C53 url('images/icons/agriculture.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}

#icons span a:hover.agriculture
	{
		background: transparent url('images/icons/agriculture.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:15px;
	}
		
#icons span a.pet
	{
		background: #002C53 url('images/icons/pet.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #00427D;
		border-radius:10px;
		padding:5px;
		margin-right:0px;
	}
		
#icons span a:hover.pet
	{
		background: transparent url('images/icons/pet.png') center no-repeat;
		position:relative;
		float:left;
		z-index:99999;
		width:138px;
		height:100px;
		border:2px solid #002C53;
		border-radius:10px;
		padding:5px;
		margin-right:0px;
	}
	
span.address
	{
		color:#FFF;
		font-size:14px;		
	}
	
span.address ul li
	{
		padding:5px 0px 5px 25px;
		line-height:22px;
		border-bottom:1px solid #005E95;
	}

span.address ul li.map
	{
		background: transparent url('images/map-pin.png') center left no-repeat;
		position:relative;
	}

span.address ul li.phone
	{
		background: transparent url('images/phone.png') center left no-repeat;
		position:relative;
	}
	
span.address ul li.fax
	{
		background: transparent url('images/fax.png') center left no-repeat;
		position:relative;
	}

span.address ul li.email
	{
		background: transparent url('images/email.png') center left no-repeat;
		position:relative;
	}
	