@import url("global.css");

body {
	background: url(../images/bg-home.gif) repeat-x;
	background-color: #d0d0d0;
	font-size: 1em;
	}

/* Site Layout / Structure (Home)
------------------------------------------------------------------*/  

#topWrapper {
	width: 960px;
	height: 131px;
	margin: 0 auto;
	}
#middleWrapper {
	width: 953px;
	margin: 0 auto;
	}
#footerWrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background-color: #04223a;
	}
#bottomWrapper {
	width: 100%;
	height: 100%;
	min-height: 30px;
	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;
	}
.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;
	}
	
	
/* ---------------------------------------------------------------*/
/* ----------------------->>  Products  <<<-----------------------*/
/* ---------------------------------------------------------------*/
.imgProducts {
	height: 210px;
	}
.imgProducts li {
	display: inline;
	padding:0px;
	}
.img-reinforcingProducts {
	width:318px;
	}
.img-frabricatedRebar {
	width:317px;
	}
.img-concreteProducts {
	width:318px;
	}

/* ---------------------------------------------------------------*/
/* ------------------------>>  Intro  <<<-------------------------*/
/* ---------------------------------------------------------------*/
#intro {
	float: left;
	left:158px;
	top:363px;
	width:585px;
	height:120px;
	padding: 40px 20px 30px 7px;
	color: #e4e4e4;
	font-size: 0.8em;
	line-height: 1.3em;
	}

/* ---------------------------------------------------------------*/
/* ------------------------->>  News  <<<-------------------------*/
/* ---------------------------------------------------------------*/
#news {
	padding: 40px 20px 40px 0px;
	float: right;
	top:363px;
	width:260px;
	height:120px;
	color: #e4e4e4;
	font-size: 0.75em;
	}
	
/* ---------------------------------------------------------------*/
/* ------------------------>>  Bottom  <<<------------------------*/
/* ---------------------------------------------------------------*/

#address {
	width: 670px;
	padding: 20px 0px 0px 5px;
}

#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;
	}
