﻿/* Contector - navigation */

#nav 
{
	list-style-type: none;
	margin: 6px 0 0;
	padding: 0;
	width: 900px;
	height: 45px;
}

#nav li 
{
	float: left;
	display: block;
	height: 45px;
	width: 175px;
	background: green;
	text-decoration: none;
	margin: 0 0 0 6px;
}
	
	#nav li.first
	{
		margin: 0;
	}
	
	#nav li a
	{
		font-size: 13px;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		text-align: center;
		margin: 0;
		padding: 15px 0 0;
		font-family: "Franklin Gothic Demi", Arial, Sans;
		display: block;
		height: 30px;
	}


/* subnavigation */

ul#subnav
{	
	list-style-type: none;
	padding: 0;
	margin: 6px 0 0 0;
	padding: 0 0 0 25px;
	height: 45px;
}

	ul#subnav li
	{
		float: left;
		margin: 15px 35px 0 0;
		padding: 0;		
	}
	
		ul#subnav li.last
		{
			margin-right: 0;
		}
	
		#subnav.references li
		{
			margin: 15px 20px 0 0;			
		}
		
		#subnav.references li.pagerev,
		#subnav.references li.pageffw
		{
			margin: 8px 15px 0 0;
			float: right;
		}
		
		#subnav.references li.pagerev a,
		#subnav.references li.pageffw a
		{
			font-size: 22px;			
		}
	
	ul#subnav li a
	{
		text-decoration: none;
		font-family: Arial, "Franklin Gothic Demi", Tahoma, "Trebuchet MS";
		font-weight: bold;
		font-size: 12px;
	}


/* nav id */


#nav li#about,
ul.about
{
	background-color: #9e1348;
}

#nav li#business,
ul.business
{
	background-color: #69a7ae;
}

	ul#subnav.business li
	{
		margin-right: 30px;
	}

#nav li#products,
ul.products
{
	background-color: #0d7ba4;
}

#nav li#references,
ul.references
{
	background-color: #f8b323;
}

#nav li#achievements,
#nav li#contact,
ul.achievements,
ul.contact
{
	background-color: #93943c;
}
#nav li#achievements
{
	width: 176px;
}
    
    #subnav.achievements li
    {
        margin-right: 20px;
        margin-top: 7px;
        text-align: center;
    }
	
		#subnav.achievements.en li
		{
			margin-right: 14px;
		}

#contentwrapper ul.contact
{
    margin: 20px 0;
    padding: 10px;
    background-color: #9e1348;
}
    
#contentwrapper ul.contact li
{
    margin: 5px 0;
}    