/****************************************************************************
HEADER
****************************************************************************/
/*** handled by global.css ***/

/****************************************************************************
TOP NAVIGATION
****************************************************************************/
#topnav a {
	position:absolute;
	left:50%;
	display:block;
	margin-top:57px;
	height:17px;
	text-decoration:none;
	padding:0;
	z-index:50;
}
/*** about us ***/
#aboutus a {
	background: url(../images/aboutus.gif) top left no-repeat;
	margin-left:170px;
	width:55px;
}
#aboutus a:hover{
	background-position: 0 -17px;
}
/*** news ***/
#news a {
	background: url(../images/news.gif) top left no-repeat;
	margin-left:260px;
	width:32px;
}
#news a:hover{
	background-position: 0 -17px;
}
/*** photos ***/
#photos a {
	background: url(../images/photos.gif) top left no-repeat;
	margin-left:330px;
	width:44px;
}
#photos a:hover{
	background-position: 0 -17px;
}
/*** bartle 
#bartle a {
	background: url(../images/convention_online_ordering.gif) top left no-repeat;
	margin-left:275px;
	width:109px;
}
#bartle a:hover{
	background-position: 0 -17px;
}
***/

/****************************************************************************
LEFT NAVIGATION
****************************************************************************/
#leftnav a {
	position:absolute;
	left:50%;
	display:block;
	width:155px;
	margin-left:-400px;
	padding:83px 0 0 0;
	text-decoration:none;
}
/*** construction ***/
#construction a {
	background: url(../images/construction.jpg) top left no-repeat;
	margin-top:83px;
}
#construction a:hover{
	background-position: 0 -84px;
}
/*** linebuilder ***/
#linebuilder a {
	background: url(../images/linebuilder.jpg) top left no-repeat;
	margin-top:175px;
}
#linebuilder a:hover{
	background-position: 0 -84px;
}
/*** service ***/
#service a {
	background: url(../images/service.jpg) top left no-repeat;
	margin-top:267px;
}
#service a:hover{
	background-position: 0 -84px;
}
/*** datacom ***/
#datacom a {
	background: url(../images/datacom.jpg) top left no-repeat;
	margin-top:359px;
}
#datacom a:hover{
	background-position: 0 -84px;
}
/*** engineering ***/
#engineering a {
	background: url(../images/engineering.jpg) top left no-repeat;
	margin-top:450px;
}
#engineering a:hover{
	background-position: 0 -84px;
}

/*main image */
#mainimage {
	position:absolute;
	left:50%;
	margin-left:-250px;
	padding-top:83px;
}

#footer {
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:539px;
}