* {
	font-size: 100.01%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	background-color: white;
	color: black;
	height: 100%;
	font-family: Arial, sans-serif;
}
a:link, a:visited {
	color: #004090;
}
a:hover {
	color:#004090;
}
a.selected {
	color: #000;
	text-decoration:none;
}
.news a:link, .news a:visited {
	color: #004090;
}
.news a:hover {
	color:#004090;
}
.navigation a:link, .navigation a:visited {
	color: #fff;
}
.navigation a:hover {
	color:#fff;
}
.navigation a.selected {
	color: #fff;
	text-decoration:none;
}
h1 {
	font-size: 2em;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
	font-weight:normal;
	color:#f15a22;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	color:#f15a22;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	color:#f15a22;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style-type: none;
}
li {
	margin:0 0 1em 0;
	padding:0 0 0 25px;
	background:url(/i/li.gif) left no-repeat;
}
i {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.2em;
	color:#f15a22;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
input, select, textarea {
	margin-bottom: 1em;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:collapse;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: 0 hidden;
	border-top: 1px solid gray;
	height: 0;
	margin:20px 0;
	padding:0;
}
table, td, th {
	border-collapse: collapse;
	border: 0;
}
/* page */

#page {
	height:100%;
	min-width:980px;
	width:100%;
        position:absolute;
}
/* classes */

.hidden {
	display:none;
}
/* header */

.header {
	height:120px;
	width:100%;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(/i/bgsh.png);
}
.phone {
	color:#fff;
	font-weight:normal;
	font-size:22px;
	padding-bottom:15px;
}
/* navigation */

.navigation {
	width:100%;
	height:80px;
}
.main {
	height:27px;
        
}
.m_p {
padding-left:20px;	
padding-right:20px;
	font-size:14px;
}
//.bg-l {
//	background:url(/i/menu_l.png) no-repeat left;
//	height: 30px;
//	width: 6px;
//}
//.bg-r {
//	background:url(/i/menu_r.png) no-repeat right;
//        height: 30px;
//	width: 6px;
//}
.bg-c {
	background:url(/i/menu_c.png) repeat-x;
}
.sub td {
	line-height:2em;
	font-size:14px;
}
/* content */

.content {
	width:100%;
}
.content td {
	vertical-align:top;
}
.feedback {
	margin-bottom:15px;
}
.about {
	margin: 30px 0;
}
.about td {
	vertical-align:top;
}
.tab {
	margin-bottom: 10px;
}
.tab td {
	padding-right: 30px;
}
.close {
	float:right;
}

.news {
	margin-bottom:30px;
}
.partners td {
	padding-bottom:20px;
        vertical-align:middle;
}
.partners {
	
}
.tab-text {
	background:#fcf5e1;
}
.management td {
	padding-bottom:20px;
}
/* footer */

.footer {
	width:100%;
}
.footer td {
	padding:20px 0;
	vertical-align:top;
}
/* pseudo-links */

.pseudo-link {
	cursor:pointer;
	cursor:hand;
}
.pseudo-link-selected {
	border-bottom: none;
	cursor:pointer;
	cursor:hand;
}
.tab .pseudo-link {
	color:#f15a22;
	border-bottom:1px dashed #f15a22;
	font-size:14px;
}
.tab .pseudo-link-selected {
	color:#000;
	font-size:14px;
}
.text-link .pseudo-link {
	border-bottom:1px dashed #f15a22;
	color:#f15a22;
}

#popup {
	position:absolute;
	z-index:1000;
	width:600px;
	top:140px;
	left:50%;
	margin-left:-300px;
	background:#ffeace;
        
	display:none;
}

/* banner */

.banner {
	margin-top:20px;
}
.banner a{
        color:#f15a22;
        text-decoration: none;
}
.inclose {
	padding:20px;
}
.dict {
	background:#fcf5e1;
	margin-bottom:30px;
}
.form {
	background:#fcf5e1;
}
small{
	font-size:0.8em;
}
.red{
	color:red;
}
.banner-text a {
	color:#f15a22;
}
.banner-text {
        margin-top:1em;
        width:200px;
}
.pseudo {
	color:#f15a22;
	border-bottom:1px dashed #f15a22;
	cursor:pointer;
	cursor:hand;
}