/* CSS Document */
#topnav {
	margin: 0 auto;
	border: 0;
	width:780px;
	height: 210px;
	position: relative;
	background-image:url(pics/topnavback.jpg);
}

#button_home {
	width: 107px;
	height: 58px;
	margin-top: 152px;
	margin-left: 116px;
	position: absolute;
}

#button_photogallery {
	width: 107px;
	height: 58px;
	margin-top: 152px;
	margin-left: 230px;
	position: absolute;
}


#button_featuredproject {
	width: 107px;
	height: 58px;
	margin-top: 152px;
	margin-left: 343px;
	position: absolute;
}

#button_productline {
	width: 107px;
	height: 58px;
	margin-top: 152px;
	margin-left: 457px;
	position: absolute;
	
}

#button_contactus {
	width: 107px;
	height: 58px;
	margin-top: 152px;
	margin-left: 571px;
	position: absolute;
	
}
/*the following is all located in the "bottomnav" Div*/
#bottomnav {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	border: 0;
	position: relative;
	background:url(pics/bottomnav/bottomnavback.jpg);
	}
	
#bottom_home {
	width: 33px;
	height: 25px;
	margin-top: 1px;
	margin-left: 183px;
	position: absolute;
}

#bottom_photogallery {
	width:78px;
	height: 25px;
	margin-top: 1px;
	margin-left: 241px;
	position: absolute;
}

#bottom_featuredproject {
	margin-top:1px;
	margin-left:343px;
	width: 94px;
	height: 25px;
	position: absolute;
}
#bottom_productline {
	margin-top:1px;
	margin-left:462px;
	width: 73px;
	height: 25px;
	position:absolute;
}
#bottom_contactus {
	margin-top: 1px;
	margin-left: 565px;
	width: 63px;
	height: 25px;
	position:absolute;
}
#bottom_recycle {
	margin-top: 26px;
	margin-left: 8px;
	width: 221px;
	height: 62px;
	position: absolute;
}
#bottom_address{
	margin-top: 26px;
	margin-left: 289px;
	width: 200px;
	height: 64px;
	position: absolute;
}
#bottom_logo{
	margin-top: 26px;
	margin-left: 550px;
	width: 167px;
	height: 69px;
	position: absolute;
}
/*end div tag's, start div font*/
.content{

	font-family: Arial;
	font-size: 11px;
	color: #04002c;
	line-height:1.5;
	font-weight:bold;
	
}
.contentscreener{

	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6d6e71;
	font-weight:bold;
	
}


.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	
}

.Copyright{
	font-family: Arial;
	font-size: 10px;
	color: #4c1a21;
	line-height: 16px;
}

.photogallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#CCCCCC;
	}

.photogallery a:link {
	color:#333333;
}
.photogallery a:visited {
	color:#333333;
}
.photogallery a:hover {
	color:#666666;
}
.photogallery a:active {
	color:#666666;
}

.photogallerytopnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	}

.photogallerytopnav a:link {
	color: #ffffff;
}
.photogallerytopnav a:visited {
	color: #ffffff;
}
.photogallerytopnav a:hover {
	color: #5b021b;
}
.photogallerytopnav a:active {
	color: #5b021b;
}
	
