/* 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;

}
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: 157px;
	background: url(animation-studio/animation-menu.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.nav .customers a {
	position: absolute;
	top: 0px;
	left: 157px;
	height: 70px;
	width: 186px;
	background: url(animation-studio/animation-menu.png) -157px 0 no-repeat;
	text-indent: -9999px;
}
.nav .studio a {
	position: absolute;
	top: 0px;
	left: 343px;
	height: 70px;
	width: 226px;
	background: url(animation-studio/animation-menu.png) -343px 0 no-repeat;
	text-indent: -9999px;
}
.nav .network a {
	position: absolute;
	top: 0px;
	left: 569px;
	height: 70px;
	width: 226px;
	background: url(animation-studio/animation-menu.png) -569px 0 no-repeat;
	text-indent: -9999px;
}
.nav .contacts a {
	position: absolute;
	top: 0px;
	left: 795px;
	height: 70px;
	width: 205px;
	background: url(animation-studio/animation-menu.png) -795px 0 no-repeat;
	text-indent: -9999px;
}
.nav .homepage a:hover {background: url(animation-studio/animation-menu.png) 0 -70px no-repeat; }
.nav .customers a:hover {background: url(animation-studio/animation-menu.png) -157px -70px no-repeat; }
.nav .studio a:hover {background: url(animation-studio/animation-menu.png) -343px -70px no-repeat; }
.nav .network a:hover {background: url(animation-studio/animation-menu.png) -569px -70px no-repeat; }
.nav .contacts a:hover {background: url(animation-studio/animation-menu.png) -795px -70px no-repeat; }

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

}
.content p {
	color: #0055F5;
	font-size: 1.2em;
	line-height: 1.8em;
	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;
}