#html,body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

body {
	font-family: Arial;
	color: #000;
	background-color:#FFFFFF;
}

form {
	margin:0;
	padding:0;
}

.fl {float: left;}

.fr {float: right;}

.clearer {clear: both;}

.red,
.error {
	color: #f00;
}

.less850px {
	display: none;
}

.more850px {
	display: block;
}

a {
	color: #0645ad;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



#logo{
	margin: 33px 0px 1px 0px;
}

#logoEIN {
	background: url(/images/logoEIN.gif) no-repeat;
	float: left;
	width: 414px;
	height: 47px;
	display: block;
	margin: 36px 0px 1px 0px;
}

#logoProducts {
	background: url(/images/logo_GPrP.png) no-repeat;
	float: left;
	width: 481px;
	height: 48px;
	display: block;
	margin: 36px 0px 1px 0px;
}

#logoAPI {
	margin: 33px 0 0 50px;
}

.home_title {
    color: #000;
    font-family: Verdana;
	font-size:22px;
	font-weight: bold;
}

.pageHeader{
	text-decoration: none;
	color:#000;
	font-size:20px;
	letter-spacing:0.3px;
	font-family:Verdana;
	line-height:24px;
	width: 100%;
	max-width:880px;
	padding-top:10px;
}

/*===========================================================================*/
@media only screen and (max-width: 850px) {

	#mobileHeader {
		display: block;
	}
	
	#mobileLogo {
		background: url("/images/logo.gif") no-repeat;
		background-size: 270px 36px;
	    display: block;
	    width: 306px;
		height: 40px;
	}
	
	#mobileLogoProducts {
		background: url("/images/logo_GPrP.png") no-repeat;
		background-size: 299px 30px;
	    display: block;
	    width: 300px;
		height: 34px;
		margin: 6px 0 0 0;
	}
	
	#header,
	#compareForm {
		display: none;
	}
	
	#body,
	#footerTitle,
	#footer {
		display: block;
	}
	
	#header,
	#header .wrapper {
		display: none;
	}
	
	#mobileHeader {
		background: #e2bb04;
		height: 40px;
		padding: 5px 0 0 10px;
		border-bottom: 1px solid #342e30;
	}
	
	#content h1,
	#content .h1 {
	    color: #000;
	    font-family: Verdana;
	    font-size: 22px;
	    font-weight: bold;
	    letter-spacing: 0.3px;
		margin: 5px;
	}
	
	#mobileMenuIcon {
	    background: #e2bb04 url("/images/icon-top-menu.png") no-repeat 12px 12px;
	    cursor: pointer;
	    display: none;
	    height: 40px;
	    position: absolute;
	    right: 5px;
	    top: 3px;
	    width: 40px;
	}
	
	#mobileMenuWrapper {
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
		top: 0;	
		right: 0;
		z-index: 200;
	}
	
	#mobileMenu {
		margin: 0;
		padding: 0;
		list-style: none;
		background: #342e30;
	}
	
	#mobileMenu li {
		height: 40px;
	}
	
	#mobileMenu li a {
		text-decoration: none;
		color: #fff;
		padding: 12px 15px 10px 15px;	 
		font-size: 14px;	
		border-bottom: 2px solid #342e30;
		display: block;
	}
	
	#mobileMenu li .selected {	
		border-bottom: 2px solid #e2bb04;
	}
	
	.mobileLangMenu {
		color: #000;
	    font-family: Calibri;
	    font-size: 14px;
	    height: 15px;
	    padding: 10px 0 0 15px;
	}
	
	.mobileLangMenu a {
	    color: #000;
		text-decoration: none;
		display: block;
		float: left;
	}
	
	.mobileLangMenu .separator {
	    height: 11px;
		width: 1px;
		background: #fff;
		margin: 1px 10px 0;
		float: left;
	}
	
	#mobileMoreLanguagesMenu {
		float: left;
		padding: 16px 0 0 0; 
		color: #222; 
		cursor: pointer;
		overflow: hidden;
		position: absolute;
		right: 0;
		width: 140px;
		z-index: 2000;
		display: none;
	}
	
	#mobileMoreLanguagesMenu a {
		color: #222;
		text-decoration: none;
		margin: 4px 0 0 0;
		padding: 0px 4px 4px 4px; 
		display: block;
		float: none;
	}
}
/*===========================================================================*/
@media only screen and (min-width: 851px) {
	
	.wrapper {
		max-width: 1128px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.home_title {
	    margin:	96px 0 20px 0; 
	}
	
	#logo, #logoAPI {
		background: url(/images/logo.gif) no-repeat;
		float: left;
		width: 366px;
		height: 50px;
		display: block;
	}
	
	#mobileHeader {
		display: none;
	}
	#neader {
		display: block;
	}
	#tablesHolder {
		width: 100%; max-width: 857px; overflow-x: auto; margin-top: 0px;
	}
	
	#header,
	#compareForm,
	#body,
	#footerTitle,
	#footer {
		width: 100%;
		position: relative;
	}
	
	#header,
	#header .wrapper {
		/*background: url(/images/header_top_bg_new.gif) repeat-x;
		height:186px;*/
		background: url(/images/header_top_bg.gif) repeat-x;
		height:170px;
		background-position: 0 0px;
	}
	
	#mobileHeader {
		display:none;
	}
	
	#content h1,
	#content .h1 {
	    color: #000;
	    font-family: Verdana;
	    font-size: 22px;
	    font-weight: bold;
	    letter-spacing: 0.3px;
		margin: 10px;
	}
	
	#countryLeftMenu {
		display: block;
		position: relative;
	}
	
	#leftMenu {
		width:320px; 
		padding:0px; 
		float: left;
	}
	
	#indicatorMenuCCButtonWrapper {
		display: none;
	}
	
	#chartCCWrapper {
		height: auto;
	}
	
	.unitElement,
	.unitElementWide {
		margin: 0;
	}
	
	#menu li {
		float: left;
	}
	
	#menu li a {
		text-decoration: none;
		color: #fff;
		display: block;
		padding: 12px 15px 4px 15px;	 
		font-size: 14px;	
		/*
		border-bottom: 2px solid #000;
		*/
	}
	
	#menu .first a {
		padding: 12px 3px 4px !important;
	}
	
	
	#menu li .selected {
		color: #e2bb04;
		/*
		border-bottom: 2px solid #f85837;
		*/
	}
	
	#menu .marker,
	#adminHeader .marker {
		width: 45px;
		height: 3px;
		background: #e2bb04;
		margin: 0 auto;
	}
	
	.lang_menu {
	    float:right; 
		color: #231f20; 
		font-family: Calibri; 
		font-size: 14px; 
		position: relative; 
		top: 0px; 
		right: 0px; 
		width: 300px; 
		height: 15px; 
		margin: 56px 0 10px 0;
	}
	
	.lang_menu a {
		text-decoration: none;
		color: #231f20;
	}
	
	#moreLanguagesMenu {
		float: left;
		padding: 16px 0 0 0; 
		color: #222; 
		cursor: pointer;
		overflow: hidden;
		position: absolute;
		right: 0px;
		width: 114px;
		z-index:2000;
		display: none;
	}
	
	#moreLanguagesMenu a {
		color: #222;
		text-decoration: none;
		margin: 4px 0 0 0;
		padding: 0px 4px 4px 4px; 
		display: block;
	}
	
	#logo, #logoAPI {
		background: url(/images/logo.gif) no-repeat;
		float: left;
		width: 366px;
		height: 50px;
		display: block;
	}
	
	#logo{
		margin: 33px 0px 1px 0px;
	}
	
	#logoEIN {
		background: url(/images/logoEIN.gif) no-repeat;
		float: left;
		width: 414px;
		height: 47px;
		display: block;
		margin: 36px 0px 1px 0px;
	}
	
	#logoProducts {
		background: url(/images/logo_GPrP.png) no-repeat;
		float: left;
		width: 481px;
		height: 48px;
		display: block;
		margin: 36px 0px 1px 0px;
	}
	
	#logoAPI {
		margin: 33px 0 0 50px;
	}
	
	#submit_search {
		float:left; background: url("/images/search_btn.gif") no-repeat; width:27px; height:27px; cursor:pointer;
	}
	
	#search_field {
		float:left; background: url("/images/search_field.gif") no-repeat; height:27px; width:157px; 
	}
	
	
	
}
/*===========================================================================*/

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 128px;
	height: 40px;
	width: 100%;
	overflow: hidden;
}

#footer {
	color: #fff;
	background: #231f20;
	border-top: 7px solid #e2bb04;
	padding: 10px 0 10px 0;
	margin-top: 30px;
}

#footerNav {
    float:left; 
	width:100%;
	max-width:450px; 
	padding-top:3px;
}

#footerNav a {
    color: #fff;
    display: block;
    float: left;
    margin: 0 10px;
    text-decoration: none;
}

#cookies {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
	width: 300px;
	height: 90px;
	background: #20233c;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 5px 20px 0px rgba(0, 0, 0, 0.19);
}

#cookies #acceptCookies {
	position: absolute;
	width: 280px;
	right: 20px;
	bottom: 20px;
	background: #05498d;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}


.close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 8px;
	height: 8px;
	background: url(/images/close.png);
	cursor: pointer;
}

#clickoff {
	position: fixed;
	left: 0px;
	top: 0;
	width: 100%;
	height: 1500px;
	display: none;
	filter: alpha(opacity=50);
  	opacity: 0.5;
}
