@font-face {
  font-family: Sansation;
  src: url(/assets/legacy/fonts/Sansation_Regular.eot);
}
@font-face {
  font-family: "Sansation Bold";
  src: url(/assets/legacy/fonts/Sansation_Bold.eot);
}
@font-face {
  font-family: "Sansation Light";
  src: url(/assets/legacy/fonts/Sansation_Light.eot);
}
@font-face {
  font-family: "GUI";
  src: url(/assets/legacy/fonts/Guifx_v2_Transports.eot);
}
@font-face {
  font-family: Sansation;
  src: url(/assets/legacy/fonts/Sansation_Regular.ttf);
}
@font-face {
  font-family: "Sansation Bold";
  src: url(/assets/legacy/fonts/Sansation_Bold.ttf);
}
@font-face {
  font-family: "Sansation Light";
  src: url(/assets/legacy/fonts/Sansation_Light.ttf);
}
@font-face {
  font-family: "GUI";
  src: url(/assets/legacy/fonts/Guifx_v2_Transports.ttf);
}
body {
	font-family: Helvetica,Arial,sans-serif;
}
p ,li {
	line-height: 1.1;
}
kbd, code {
	font-family: "Lucida Console","Courier New",Courier,monospace;
}
a.arrow {
	font-family: "GUI",Helvetica,Arial,sans-serif;
	text-decoration:none;
}
a .arrow {
	font-family: "GUI",Helvetica,Arial,sans-serif;
	text-decoration:none;
	vertical-align: text-bottom;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#main_search_input {
	position: relative;
	z-index: 15;
}
#top, #top_menu, #big_banner, #banner, #search_bar, #body, #foot, #bottom, #acceptCookie {
	width: 100%;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
#acceptCookie {
	background: #2D78B5;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 12px;
	color: #fff;
	width: auto;
}
#acceptCookie a:link, #acceptCookie a:visited, #acceptCookie a:active{
	color: #fff;
}
#acceptCookie a:hover{
	color: #e04f01;
}
#acceptCookie a.btn {
	margin-left: 20px;
	font-size: 12px;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #6C7983;
	display: inline-block;
}
#acceptCookie a.btn:link, #acceptCookie a.btn:visited, #acceptCookie a.btn:active{
	text-decoration: none;
}
#acceptCookie a.btn:hover{
	text-decoration: none;
	color: #fff;
	background: #e04f01;
}
#top {
	height: 110px;
	overflow: hidden;
	/*background: #fff url(/img/top_bg.png) repeat-x;*/
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 21%, #fdfdfd 25%, #f1f1f1 39%, #dddddd 56%, #cfcfcf 73%, #d1d1d1 79%, #e2e2e2 97%, #e4e4e4 98%, #ffffff 99%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(21%,#ffffff), color-stop(25%,#fdfdfd), color-stop(39%,#f1f1f1), color-stop(56%,#dddddd), color-stop(73%,#cfcfcf), color-stop(79%,#d1d1d1), color-stop(97%,#e2e2e2), color-stop(98%,#e4e4e4), color-stop(99%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#fdfdfd 25%,#f1f1f1 39%,#dddddd 56%,#cfcfcf 73%,#d1d1d1 79%,#e2e2e2 97%,#e4e4e4 98%,#ffffff 99%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#fdfdfd 25%,#f1f1f1 39%,#dddddd 56%,#cfcfcf 73%,#d1d1d1 79%,#e2e2e2 97%,#e4e4e4 98%,#ffffff 99%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 21%,#fdfdfd 25%,#f1f1f1 39%,#dddddd 56%,#cfcfcf 73%,#d1d1d1 79%,#e2e2e2 97%,#e4e4e4 98%,#ffffff 99%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 21%,#fdfdfd 25%,#f1f1f1 39%,#dddddd 56%,#cfcfcf 73%,#d1d1d1 79%,#e2e2e2 97%,#e4e4e4 98%,#ffffff 99%,#ffffff 100%);
}
#top .content {
	position: relative;
}
#top .logo{
	position: absolute;
	left: 62px;
	top: 2px;
	width: 99px;
	height: 106px;
	background: transparent url(/img/sprite_main.png) no-repeat 0 0;
}
#top .banner_space {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 728px;
	height: 90px;
	background: transparent;
}
#top .tagline{
	position: absolute;
	left: 177px;
	top: 88px;
	text-align: right;
	text-transform: uppercase;
	padding: 6px 11px 3px;
	background: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #737373;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#top .flags{
	position: absolute;
	right: 41px;
	top: 87px;
	text-align: right;
	padding: 6px 0 5px 5px;
	background: #fff;
	height:11px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#top .flags a{
	font-size: 0;
    line-height: 0;
    margin-right: 5px;
    vertical-align: top;
}
#top .flags a img{
	width: 16px;
	height: 11px;
	vertical-align: top;
	background-image: url(/img/sprite_main.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#top .flags #lang_link_en{
	background-position: -99px -24px;
}
#top .flags #lang_link_pt{
	background-position: -115px -24px;
}
#top .flags #lang_link_de{
	background-position: -131px -24px;
}
#top .flags #lang_link_zh{
	background-position: -147px -24px;
}
#top .flags #lang_link_fr{
	background-position: -163px -24px;
}
#top .flags #lang_link_es{
	background-position: -179px -24px;
}
#top .flags #lang_link_ja{
	background-position: -195px -24px;
}
#top .flags #lang_link_ko{
	background-position: -211px -24px;
}
#top .flags #lang_link_ru{
	background-position: -227px -24px;
}
#top_menu{
	height: 48px;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #4c5c65;
	/*background: #4c5c65 url(/img/top_menu_bg.png) repeat-x;*/
	background: -moz-linear-gradient(top,  #9bb9cb 0%, #627481 2%, #5b6d79 19%, #3a454d 77%, #313b41 98%, #4c5c65 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb9cb), color-stop(2%,#627481), color-stop(19%,#5b6d79), color-stop(77%,#3a454d), color-stop(98%,#313b41), color-stop(100%,#4c5c65));
	background: -webkit-linear-gradient(top,  #9bb9cb 0%,#627481 2%,#5b6d79 19%,#3a454d 77%,#313b41 98%,#4c5c65 100%);
	background: -o-linear-gradient(top,  #9bb9cb 0%,#627481 2%,#5b6d79 19%,#3a454d 77%,#313b41 98%,#4c5c65 100%);
	background: -ms-linear-gradient(top,  #9bb9cb 0%,#627481 2%,#5b6d79 19%,#3a454d 77%,#313b41 98%,#4c5c65 100%);
	background: linear-gradient(to bottom,  #9bb9cb 0%,#627481 2%,#5b6d79 19%,#3a454d 77%,#313b41 98%,#4c5c65 100%);

}
#top_menu .content{
	overflow: hidden;
}
#top_menu .logo{
	float: left;
	width: 166px;
	height: 24px;
	margin: 12px 25px 0 29px;
	background: transparent url(/img/sprite_main.png) no-repeat -99px 0;
}
#top_menu .menu {
	float: left;
	overflow: hidden;
}
#top_menu .menu .divider {
	display: block;
	float: left;
	margin: 2px 1px 0 0;
	width: 12px;
	height: 43px;
	background: transparent url(/img/sprite_main.png) no-repeat 0 -106px;
}
#top_menu .menu a {
	display: block;
	float: left;
	padding: 15px 3px 18px 10px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #3a454d;
}
#top_menu .menu a:link, #top_menu .menu a:visited, #top_menu .menu a:active{
	color: #fff;
	text-decoration: none;
}
#top_menu .menu a:hover{
	color: #ff4e00;
	text-decoration: none;
}
#big_banner {
	height: 368px;
	overflow: hidden;
	background: #0062ad url(/img/big_banner_bg.png) repeat-x;
	border-top: 1px solid #01213a;
	border-bottom: 1px solid #01213a;
}
#big_banner .content {
	position: relative;
	height: 368px;
	overflow: hidden;
	background: transparent url(/img/big_banner_content_bg.jpg) no-repeat center top;
}
#big_banner .content h1{
	display: block;
	position: absolute;
	width: 370px;
	top: 50px;
	right: 20px;
	font-family: "Sansation Bold", Arial, Helvetica, sans-serif;
	font-size: 41px;
	color: #fff;
	text-shadow: 0 2px 0 #535c60;
}
#title_banner {
	height: 178px;
	overflow: hidden;
	background: #0062ad url(/img/title_banner_bg.png) repeat-x;
	border-top: 1px solid #01213a;
	border-bottom: 1px solid #01213a;
}
#title_banner .content {
	position: relative;
	height: 178px;
	overflow: hidden;
	background: transparent url(/img/title_banner_content_bg.jpg) no-repeat center top;
}
#title_banner .content h1{
	dsiplay: block;
	position: absolute;
	width: 560px;
	top: 60px;
	left: 30px;
	font-family: "Sansation Bold", Arial, Helvetica, sans-serif;
	font-size: 41px;
	color: #fff;
	text-shadow: 0 2px 0 #535c60;
}
#search_bar {
	height: 68px;
	border-top: 1px solid #014c6c;
	border-bottom: 1px solid #014c6c;
	overflow: hidden;
	/*background: #3dafce url(/img/search_bar_bg.png) repeat-x;*/
	background: #3dafce;
	background: -moz-linear-gradient(top,  #50cae9 0%, #379dd6 1%, #3493ca 30%, #4dbfdf 30%, #3da8d3 32%, #379dc4 65%, #2e84b4 65%, #2b7aa7 91%, #2a78a5 99%, #3dafce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50cae9), color-stop(1%,#379dd6), color-stop(30%,#3493ca), color-stop(30%,#4dbfdf), color-stop(32%,#3da8d3), color-stop(65%,#379dc4), color-stop(65%,#2e84b4), color-stop(91%,#2b7aa7), color-stop(99%,#2a78a5), color-stop(100%,#3dafce));
	background: -webkit-linear-gradient(top,  #50cae9 0%,#379dd6 1%,#3493ca 30%,#4dbfdf 30%,#3da8d3 32%,#379dc4 65%,#2e84b4 65%,#2b7aa7 91%,#2a78a5 99%,#3dafce 100%);
	background: -o-linear-gradient(top,  #50cae9 0%,#379dd6 1%,#3493ca 30%,#4dbfdf 30%,#3da8d3 32%,#379dc4 65%,#2e84b4 65%,#2b7aa7 91%,#2a78a5 99%,#3dafce 100%);
	background: -ms-linear-gradient(top,  #50cae9 0%,#379dd6 1%,#3493ca 30%,#4dbfdf 30%,#3da8d3 32%,#379dc4 65%,#2e84b4 65%,#2b7aa7 91%,#2a78a5 99%,#3dafce 100%);
	background: linear-gradient(to bottom,  #50cae9 0%,#379dd6 1%,#3493ca 30%,#4dbfdf 30%,#3da8d3 32%,#379dc4 65%,#2e84b4 65%,#2b7aa7 91%,#2a78a5 99%,#3dafce 100%);
}
#search_bar .content h2 {
	display: block;
	padding: 3px 0 0;
	margin: 0 0 13px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #55d7ec;
}
#search_bar .content .letters_box {
	float: left;
	margin: 0 0 0 30px;
}
#search_bar .content .search_box {
	float: left;
	margin: 0 0 0 10px;
}
#search_bar .content .letters_box .letters{
	width: 628px;
}
#search_bar .content .search_box .input, #foot .content .column#foot_right .newsletter .input{
	width: 292px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d2d5d7;
	padding: 2px 3px;
	/*background: #fefefe url(/img/small_input_bg.png) repeat-x;*/
	background: #fefefe;
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #c2c2c2 15%, #e6e6e6 41%, #efefef 48%, #f8f8f8 59%, #ffffff 78%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(15%,#c2c2c2), color-stop(41%,#e6e6e6), color-stop(48%,#efefef), color-stop(59%,#f8f8f8), color-stop(78%,#ffffff), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: -o-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: linear-gradient(to bottom,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
}
#search_bar .content .search_box .input input[type="submit"]{
	display: inline-block;
	background: transparent url(/img/sprite_main.png) no-repeat -146px -35px;
	height: 24px;
	width: 47px;
	vertical-align: middle;
}
#search_bar .content .search_box .input input[type="text"], #foot .content .column#foot_right .newsletter .input input[type="text"]{
	display: inline-block;
	margin: 0 3px;
    width: 239px;
	font-size: 12px;
	color: #333;
	background: transparent;
}
#search_bar .content .search_box .input input[type="text"]:focus, #foot .content .column#foot_right .newsletter .input input[type="text"]:focus{
	color: #000;
}
.letters {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d2d5d7;
	padding: 7px 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	/*background: #fefefe url(/img/small_input_bg.png) repeat-x;*/
	background: #fefefe;
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #c2c2c2 15%, #e6e6e6 41%, #efefef 48%, #f8f8f8 59%, #ffffff 78%, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(15%,#c2c2c2), color-stop(41%,#e6e6e6), color-stop(48%,#efefef), color-stop(59%,#f8f8f8), color-stop(78%,#ffffff), color-stop(100%,#fefefe));
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: -o-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
	background: linear-gradient(to bottom,  #b7b7b7 0%,#c2c2c2 15%,#e6e6e6 41%,#efefef 48%,#f8f8f8 59%,#ffffff 78%,#fefefe 100%);
}
.letters a:link, .letters a:visited, .letters a:active{
	color: #333333;
	text-decoration: none;
}
.letters a:hover{
	color: #53b3cc;
	text-decoration: none;
}
.letters .divider{
	color: #53b3cc;
}
#body {
	background: #c6cdd1;
	border-top: 1px solid #d8dde0;
	border-bottom: 1px solid #d8dde0;
}
#body .content {
	overflow: hidden;
}
#body .content .breadcrum{
	font-size: 12px;
	padding: 0px 30px 20px;
	margin-top: -20px;
}
#body .content .breadcrum a {
	font-weight: bold;
}
#body .content .breadcrum a:link, #body .content .breadcrum a:visited, #body .content .breadcrum a:active{
	color: #0374cb;
}
#body .content .breadcrum a:hover{
	color: #e04f01;
}
#body .content .box {

}
#body .content .box h1{
	display: block;
	border: 1px solid #e7e9ea;
	height: 27px;
	overflow: hidden;
	padding-top: 9px;
	padding-left: 18px;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eef2f5;
	color: #495258;
	/*background: #abafb1 url(/img/body_box_h1_bg.png) repeat-x;*/
	background: #abafb1;
	background: -moz-linear-gradient(top,  #d6dadd 0%, #c9cdcf 50%, #bbc0c3 50%, #abafb1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dadd), color-stop(50%,#c9cdcf), color-stop(50%,#bbc0c3), color-stop(100%,#abafb1));
	background: -webkit-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: -o-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: -ms-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: linear-gradient(to bottom,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
}
#body .content .box h2{
	display: block;
	border: 1px solid #e7e9ea;
	height: 27px;
	overflow: hidden;
	padding-top: 9px;
	padding-left: 18px;
	font-size: 17px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eef2f5;
	color: #495258;
	/*background: #abafb1 url(/img/body_box_h1_bg.png) repeat-x;*/
	background: #abafb1;
	background: -moz-linear-gradient(top,  #d6dadd 0%, #c9cdcf 50%, #bbc0c3 50%, #abafb1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6dadd), color-stop(50%,#c9cdcf), color-stop(50%,#bbc0c3), color-stop(100%,#abafb1));
	background: -webkit-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: -o-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: -ms-linear-gradient(top,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
	background: linear-gradient(to bottom,  #d6dadd 0%,#c9cdcf 50%,#bbc0c3 50%,#abafb1 100%);
}
#body .content .box .body {
	background: #ffffff;
	background: -webkit-linear-gradient(#ebebeb, #ffffff);
	background: -moz-linear-gradient(#ebebeb, #ffffff);
	background: -o-linear-gradient(#ebebeb, #ffffff);
	background: linear-gradient(#ebebeb, #ffffff);
	border-top: 1px solid #a8a7a7;
}
#body .content .box .body p {
	color: #495258;
	font-size: 12px;
}
#body .content .box .body p a:link, #body .content .box .body p a:visited, #body .content .box .body p a:active {
	color: #0374cb;
}
#body .content .box .body p a:hover {
	color: #e04f01;
}
#body .content a.small_button{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left:15px;
}
#body .content a.small_button .inner{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 3px 0 3px 10px;
}
#body .content a.small_button .arrow{
	font-size:14px;
	padding: 0 6px 0 7px;
}
#body .content a.small_button:link, #body .content a.small_button, #body .content a.small_button:active, #body .content a.small_button:hover{
	text-decoration: none;
}
#body .content a.medium_button{
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-shadow: #8a8f92 0px 2px 2px;
	-moz-box-shadow: #8a8f92 0px 2px 2px;
	box-shadow: #8a8f92 0px 2px 2px;
	margin-left:15px;
	text-transform: uppercase;
}
#body .content a.medium_button .inner{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 0 8px 15px;
}
#body .content a.medium_button .arrow{
	font-size:21px;
	padding: 0 10px 0 10px;
	vertical-align: -12%;
}
#body .content a.medium_button:link, #body .content a.medium_button, #body .content a.medium_button:active, #body .content a.medium_button:hover{
	text-decoration: none;
}
#body .content a.big_button{
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-shadow: #8a8f92 0px 2px 2px;
	-moz-box-shadow: #8a8f92 0px 2px 2px;
	box-shadow: #8a8f92 0px 2px 2px;
	margin-left:15px;
	text-transform: uppercase;
}
#body .content a.big_button .inner{
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 10px 0 10px 13px;
}
#body .content a.big_button .arrow{
	font-size:33px;
	padding: 0 13px 0 13px;
	vertical-align: -12%;
}
#body .content a.big_button:link, #body .content a.big_button, #body .content a.big_button:active, #body .content a.big_button:hover{
	text-decoration: none;
}
#body .content a.inline_submit_button{
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-shadow: #8a8f92 0px 2px 2px;
	-moz-box-shadow: #8a8f92 0px 2px 2px;
	box-shadow: #8a8f92 0px 2px 2px;
	margin-left:10px;
	margin-top: 1px;
	vertical-align: top;
	text-transform: uppercase;
}
#body .content a.inline_submit_button .inner{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0 5px 13px;
}
#body .content a.inline_submit_button .arrow{
	font-size:33px;
	padding: 0 13px 0 13px;
	vertical-align: -12%;
}
#body .content a.inline_submit_button:link, #body .content a.inline_submit_button, #body .content a.inline_submit_button:active, #body .content a.inline_submit_button:hover{
	text-decoration: none;
}
#body .content a.grey_button{
	border: 1px solid #a69e9b;
	text-shadow: 0 1px 0 #fff;
}
#body .content a.grey_button .inner {
	border: 1px solid #fff;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #cdcdcd 49%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(49%,#cdcdcd), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #ededed 0%,#cdcdcd 49%,#ededed 100%);
	background: -o-linear-gradient(top, #ededed 0%,#cdcdcd 49%,#ededed 100%);
	background: linear-gradient(top, #ededed 0%,#cdcdcd 49%,#ededed 100%);
}
#body .content a.grey_button .arrow{
	padding: 0 13px 0 13px;
	color: #495258;
}
#body .content a.grey_button:link, #body .content a.grey_button:visited, #body .content a.grey_button:active{
	color: #495258;
}
#body .content a.grey_button:hover{
	color: #495258;
}
#body .content a.orange_button{
	border: 1px solid #df5103;
	text-shadow: 0 -1px 0 #9e3000;
}
#body .content a.orange_button .inner {
	border: 1px solid #ff7c00;
	background: #fb6b00;
	background: -moz-linear-gradient(top, #fb6b00 0%, #ca3e00 49%, #fb6b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb6b00), color-stop(49%,#ca3e00), color-stop(100%,#fb6b00));
	background: -webkit-linear-gradient(top, #fb6b00 0%,#ca3e00 49%,#fb6b00 100%);
	background: -o-linear-gradient(top, #fb6b00 0%,#ca3e00 49%,#fb6b00 100%);
	background: -ms-linear-gradient(top, #fb6b00 0%,#ca3e00 49%,#fb6b00 100%);
	background: linear-gradient(top, #fb6b00 0%,#ca3e00 49%,#fb6b00 100%);
}
#body .content a.orange_button .arrow{
	color: #682001;
	text-shadow: 0 1px 0 #f26e00;
}
#body .content a.orange_button:link, #body .content a.orange_button:visited, #body .content a.orange_button:active{
	color: #fff;
}
#body .content a.orange_button:hover {
	color: #fff;
}
#body .content a.blue_button {
	border: 1px solid #003863;
	text-shadow: 0 -1px 0 #003f71;
}
#body .content a.blue_button .inner {
	color: #fff;
	border: 1px solid #0085cf;
	background: #006ec3;
	background: -webkit-linear-gradient(#006cc0, #00467d);
	background: -moz-linear-gradient(#006cc0, #00467d);
	background: -o-linear-gradient(#006cc0, #00467d);
	background: linear-gradient(#006cc0, #00467d);
}
#body .content a.blue_button .arrow{
	color: #001f36;
	text-shadow: 0 1px 0 #007dd1;
}
#body .content a.blue_button:link, #body .content a.blue_button:visited, #body .content a.blue_button:active{
	color: #fff;
}
#body .content a.blue_button:hover{
	color: #fff;
}
#body .content a.blue_button:hover .arrow{
	color: #b5defd;
}
#body .content a.orange_button:hover .arrow{
	color: #ffded0;
}
#body .content a.grey_button:hover .arrow{
	color: #fc621f;
}
#body .social {
	margin: 8px 0 0;
	position: relative;
	overflow: hidden;
}
#body .social .btn{
	float:left;
}
#body .social .g1{
	width:70px;
}
#body .social .fb{
	width:90px;
}
#home {
	padding: 39px 0;
}
#home .box {
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #a8a7a7;
}
#home .box h2{
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#home .box#fixer {
	width: 628px;
	margin: 0 0 0 30px;
}
#home .box#fixer h2{
	padding-left: 238px;
}
#home .box#fixer .body{
	position: relative;
	height: 238px;
	border: 1px solid #8e9fa6;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	/*background: #707d85 url(/img/fixer_box_body_bg.png) repeat-x;*/
	background: #707d85;
	background: -moz-linear-gradient(top,  #47545c 0%, #707d85 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47545c), color-stop(100%,#707d85));
	background: -webkit-linear-gradient(top,  #47545c 0%,#707d85 100%);
	background: -o-linear-gradient(top,  #47545c 0%,#707d85 100%);
	background: -ms-linear-gradient(top,  #47545c 0%,#707d85 100%);
	background: linear-gradient(to bottom,  #47545c 0%,#707d85 100%);

}
#home .box#fixer .body #fixer_box{
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 355px;
	height: 283px;
	background: transparent url(/img/home_fixer_box.png) no-repeat;
}
#home .box#fixer .body #fixer_box_full{
	display: block;
	position: absolute;
	z-index: 10;
	left: -1px;
	bottom: 0;
	width: 355px;
	height: 283px;
	background: transparent url(/img/home_fixer_box_3.png) no-repeat;
}
#home .box#fixer .body .big_text{
	position: absolute;
	font-family: "Sansation Light", Arial, Helvetica, sans-serif;
	text-shadow: 0 2px 0 #535c60;
	font-size: 35px;
	color: #fff;
	width: 380px;
	right: 0;
	top: 50px;
	z-index: 11;
}
#home .box#fixer .body .big_text .bold {
	font-family: "Sansation Bold", Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
#home .box#fixer .body a.download_btn {
	position: absolute;
	right: 18px;
	bottom: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003863;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #003f71;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
}
#home .box#fixer .body a.download_btn .inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0085cf;
	padding: 8px 0 10px 13px;;
	background: #006ec3;
	background: -webkit-linear-gradient(#006cc0, #00467d);
	background: -moz-linear-gradient(#006cc0, #00467d);
	background: -o-linear-gradient(#006cc0, #00467d);
	background: linear-gradient(#006cc0, #00467d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cc0', EndColorStr='#00467d')";
}
#home .box#fixer .body a.download_btn .arrow {
	padding: 0 13px;
	font-size:18px;
	color: #000;
	text-shadow: 0 1px 0 #0085cf;
}
#home .box#fixer .body a.download_btn:link, #home .box#fixer .body a.download_btn:visited, #home .box#fixer .body a.download_btn:active{
	color: #fff;
	text-decoration:none;
}
#home .box#fixer .body a.download_btn:hover{
	color: #fff;
	text-decoration:none;
}
#home .box#fixer .body a.big_button {
	position:absolute;
	right: 18px;
	bottom: 18px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
}
#home .box#latest {
	width: 298px;
	margin: 0 0 0 10px;
}
#home .box#latest .body{
	overflow: hidden;
	height: 239px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#home .box#latest .body p{
	float: left;
	display: block;
	width: 116px;
	padding:23px 5px 23px 19px;
	font-weight: bold;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
#foot {
	height: 270px;
	border-top: 1px solid #10171d;
	border-bottom: 1px solid #182935;
	/*background: #2f4352 url(/img/foot_bg.png) repeat-x;*/
	background: #2f4352;
	background: -moz-linear-gradient(top,  #283845 0%, #2e414f 8%, #304453 14%, #2f4352 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#283845), color-stop(8%,#2e414f), color-stop(14%,#304453), color-stop(100%,#2f4352));
	background: -webkit-linear-gradient(top,  #283845 0%,#2e414f 8%,#304453 14%,#2f4352 100%);
	background: -o-linear-gradient(top,  #283845 0%,#2e414f 8%,#304453 14%,#2f4352 100%);
	background: -ms-linear-gradient(top,  #283845 0%,#2e414f 8%,#304453 14%,#2f4352 100%);
	background: linear-gradient(to bottom,  #283845 0%,#2e414f 8%,#304453 14%,#2f4352 100%);
}
#foot .content {
	padding: 49px 0;
}
#foot .content a.blue_btn{
	position: absolute;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003863;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #003f71;
	-webkit-box-shadow: #202e38 0px 2px 2px;
	-moz-box-shadow: #202e38 0px 2px 2px;
	box-shadow: #202e38 0px 2px 2px;
}
#foot .content a.blue_btn .inner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0085cf;
	padding: 3px 0 3px 10px;
	background: #006ec3;
	background: -webkit-linear-gradient(#006cbf, #00487f);
	background: -moz-linear-gradient(#006cbf, #00487f);
	background: -o-linear-gradient(#006cbf, #00487f);
	background: linear-gradient(#006cbf, #00487f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cbf', EndColorStr='#00487f')";
}
#foot .content a.blue_btn .arrow{
	font-size:14px;
	padding: 0 6px 0 7px;
	color: #000;
	text-shadow: 0 1px 0 #0085cf;
}
#foot .content a.blue_btn:link, #foot .content a.blue_btn:visited, #foot .content a.blue_btn:active{
	color: #fff;
	text-decoration: none;
}
#foot .content a.blue_btn:hover{
	color: #fff;
	text-decoration: none;
}
#foot .content .column {
	float:left;
}
#foot .content .column h3{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #22303b;
	color: #fff;
	margin: 0 0 10px 0;
}
#foot .content .column p a {
	font-weight: bold;
}
#foot .content .column p a:link, #foot .content .column p a:visited, #foot .content .column p a:active{
	color: #a2d4f1;
}
#foot .content .column p a:hover{
	color: #0374cb;
}
#foot .content .column#fb_fan_box {
	margin: 0 0 0 30px;
	background: #fff;
	height: 185px;
	width: 305px;
}
#foot .content .column#foot_faq {
	margin: 0 0 0 33px;
	width: 267px;
}
#foot .content .column#foot_faq p{
	padding: 7px 0 21px;
	font-size: 11px;
}
#foot .content .column#foot_right {
	position: relative;
	margin: 0 0 0 35px;
	width: 299px;
}
#foot .content .column#foot_right .testimonial{
	position: absolute;
	overflow:hidden;
	width: 259px;
	height: 111px;
	padding: 21px 20px 28px;
	top: -59px;
	left: 0;
	z-index: 10;
	background: transparent url(/img/sprite_main.png) no-repeat -99px -59px;
}
#foot .content .column#foot_right .testimonial .viewport{
	position: relative;
	height: 96px;
	overflow: hidden;
}
#foot .content .column#foot_right .testimonial .scroll_btns{
	padding: 2px 0;
}
#foot .content .column#foot_right .testimonial .scroll_btns p{
	display: block;
	text-align:right;
	font-size: 10px;
}
#foot .content .column#foot_right .testimonial .viewport p{
	position: absolute;
	top:0;
	left:0;
	display: block;
	color: #fff;
	font-size: 12px;
}
#foot .content .column#foot_right .testimonial_link {
	position: absolute;
	overflow:hidden;
	width: 264px;
	height: 32px;
	top: 79px;
	left: 35px;
	z-index: 11;
}
#foot .content .column#foot_right .testimonial_link p{
	color: #fff;
	font-size: 11px;
	padding: 5px 2px 2px 8px;
}
#foot .content .column#foot_right .testimonial_link p a.praise {
	font-size: 10px;
	font-weight: normal;
}
#foot .content .column#foot_right .newsletter{
	position: absolute;
	overflow:hidden;
	width: 299px;
	top: 134px;
	left: 0;
	z-index: 11;
}
#foot .content .column#foot_right .newsletter .input input[type="submit"]{
	display: inline-block;
	background: transparent url(/img/sprite_main.png) no-repeat -99px -35px;
	height: 24px;
	width: 47px;
	vertical-align: middle;
}
#bottom {
	height: 48px;
	border-top: 1px solid #405b6f;
	overflow: hidden;
	/*background: #182935 url(/img/bottom_bg.png) repeat-x;*/
	background: #182935;
	background: -moz-linear-gradient(top,  #304453 0%, #253540 98%, #182935 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#304453), color-stop(98%,#253540), color-stop(100%,#182935));
	background: -webkit-linear-gradient(top,  #304453 0%,#253540 98%,#182935 100%);
	background: -o-linear-gradient(top,  #304453 0%,#253540 98%,#182935 100%);
	background: -ms-linear-gradient(top,  #304453 0%,#253540 98%,#182935 100%);
	background: linear-gradient(to bottom,  #304453 0%,#253540 98%,#182935 100%);
}
#bottom .content .column{
	float: left;
	color: #688498;
}
#bottom .content .column a:link, #bottom .content .column a:visited, #bottom .content .column a:active{
	color: #a2d4f1;
}
#bottom .content .column a:hover{
	color: #0374cb;
}
#bottom .content .column#bottom_menu{
	width: 352px;
	font-size: 11px;
	margin: 0 0 0 30px;
	padding: 17px 0 0;
}
#bottom .content .column#bottom_menu a{
	font-weight: normal;
}
#bottom .content .column#bottom_disclaimer_start{
	width: 398px;
	font-size: 9px;
	margin: 0 0 0 10px;
	line-height: 1.1;
	padding: 13px 0 0;
}
#bottom .content .column#bottom_disclaimer{
	width: 608px;
	font-size: 9px;
	margin: 0 0 0 10px;
	padding: 18px 0 0;
}
#bottom .content .column#like_btns{
	width: 200px;
	padding: 13px 0 0;
	margin: 0 0 0 10px;
}
body .alert_dialog {
	position: absolute;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: 17px;
	padding: 8px;
	width: 500px;
	-webkit-box-shadow: #000 2px 4px 8px;
	-moz-box-shadow: #000 2px 4px 8px;
	box-shadow: #000 2px 4px 8px;
}
body .alert_dialog .x_icon{
	position: absolute;
	top: 5px;
	right: 8px;
}
body .alert_dialog .x_icon a{
	text-decoration: none;
	font-size: 15px;
	font-family: "GUI",Helvetica,Arial,sans-serif;
}
body .alert_dialog .x_icon a:link, body .alert_dialog .x_icon a:visited, body .alert_dialog .x_icon a:active{
	color: #006ec3;
}
body .alert_dialog .x_icon a:hover{
	color: #fb6b00;
}
body .alert_dialog .body{
	padding: 22px 0 8px;
	text-align: center;
	min-height: 100px;
}
body .alert_dialog .button{
	text-align: center;
}
body .alert_dialog .button a{
	display: inline-block;
	text-decoration: none;
	padding: 8px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
}
body .alert_dialog .button a:link, body .alert_dialog .button a:visited, body .alert_dialog .button a:active{
	background: #006ec3;
}
body .alert_dialog .button a:hover{
	background: #fb6b00;
}
body .preferred_language{
	position: absolute;
	padding: 10px 10px 10px 10px;
	font-size: 17px;
	background: #fff;
	border: 1px solid #a2a2a2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
body .preferred_language .box_arrow{
	position: absolute;
	width: 18px;
	height: 10px;
	bottom: -10px;
	right: 10px;
	background: transparent url(/img/sprite_main.png) no-repeat -99px -12px;
}
.preferred_language a {
	font-weight: bold;
}
.preferred_language a:link, .preferred_language a:visited, .preferred_language a:active {
	color: #0374cb;
}
.preferred_language a:hover {
	color: #e04f01;
}

.btn_tooltip {
	position: absolute;
	z-index: 2500;
	max-width: 175px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	opacity: 0.9;
}

#zenbox_tab {
	background-color: #6e7274 !important;
	opacity: 0.6;
}
#zenbox_tab:hover {
	background-color: #51b401 !important;
	opacity: 1;
}

#confirmSurvey a {
	text-align: center;
	display: inline-block;
	text-decoration: none;
	padding: 8px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	background: #006ec3;
}
#confirmSurvey a:hover {
	background: #fb6b00;
}

#confirmSurvey a.no {
	background: #909598;
	margin-left: 10px;
}

#confirmSurvey .title, #confirmSurvey .thankyou {
	width: 420px;
	padding: 15px 0 30px;
}

#confirmSurvey .thankyou {
	font-size: 13px;
	font-style: italic;
}

#confirmSurvey .buttons {
	text-align: center;
}