@charset "iso-8859-1";

/*

information{
	file name : /common-new/css/headerPAVC.css;
	infomation : This CSS file define a header format.;
	site name : Panasonic Global;
	url : http://panasonic.net;
	copyrihgt : Copyright (C) 2007 Panasonic Asia Pacific Pte Ltd. All Rights Reserved.;
}
last updated -----------------------------------------------
07/05 marge glabal navigation width.
08/25 change the width of header and footer to 967
 -----------------------------------------------------------
*/





/* contents
--------------------------------------------------------------------------
1. "generall" elements
2. "headerwrap" area
3. "header" area
4. "Global navigation" area
--------------------------------------------------------------------------
*/





/* 3. "header" area
-----------------------------------------------	*/
div#headerPAVC{
	position:relative;
	width:967px;
	height:49px;
}

div#headerPAVC ul li{
	position:absolute;
}

div#headerPAVC ul li a{
	_display:block;/*	Win IE5.0	*/
	_display/**/:inline;
	padding-left:14px;
	color:#222;
	text-decoration:none;
	background:url("/common-new/img/common/arrow-cir-right-black-fff.gif") 0 50% no-repeat;
}
div#headerPAVC a:hover{
	text-decoration:underline;
}

/*	Logo	*/
div#headerPAVC p#top{
	position:absolute;
	left:12px;
	top:0;
	width:116px;
	height:31px;
}

div#headerPAVCr p#top a{
	display:inline;
	padding:0;
}

div#headerPAVC p#logo-country{
	position:absolute;
	top:15px;
	left:152px;
}



/* div#headerPAVC ul li#gn-top a{
	padding:3px 0 3px 21px;
	background:url("/common-new/img/header/icon-globe.gif") 0 50% no-repeat;
}*/

div#headerPAVC ul li#gn-top{
	right:0;
	top:2px;
}

div#headerPAVC ul li#gn-sitemap{
	right:0;
	top:28px;
}

div#headerPAVC li#gn-contact{
	right:6.5em;
	top:28px;
}

div#headerPAVC li#gn-store{
	right:14.5em;
	top:28px;
}



/* 4. "Global navigation" area
-----------------------------------------------	*/
div#globalnavPAVC{
	float:left;
	width:967px;
	background:#d5d5d5;
}

div#globalnavPAVC ul li{
	display:inline;
}

div#globalnavPAVC ul li a{
	display:block;
	float:left;
	width:200px;
	margin-right:20px;
	padding:5px 0 4px;
	color:#222;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background:#d5d5d5 url("/common-new/img/header/bg-globalnav.gif") 0 0 no-repeat;
}

div#globalnavPAVC ul li a:hover{
	background:#eaeaea url("/common-new/img/header/bg-globalnav.gif") 0 0 no-repeat;
}
div#globalnavPAVC ul li a.on{
	background:#fff url("/common-new/img/header/bg-globalnav.gif") 100% 100% no-repeat;
}


div#globalnavPAVC ul li#gn-news a{
	margin-right:0;/* global site */
}


div#globalnavPAVC div.clear{
	width:967px;
	background:#fff;
}


