@charset "UTF-8";
/* CSS Document */

header a.logo {
	width: 172px; height: 48px;
	top: 20px; right: 0px;
	background-image: url(../images/logo-zania-factory-medium.jpg);
}
	
nav { 
  		height: auto;
		z-index:2;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		border-bottom:1px solid #666;
		overflow:hidden;
  	}
	
li:nth-child(odd) {
  		width:calc(50% - 1px);
		border-right:1px solid #666;
  	}
	
  	nav a {
	  	text-align: left;
	  	width: 100%;
  	}
article {
	height: 415px;
	background: url(../images/test_medium.jpg) no-repeat 100% 0px;
}

.links { margin-top:60px;height: 353px;width:210px;}

hr {width:100%;}