@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	border: 0;
}
	
body{
}
	
h1{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background: bottom url('../../images/main/header-line.png') repeat-x;
	padding-bottom: 15px;
}
	
h1.aboutEs{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	background: bottom url('../../images/main/header-line.png') repeat-x;
	padding-bottom: 15px;
}
	
h1.aboutRu{
	font-size: 15px;
	letter-spacing: 0.25pt;
	font-weight: bold;
	text-transform: uppercase;
	background: bottom url('../../images/main/header-line.png') repeat-x;
	padding-bottom: 15px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: bottom url('../../images/main/header-line.png') repeat-x;
	padding-bottom: 15px;
	text-align: center;
}
	
h3{
	font-size: 14px;
	font-weight: bold;
	color: #75af02;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}
	
p{
	margin-bottom: 15px;
}
	
li{
	margin-bottom: 15px;
}


#global{
	width: 940px;
	height: auto;
	margin: auto;
	position: relative;
}
	
#header{
	position: relative;
	width: 940px;
	height: 50px;
}
	
#logo{
	float: left;
	width: 250px;
	height: 50px;
}
	
#logo-es{
	float: left;
	width: 230px;
	height: 50px;
}
	
#menu{
	float: right;
	width: 565px;
	height: 50px;
}
	
#menu a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
#menu a:hover{
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
.menu-selected{
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
	background: transparent url('../../images/main/menu-selected.png') top left repeat-x;
}
	
#menu-es{
	float: right;
	width: 585px;
	height: 50px;
}
	
#menu-es a{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
#menu-es a:hover{
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
.menu-selected-es{
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
	background: transparent url('../../images/main/menu-selected.png') top left repeat-x;
}
	
#menu-jp{
	float: right;
	width: 565px;
	height: 50px;
}
	
#menu-jp a{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
#menu-jp a:hover{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
}
	
.menu-selected-jp{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 14px;
	margin-left: 20px;
	background: transparent url('../../images/main/menu-selected.png') top left repeat-x;
}
	
#langs{
	float: right;
	width: 125px;
	height: 50px;
}
	
#langs a{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	padding: 12px 5px 5px 5px;
	margin-left: 5px;
	background-color: #FF9900;
}
	
#langs a:hover{
	color: #FF9900;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	padding: 12px 5px 5px 5px;
	margin-left: 5px;
	background-color: #FFF;
}
	
.langs-selected{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: block;
	text-transform: lowercase;
	padding: 12px 5px 5px 5px;
	margin-left: 5px;
	background-color: #999;
}
	
#banner{
	background: center url('../../images/main/banner.jpg');
	width: 940px;
	height: 210px;
	/*border: 1px #cccccc solid;
	margin-top: 20px;*/
	position: relative;
}
	
#txt_banner{
	font-size: 18px;
	line-height: 21px;
	text-align: justify;
	height: 150px;
	width: 270px;
	position: absolute;
	top: 34px;
	left: 637px;
}
	
#txt_banner_ru{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-align: left;
	height: 150px;
	width: 270px;
	position: absolute;
	top: 20px;
	left: 637px;
}
	
#txt_banner_es{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	text-align: left;
	height: 150px;
	width: 275px;
	position: absolute;
	top: 20px;
	left: 637px;
}
	
#content{
	width: 940px;
	display: block;
}

#content table{
	width: 940px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#col-left{
	width: 595px;
	padding-right: 20px;
	border-right: 1px #ccc solid;
	float: left;
}
	
.subtitleBox {
	width: 595px;
	height: 55px;
}
	
.subtitle{
	width: 353px;
	font-size: 14px;
	font-weight: bold;
	color: #3399FF;
	padding: 22px 0px 5px 0px;
	float: left;
	background: none;
}
	
.subtitleButton {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#letter{
	width: 595px;
}
	
#letter-content{
	/*width: 595px;*/
	background: url('../../images/main/letter-BG.png') repeat-y;
	padding: 0px 40px 0px 40px;
}
	
.letter-content-team {
	font-weight: bold;
	padding: 20px 0px 30px 0px;
	text-align: right
}
	
	
#col-right{
	width: 305px;
	padding-left: 20px;
	float: right;
}
	
#footer{
	position: relative;
	width: 940px;
	height: 70px;
}

	
#footer div.footerCO2Stats {
	width: 300px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 0px;
}

#footer p {
	width: 940px;
	padding: 15px 0px 30px 0px;
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #ccc;
	border-width: 1px 0px 0px 0px;
	text-align: right;
}
	
#footer a {
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
	
#footer a:hover{
	color: #FF9900;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#form-field {
	width: 515px;
	height: 60px;
	line-height: 26px;
}

#form-field input{
	font-size: 12px;
	line-height: 12px;
	width: 265px;
	height: 20px;
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 2px;
}

#form-errors {
	color: #FF9900;
	padding: 10px 0px 10px 0px;
}
