/*
##########################################################################
					TOP NAVIGATION LOGO BAR STYLING
##########################################################################
*/

div#gsg_top_logo_bar {
	border-top		: 4px solid #01916d;
	background		: #FFF;
	padding			: 0 24px 0 20px;
	font-family		: Arial, Helvetica, sans-serif;
	color			: #000;
	clear			: both;
	height			: 58px;
}
div#gsg_top_logo_bar * {
	font-family		: Arial, Helvetica, sans-serif;
}
div#gsg_top_logo_bar a {
	color			: #000;
}
/*
#####################################
		Fuji logo area etc.
#####################################
*/
div#gsg_top_logo_bar div#gsg_identity {
	float			: left;
	clear			: left;
	padding			: 19px 0 15px;
}
div#gsg_top_logo_bar div#gsg_identity p {
	font-size		: 8pt;
	margin			: 0.1em 0 -1.1em 0;
	padding			: 0;
}
div#gsg_top_logo_bar div#gsg_identity p.gsg_invisible {
	display			: none;
	position		: absolute;
	top				: 0;
}
div#gsg_top_logo_bar div#gsg_identity #country {
	position		: relative;
	bottom			: 1px;
	left			: 15px;
	font-size		: 12px;
	font-weight		: bold;
}
/*
#####################################
	  END OF Fuji logo area etc.
#####################################
*/


div#gsg_top_logo_bar div#gsg_utility {
	width			: 250px;
	float			: right;
	clear			: right;
}
div#gsg_top_logo_bar div#gsg_links {
	margin			: 3px 0 6px 0.4em;
	float			: right;
}
div#gsg_top_logo_bar div#gsg_links ul {
	margin			: 0;
	padding			: 0;
	float			: right;
}
div#gsg_top_logo_bar div#gsg_links li {
	margin			: 0;
	padding			: 0;
	float			: left;
	list-style		: none;
}
div#gsg_top_logo_bar div#gsg_links li a {
	display			: block;
	padding			: 0 0 0 9px;
	background		: url(../img/gsg_arrow_04.gif) 0 0.2em no-repeat;
	text-decoration	: none;
	font-size		: 11px;
	font-weight		: normal;
}
div#gsg_top_logo_bar div#gsg_links li#ask_fuji {
	margin-right	: 9px;
	padding-right	: 6px;
}
div#gsg_top_logo_bar div#gsg_links li.lang {
	margin-right	: 9px;
	padding-right	: 6px;
}
div#gsg_top_logo_bar div#gsg_links li#ask_fuji a {
	background		: url(../img/gsg_external_01.gif) 0 0.3em no-repeat;
	padding-left	: 12px;
}
div#gsg_top_logo_bar #gsg_utility li a:hover {
	text-decoration	: underline;
}
div#gsg_top_logo_bar div#gsg_site_search {
	width			: 250px;
	padding			: 0 0 10px;
	float			: right;
}
div#gsg_top_logo_bar #gsg_site_search p {
	margin			: 0;
	padding			: 0;
	float			: right;
}

div#gsg_top_logo_bar #gsg_site_search label#searchLabel {
	display			: none;
}
form#siteSearch input{
	font-family		: Arial,Helvetica,sans-serif;
	border			: #afafaf 0.1em solid;
	height			: 30px;
}

form#siteSearch input#searchKeyword {
	width			: 11em;
	margin			: 0 6px 0 0;
	font-size		: 12px;
	height			: 16px;
	position		: relative;
	bottom			: 2px;
	/* bottom		: 0;*/
}

form#siteSearch input.submitButton {
	width			: 43pt;
	color			: #000 !important;
	background		: #f1f1f1;
	text-align		: center;
	height			: 16pt;
	font-size		: 9pt;
}

a.gsg:link{
	color			: #36c;
	text-decoration	: none;
}
a.gsg:hover{
	text-decoration	: underline;
}

/*
##########################################################################
					TOP NAVIGATION LOGO BAR STYLING
##########################################################################
*/







/*
##########################################################################
					TOP NAVIGATION SUB NAV BAR STYLING
##########################################################################
*/
div#gsg_nav {
	font-family		: Arial, Helvetica, sans-serif;
	border-bottom	: 6px solid #d9d9d9;
	background		: #000;
	width			: 100%;
	clear			: both;
}

div#gsg_nav ul {
	margin			: 0;	
	padding			: 0;
	background		: #000 url(../img/gsg_navg_bg_03.gif) 0 0 no-repeat;
}

div#gsg_nav ul li {
	margin			: 0;
	padding			: 0;
	float			: left;
	display			: inline;
	background		: url(../img/gsg_navg_bg_04.gif) right top no-repeat;
	padding-right	: 1px;
	white-space		: nowrap;
}
div#gsg_nav ul li a {
	font-family		: Arial, Helvetica, sans-serif;
	display			: block;
	padding			: 0.4em 1em;
	color			: #fff;
	font-weight		: bold;
	text-decoration	: none;
	font-size		: 9pt;
}

div#gsg_nav ul li.gsg_selected a {
	background-color: #d9d9d9;
	color			: #000 !important;
}

div#gsg_nav ul li a:hover{
	text-decoration: underline;
}

div#gsg_nav div#gsg_sub_nav {
	width			: 100%;
	float			: left;
	clear			: both;
	background		: #d9d9d9;
}
div#gsg_nav div#gsg_sub_nav li a {
	padding-bottom	: 0;
	color			: #000;
	font-weight		: normal;
}
div#gsg_nav div#gsg_sub_nav li.gsg_selected a {
	font-weight		: bold;
}
div#gsg_nav li.first {
	margin-left		: 15px;
}
/* hack */

/* clearing float */

#header:after,
div#gsg_nav:after,
div#gsg_navl dd ul:after,
ul#footUtility:after,
.banner:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header,
div#gsg_nav,
div#gsg_navl dd ul,
ul#footUtility,
.banner{
	display: inline-table;
}
/*\*/
* html #header,
* html div#gsg_nav,
* html div#gsg_navl dd ul,
* html ul#footUtility,
* html .banner{
	height: 1%;
}
#header,
div#gsg_nav,
div#gsg_navl dd ul,
ul#footUtility,
.banner{
	display: block;
}
/**/

/* float for MacIE */

ul#gsg_utility li,
div#gsg_nav dt,
div#gsg_nav ul li,
div#gsg_navl dd ul li,
ul#footUtility li{
/*\*//*/
	width: 0.1em;
	white-space: nowrap;
/**/
}







/*
##########################################################################
							LEFT NAVIGATION STYLING
##########################################################################
*/
#gsg_Left_Navigation * {
	font-family		: Verdana,Arial,Helvetica,sans-serif;
}

#gsg_Left_Navigation li {
	border			: 0 !important;
}
#gsg_Left_Navigation,
#gsg_Left_Navigation ul {
	background		: #fff;
}
#gsg_Left_Navigation li {
	border-bottom	: 1px solid #999;
	color			: #000;
	list-style-type	: none; /* Applies to sub <li>'s too*/
	font-size		: 0.85em;
	display			: inline;
}

#gsg_Left_Navigation ul {
	margin			: 0;
	padding			: 0;
}
#gsg_Left_Navigation ul li a {
	margin			: 0 0 4px;
	padding			: 14px 10px 6px;
	color			: #000;
	background		: #d9d9d9;
	text-decoration	: none;
	display			: block;
	border-bottom	: 1px solid #999;
	text-align		: left;
}

/* Second Level */
#gsg_Left_Navigation ul ul {
	margin-top		: 8px;
	margin-bottom	: 8px;
	padding			: 0;
	background		: #fff;
}

#gsg_Left_Navigation ul ul li a { /*overwrites the above li statements for 2nd level */ 
	margin			: 0 0 3px;
	padding			: 7px 10px 6px 21px;
	border-top		: 1px solid #d9d9d9;
	border-bottom	: 0;
	background		: #f0f0f0 url(../img/left_Nav/gsg_bg_nav_li.gif) 11px 52% no-repeat;       
	font-size		: 0.9em;
}

#gsg_Left_Navigation ul ul li.selected a,
#gsg_Left_Navigation ul ul li a:hover {
	background		: #d1f0e0 url(../img/left_Nav/gsg_bg_nav_li_selected.gif) 10px 52% no-repeat;
	color			: #000;
}

/* Third Level*/
#gsg_Left_Navigation ul ul ul {
	margin-top		: 0;
	padding			: 0;
	background		: #fff;
}

#gsg_Left_Navigation ul ul li.selected li a,
#gsg_Left_Navigation ul ul li li a:hover { /*overwrites the above li statements for 3rd level */
	margin			: 0 10px;
	padding			: 3px 10px;
	background		: #fff;
	border-top		: none;
	border-bottom	: 1px solid #d9d9d9;
	color			: #565656;
}

#gsg_Left_Navigation ul ul ul li.selected a,
#gsg_Left_Navigation ul ul ul li a:hover {
	font-weight		: bold;
	background		: #fff;
	color			: #000;
}
/*
##########################################################################
						END OF LEFT NAVIGATION STYLING
##########################################################################
*/







/*
##########################################################################
						BOTTOM NAVIGATION BAR STYLING
##########################################################################
*/
div#gsg_bottom_navigation {
	font-family		: Arial, Helvetica, sans-serif;
	padding			: 10px 10px 20px 18px;
	background		: #fff url(../img/gsgBottomNavUnderline_redFade.gif) bottom left no-repeat;
	clear			: both;
}
div#gsg_bottom_navigation * {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px !important;
}
div#gsg_bottom_navigation div#gsg_copyright {
	float			: left;
}
div#gsg_bottom_navigation div#gsg_utility_links ul,
div#gsg_bottom_navigation div#gsg_copyright p,
div#gsg_bottom_navigation li a {
	margin			: 0;
	padding			: 0;
}
div#gsg_bottom_navigation div#gsg_copyright p {
	margin			: 0;
	padding			: 0;
}
div#gsg_bottom_navigation div#gsg_utility_links {
	text-align		: right;
	float			: right;
}
div#gsg_bottom_navigation div#gsg_utility_links ul {
	margin			: 0;
	padding			: 0;
}
div#gsg_bottom_navigation li {
	list-style		: none;
	display			: inline;
}
div#gsg_bottom_navigation li a {
	vertical-align	: top;
	padding			: 0 1em 0 0.7em;
	background		: url(../img/gsg_arrow_04.gif) 0 2px no-repeat;
	text-decoration	: none;
	font-weight		: normal;
}
div#gsg_bottom_navigation li a:hover {
	text-decoration	: underline;
}
div#gsg_bottom_navigation div#gsg_copyright p,
div#gsg_bottom_navigation li a {
	font-size		: 8.5pt;
	color			: #000;
}

div#gsgBottomNavUnderline,
div#gsgBottomNavUnderline_Solid {
	height			: 16px;
	background		: #01916d;
	border-top		: 2px solid #fff;
	clear			: both;
}
div#gsgBottomNavUnderline {
	background		: #01916d url(../img/gsgBottomNavUnderline_Flash.gif) 0 0 no-repeat;
}
div#gsgBottomNavUnderline p {
	font-size		: 1px;
	margin			: 0;
	padding			: 0;
}

/*
--------------------------------------------
popup footer styles
*/
div#gsgPopupFooter {
	padding			: 0 10px 10px;
}
div#gsgPopupFooter ul {
	text-align		: right;
	margin			: 0;
	padding			: 0;
}
div#gsgPopupFooter li {
	text-align		: right;
	list-style		: none;
	display			: inline;
}
div#gsgPopupFooter li a {
	font-size		: 11px;
	color			: #333;
	font-family		: Arial, Helvetica, sans-serif;
	vertical-align	: top;
	padding			: 0 1em 0 0.7em;
	background		: url(../img/gsg_arrow_04.gif) 0 2px no-repeat;
	text-decoration	: none;
	font-weight		: normal;
}
div#gsgPopupFooter li a:hover {
	text-decoration	: underline;
}

/*Misc Styles*/
a img{
	border			: 0;
}
/*
##########################################################################
						BOTTOM NAVIGATION BAR STYLING
##########################################################################
*/

