@charset "UTF-8";
#preload1
{
	display:none;
	background-image: url(assets/aboutover.jpg);
	}

#preload2
{
	display:none;
	background-image: url(assets/contactover.jpg);
	}
	
#preload3
{
	display:none;
	background-image: url(assets/serviceover.jpg);
	}
	
#preload4
{
	display:none;
	background-image: url(assets/studioover.jpg);
	}
	
#header
{
	background-color: #FFFFFF;
	margin: 0px;
	height: 150px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
	}
	
#headerlogo {
	background-image: url(assets/logo.jpg);
	margin: 0px;
	float: none;
	height: 101px;
	width: 230px;
	position: relative;
	top: -95px;
	right: 0px;
	left: 570px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	display: block;
}

#headerabout {
	margin: 0px;
	height: 30px;
	width: 65px;
	position: relative;
	top: 95px;
	right: 0px;
	left: 50px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/about.jpg);
	display: block;
}

#headerservices {
	margin: 0px;
	height: 30px;
	width: 98px;
	position: relative;
	top: 65px;
	right: 0px;
	left: 115px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/services.jpg);
	display: block;
}

#headerstudio {
	margin: 0px;
	height: 30px;
	width: 87px;
	position: relative;
	top: 35px;
	right: 0px;
	left: 213px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/Studio.jpg);
	display: block;
}

#headercontact {
	margin: 0px;
	height: 30px;
	width: 74px;
	position: relative;
	top: 5px;
	right: 0px;
	left: 300px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/contact.jpg);
	display: block;
}
#headerabout:hover  {
	margin: 0px;
	height: 30px;
	width: 65px;
	position: relative;
	top: 95px;
	right: 0px;
	left: 50px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/aboutover.jpg);
	display: inherit;
}
#headerservices:hover {
	margin: 0px;
	height: 30px;
	width: 98px;
	position: relative;
	top: 65px;
	right: 0px;
	left: 115px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/serviceover.jpg);
	display: inherit;
}
#headerstudio:hover {
	margin: 0px;
	height: 30px;
	width: 87px;
	position: relative;
	top: 35px;
	right: 0px;
	left: 213px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/studioover.jpg);
	display: inherit;
}
#headercontact:hover {
	margin: 0px;
	height: 30px;
	width: 74px;
	position: relative;
	top: 5px;
	right: 0px;
	left: 300px;
	bottom: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center center;
	background-image: url(assets/contactover.jpg);
	display: inherit;
}
