﻿/* CSS layout */
#body {
	background-color:#1e1e23;
	margin-top:0px;
	vertical-align:middle;

	
	} 

#container {
	position:absolute;
	margin-left:-400px;
	margin-top:-295px;
	height:610px;
	width: 800px;
	left: 50%;
	top:50%;
}

#header img{
	height:63px;
	width:800px;
	background-image:url('visuals/logo.jpg');
	background-repeat:no-repeat;
	background-position:center;
	
	}

a img{
		border-width:0;
	height: 63px;
	width: 800px;
}
	
	
a#logo img:{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-image:url('visuals/logo.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:800px;
		height:63px;
}
	
	




#pic_one {
	position: absolute;
	top:85px;
	left: 12px;
	width: 136px;
	
	background-image:url('reworkedimages/indeximages/nat.jpg');
	text-align:center;
	height:425px;
}

a#indexpic_one img{
	height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/nat.jpg');
	
	
	}
	
a#indexpic_one:hover img{
	height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/natselect.jpg');
	}

#pic_two {
	Position: absolute;
	top: 85px;
	left: 172px;
	width: 136px;
	text-align:center;
	background-image:url('reworkedimages/indeximages/seacoaste.jpg');
	height:425px;
	
	}
a#indexpic_two img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/seacoaste.jpg');
	text-align:center;
	
	}
	
a#indexpic_two:hover img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/seacoasteselect.jpg');
	text-align:center;
}

#pic_three {
	Position: absolute;
	top: 85px;
	left: 332px;
	width: 136px;
	text-align:center;
	background-image:url('reworkedimages/indeximages/nglong1.jpg');
	height:425px;
	}
a#indexpic_three img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/nglong1.jpg');
	text-align:center;
	}
a#indexpic_three:hover img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/nglong1select.jpg');
	text-align:center;
	}




#pic_four {
	Position: absolute;
	top: 85px;
	left: 492px;
	width: 136px;
	text-align:center;
	background-image:url('reworkedimages/indeximages/meilong.jpg');
	height:425px;
	
	}
a#indexpic_four img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/meilong.jpg');
	text-align:center;

	}
a#indexpic_four:hover img{
height:425px;
width:136px;
background-image:url('reworkedimages/indeximages/meilongselect.jpg');
}
#pic_five{
	Position: absolute;
	top: 85px;
	left: 652px;
	width: 136px;
	text-align:center;
	background-image:url('reworkedimages/indeximages/constructk.jpg');
	height:425px;

	}
a#indexpic_five img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/constructk.jpg');
	text-align:center;

	}
	
a#indexpic_five:hover img{
height:425px;
	width:136px;
	background-image:url('reworkedimages/indeximages/constructkselect.jpg');
	text-align:center;

	}

#contact_info{
	position:absolute;
	width:800px;
	top:540px;
	height:80px;
	background-image:url('visuals/bottomsmall.jpg');
	background-repeat:no-repeat;
	background-position:center 5px;
	}
		

}
