body {
	background-color: #faf5f1;
	font-family: verdana, "Lucida grande", verdana, arial;	
}

/*HEADER*/
header{
    display: block;
    height: 120px;
       
}


.menu_en{
    height:75px;
    display: block;
    background-image: url(Graphics/icons/nav-sprites04_en.svg);
    float: left;
z-index: 2;}


.menu_pl{
    height:75px;
    display: block;
    background-image: url(Graphics/icons/nav-sprites04_pl.svg);
    float: left;
z-index: 2;}

a.lang{
    height:60px;
    display: inline-block;
    background-image: url(Graphics/icons/pl-en-sprites.png);
    float: right;
    margin-right:15px;  
    margin-top: 10px;
}


#slogan				{width: 470px; background-position: 0px 0px; }
#visuals			{width: 100px; background-position: -470px 0px;}
#visuals.on			{width: 100px; background-position: -470px 75px;}
#animations			{width: 100px; background-position: -570px 0px;}
#animations.on		{width: 100px; background-position: -570px 75px;}
#models				{width: 100px; background-position: -670px 0px;}
#models.on			{width: 100px; background-position: -670px 75px;}
#offer		        {width: 100px; background-position: -770px 0px;}
#offer.on		    {width: 100px; background-position: -770px 75px;}

#visuals:hover				{background-position: -470px 75px;}
#animations:hover			{background-position: -570px 75px;}
#models:hover				{background-position: -670px 75px;}
#offer:hover				{background-position: -770px 75px;}


#pl				{width: 60px; background-position: 0px 0px;}
#en				{width: 60px; background-position: -60px 0px;}
#pl:hover		{background-position: -0px -60px;}
#en:hover		{background-position: -60px -60px;}



.bold{
    font-weight: bold;}



a.home {float: left; }


img.home {height: 60px; margin-left: 0px; }
img.menu {height: 70px; margin-right: 0px; float:right;}



/*---------------------MAIN CONTENT--------------------*/
div.text {margin: auto auto; letter-spacing:0px; line-height: 150%; width: 75%; text-align: justify; 
font-size: 14px; white-space: normal;
clear:both;
}

span.standout {font-family:  "Segoe Print", "Cassannet Regular"; font-size: 110%; letter-spacing: 4px; font-weight: bolder;
}

.bold{
    font-weight: bold;
}



/*FOOTER*/
footer{
	display:block; width:98%; vertical-align:top; 
	border:0;
	border-top: 1px solid #6f6c6c;
	margin: 140px auto 10px auto;
	font-size: x-small; vertical-align: top; color: #6f6c6c;}

footer a{
	color: #6f6c6c; text-decoration: none;
	border-bottom: 1px dashed ;
	}
footer table{
	width: 100%;
}
td.icons{
	width: 5%;
	}
td.icons a{
border: none;
}
td{	white-space: nowrap;
	text-align:right;
	padding:2px 6px;
	
}
td.td_left{
	text-align: left;
}

td.td_right{
	text-align: right;
}
td a{
text-decoration: none;

}

img.footer{
	width: 30px;
}


/*NOT SURE IF NEEDED*/
-img.menu {height: 70px; margin-right: 0px; float:right;}