* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	color: #000;
}
.nav {
	background-color: #ccc;
	width: 100%;
	height: 120px;
	color: black;
	font-size: 20px;
}

#bannerTop {
	width: auto;
	height: 50%;
	position: relative;
}

a:link {	
	text-decoration: none;
	height: 60px;
	width: auto;
	position: absolute;
	top: 60px;
	transition: color 0.25s;

}

a:hover {
	color: #fff;
}

#home {
	left: 20px;
}

#prod {
	left: 90px;
}

#biz {
	left: 230px;
}

#cont {
	left: 470px;
}

#gal {
	left: 600px;
}


#detail {
	background-color: #e6ccff;
	width: 100%;
	height: 500px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: #000;
}

#img {
	opacity: 1;
	transition: opacity 0.25s;
}

#img:hover {
	opacity: 0.7
}
.img {
	position: absolute;
	top: 150px;
	left: 400px;
	
}

#imgtext {
	position: absolute;
	top: 185px;
	left: 400px;
	color: black;
}

#footer {
	background-color: #ccbade;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 520px;
}


@media screen and (max-width: 744px) {
	#gal {
		top: 60px;
		left: 590px;
	}
}
