/*******************************************************************************

standart

*******************************************************************************/

body, form, input, table, td {
	font-family: Trebuchet MS;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #575757;
}
font {
	font-family: Trebuchet MS;
}
div {
	width: 100%;
	float: left;
	overflow: hidden;
}
a {
	color: #4d882b;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
}
.header {
    /* text-transform: Capitalize; */
	font-size: 22px;
	color: #87e126;
}

.header_project {
    /* text-transform: Capitalize; */
    font-size: 22px;
    color: #87e126;
    padding-left: 0px;
}

.desc_project {
    /* text-transform: Capitalize; */
    font-size: 12px;
    color: #575757;
    padding-left: 0px;
}

.desc_project_2 {
    /* text-transform: Capitalize; */
    font-size: 12px;
    color: #575757;
}

input[type="text"][disabled], input[type="password"][disabled] {
	background-color: #eeeeee;
}

.color {
	color: #bc61b2;
}

ul li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-left: 10px;
}

hr, div.hr {
	height: 2px;
	border: 0px;
	border-bottom: 2px solid #87ca5e;
}

div.img {
	float: none;
	background: white url(cms/none.gif) no-repeat center center;include('defautl.css')
}

body {
	padding-top: 20px;
	background: #f7fbe6 url(pic/back.gif);
}

/* root */
div.root {
	float: none;
	width: 950px;
	text-align: left;
	cursor: default;
}

div.root_head {
	margin: 20px 10px 10px 10px;
	padding: 0px 20px;
	width: 620px;
	border-bottom: 3px solid #d69c56;
	color: #d69c56;
}
div.root_head span {
	font-size: 20px;
}
div.root_head a {
	text-decoration: none;
	color: #d69c56;
}
div.root_head a:hover {
	color: #c97b1e;
}

/* head */
div.head {
	margin-bottom: 15px;
}
div.head_logo {
	width: 175px;
	height: 110px;
	/*background: url(pic/logo.gif) no-repeat center center;*/
}
div.head_menu {
	width: 775px;
	height: 110px;
}

/* main */
div.main {
	margin-bottom: 15px;
}
div.main_bann {
	width: 710px;
	height: 190px;
	margin-right: 15px;
}
div.main_kurs {
	height: 190px;
	width: 225px;
}
div.main_kurs_t {
	width: 225px;
	height: 16px;
	background-image: url(pic/kurs_t.gif);
}
div.main_kurs_b {
	height: 44px;
	background-image: url(pic/kurs_b.gif);
}
div.main_kurs_c {
	width: 193px;
	height: 130px;
	background-image: url(pic/kurs_c.gif);
	padding: 0px 16px;
}

/* link */
div.link {
	margin-bottom: 15px;
}
div.link_ours {
	width: 115px;
	height: 120px;
	background-image: url(pic/link.gif);
}
div.link_menu {
	width: 580px;
	height: 120px;
	margin: 0px 15px;
}
div.link_part {
	width: 225px;
	height: 120px;
	background-image: url(pic/part.gif);
}
div.link_stat {
	width: 225px;
	height: 120px;
	background-image: url(pic/stat.gif);
}

/* body */
div.body_bord {
	width: 940px;
	padding: 5px;
	background-color: #cce4b3;
}
div.body_text {
	width: 670px;
	padding: 5px;
	background-color: #f7fbe6;
}

/* copy */
div.copy_r {
	height: 65px;
	background: url(pic/copy_r.gif) no-repeat center right;
}
div.copy_l {
	background: url(pic/copy_l.gif) no-repeat;
}
div.copy_c {
	margin-top: 15px;
	background: url(pic/copy_c.gif) repeat-x;
}
div.copy_t {
	width: auto;
	padding-top: 17px;
	padding-left: 20px;
	color: white;
}

/* menu */
div.menu {
	width: 250px;
	margin-right: 10px;
}

/* showimage */
#showimage_box_back {
	Z-index: 2;
	position: absolute;
	overflow: hidden;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	background-color: black;
	filter: alpha(opacity=60)
}

#showimage_box {
	Z-index: 3;
	position: absolute;
	overflow: hidden;
	width: 600px;
	height: 600px;
	border: 3px solid white;
	text-align: center;
	vertical-align: center;
	background: white;
	cursor: hand;
}

a.prh_link {
	color: #87e126;
	text-decoration: none;
}

a.prh_link:hover {
	color: #69c40f;
	text-decoration: none;
}