html {
	width: 100%;
}

body {
	font: 14px/16px Trebuchet MS, Arial, Helvetica, sans-serif;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    font-size: 0;
}

.clearfix{ zoom: 1; }

ul {
	padding: 0px 0px;
	margin: 0 0;
	list-style: none; 
}

a, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #67AD2F;
	text-decoration: none;
}

.wrapper {
	overflow:hidden;
	max-width: 940px;
	min-width: 940px;
	margin: 40px auto 0 auto;
}

header {
	height: 102px;
}

/*Stock block begins*/
.stock_wrapper {
	float: right;
	font-size: 12px;
	font-family: Arial;
	color: #707070;
	overflow: hidden;
	height: 50px;
}

.stock_item {
	margin-top: 35px;
}

.stock_article {
	padding-right: 10px;
	font-weight:bold;
}

.stock_price {
	padding-right: 10px;
}

.stock_arrow {
	padding-right: 5px;
}

.stock_value_change {
	padding-right: 5px;
	color: #009900;
}

.stock_value_change.percents {
	padding-right: 10px;
	color: #009900;
}

.stock_delay {
	padding-right: 14px;
}

/*Navigation*/
nav {
	height: 50px;
	background-color: #636063;
	line-height: 52px;
	font-size: 22px;
	font-family: GestaLight, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

nav li {
	float: left;
	border-left: 1px solid white; 
}

nav li:first-child {
	border-left: none; 
}

nav a, nav a:visited {
	display: block;
	color: #ffffff;
	background-color: #636063;
	padding: 0 20px;
}

nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

nav a.about:hover {
	background-color: #831f82;
}

nav a.investor:hover {
	background-color: #67AD2F;
}

nav a.news:hover {
	background-color: #4bbecf;
}

nav a.responsibility:hover {
	background-color: #00519e;
}

nav .search {
	border-left: 2px solid white;
}

nav form {
	width: 170px;
}

nav input {
	border: 1px solid #929292;
	background-color: #c6c6c6;
	width: 170px;
	margin: 0 20px 0 20px;
	color: #ffffff;
}

nav input::-webkit-input-placeholder {
    color:    #ffffff;
}

nav input:-moz-placeholder {
    color:    #ffffff;
}

nav input:-ms-input-placeholder {
    color:    #ffffff;
}

nav input[type="submit"] {
	width: 0px;
	padding: 0 0;
	margin: 0 0;
}

/*Content*/
.content_wrapper{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	padding-bottom: 40px;
}

/*Slideshow*/
.slideshow {
	position: relative;
	width: 940px;
	height: 380px;
}

.slideshow img {
	position: absolute;
	left: 0px;
	top:0px;
}

/*Info block*/
.info_wrapper {
	padding-top: 30px; 
	line-height: auto;
}

.info_wrapper h1 {
	color: #000000;
	font: 26px GestaRegular, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding-bottom: 20px;
}

.info_wrapper ul {
	list-style: none;
	padding: 0 0;
	margin: 0 0 0 0;
}

.info_wrapper span {
	color: #67AD2F;
}

.info_wrapper p {
	line-height: 16px;
	margin: 5px 0 0 0;
}

.info_wrapper p:after {
	content: url('../img/pdf-icon.png');
	width: 14px;
	height: 13px;
	padding: 0 3px;
	display: inline-block;
	line-height: 16px;
}

.info_wrapper .more {
	padding-left: 10px;
}

.info_wrapper section {
	width: 274.5px;
	padding-left: 58px;
	float: left;
}

.info_wrapper section:first-child {
	padding-left: 0;
}

.info_wrapper li {
	margin-bottom: 20px;
}

.info_wrapper img {
	padding: 0 0 3px 0;
}

/*Footer section*/
footer {
	position: relative;
	height: 411px;
	background-color: #e8e8e8;
}

.copyright_content, .footer_content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

/*Footer content*/
.footer_content  {
	list-style: none;
	padding-top: 40px;
	overflow: hidden;
}

.footer_content .icon_list li {
	position: relative;
	float: left;
	font-size: 16px;
	width: 235px;
}

.icon_list {
	height: 40px;
}

.footer_option1 {
	text-align: left;
}
.footer_option2, .footer_option3 {
	text-align: center;
}
.footer_option4 {
	text-align: right;
}

.icon_list img {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.icon_list a {
	color:#6f6b6c;
}

.icon_list a:hover {
	color:#4bbecf;
}

.footer_vertical_sections {
	padding: 10px 0 30px 0;
	overflow: hidden;
}

.footer_vertical_sections li {
	line-height: 20px;r
}

/*Footer vertical sections*/
footer section {
	float: left;
	width: 235px;
}

footer section a, footer {
	color: #6f6b6c;
	font-size: 12px;
}

footer section h1 {
	font-size: 16px;
	color: #6f6b6c;
	padding-bottom: 10px;
}

/*Copyright content*/
.copyright_wrapper {
	padding-top: 10px;
	border-top:1px solid #ffffff;
}

.copyright_content {
	position: relative;
}

.copyright_content a{
	color: #6f6b6c;
	font-size: 12px;
}

.copyright_content a:hover{
	color: #67AD2F;
}

.left_copy, .right_copy {
	float:left;
	width: 50%;
}

.left_copy{
	text-align: left;
}

.right_copy{
	text-align: right;
	color: #333333;
}