body {
	background: #ebebeb;
	padding: 0;
	margin: 0;
}

* {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4e;
}

img {
	border: 0;
}

div {
	z-index: 0;
}

.clear {
	clear: both;
}

table {
	margin: 0 auto;
}

.left {
	background: url(../images/bg_left.png) repeat-y;
	height: 100%;
	width: 40px;
}

.right {
	background: url(../images/bg_right.png) repeat-y;
	height: 100%;
	width: 40px;
}

.center {
	width: 920px;
	background-color: #fff;
	height: 100px;
}

.container {
	padding-left: 45px;
	padding-right: 40px;
}

.languages {
	padding-left: 180px;
	margin-top: 5px;
}
.picture{
	position:relative;
	left:-45px;
}

.item {
	float: left;
	padding-left: 20px;
}

.item a {
	font-size: 12px;
	color: #adafb2;
}

.item.cur a {
	color: #005e5c;
	text-decoration: none;
}

.logo {
	background: url(../images/logo.gif) no-repeat;
	width: 155px;
	height: 47px;
	margin-top: 25px;
	float: left;
}

/* menu */
.menu {
	float: left;
	position: relative;
	z-index: 111;
	top: -25px;
	left: 275px;
}

.items {
	float: left;
	padding: 3px 7px;
	text-transform: uppercase;
}

.items:hover {
	border: 1px solid #c4e1d5;
	border-bottom: 1px #FFF solid;
	padding: 2px 6px;
	text-transform: uppercase;
}

/*
.urban{
	width:130px;
	float:left;
	position:relative;
	z-index:111;
	margin-left:-15px;
}
.urban_1{
	width:130px;
	float:left;
	position:absolute;
	z-index:111;
	top:0;
	left:110px;
}
.urban_2{
	width:130px;
	float:left;
	position:absolute;
	z-index:111;
	top:0;
	left:215px;
}
.urban_3{
	width:130px;
	float:left;
	position:absolute;
	z-index:111;
	top:0;
	left:315px;
}
.urban_4{
	width:130px;
	float:left;
	position:absolute;
	z-index:111;
	top:0;
	left:410px;
}
.menu ul {
	list-style-type:none;
	overflow:hidden;
	zoom:1;
	float:left;
	padding-right:5px;
	padding-left:0;
	margin:0;
}
.menu ul li {
	float:left;
	position:relative;
	z-index:222;
	height:25px;
	line-height:25px;
	padding:0 7px;
}
.menu ul li:hover {
	padding:0 6px;
	line-height:24px;
}
.submenu{
	position:relative;
	display:block;
	z-index:1;
	margin:0;
	padding:0;
	height:100%;
	top:-24px;
	width:136px;
}
.submenu .item{
	clear:both;
	line-height:20px;
	padding:0;
	width:129px;
	padding-left:7px;
	background-color:#FFF;
}
.submenu .item a{
	color:#306B65;
}
.submenu .item:hover{
	background-color:#c4e1d5;
}
.submenu-cont{
	height:100%;
	top:50px;
	position:relative;
	z-index:222;
	border:1px solid #c4e1d5;
	width:136px;
}
*/ /*and of menu */
.flash {
	position: relative;
	z-index: 0;
	margin: 50px 0 0;
}

.content {
	width: 838px;
	margin-top: 50px;
}

.column {
	float: left;
	padding-right: 77px;
	margin-bottom: 80px;
}

.column_last {
	float: left;
	margin-bottom: 80px;
}

.title {
	width: 150px;
	text-align: left;
	padding-bottom: 10px;
}

.title a {
	color: #005e5c;
	font-size: 16px;
}

.text {
	text-align: left;
	width: 150px;
	font-size: 11px;
	height: 100px;
	overflow: hidden;
}

.text p {
	font-size: 11px;
	margin: 0 0 5px;
}

.line {
	width: 100%;
}

.footer {
	width: 838px;
}

.brand {
	text-align: left;
	color: #005e5c;
	padding-left: 20px;
	padding-bottom: 20px;
}

.partners {
	margin-left: 5px;
	margin-bottom: 25px;
	width: 838px;
}

.partners .item {
	padding: 0;
	margin-right: 25px;
}

.feedback {
	float: right;
	padding-right: 11px;
}

.feedback a {
	font-size: 13px;
	color: #005e5c;
	font-weight: bold;
}

.bottom {
	background: url(../images/bg_bottom.gif) repeat-x;
	width: 900px;
	height: 40px;
	font-size: 11px;
	color: #575757;
	padding: 10px 0 20px 20px;
}

.b_left {
	background: url(../images/bg_l.gif) no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	top: -16px;
}

.b_right {
	background: url(../images/bg_r.gif) no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	top: -16px;
}

/*in page*/
.column_left {
	float: left;
	width: 280px;
	padding-top: 93px;
	position:relative;
	top:-45px;
	left:-45px;
	background-image:url(../images/test.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:400px;
	height:expression(this.scrollHeight < 400? "400px" :"auto");
}

.vertical_menu {
	text-align: left;
	line-height: 30px;
	padding-left:45px;
}

.vertical_menu.cur a {
	color: #005e5c;
	text-decoration: none;
}

.vertical_menu a {
	color: #404041;
	font-size: 14px;
	font-weight:100;
}

.vertical_menu a:hover {
	color: #005e5c;
}

.vertical_menu .level {
	padding-left: 30px;
	line-height: 23px;
	color: #404041;
}

.vertical_menu .level a {
	color: #404041;
	font-size: 12px;
	text-decoration: underline;
}

.vertical_menu .level a:hover {
	color: #005e5c;
}

.vertical_menu .level.cur a {
	color: #005e5c;
	text-decoration: none;
}

.column_right {
	float: left;
	margin-bottom: 80px;
	width: 558px;
	/*background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:338px;
	height:expression(this.scrollHeight < 338? "338px" :"auto");*/
}

.title_blog {
	font-size: 28px;
	width: 207px;
	text-align: left;
	float: left;
	margin-top: 55px;
	color: #005e5c;
}

.img {
	background: url(../images/img_blog.jpg) no-repeat;
	width: 266px;
	height: 162px;
	float: right;
	margin-right: 10px;
}

.text_blog {
	text-align: left;
	font-size: 12px;
	margin-top: 35px;
}

/*end of in page*/
.am {
	background-color: white;
}

#jsddm {
	margin: 0;
	padding: 0;
	z-index: 1;
}

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	margin-right: 15px;
}

#jsddm li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	border: 1px solid white;
	width: auto;
	color: #4D4D4E;
	white-space: nowrap
}

#jsddm li a:hover {
	border: 1px;
	border-color: #C4E1D5 #C4E1D5 #FFFFFF;
	border-style: solid;
	border-bottom: 1px #C4E1D5 solid;
}

#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}

#jsddm li ul li {
	float: none;
	display: inline
}

#jsddm li ul li a {
	width: auto;
	color: #24313C
}

#jsddm li ul li a:hover {
	background: #C4E1D5;
}

#feedback {
    width: 433px;
}

#feedback .name {
    width: 160px;
    margin-bottom: 15px;
    float: left;
}

#feedback .value {
    width: 260px;
    margin-bottom: 15px;
    float: left;
}

.green-border {
    border: 1px solid #005E5C;
    width: 260px;
    padding: 5px;
}

#feedback .submit {
    float: right;
}


#feedback .sent {
    color: #005E5C;
    margin-bottom: 10px;
}