@charset "utf-8";
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #616161;
}
a {
	color: #415184;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
li {
	margin: 10px;
}
input {
	border: solid 1px #999;
}
.b_gray {
	border: solid 1px #CCC;
}
.text_red {
	color: #dd0030;
}
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #415184;
}
.main {
	width: 950px;
	border-left: solid 2px #ebebeb;
	border-right: solid 2px #ebebeb;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
	margin: auto;
	padding-bottom: 23px;
}
.top {
	height: 11px;
	background-color: #dd0030;
}

.menu {
	position: absolute;
	margin: 0 0 0 258px;
	text-align: right;
	z-index: 1;
}

.text-box {
	background-color: #f3f3f3;
	border: solid 1px #eeeeee;
	padding: 24px 11px 27px;
	font-size: 12px;
	margin-bottom: 20px;
}
.back_home {
	background-image: url(images/back_home.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.news {
	font-size: 10px;
	padding: 15px 8px;
}
.news a {
	font-size: 11px;
}
.serv-box {
	border: solid 5px #dedede;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9b9b;
}
.content {
	background-color: #f3f3f3;
	border: solid 1px #e8e8e8;
	padding: 20px 12px;
}
.title {
	background-image: url(images/bg_title.gif);
	height: 20px;
	font-size: 13px;
	color: #415184;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
}
.img_left {
	padding: 10px 12px 10px 0;
	float: left;
}
.img_right {
	float: right;
	padding: 0 0 10px 12px;
}
.right_img {
	margin: 25px 0;
}

.footer {
	width: 924px;
	padding: 20px 15px;
	background-color: #415184;
	margin: 11px auto 0;
	color: #8196d9;
	text-align: left;
}
.footer a {
	color: #fff;
}