@charset "UTF-8";
/* CSS Document */
/* @group Top Nav */

#top_nav {
	position: absolute;
	top: 126px;
	width: 942px;
	left: 15px;
	float: left;
	}
#top_nav table {
	float: left;
	height: 37px;
	margin-right: -5px;
	}

#top_subnav {
	position: relative;
	width: 962px;
	height: 31px;
	z-index: 3;
}	
	
#top_subnav div {
	display: none;
	
}

#top_subnav #products_dd {
margin-left: 5px;

}

#top_subnav #projectshowcase_dd {
margin-left: 5px;

}

#top_subnav #precastresources_dd {
margin-left: 170px;

}	

#top_subnav #ourcompany_dd {
margin-left: 430px;
}	
	
#top_subnav div a:link, 
#top_subnav div a:active, 
#top_subnav div a:visited, 
#top_subnav div a:hover  {
	color: #fff;
	font: bold 11px/11px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-right: 25px;
	display: block;
	float: left;
	text-decoration: none;
}

#top_subnav div a:hover  {
	color: #bfbfbf;
	text-decoration: none;
}

	
#top_nav table a:link, 
#top_nav table a:active, 
#top_nav table a:visited, 
#top_nav table a:hover {
	color: #fff;
	font: bold 13px/13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	margin: 10px 3px 0 3px;
}

/* @end */

/* Page Header stuff */

#page_header {
	background: url(../img/interface/header_bg.jpg) no-repeat;
	width: 962px;
	height: 163px;
	position: relative;
	color: #fff;
	display: block;
	z-index: 3;
}

#page_header #spancrete_logo {
	position: absolute;
	top: 55px;
	left: 15px;
}

#page_header #social_networking_groups {
	position: absolute;
	top: 15px;
	right: 15px;
}

#page_header #social_networking_groups td {
	font: normal 10px/12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#page_header #social_networking_groups img {
	margin-left: 10px;
}

/* @end */

/* @group Search */

#page_header #search_box {
	position: absolute;
	bottom: 8px;
	right: 15px;
	height: 25px;
	z-index: 3;
}

#page_header #search_field {
	width: 164px;
	background-image: url(../img/interface/search_input_bg.gif);
}

.search_input
{
	width: 130px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	visibility: visible;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	line-height: 14px;
}

.search_submit
{
	width: 71px;
	height: 11px;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	clear: none;
	visibility: visible;
	overflow: hidden;
}

/* @end */
