/* 

	Created By:				MNB
	Date:					11/15/2010
	Description:			Global Styles for the /includes/global-header-v4.asp Header
	HEADER Example (.asp):	http://sww.panasonic.com/promos/avatar/
	HEADER Example (.NET):	/business/automotive/includes/controls/globalHeader.ascx
	NOTES:					All css overwrites must occur after the control due the inclusion of the styles within
							Modify class headerDiv at local level to overwrite padding on top and bottom
    						Make sure that body {padding:0px; margin:0px;} is declared	

*/

/* Drop down menus will not properly align without this */
body
{
	padding:0px;
	margin:0px;	
}

input
{
	padding:0px;
	margin:0px;	
}

/* necessary for bottom and top padding that will utilize the required bg color */
.headerDiv
{
	/* Change Header BG Here */
	background-color:#fff;
    height:49px;
    padding-top:20px;
    padding-bottom:20px;
    width:1002px;	
}

#header-table
{
	/* Change Header BG Here */
	background-color:#fff;
	height:29px;
	width:1002px;
}

.global_header_form
{
	padding:0px;
	margin:0px;	
}

#header-pna-logo-span
{
	margin-left:11px;
}

#header-globe-logo-span
{
	margin-left:57px;
}

#header-about-span
{
	margin-left:27px;
}

#header-support-span
{
	margin-left:27px; 
	margin-right:16px;
}

#header-consumer-span
{
	margin-left:57px;
}

#header-business-span
{
	margin-left:13px;
}

#header-industrial-span
{
	margin-left:13px; 
	margin-right:75px;
}

.header_vertical_line
{
	margin-left:13px;
}

.header_align
{
	vertical-align:middle;	
}

.header_links
{
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	position:relative;
	right:148px;
}

.header_links A:Link     { color:#000000; text-decoration:none; }
.header_links A:Active   { color:#000000; text-decoration:none; }
.header_links A:Visited  { color:#000000; text-decoration:none; }
.header_links A:Hover    { color:#14118C; text-decoration:underline; }

.header_text
{
	color: #7b7b7b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.header_text A:Link     { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#7b7b7b; text-decoration:none; }
.header_text A:Active   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#7b7b7b; text-decoration:none; }
.header_text A:Visited  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#7b7b7b; text-decoration:none; }
.header_text A:Hover    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration:none; color:#7b7b7b; text-decoration:underline; }

.search_box_table
{
	border: #d5d5d5 solid 1px; 
	background-color:#e3e7ed; 
	height:29px;
	width:220px; 
}

.search_txt_box
{
	border: 1px solid #4dc8e9;
	color: #a09f99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:17px; 
	margin-left:5px;
	padding-top:2px; 
	padding-left:2px;
	text-decoration:none;
	vertical-align:middle;
	width:143px;  	
}

.search_button_span
{
	position:relative; 
	left:2px; 
	vertical-align:top; 
	top:3px;	
}

.search_bar
{
	vertical-align:middle;	
}

.clear
{
	clear:both; 
	background-color:#000;
	padding:0px;
	margin:0px;
	line-height:0px;
}