* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #272727;
}

a:active, a:focus {
	outline: none;
}

img {
  border: 0;
}

#Body {
  width: 705px;
  margin: 0 auto;
  padding: 1px 0 32px;
}

#Menu {
	margin-top: 7px;
	height: 24px;
  width: 705px;
	background: transparent url(../img/menu.gif) no-repeat top left;
}

#Menu ul {
	position: absolute;
}

#Menu li {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
}

#Menu li a {
	display: block;
	width: 100%;
	height: 13px;
}

#Menu1 {
	left: 1px;
	width: 29px;
}

#Menu1.current, #Menu1.hover {
	background: transparent url(../img/menu.gif) no-repeat -1px -24px;
}

#Menu2 {
	left: 38px;
	width: 46px;
}

#Menu2.current, #Menu2.hover {
	background: transparent url(../img/menu.gif) no-repeat -38px -24px;
}

#Menu3 {
	left: 92px;
	width: 41px;
}

#Menu3.current, #Menu3.hover {
	background: transparent url(../img/menu.gif) no-repeat -92px -24px;
}

#Menu4 {
	left: 141px;
	width: 128px;
}

#Menu4.current, #Menu4.hover {
	background: transparent url(../img/menu.gif) no-repeat -141px -24px;
}

#Who, #Clients, #Works {
	width: 705px;
}

#Clients, #Works {
	display: none;
}

#Who #ShowreelContainer {
	width: 705px;
	height: 397px;
	background-image: url(../img/showreel.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#Who #Showreel {
	width: 705px;
	height: 397px;
}

#Works .ScreenShot {
	display: none;
	margin-bottom: 18px;
}

.SectionInfo, .CaseInfo {
  margin: 18px 0;
  width: 705px;
  height: 11px;
}

.separatore {
  margin-top: 46px;
  width: 705;
  height: 3px;
  background-image: url(../img/dots.gif);
  background-repeat: repeat-x;
}
