@import url("global.css");
body {
	background: url(../images/bg-l2.gif) repeat-x;
	background-color: #d0d0d0;
	font-size: 1em;
	}
/* Site Layout / Structure (Home)
------------------------------------------------------------------*/  
#topWrapper {
	width: 960px;
	height: 131px;
	margin: 0 auto;
	z-index: -100 ;
	}
#middleWrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #04223a;
	}
#footerWrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background-color: #04223a;
	}
#bottomWrapper {
	width: 100%;
	min-height: 30px;
	height: 100%;
	clear: both;
	background-color:#d0d0d0;
	}	
.logo {
	position: absolute; 
	top: 32px ;
	left: 517px; 
	z-index: 100 ;
}
/* ---------------------------------------------------------------*/
/* ---------------------->>  NAVIGATION  <<<----------------------*/
/* ---------------------------------------------------------------*/
.navHolder {
	position:absolute;
	margin: 0 auto;
	width: 960px;
	height: 67px;
	top: 43px;
	z-index: 0;
	}
.navHolder ul.left {
	float:left;
	width: 350px;
	}
.navHolder ul.right {
	float:right;
	width: 350px;
	}
.navHolder li {
	display:inline;
	padding: 0;
	margin: 0;
	}
.navHolder a {
	display:inline-block;
	height: 67px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.navHolder a:hover {
	background-position: 0 -67px;
	}
.navHolder a.active, .navHolder a.active:hover {
	background-position: 0 -134px;
	}
.nav-reinforcingProducts a {
	background-image:url(../images/nav_reinforcingProducts.gif);
	width:128px;
	}
.nav-fabricatedRebar a {
	background-image:url(../images/nav_fabricatedRebar.gif);
	width:110px;
	}
.nav-concreteProducts a {
	background-image:url(../images/nav_concreteProducts.gif);
	width:112px;
	}
.nav-structuralSteel a {
	background-image:url(../images/nav_structuralSteel.gif);
	width:102px;
}
.nav-aboutUs a {
	background-image:url(../images/nav_aboutUs.gif);
	width:71px;
	}
.nav-creditApplication a {
	background-image:url(../images/nav_creditApplication.gif);
	width:118px;
}
.nav-news a {
	background-image:url(../images/nav_news.gif);
	width:42px;
	}
.nav-contactUs a {
	background-image:url(../images/nav_contactUs.gif);
	width:59px;
}
.navHolder a span {
	display: none;
	}
	
	
/* ---------------------------------------------------------------*/
/* ---------------------- ->>  Header  <<<------------------------*/
/* ---------------------------------------------------------------*/
.imgHeader {
	width: 939px;
	height: 119px;
	margin: 0 auto;
	}
.imgProducts li {
	display: inline;
	padding:0px;
	}
.img-reinforcingProducts {
	width:318px;
	}
.img-frabricatedRebar {
	width:317px;
	}
.img-concreteProducts {
	width:318px;
	}
/* ---------------------------------------------------------------*/
/* ----------------------->>  Content  <<<------------------------*/
/* ---------------------------------------------------------------*/
.contentWrapper {
	width:922px;
	margin: 0 auto;
	background-color:#FFF;
	padding-bottom: 30px;
	display:block;
	min-height: 300px;
	overflow: hidden;
}
.bullet {
	position:inherit;
	padding: 0 10px 10px 0px;
	}
.content li {
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding: 0px 0px 3px 15px;
	list-style: none;
	font-size: 0.75em;
	}
#image {
	width: 200px;
	float:left;
	}
#text {
	width: 480px;
	float:right;
	}
		
/* L2 Nav */
.l2Nav {
	width: 220px;
	float: left;
	text-align: right;
	margin-top: 23px;
	}
.l2Nav li {
	display:block;
	list-style: none;
	border-bottom: solid 1px #dcd9d4;
	padding: 5px 0 5px 10px;
	}
.l2Nav a {
	color: #0063a5;
	font-weight: bold;
	font-size: 0.75em;
	text-decoration: none;
	}
.l2Nav a.active {
	color: #333;
	}
.l2Nav a:hover {
	color: #333;
	font-weight: bold;
	font-size: 0.75em;
	}
/* Content */
.content {
	width: 660px;
	float: right;
	margin-top: 20px;
	padding: 8px 20px 0 20px;
	background-color:#FFF;
}
.imgRight {
	padding: 5px 0 20px 20px;
	}
.imgLeft {
	padding: 0 20px 0 0;
	}
/* ---------------------------------------------------------------*/
/* ------------------------>>  Bottom  <<<------------------------*/
/* ---------------------------------------------------------------*/
#header-reinforcingProducts {	
	position:absolute;
	left:108px;
	top:131px;
	width:939px;
	height:119px;
}

#address {
	width: 670px;
	padding: 20px 0px 0px 15px;
}

#address p {
	color: #FFF; 
	font-family:Tahoma, Geneva, sans-serif;	
	font-size: .7em;
}

#address h1 {
	font-weight: bold;
	padding-top: 4px;
	color: #FFF; 
	font-family:Tahoma, Geneva, sans-serif;	
	font-size: .7em;
}

#address_row  {
    display: table-row;
    }

#address_left, #address_right, #address_middle {
    display: table-cell;
	padding-right: 20px;
	width: 195px;
}

.copyright {
	color: #5e707e;
	font-size: 0.7em;
	padding: 0 50px 6px 0;
	float: right;
	}

