@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: #404040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 15px;
	margin: 0px 10px 0px 0px;
	float: left;
}
select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 97.5%;
	height: 18px;
}
input.btn {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	width: 100px;
	float: none;
	background: #ea3f24;
	height: 18px;
}
textarea {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 89%;
	height: 100px;
}
img {
	border: 0px;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea3f24;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ea3f24;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ea3f24;
	letter-spacing: 0px;
	font-weight: bold;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
/* ---------------------------------------------------------------------- */
table.main {
	margin: 0px auto;
	background: #ffffff;
}
table.main td.main-center {
	width: 960px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}
table.main td.main-left {
	width: 10%;
	background: /*url(../img/all_left_bg.jpg) repeat-y top right */#404040;
}
table.main td.main-right {
	width: 10%;
	background: /*url(../img/all_right_bg.jpg) repeat-y top left */#404040;
}
table.main td.main-bottom {
	width: 960px;
	height: 50px;
	background: /*url(../img/all_bottom_bg.gif) repeat-x top left */#404040;
	text-align: center;
	color: #999999;
}
table.main td.main-bottom-auto {
	width: 400px;
	height: 50px;
	background: /*url(../img/all_bottom_bg.gif) repeat-x top left */#404040;
	text-align: center;
	color: #999999;
}
table.main td.main-bottom a:link, table.main td.main-bottom a:visited {
	color: #999999;
}
table.main td.main-left-bottom {
	width: 10%;
	background: /*url(../img/all_bottom_left_bg.gif) no-repeat top right */#404040;
}
table.main td.main-right-bottom {
	width: 10%;
	background: /*url(../img/all_bottom_right_bg.gif) no-repeat top left */#404040;
}
/* ---------------------------------------------------------------------- */
table.top {
	width: 960px;
	padding: 4px 4px 0 4px;
}
table.top td.icon-navigation {
	text-align: center;
}
table.top td.icon-navigation a.home {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/home_icon.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
	text-decoration: none;
}
table.top td.icon-navigation a.news {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/news_icon.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
	text-decoration: none;
}
table.top td.icon-navigation a.faq {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/faq_icon.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
	text-decoration: none;
}
table.top td.icon-navigation a.contacts {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/contacts_icon.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
	text-decoration: none;
}
table.top td.icon-navigation span.home-active {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/home_icon_active.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
}
table.top td.icon-navigation span.news-active {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/news_icon_active.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
}
table.top td.icon-navigation span.faq-active {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/faq_icon_active.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
}
table.top td.icon-navigation span.contacts-active {
	display: block;
	width: 115px;
	text-align: center;
	background: url(../img/contacts_icon_active.gif) no-repeat center top;
	float: left;
	padding-top: 20px;
}
table.header td.menu {
	height: 50px;
	width: 716px;
	background: #ea3f24;
	text-align: center;
}
table.header td.menu a:link, table.header td.menu a:visited {
	display: block;
	float: left;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	padding: 7px 32px 0 33px;
	font-weight: bold;
}
table.header td.menu a:hover {
	display: block;
	float: left;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	border-right: 1px solid #ffffff;
	padding: 7px 32px 0 33px;
	font-weight: bold;
}
table.header td.menu a.not-border:link, table.header td.menu a.not-border:visited {
	display: block;
	float: left;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	border-right: 0px;
	padding: 7px 32px 0 33px;
	font-weight: bold;
}
table.header td.menu a.not-border:hover {
	display: block;
	float: left;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	border-right: 0px;
	padding: 7px 32px 0 33px;
	font-weight: bold;
}
/*-----------------------------------------------------------------*/
table.left-content-in td.logo {
	width: 236px;
	height: 172px;
	*height: 168px;
	background: #f2f2f2;
	text-align: center;
}
div.logo-auto {
	width: 100%;
	height: 120px;
	background: #f2f2f2;
	text-align: center;
	padding-top: 20px;
}
table.left-content-in td.autorize {
	width: 220px;
	height: 174px;
	*height: 166px;
	background: #f2f2f2;
	text-align: left;
	border-top: 4px solid #ffffff;
}
table.left-content-in td.autorize img {
	padding: 4px 0 0 8px;
}
table.left-content-in td.autorize ul {
	margin: 10px 10px 0px 38px;
	padding: 0px;
}
table.left-content-in td.autorize li {
	list-style: none;
	margin-left: 0px 0px 0px 30px;
	padding: 0px;
	border-bottom: 1px dashed #616161;
}
table.left-content-in td.autorize a:link, table.left-content-in td.autorize a:visited {
	display: block;
	background: url(../img/autorize_bullet.gif) no-repeat left center;
	padding: 7px 0 7px 30px;
	margin-left: -30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
table.left-content-in td.autorize a:hover {
	display: block;
	background: url(../img/autorize_bullet.gif) no-repeat left center;
	padding: 7px 0 7px 30px;
	margin-left: -30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ea3f24;
	text-decoration: none;
}
/* ---------------------------------------------------------------------- */
table.content {
	width: 960px;
	padding: 0px;
}
/* ---------------------------------------------------------------------- */
td.left-content {
	width: 236px;
	padding: 0 0 4px 4px;
	border-top: 4px solid #ffffff;
}
td.left-content table.left-content-in td {
	padding: 4px 0 0 0;
}
td.left-content table.left-content-in td.news {
	width: 216px;
	padding: 20px 10px 0 10px;
}
td.left-content table.left-content-in td.news span {
	font-weight: bold;
	color: #ea3f24;
}
td.left-content table.left-content-in td.news a.archive {
	background: url(../img/news_icon.gif) no-repeat left center;
	padding: 0 0 0 20px;
}
td.left-content table.left-content-in td.contacts {
	width: 216px;
	padding: 15px 10px 15px 10px;
}
/* ---------------------------------------------------------------------- */
td.right-content {
	text-align: left;
	width: 716px;
	padding: 0 0 4px 0;
}
td.right-content table.right-content-text {
	width: 716px;
	padding: 0px;
	margin-left: 4px;
}
td.right-content table.right-content-text span.title {
	display: block;
	background: url(../img/title_bg.gif) repeat-x left top;
	height: 41px;
}
td.right-content table.right-content-text td.about {
	background: #f2f2f2;
	width: 55%;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 0 10px 10px 10px;
}
td.right-content table.right-content-text td.answers {
	background: #f2f2f2;
	width: 45%;
	border-bottom: 4px solid #ffffff;
	padding: 0 10px 10px 10px;
}
td.right-content table.right-content-text td.answers a.list:link, td.right-content table.right-content-text td.answers a.list:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-left: 6px solid #ea3f24;
	padding-left: 15px;
	margin: 7px 0 5px 0;
}
td.right-content table.right-content-text td.answers a.list:hover {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-left: 6px solid #ea3f24;
	padding-left: 15px;
	margin: 7px 0 5px 0;
}
td.right-content table.right-content-text td.answers a.reg:link, td.right-content table.right-content-text td.answers a.reg:visited, td.right-content table.right-content-text td.answers a.reg:hover {
	display: block;
	text-align: center;
	border-left: 0px;
	width: 238px;
	*margin: 16px 0 15px 0;
}
td.right-content table.right-content-text td.answers ul {
	margin: 0px;
	padding: 0px;
	width: 77%;
}
td.right-content table.right-content-text td.answers li {
	margin: 0px;
	padding: 0 0 0 15px;
	background: url(../img/bullet.gif) no-repeat left 6px;
}
td.right-content table.partners {
	width: 100%;
}
td.right-content table.partners th {
	padding: 10px;
}
td.right-content table.partners td {
	text-align: center;
	height: 100px;
}
td.right-content table.partners td.link {
	text-align: left;
	height: 20px;
}
td.right-content table.right-content-text table.technology {
	width: 100%;
}
td.right-content table.right-content-text table.technology td.left {
	width: 220px;
	border-right: 1px dotted #333333;
}
td.right-content table.right-content-text table.technology td.left a:link, td.right-content table.right-content-text table.technology td.left a:visited, td.right-content table.right-content-text table.technology td.left a:hover {
	display: block;
	padding: 7px 5px 7px 27px;
	background: url(../img/ico_terminals.gif) no-repeat left center;
}
td.right-content table.right-content-text table.technology td.right {
	padding-left: 15px;
}
/* ---------------------------------------------------------------------- */
td.footer-left {
	background: #e1e1e1;
	height: 55px;
	text-align: center;
	border-left: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}
td.footer-right {
	width: 716px;
	background: #e1e1e1;
	height: 55px;
	text-align: center;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}
/* ---------------------------------------------------------------------- */
table.text-inner {
	width: 100%;
}
table.text-inner td.navigation-line {
	height: 20px;
	padding-left: 15px;
}
table.text-inner td.text {
	padding-left: 15px;
}
table.text-inner td.text span.title {
	display: block;
	background: url(../img/inner_title_bg.gif) repeat-x left bottom;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
}
table.text-inner td.text span.title span {
	background: #ffffff;
	padding-right: 10px;
}
table.text-inner td.text ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
table.text-inner td.text li {
	margin: 0px;
	padding: 0 0 0 15px;
	background: url(../img/bullet.gif) no-repeat 2px 6px;
}
table.text-inner td.text p {
	margin: 0px 0 20px 0;
}
table.text-inner td.text img {
	margin: 0px 20px 20px 0px;
	float: left;
}
span.red {
	color: #ea3f24;
}
table.text-inner td.text table.content_text {
	margin-bottom: 10px;
}
table.text-inner td.text table.content_text th {
	padding: 5px 10px 5px 10px;
	background: #f2f2f2;
}
table.text-inner td.text table.content_text td {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #d6d6d6;
}
/* ---------------------------------------------------------------------- */
div.quote {
	width: 650px;
	background: #f2f2f2;
	padding: 30px 30px 15px 30px;
	*padding: 30px 30px 0px 30px;
	margin: 0px 0px 20px -15px;
	color: #808080;
}
div.quote_faq {
	width: 650px;
	background: #f2f2f2;
	padding: 30px 30px 15px 30px;
	*padding: 30px 30px 0px 30px;
	margin: 0px 0px 20px -15px;
	color: #808080;
}
div.quote h1 {
	font-size: 16px;
	color: #ea3f24;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
div.quote_faq h1 {
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
div.quote p {
	margin-bottom: 0px;
}
div.quote_faq p {
	margin-bottom: 0px;
}
div.quote img {
	float: left;
	margin-right: 30px;
}
/* ---------------------------------------------------------------------- */
table.left-content-in td.buttons {
	border-top: 30px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	text-align: center;
}
td.bordered {
	border: 1px solid #cecece;
	padding: 10px;
}
table.form {
	width: 100%;
}
table.form input {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 18px;
	margin: 0px 10px 0px 0px;
	float: left;
}
table.form select {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 84%;
}
table.form input.btn {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	width: 100px;
	float: none;
	background: #ea3f24;
	height: 18px;
}
table.form textarea {
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 89%;
	height: 100px;
}
/*---------------------------------------------------------*/
table.text-inner td.text div.autorize {
	width: 100%;
	text-align: left;
	border-top: 4px solid #ffffff;
}
table.text-inner td.text div.autorize ul {
	margin: 0px;
	padding: 0px;
	background: none;
}
table.text-inner td.text div.autorize li {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	border-bottom: 1px dashed #616161;
	background: none;
}
table.text-inner td.text div.autorize a:link, div.autorize a:visited {
	display: block;
	background: url(../img/autorize_bullet.gif) no-repeat left center;
	padding: 10px 0 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
table.text-inner td.text div.autorize a:hover {
	display: block;
	background: url(../img/autorize_bullet.gif) no-repeat left center;
	padding: 10px 0 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ea3f24;
	text-decoration: none;
}
/*-----------------------------------------------------------------*/
table.news_all {
	width: 100%;
}
table.news_all th span {
	display: block;
	padding: 5px;
	color: #ffffff;
	background: #666666;
	text-align: center;
	float: left;
}
table.news_all th a {
	display: block;
	padding: 5px;
	width: 45px;
	text-align: center;
	float: left;
}
table.news_all td {
	padding: 5px 5px 5px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 13px; 
}
table.news_all td img {
	float: left;
	margin-right: 20px; 
}
table.news_all td span {
	padding: 5px;
	display: block;
	color: #333333;
	background: #eeeeee;
	text-align: left;
	margin: 10px 0 10px 0;
}
table.news_all td p {
	color: #333333;
	font-weight: normal;
	font-size: 11px; 
}

div.float {
	float: left;
}
div.float img {
	margin: 0px 20px 20px 0px;
}