/* CSS Document */

body {
	margin: 12px auto;
	background-color: #5E5AD2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	background: url(animation-studio/bkgnd.jpg) repeat-x;
	overflow: visible;
}
h1 {
	margin: 0 auto;
	width: 1000px;
	height: 230px;
	background: url(animation-studio/apes-in-space.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	position: relative;
	}
.nav {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 70px;
	padding: 0;
	}
.nav ul,li {
	list-style-type: none;
	}
.nav .homepage a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 70px;
	width: 138px;
	background: url(animation-studio/animation-menu.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.nav .work a {
	position: absolute;
	top: 0px;
	left: 138px;
	height: 70px;
	width: 138px;
	background: url(animation-studio/animation-menu.png) -138px 0 no-repeat;
	text-indent: -9999px;
}
.nav .customers a {
	position: absolute;
	top: 0px;
	left: 276px;
	height: 70px;
	width: 163px;
	background: url(animation-studio/animation-menu.png) -276px 0 no-repeat;
	text-indent: -9999px;
}
.nav .studio a {
	position: absolute;
	top: 0px;
	left: 439px;
	height: 70px;
	width: 192px;
	background: url(animation-studio/animation-menu.png) -439px 0 no-repeat;
	text-indent: -9999px;
}
.nav .network a {
	position: absolute;
	top: 0px;
	left: 631px;
	height: 70px;
	width: 201px;
	background: url(animation-studio/animation-menu.png) -631px 0 no-repeat;
	text-indent: -9999px;
}
.nav .contacts a {
	position: absolute;
	top: 0px;
	left: 832px;
	height: 70px;
	width: 168px;
	background: url(animation-studio/animation-menu.png) -832px 0 no-repeat;
	text-indent: -9999px;
}
.nav .homepage a:hover {background: url(animation-studio/animation-menu.png) 0 -70px no-repeat; }
.nav .work a:hover {background: url(animation-studio/animation-menu.png) -138px -70px no-repeat; }
.nav .customers a:hover {background: url(animation-studio/animation-menu.png) -276px -70px no-repeat; }
.nav .studio a:hover {background: url(animation-studio/animation-menu.png) -439px -70px no-repeat; }
.nav .network a:hover {background: url(animation-studio/animation-menu.png) -631px -70px no-repeat; }
.nav .contacts a:hover {background: url(animation-studio/animation-menu.png) -832px -70px no-repeat; }

.content {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
	background-color:#FFFFFF;
	min-height: 450px;

}
.content p {
	color: #0055F5;
	font-size: 1em;
	line-height: 1.3em;
	margin: 10px 90px;
	}
.content h3 {
	text-align: center;
	color: #0055F5;
	font-size: 0.7em;
	font-weight: normal;
}
.content ul {
	margin: 30px 70px;
}
.content li {
	padding: 0 20px;
	list-style-type:disc;
	color: #0055F5;
	font-size: 1.2em;
	line-height: 1.4em;
}
