/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2007.09.11
File Purpose:	Berg Drywall - Header Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


.header_links {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.header_links_text {
	margin: 0px;
	padding: 6px 0px 0px 30px;
	float: left;
	display: inline;
}

.header_links span {
	width: 200px;
	margin: 0px;
	padding: 6px 30px 0px 0px;
	float: right;
	display: inline;
}

.main_logo {
	width: 170px;
	height: 100px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}

.navigation_container {
	width: 488px;
	height: 47px;
	margin: 63px 0px 0px 0px;
	padding: 0px;
	float: right;
}

.navigation_container a, .navigation_container a:visited, .navigation_container a:hover, .navigation_container a:active { border: 0px; margin: 0px; padding: 0px; float: left; }

.nav_divider {
	height: 47px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav_drop_container {
	width: 516px;
	position: relative; 
	left: 254px; 
	top: -10px;
	z-index: 500; 
	visibility: visible; 
	float: left; 
}

.panel_shadow_top {
	width: 100%;
	height: 5px;
	background: url(/_images/nav/nav_drop_top.gif) top left no-repeat;
	border: 0px;
	float: left;
}

.panel_shadow_top a, .panel_shadow_top a:visited { width: 100%; height: 100%; float: left; border: 0px; }
.panel_shadow_top a:hover, .panel_shadow_top a:active {	width: 100%; height: 100%; float: left; border: 0px; }

.panel_shadow_bottom { 
	width: 100%;
	height: 5px;
	background: url(/_images/nav/nav_drop_top.gif) top left no-repeat;
	border: 0px;
	float: left;
}

.panel_shadow_bottom a, .panel_shadow_bottom a:visited { width: 100%; height: 100%; float: left; border: 0px; }
.panel_shadow_bottom a:hover, .panel_shadow_bottom a:active {	width: 100%; height: 100%; float: left; border: 0px; }

.panel_object {
	width: 100%;
	color: #990033;
	float: left;
	border-bottom: 1px solid #8e9295;
}

.panel_object a, .panel_object a:visited { width: 100%; padding-top: 4px; padding-bottom: 6px; font-weight: bold; color: #990033; background: #ffffff; text-decoration: none; float: left; }
.panel_object a:hover, .panel_object a:active {	width: 100%; padding-top: 4px; padding-bottom: 6px; font-weight: bold; color: #990033; background: #e5e5e5; text-decoration: none; float: left; }

.panel_object_link {
	width: 143px;
	text-align: left;
	cursor: pointer;
}

.nav_about_drop_container {
	width: 155px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	cursor: pointer;
}

.nav_services_drop_container {
	width: 155px;
	position: absolute;
	left: 106px;
	top: 0px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	cursor: pointer;
}

.nav_contact_drop_container {
	width: 155px;
	position: absolute;
	left: 361px;
	top: 0px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	cursor: pointer;
}