/*
##########################################################################
					TOP NAVIGATION LOGO BAR STYLING
##########################################################################
*/

div#gsg_top_logo_bar {
	/*border-top		: 3px solid #1a9431;
	background		: #fff;
	padding			: 0 13px 0 20px;
	font-family		: Arial, Helvetica, sans-serif;
	color			: #000;
	clear			: both;*/
	border-top:3px solid #01916D;
	clear:both;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	height:58px;
	padding:0pt 24px 0pt 28px;
}

.site_home #gsg_top_logo_bar {
	padding:0pt 24px 0pt 8px;
}

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 14px;
}
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;
	font-size		: 9pt;
	font-weight		: bold;
}
div#gsg_top_logo_bar div#gsg_identity #ciImage {
	margin			: 0 19px 0 0;
}
/*
#####################################
	  END OF Fuji logo area etc.
#####################################
*/


div#gsg_top_logo_bar div#gsg_utility {
	width			: 250px;
	clear			: right;
	
	float:left;
left:470px;
position:relative;


}
div#gsg_top_logo_bar div#gsg_links {
	margin			: 6px 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(/media/site/images/gsg/gsg_arrow_04.gif) 0 0.2em no-repeat;
	text-decoration	: none;
	font-size		: 9pt;
	font-weight		: normal;
}
div#gsg_top_logo_bar div#gsg_links li#ask_fuji {
	margin-right	: 9px;
	padding-right	: 6px;
	border-right	: 1px solid #afafaf;
}
div#gsg_top_logo_bar div#gsg_links li#ask_fuji a {
	background		: url(/media/site/images/gsg/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;
	padding-left	: 0;
	margin:			1px 0 0 9px;
	clear			: both;
}

body.site_home div#gsg_nav {
	margin-left:-9px;
}

div#gsg_nav ul {
	margin			: 0;	
	padding			: 0;
	background		: #000;
	background		: url(/media/site/images/gsg/gsg_navg_bg_03.gif) 0 0 no-repeat;
}

div#gsg_nav ul li {
	margin			: 0;
	padding			: 0;
	float			: left;
	display			: inline;
	background		: url(/media/site/images/gsg/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.3em 1em 5px 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;
}

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;
	margin-left		: -15px;
	border-left		: 15px solid #d9d9d9;
	display:		block;
}

* html div#gsg_nav div#gsg_sub_nav {
	padding:		0;
	margin:			0;
}

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;
}
/* 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;
	zoom: 1;
}
/*\*/
* 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;
/**/
}

/*
##########################################################################
						BOTTOM NAVIGATION BAR STYLING
##########################################################################
*/


div#gsg_bottom_navigation {
	font-family		: Arial, Helvetica, sans-serif;
	padding			: 10px 10px 0 18px;
	padding-bottom	: 20px;
	background:		url(../images/gsg/footer_repeat.gif) bottom repeat-x;
	height			: 20px;
	clear			: both;
	/*width:			100%;*/
	margin-left:	20px;
}

div#gsg_bottom_navigation.home{
	margin-left:-20px;
}

div#gsg_bottom_navigation * {
	font-family		: Arial, Helvetica, sans-serif;
}

div#gsg_bottom_navigation hr {
	height			: 1px;
	line-height		: 1px;
	margin			: 0;
	color			: #d9d9d9;
	background		: #d9d9d9;
	border			: 0;
}

div#gsg_bottom_navigation div#gsg_copyright {
	float			: left;
}

* html div#gsg_bottom_navigation div#gsg_copyright {
	float: 			left;
	margin:			0px 0px -20px -20px;
}

div#gsg_bottom_navigation div#gsg_copyright p {
	width:			357px;
	font-family		: Arial, Helvetica, sans-serif;
	margin			: 0 0 0 -18px;
	padding			: 0 0 0 18px;
	height:			40px;
	/*text-transform	: uppercase;*/
	background:		url(../images/gsg/footer_graphic.gif) bottom left no-repeat;
}

* html div#gsg_bottom_navigation div#gsg_copyright p {
	margin-left:		20px;
}

div#gsg_bottom_navigation div#gsg_utility_links {
	width			: 340pt;
	text-align		: right;
	float:left;
	left:120px;
	position:relative;
}

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	: middle;
	font-family		: Arial, Helvetica, sans-serif;
	padding			: 0 1em 0 0.7em;
	background		: url(/media/site/images/gsg/gsg_arrow_04.gif) 0 0.1em 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;

}


/****************************************************************************
	Left Hand Nav (By Brad 11th June) (and then fixed by Alex!) (How dare you !) 
	(you broke it first, don't get me started on the footer)
*****************************************************************************/

#gsg_Left_Navigation * {
	font-family		: Verdana,Arial,Helvetica,sans-serif;
}

#gsg_Left_Navigation {
	/*font-size:0.8em;*/
	font-size:85%;
}

#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*/
	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;
}

/* added by Martin */

#gsg_Left_Navigation ul li.selected {
	font-weight     : bold;
}

#gsg_Left_Navigation ul li ul li {
	font-weight     : normal;
}

/* End of added by Martin */

/* 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(/media/site/images/front-end/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(/media/site/images/front-end/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;
	font-size		: 0.9em;
}

#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 {
	background		: #fff;
	color			: #000;

}

#gsg_Left_Navigation ul ul ul li.selected a {
	font-weight : bold;
}