/* CSS Document */

#content #inner_content {
	
}
.tr #container #strap {
	background: url(../_img/strap-tr.gif) no-repeat;
}
.cz #container #strap {
	background: url(../_img/strap-cz.gif) no-repeat;
}
.pl #container #strap {
	background: url(../_img/strap-pl.gif) no-repeat;
}
.ru #container #strap {
	background: url(../_img/strap-ru.gif) no-repeat;
}
.pt #container #strap {
	background: url(../_img/strap-pt.gif) no-repeat;
}
.cn #container #strap {
	background: url(../_img/strap-cn.gif) no-repeat;
}
.jp #container #strap {
	background: url(../_img/strap-jp.gif) no-repeat;
}

/* diff fonts for Chinese & Japanese */
body.cn,
body.jp {
	font: 14px/18px Arial, Helvetica, sans-serif;
	font: 14px/18px  MS Gothic, Arial, Helvetica, sans-serif; 
}
#globalnav {
	min-height:200px;
  	height:auto !important;
  	height:200px;
}
#globalnav {
	list-style: none;
	background: url(../_img/nav_bg_saturated.jpg) no-repeat;
	width: 245px;
	padding: 15px 0;
}
#globalnav li a {	
	color: #fff;
	text-decoration: none;
	outline: none;
	height: auto;
	margin-left: 58px;
	display: block;
	padding-left: 17px;
	line-height: 16px;
	padding-right: 4px;
	background: none;
	padding-bottom: 7px;
}
.cn #globalnav li a,
.jp #globalnav li a  {
	font-size: 14px;
}
#globalnav li a:hover {
	background-image: url(../_img/nav_item_bg_light_w_arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 -45px;
}
/****** ACTIVE NAV STATES **********/
.home #globalnav li#nav-home a,
.press #globalnav li#nav-press a {
	background-image: url(../_img/nav_item_bg_light_w_arrow.gif);
	background-position: 0 -45px;
	font-weight: normal;
	color: #fff;
}
#tools {
	display: none;
}
#content .right_content {
	padding-bottom: 60px;
}