@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	border:0px;
	padding: 0px;
	background-image: url(images/bodybkgnd.jpg);
	background-repeat:repeat-x;	
}

img{
	border:0;
}
.outsideContainer{
	margin:0 auto;
	width:1000px;
	height: 1000px;
	position: relative;     

}

.header{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 350px;
	width: 1000px;
	background-image: url(images/headermainimg.jpg);
}

.hillink{
	position: absolute;
	top: 13px;
	left: 5px;
	height: 32px;
	width: 240px;
}

.hprlink{
	position: absolute;
	top: 13px;
	left: 280px;
	height: 32px;
	width: 105px;
}

.hidlink{
	position: absolute;
	top: 13px;
	left: 420px;
	height: 32px;
	width: 150px;
}

.hwblink{
	position: absolute;
	top: 13px;
	left: 606px;
	height: 32px;
	width: 84px;
}

.hfmlink{
	position: absolute;
	top: 13px;
	left: 726px;
	height: 32px;
	width: 84px;
}

.hmrlink{
	position: absolute;
	top: 13px;
	left: 846px;
	height: 32px;
	width: 150px;
}

.mainlogo{
	position: absolute;
	top: 171px;
	left: 265px;
	height: 179px;
	width: 475px;
}

.main{
 	position: absolute;
	top: 360px;
	left: 0px;
	height: 600px;
	width: 1000px;
	background-image:url(images/mainbkgnd.jpg);
}



/*

****** Start nav buttons

*/

.endcap01{
	position: absolute;
	top: 0px;
	left: 110px;
	height: 26px;
	width: 30px;
}

.nav001{
	display: block;
	position: absolute;
	top: 0px;
	left: 140px;
	height: 26px;
	width: 120px;

}

a.nav001{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bhome.jpg) top left no-repeat;
}

a.nav001:hover{
	background-position: 0 -26px;
}

.nav002{
	display: block;
	position: absolute;
	top: 0px;
	left: 260px;
	height: 26px;
	width: 120px;

}

a.nav002{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bstudioprofile.jpg) top left no-repeat;
}

a.nav002:hover{
	background-position: 0 -26px;
}

.nav003{
	display: block;
	position: absolute;
	top: 0px;
	left: 380px;
	height: 26px;
	width: 120px;

}

a.nav003{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bportfolio.jpg) top left no-repeat;
}

a.nav003:hover{
	background-position: 0 -26px;
}

.nav004{
	display: block;
	position: absolute;
	top: 0px;
	left: 500px;
	height: 26px;
	width: 120px;

}

a.nav004{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bprojects.jpg) top left no-repeat;
}

a.nav004:hover{
	background-position: 0 -26px;
}

.nav005{
	display: block;
	position: absolute;
	top: 0px;
	left: 620px;
	height: 26px;
	width: 120px;

}

a.nav005{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bstorestore.jpg) top left no-repeat;
}

a.nav005:hover{
	background-position: 0 -26px;
}

.nav006{
	display: block;
	position: absolute;
	top: 0px;
	left: 740px;
	height: 26px;
	width: 120px;

}

a.nav006{
	display: block;
	width: 120px;
	height: 26px;
	background: url(images/bcontact.jpg) top left no-repeat;
}

a.nav006:hover{
	background-position: 0 -26px;
}

.endcap02{
	position: absolute;
	top: 0px;
	left: 860px;
	height: 26px;
	width: 30px;
}

/*

****** End nav buttons

*/

.boxone{
	position: absolute;
	top: 50px;
	left: 110px;
	height: 100px;
	width: 780px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#FFFFFF;
	text-align:left;
}

.boxone a{
	color: #66CCFF;
}

.boxtwo{
	position: absolute;
	top: 150px;
	left: 25px;
	height: 200px;
	width: 300px;
}

.boxthree{
	position: absolute;
	top: 150px;
	left: 350px;
	height: 200px;
	width: 300px;
}

.boxfour{
	position: absolute;
	top: 150px;
	left: 675px;
	height: 200px;
	width: 300px;
}

.boxfive{
	position: absolute;
	top: 370px;
	left: 25px;
	height: 200px;
	width: 300px;
}

.boxsix{
	position: absolute;
	top: 370px;
	left: 350px;
	height: 200px;
	width: 300px;
}

.boxseven{
	position: absolute;
	top: 370px;
	left: 675px;
	height: 200px;
	width: 300px;
}
/*
***** Footer
*/

.footer{
	position: absolute;
	top: 960px;
	left: 0px;
	height: 20px;
	width: 1000px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#FFFFFF;
	text-align:center;
}

.footer a{
	color:#FFFFFF;
}
