@charset "utf-8";

html {
	overflow-y: scroll;
}

/* General styles for document (notify: background = footer background!) */
body {
	background: #737373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Styles for page header (including logo, main menu and quicklink to country sites) */
#header_frame { 
	background: #ffffff;
	height: 64px;
}

#header {
	height: 64px;
	width: 955px;
	margin: 0 auto;
}

#header img.company_logo {
	float: left;
}

#header div.quicklinks_container {
	float: right;
	position: relative;
	height: 64px;	
	width: 235px;
}

#header div.quicklinks_container div.links {
	position: absolute;
	right: 1px;
	top: 10px;	
}

#header div.quicklinks_container div.links a {
	color: #000000;
	font-size: 10px;	
	text-decoration: none;
}

#header div.quicklinks_container div.links a:hover {
	color: #053a7f;
}

#header_quicklink div.button_container
{
	float: left;
	padding-top: 25px;
}

#header_quicklink_submit {
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 5px;
}

#header_quicklink_country {	
	float: left;
	width: 182px;
	margin-left: 15px;
	margin-top: 30px;
}

#header_main_menu {
	float: left;
	height: 64px;
	width: 546px;
	text-align: center;
}

#header_main_menu ul {
	margin: 0 auto;
	padding-top: 32px;
}

#header_main_menu li {
	display: inline;
	margin: 0 auto;
}

#header_main_menu li a {
	color: #333333;
	display: inline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin-right: 8px;
	padding-bottom: 2px;
	padding-right: 2px;
}

#header_main_menu li a:hover, #header_main_menu li a.active {
	background: url("/images/elements/main_menu_underline.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #053a7f;
}

#header_bottom_line {
	background: #ffffff;
	height : 8px;	
	width: 100%;
}

#header_bottom_line img {
	height: 6px;
	width: 100%;
}

/* Styles for content frame structure */
#content_frame {
	background:	#e9ebed;
	width: 100%;
}

#content_layout {
	background: #ffffff;
	position: relative;
	width: 965px;	
	margin: 0 auto;
}

#content_layout div.right_sidebar {
	position: absolute;
	right: 5px;
	width: 235px;
}

/* Styles for product search tool on right sidebar */
#product_search_box {
	background-image: url("/images/elements/product_search_background.png");	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 157px;
	width: 235px;
}

#product_search_box h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	padding: 12px 0px 10px 0px;
}

#product_search_box div {
	margin-left: 12px;
	width: 208px;
}

#product_search_box div label {
	display: block;		
	padding: 5px 0;
}

#product_search_box div select {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

#product_search_box div input {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
}

/* Styles for page footer */
#footer_top_line {
	background: #575757;
	height: 6px;
	width: 100%;
}

#footer_top_line img {
	height: 6px;
	width: 100%;
}

#footer_frame {
	position: relative;
}

#footer_frame img.footer_background_image {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 132px;
	width: 100%;
	z-index: -1;
}

#footer {
	color: #dbdbdb;
	line-height: 120%;
	position: relative;	
	height: 132px;
	width: 965px;
	margin: 0 auto;
}

#footer a {
	color: #dbdbdb;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer div.copyright 
{
	font-size: 10px;
	position: absolute;
	right: 6px;
	bottom: 30px;
}

#footer div.column {
	float: left;
	margin-left: 5px;
	padding: 14px 10px 20px 10px;
	position: relative;
	width: 215px;	
}

#footer div.left_column {
	float: left;
	padding: 14px 30px 20px 30px;	
	padding-left: 13px;
}

#footer div.right_column{
	float: right;
	padding: 14px 30px 20px 30px;
	width: 200px;
}

#footer div.middle_column {
	margin-left: 350px;
	padding: 14px 30px 20px 30px;
}

#footer .white_text {
	color: #ffffff;
}

.text_highlight_blue_normal {
	color: #00377a;
	font-size: 12px;
	font-weight: bold;	
}

.text_highlight_blue_large {
	color: #00377a;
	font-size: 16px;
	font-weight: bold;
}

.text_highlight_blue_huge {
	color: #00377a;
	font-size: 20px;
	font-weight: bold;
}

.text_highlight_gray_normal {
	color: #4d4f53;
	font-size: 12px;
	font-weight: bold;	
}

.text_highlight_gray_large {
	color: #4d4f53;
	font-size: 16px;
	font-weight: bold;
}

.text_highlight_gray_huge {
	color: #4d4f53;
	font-size: 20px;
	font-weight: bold;
}

.text_highlight_orange_normal {
	color: #f29318;
	font-size: 12px;
	font-weight: bold;	
}

.text_highlight_orange_large {
	color: #f29318;
	font-size: 16px;
	font-weight: bold;
}

.text_highlight_orange_huge {
	color: #f29318;
	font-size: 20px;
	font-weight: bold;
}

