/*
 *  montrose.css*/
 
 body {
	background-color: #D2D3D5;
	}

/* background_center */
#Layer-1 {
  position: absolute;
  margin-left: -574.5px;
  left: 50%;
  top: +0px;
  width: 1149px;
  height: 831px;
  z-index: 1;
}

/* side band */
#Layer-2 {
  position: absolute;
  left: 60px;
  top: 0px;
  width: 1029px;
  height: 772px;
  z-index: 2;
}

/* Collage copy 2 */
#Layer-3 {
  position: absolute;
  left: 346px;
  top: 420px;
  width: 682px;
  height: 351px;
  z-index: 3;
}

/* blue border_center */
#Layer-4 {
  position: absolute;
  margin-left: -517px;
  left: 50%;
  top: -9px;
  width: 1034px;
  height: 783px;
  z-index: 4;
}

/* body_text */
#Layer-5 {
	position: absolute;
	left: 251px;
	top: 181px;
	width: 766px;
	height: 248px;
	z-index: 5;
	/* text settings */
  text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	}
	#Layer-5 H1 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		padding-top: 0px;
		margin-top: 0px;
		}
/* Welcome */
#Layer-6 {
  position: absolute;
  left: 257px;
  top: 173px;
  width: 142px;
  height: 33px;
  z-index: 6;
}

/* 2009 Montrose Molders Inc All */
#Layer-7 {
  position: absolute;
  left: 446px;
  top: 783px;
  width: 255px;
  height: 24px;
  z-index: 7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* CPC Logo */
#Layer-8 {
  position: absolute;
  left: 33px;
  top: 644px;
  width: 170px;
  height: 88px;
  z-index: 8;
}

/* Montrose Logo */
#Layer-9 {
  position: absolute;
  left: 33px;
  top: 505px;
  width: 170px;
  height: 110px;
  z-index: 9;
}

/* FTP_linkover */
#Layer-10 {
  position: absolute;
  left: 920px;
  top: 73px;
  width: 80px;
  height: 18px;
  z-index: 10;
}

/* FTP_link */
#Layer-11 {
  position: absolute;
  left: 920px;
  top: 73px;
  width: 80px;
  height: 18px;
  z-index: 11;
}

/* RFQ_linkover */
#Layer-12 {
  position: absolute;
  left: 920px;
  top: 105px;
  width: 80px;
  height: 19px;
  z-index: 12;
}

/* RFQ_link */
#Layer-13 {
  position: absolute;
  left: 920px;
  top: 105px;
  width: 80px;
  height: 19px;
  z-index: 13;
}

a { cursor: pointer; }
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover { color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}


#nav {
	width: 207px;
	height:500px;
	font: 15px  Arial, Helvetica, sans-serif;
	position: absolute;
  left: 23px;
  top: 175px;
  z-index: 15;
	}
		
	#nav a {
		display:block;
		padding:0px 0px 2px 23px;
		background:url(images/navBG.png) no-repeat left bottom;
		color:#000;
		text-decoration:none;}
		
	#nav a:hover {
		color:#049bba;
		}