@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
input[type='checkbox'], input[type='submit'], input[type='reset'], input[type='radio'], input[type='image'], input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	line-height: 133%;
	text-align: left;
	color: #808285;
}
hr{
	margin: 0;
	border: 0 none;
	border-top: solid 1px #808285;
	height: 0;
	color: #808285;
	background: none;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.blue{
	color: #059edb;
}
.circle{
	display: inline-block;
	border: 0 none;
	text-align: center;
	font-size: 0;
	line-height: 30px;
	vertical-align: middle;
	background: #059edb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.circle img{
	vertical-align: middle;
	margin-bottom: 2px;
}
a:hover .circle,
.circle:hover{
	background: #008ec6;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
input[type='text'], input[type='email'], input[type='password'], textarea{
	width: 160px;
	height: 19px;
	padding: 5px 15px 6px;
	font-size: 14px;
	line-height: 19px;
	color: #231f20;
	border: 0 none;
	background: #ddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
	background: linear-gradient(to bottom, #fff 0%,#ddd 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 1px #ccc, inset 0 -3px 6px rgba(204,204,204,0.75);
	-moz-box-shadow: inset 0 1px 1px #ccc, inset 0 -3px 6px rgba(204,204,204,0.75);
	box-shadow: inset 0 1px 1px #ccc, inset 0 -3px 6px rgba(204,204,204,0.75);
}
textarea{
	height: 74px;
	resize: none;
}
select{
	cursor: pointer;
}
.button{
	cursor: pointer;
	display: inline-block; *display: inline; zoom: 1;
	width: 160px;
	height: 19px;
	padding: 5px 15px 6px;
	white-space: nowrap;
	text-decoration: none;
	border: 0 none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 19px;
	color: #fff;
	background: #f37034;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjYmE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzcwMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fcba5d 0%, #f37034 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcba5d), color-stop(100%,#f37034));
	background: -webkit-linear-gradient(top, #fcba5d 0%,#f37034 100%);
	background: -o-linear-gradient(top, #fcba5d 0%,#f37034 100%);
	background: -ms-linear-gradient(top, #fcba5d 0%,#f37034 100%);
	background: linear-gradient(to bottom, #fcba5d 0%,#f37034 100%);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0);
	-moz-box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0);
	box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0);
}
input.button{
	height: 30px;
	padding: 0 0 2px;
}
.button:hover{
	-webkit-box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0.5);
	-moz-box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0.5);
	box-shadow: inset 0 1px 1px #ef5628, inset 0 -3px 6px rgba(240,70,21,0.75), inset 0 0 1000px rgba(240,70,21,0.5);
}
.left-part{
	width: 198px;
}
.right-part{
	width: 789px;
}
/* text */
h1{
	margin: 0;
	padding: 24px 0 6px;
	color: #1f3454;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 1px 1px 0 #fff;
}
h2,
h3{
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: normal;
	line-height: 133%;
	color: #265fb7;
	text-shadow: 1px 1px 0 #fff;
}
h3{
	color: #5b5858;
}
h4{
	font-size: 14px;
	line-height: 150%;
	color: #265fb7;
	margin: 0 0 4px;
}
p{
	margin: 0 0 8px;
}
/* text off */
/* off */
.wrap{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(204,204,204,0.75);
	-moz-box-shadow: 0 0 30px rgba(204,204,204,0.75);
	box-shadow: 0 0 30px rgba(204,204,204,0.75);
}
/* header */
.header{
	position: relative;
	z-index: 1;
	padding: 22px 0 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 4px rgba(204,204,204,0.75);
	-moz-box-shadow: 0 4px 4px rgba(204,204,204,0.75);
	box-shadow: 0 4px 4px rgba(204,204,204,0.75);
}
.header .inner{
	padding: 0 27px;
}
.header .links{
	width: 224px;
	font-size: 14px;
}
.header .links li{
	padding-top: 25px;
	height: 20px;
}
.header .links li:first-child{
	padding-top: 19px;
}
.header .links a{
	text-decoration: none;
}
.header .links a:hover{
	text-decoration: underline;
}
.header .links .circle{
	width: 27px;
	height: 27px;
	line-height: 28px;
	margin: -7px 12px 0 0;
	vertical-align: top;
}
.header .links a > img{
	margin: -7px 12px 0 0;
	vertical-align: top;
}
.header .search{
	margin: -7px 0 0;
	font-size: 0;
	white-space: nowrap;
}
.header .search input[type='text']{
	padding-right: 32px;
	width: 177px;
}
.header .search .circle{
	width: 30px;
	height: 30px;
	margin: 0 0 0 -30px;
	background-image: url('../images/search-icon.png');
	background-repeat: no-repeat;
	background-position: center center;	
}
.header .lang{
	text-align: right;
}
.nav{
	padding: 32px 0 0;
	font-size: 14px;
	line-height: 133%;
	color: #231f20;
}
.nav ul{
	display: table;
	border-spacing: 0;
	width: 100%;
	height: 42px;
}
.nav li{
	display: table-cell;
	width: 1000px;
	height: 42px;
	vertical-align: middle;
	background: #fff url('../images/blank.png') no-repeat center bottom;
}
.nav li:hover,
.nav li.active{
	background-image: url('../images/menu-over.png');
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav li > *{
	display: table-cell;
	width: 1000px;
	height: 42px;
	padding: 0 8px;
	text-decoration: none;
	vertical-align: middle;
}
.nav li.active > *{
	cursor: default;
}
/* header off */

/* content */
.content{
	padding: 0 0 130px;
}
.menu{
	padding: 4px 0;
}
.menu > li{
	font-size: 14px;
	color: #bcbec0;
	margin-bottom: 4px;
	background: #fff url('../images/blank.png') no-repeat center bottom;
	-webkit-background-size: 100% 1px;
	-moz-background-size: 100% 1px;
	-o-background-size: 100% 1px;
	background-size: 100% 1px;
	-webkit-box-shadow: 0 4px 4px rgba(204,204,204,0.75);
	-moz-box-shadow: 0 4px 4px rgba(204,204,204,0.75);
	box-shadow: 0 4px 4px rgba(204,204,204,0.75);
}
.menu > li:hover,
.menu > li.active{
	color: #231e21;
	background-image: url('../images/menu-over.png');
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.menu > li.active{
	cursor: default;
}
.menu > li > *{
	display: block;
	padding: 12px 27px;
	min-height: 16px;
	text-decoration: none;
}
/* content off */

/* footer */
.footer{
	margin: -110px 0 0;
}
.footer .inside{
	width: 940px;
	height: 100px;
	padding: 10px 30px 0;
	margin: 0 auto;
	color: #fff;
	background: #ccc;
}
.footer .nav{
	padding: 0;
	color: #fff;
}
.footer .nav > ul > li{
	background: url('../images/arrow-right.png') no-repeat right top;
	background: url('../images/arrow-right.png') no-repeat right top, url('../images/blank.png') no-repeat right top;
	-webkit-background-size: auto auto, 0 18px;
	-moz-background-size: auto auto, 0 18px;
	-o-background-size: auto auto, 0 18px;
	background-size: auto auto, 0 18px;
}
.footer .nav > ul > li:hover,
.footer .nav > ul > li.active{
	background: url('../images/arrow-right.png') no-repeat right top, url('../images/arrow-right-over.png') no-repeat right top;
	-webkit-background-size: auto auto, 16px 18px;
	-moz-background-size: auto auto, 16px 18px;
	-o-background-size: auto auto, 16px 18px;
	background-size: auto auto, 16px 18px;
}
.footer .nav > ul > li *{
	vertical-align: top;
}
.footer .nav > ul > li:hover > *{
	text-decoration: underline;
}
.footer .nav > ul > li.active > *{
	text-decoration: none;
}
.copy{
	font-size: 10px;
	line-height: 133%;
}
/* footer off */




























/* eof */