/* CSS Navigation Menu for Mason Industries main_app */

/* Navigational Menu */
div#nav-menu {
	position: relative;
	top: 0;
	left: 0;
	height: 54px;
	background-image: url(../images/header/nav_bg.jpg);
	text-align: left;
	z-index: 900;
	}
	
div#nav-menu-1024 {
	position: relative;
	top: 0;
	left: 0;
	height: 60px;
	background-image: url(../images/header/nav_bg_1024.jpg);
	text-align: left;
	z-index: 900;
	}
	
div#nav-menu-1024 #MenuBar1 {
	left: 128px;
	}
	
div#nav-menu-1024 #MenuBar1 #home {
	top: -19px;
	left: 0;
	margin: 0;
	margin-right: -23px;
	padding: 0;
	border: none;
	}
	
div#nav-menu-1024 #MenuBar1 #home a:link, div#nav-menu-1024 #MenuBar1 #home a:visited, div#nav-menu-1024 #MenuBar1 #home a:hover {
	border: none;
	}
	
/* Footer Menu */	

div#footer {
	width: 760px;
	height: auto;
	position: relative;
	left: 0px;
	top: 2px;
	margin-bottom: 1em;
	}
	
div#footer_1024 {
	width: 1014px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0;
	margin-bottom: 1em;
	}
	
div#footer img, div#footer_1024 img {
	float: left;
	}
	
div#footer_1024 #Acrobat {
	float: right;
	
	}
	
div#footer p, #footer a:link, #footer a:visited, div#footer_1024 p, #footer_1024 a:link, #footer_1024 a:visited {
	font-size: xx-small;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
}

div#footer a:hover, div#footer_1024 a:hover {
	color: #990000;
}


div#nav{
	margin: 0px;
	height: 50px;
	width: 760px;
	position: relative;
	left: 0px;
	top: 0px;
}
div#nav .left-frame{
	margin: 0px;
	height: 30px;
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#nav .right-frame{
	margin: 0px;
	height: 30px;
	width: 3px;
	position: absolute;
	left: 757px;
	top: 0;
}

div#nav .center-frame{
	position: relative;
	left: 0px !important;
	top: 0px;
	margin: 0px;
	height: 30px;
	width: 754px;	
	background-image: url(../images/main_app/nav_center.jpg);
	background-repeat: repeat-x;
	display: inline-block;
}

div#nav .center-frame p {
	position: relative;
	top: 4px;
	z-index: 2;
	height: 30px;
	width: 754px;
	text-align: center;
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	word-spacing: 3px;
	vertical-align: middle;
	}
	


div#nav .center-frame .menu .nospacing{
	word-spacing: 0px;
}

div#nav .center-frame p a:link, .menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
	
	}
div#nav .center-frame p a:hover{
	color: #FFCC00;
	text-decoration: none;
	
	}
div#sub-menu {
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	}
div#sub-menu div {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 754px;
	visibility: hidden;
	}
div#sub-menu #address {
	visibility: visible;
}
div#sub-menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: center;
	}
div#sub-menu p .break {
	color: #E5E5E5;
}
div#sub-menu a:link, #sub-menu a:visited {
	color: #666666;
	text-decoration: none;
}
div#sub-menu a:hover {
	color: #990000;
}
