* {font-size: 100.1%;}
html {
	font-size:64%;
}
body {
	margin:0;
	color:#000;
	font:100% Arial,Verdana,Tahoma, sans-serif;
	background:#3f5d79;
	min-width:1000px;
}
img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
fieldset {border-style:none;}
.page-width {
	width:100%;
	position:relative;
	padding-top:119px;
	font-size:1.2em;
}
/* header */
.header-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
.header-left {
	width:50%;
	float:left;
	height:119px;
	background:url(../images/bg-header-left.gif) repeat-x;
}
.header-right {
	width:49%;
	float:right;
	height:119px;
	background:url(../images/bg-header-right.gif) repeat-x;
}
.header-lr {
	overflow:hidden;
	height:119px;
}
/* header */
#header {
	position:relative;
	margin:-119px auto 0;
	width:1000px;
	height:119px;
	background:url(../images/bg-header-page.gif) no-repeat;
	z-index:100;
}
#header strong {
	float:left;
	margin:32px 0 0 17px;
	display:inline;
	width:216px;
	height:58px;
/*	background:url(../images/logo.gif) no-repeat;
*/
}

/*
#header IMG {
	float:left;
	margin:32px 0 0 17px;
	display:inline;
	width:216px;
	height:58px;
}

#header strong a {
	float:left;
	width:216px;
	height:58px;
	text-indent:-9999px;
	overflow:hidden;
}
*/

.nav {
	float:left;
	width:570px;
	display:inline;
	margin:0;
	padding:32px 0 0 40px;
}
ul#menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul#menu li {
	float:left;
	list-style:none;
	width : 120px;
	padding : 0;
	text-align : center;
	background:url(../images/bg-sep.gif) no-repeat;
}
ul#menu li.first {
	background:none;
}
ul#menu a {
	display:block;
	color:#33323c;
	font-size:13px;
	line-height:63px;
	text-decoration:none;
}
ul#menu li a.active {
	font-weight:bold;
	color:#524f71;
}
ul#menu ul {display:none;}
ul#menu ul ul {display:none;}
ul#menu li.hover a,
ul#menu li:hover a{
	font-weight:bold;
	color:#524f71;
}
ul#menu li.hover ul a,
ul#menu li:hover ul a,
ul#menu li:hover ul ul a,
ul#menu li.hover ul ul a {
	font-weight:normal;
	color:#33323c;
	text-decoration:none;
}
ul#menu li:hover ul ul li:hover a,
ul#menu li.hover ul ul li.hover a {
	font-weight:bold;
	color:#524f71;
	display:block;
}
ul#menu ul li:hover a,
ul#menu ul li.hover a {
	font-weight:bold;
	color:#524f71;
}
ul#menu li.hover,
ul#menu li:hover,
ul#menu li:hover ul li:hover,
ul#menu li.hover ul li.hover {
	position: relative;
	z-index:200;
}
ul#menu li.hover ul,
ul#menu li:hover ul,
ul#menu li:hover ul li:hover ul,
ul#menu li.hover ul li.hover ul {
	display: block;
}
ul#menu li:hover ul ul,
ul#menu li.hover ul ul {
	display: none;
}
ul#menu li:hover ul.level li:hover,
ul#menu li.hover ul.level li.hover {
	background:none;
}
ul#menu ul {
	position:absolute;
	z-index:100;
	left:0;
	top:46px;
	width:150px;
	margin:0;
	padding:0 0 10px;
	border:1px solid #c7c8c8;
	background:#eaeaeb;
}
ul#menu ul li {
	background:none;
	padding:0;
}
ul#menu ul li a {
	line-height:18px;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
ul#menu li ul a {
	height:19px;
	width:140px;
	padding:0 0 0 10px;
	color:#fff;
}
ul#menu ul ul {
	position:absolute;
	top:0;
	left:150px;
	margin:0;
	padding:0 0 5px 0;
}
#header a.map {
	float:right;
	display:inline;
	color:#33323c;
	margin:55px 40px 0 0;
	padding:0 12px 0 0;
	font-size:13px;
	line-height:16px;
	text-decoration:none;
	background:url(../images/bg-arrow.gif) no-repeat 100% 50%;
}
#header a.map:hover {
	text-decoration:underline;
}
/* content */
.content-bg {
	width:100%;
	background:#fff;
}
.content {
	width:986px;/* 1000 */
	margin:0 auto;
	padding:0 0 8px;
	background:url(../images/bg-phone.jpg) no-repeat;
}
.content .text {
	width:470px;
	overflow:hidden;
	padding:23px 0 0 35px;
}
.content h1 {
	margin:0;
	color:#524f71;
	font-size:2.05em;
	line-height:1.38em;
}
.content h2 {
	margin:12px 0 0;
	color:#333;
	font-size:1.25em;
	line-height:1.45em;
}
.content p {
	margin:0 0 15px;
	color:#666;
	font-size:1.08em;
	line-height:1.35em;
}
.content a {
	color:#427199;
	font-size:1.16em;
	line-height:1.28em;
	padding:0 13px 0 0;
	text-decoration:none;
	background:url(../images/bg-arrow-blue.gif) no-repeat 100% 50%;
}
.content a:hover {
	text-decoration:underline;
}

.content-bottom-bg {
	width:100%;
	background:url(../images/bg-page-bottom.gif) repeat-x;
}
.content-bottom:after,
.left-column:after,
.left-col-top:after,
.left-col-bottom:after,
.left-column .block:after {
	clear:both;
	content:"";
	display:block;
}
/* content bottom */
.content-bottom {
	width:1000px;
	margin:0 auto;
}
/* left column */
.left-column {
	float:left;
	width:482px;
	margin:1px 14px 0 5px;
	background:#eaeaea url(../images/bg-left-col.gif) repeat-x;
}
.left-col-top {
	width:482px;
	background:url(../images/bg-left-col-top.gif) no-repeat;
}
.left-col-bottom {
	width:482px;
	padding:0 0 15px;
	background:url(../images/bg-left-col-bottom.gif) no-repeat 0 100%;
}
.left-column img {
	float:right;
	margin:-43px 0 0;
}
.left-column .block {
	padding:25px 10px 0 30px;
	background:url(../images/bg-dotted.gif) no-repeat 25px 100%;
}
.left-column h3 {
	margin:0 0 8px;
	color:#33323c;
	font-size:1.60em;
	line-height:1.20em;
	font-weight:normal;
}
.left-column h3 span {
	color:#416a8f;
	font-weight:bold;
}
.left-column p {
	margin:0;
	padding:0 0 13px;
	color:#333;
	font-size:1.08em;
	line-height:1.43em;
}

.left-column p a
{
	color : #427199;
}
.left-column a.more {
	display:block;
	margin:13px 0 0 25px;
	width:92px;
	height:24px;
	text-indent:-9999px;
	background:url(../images/btn-learn.gif) no-repeat;
}
.right-column {
	float:left;
	width:486px;
	margin:1px 0 0;
}
.right-column h3 {
	float:left;
	margin:0;
	color:#416a8f;
	font-size:1.33em;
	line-height:1.25em;
}
/* right column */
.right-column a.more {
	float:right;
	margin:3px 0 0;
	padding:0 10px 0 0;
	color:#524f71;
	font-size:1.08em;
	line-height:1.23em;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/bg-arr.gif) no-repeat 100% 60%;
}
.right-column a.more:hover {
	text-decoration:underline;
}
/* top news */
.block1 {
	width:492px;
	overflow:hidden;
	background:#eaeaea url(../images/bg-left-col.gif) repeat-x;
}
.block1-top {
	width:470px;
	overflow:hidden;
	padding:20px 10px 0 12px;
	background:url(../images/bg-left-col-top.gif) no-repeat;
}
.block1 ul {
	clear:both;
	margin:0;
	padding:10px 0 0;
	list-style:none;
	overflow:hidden;
}
* html .block1 ul {
	padding-top:0;
	margin-top:-10px;
}
.block1 ul li {
	vertical-align:top;
	width:466px;
	overflow:hidden;
	padding:5px 0 12px 7px;
	background:#dadada url(../images/bg-lite.gif) no-repeat;
}
.block1 ul li span {
	float:left;
	color:#524f71;
	font-size:1.22em;
	line-height:1.2em;
	font-weight:bold;
}
.block1 ul a,
.block1 ul div.noLink {
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 9px;
	width:363px;
	color:#333;
	/*font-size:0.91em;*/
	font-size:12px;
	line-height:1.27em;
	text-decoration:none;
}
.block1 ul a:hover {
	text-decoration:underline;
}

.block-space {
	margin:15px 0 0;
	background:#eaeaea url(../images/bg-block1.gif) repeat-x;
}
.block1-bottom {
	width:470px;
	overflow:hidden;
	padding:8px 10px 0 12px;
	background:url(../images/bg-block1-bottom.gif) no-repeat 0 100%;
}
.block-space ul {
	padding-top:4px;
	padding-bottom:4px;
}
.block-space ul li {
	padding-bottom:8px;
	background:#e6e7e6 url(../images/bg-lite-1.gif) no-repeat;
}
* html .block-space ul {
	padding-top:6px;
}
.footer {
	clear:both;
	width:1000px;
	overflow:hidden;
	padding-bottom:50px;
}
.footer .left-footer {
	float:left;
	width:400px;
	margin-top : 5px;
}

/*
.footer ul {
	margin:0 0 2px -5px;
	padding:5px 0 0;
	list-style:none;
}
.footer ul li {
	float:left;
	padding:0 5px 0 7px;
	background:url(../images/bg-sep-foot.gif) no-repeat 0 60%;
}
.footer ul li.first {
	background:none;
}
.footer ul a {
	color:#a8b6c2;
	font-size:0.91em;
	line-height:1.63em;
}
.footer ul a:hover {
	text-decoration:none;
}
*/
.footer p {
	margin:0;
	clear:left;
	color:#a8b6c2;
	font-size:0.83em;
	line-height:1.8em;
}

.footer p.copyright {
	margin-top : 5px;
}
* + html .footer p {
	margin:0 0 0 10px;
}
* html .footer p {
	margin:0 0 0 5px;
}
.footer p a {
	color:#a8b6c2;
	text-decoration:underline;
}
.footer p a:hover {
	text-decoration:none;
}
.form-mail {
	float:right;
	width:442px;
	margin:10px 0 0;
}
.form-mail label {
	float:left;
	margin:0 17px 0 0;
	color:#abbdcb;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
.form-mail input.field {
	float:left;
	margin:0 5px 0 0;
	padding:2px 3px;
	width:172px;
	height:16px;
	color:#666;
	font:12px/16px Arial, Helvetica, sans-serif;
	border:1px solid #abadb3;
	background:#fff;
}
.form-mail input.butt {
	margin:0px 0 0;
}
.form-mail .radio-buttons {
	margin:0 0 0 220px;
}
.form-mail input#cb1,
.form-mail input#cb2 {
	float:left;
	padding:0;
	margin:2px 3px 0 0;
}
* html .form-mail input#cb1,
* html .form-mail input#cb2 {
	margin-top:-1px;
}
* + html .form-mail input#cb1,
* + html .form-mail input#cb2 {
	margin-top:-1px;
}
.form-mail span,
.form-mail .radio-buttons label {
	float:left;
	margin:0 3px 0 0;
	padding:0;
	color:#abbdcb;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
/* about page */
.about .content {
	overflow:hidden;
	padding-bottom:90px;
	background:url(../images/bg-about.gif) no-repeat;
}
.about .about-us {
	float:left;
	width:570px;
	margin:0 36px 0 0;
	padding:35px 0 0 35px;
	overflow:hidden;
}
.about-us h1 {
	margin:0;
	color:#524f71;
	font-size:2.16em;
	line-height:1.30em;
	background:url(../images/bg-line.gif) no-repeat 0 100%;
}
.about-us h2 {
	margin:13px 0 0;
	font-size:1.08em;
	line-height:1.38em;
	color:#333;
}
.about-us h3 {
	display:block;
	margin:0;
	padding:8px 0 10px;
	color:#524f71;
	font-size:1.16em;
	line-height:1.28em;
}
.about-us h4 {
	margin:28px 0 15px;
	padding:0 0 5px;
	color:#524f71;
	font-size:1.5em;
	line-height:1.22em;
	background:url(../images/bg-line.gif) no-repeat 0 100%;
}
.about-us p {
	margin:0 0 19px;
	color:#666;
	font-size:1.16em;
	line-height:1.28em;
}
.about-us a {
	text-decoration:none;
	background:none;
	font-size:1.16em;
}
.about-us ul {
	margin:0;
	padding:0 0 0 6px;
	list-style:none;
}
.about-us ul li {
	color:#427199;
	font-size:1.16em;
	line-height:1.28em;
	padding:0 0 0 12px;
	background:url(../images/bg-arrow-a.gif) no-repeat 0 5px;
}
.sidebar {
	float:left;
	width:338px;
	overflow:hidden;
	padding:98px 0 0;
}
.box {
	width:338px;
	overflow:hidden;
	margin:0 0 16px;
	background:url(../images/bg-box.gif) repeat-y;
}
.box-top {
	width:338px;
	overflow:hidden;
}
.top-blue {
	background:url(../images/bg-box-top-blue.gif) no-repeat;
}
.top-grey .container {
	padding-bottom:25px;
}
.top-grey {
	background:url(../images/bg-box-top-grey.gif) no-repeat;
}
.box-bottom {
	width:308px;
	overflow:hidden;
	padding:0 15px 0;
	background:url(../images/bg-box-bottom.gif) no-repeat 0 100%;
}
.container {
	padding-bottom:30px;
}


.container a {
	font-size:12px;
	font-weight:100;
}


.sidebar h2 {
	margin:0;
	color:#fff;
	font-size:1.66em;
	line-height:1.8em;
}
.sidebar p {
	margin:15px 0 0;
	color:#666;
	font-size:1.08em;
	line-height:1.38em;
}
.sidebar p a {
	font-size:1.08em;
	background:none;
}
.sidebar ul {
	margin:0;
	padding:19px 0 0 2px;
	list-style:none;
}
.sidebar ul li {
	padding:0 0 0 14px;
	color:#666;
	font-size:1.08em;
	line-height:1.38em;
	background:url(../images/bg-arrow-s.gif) no-repeat 0 50%;
}
.about .footer-bg {
	overflow:hidden;
	background:url(../images/bg-footer.gif) repeat-x;
}
.about .footer {
	margin:0 auto;
	padding:17px 0;
}
/* contact */
.contact .content {
	padding-bottom:70px;
}
.contact .about-us p.alt {
	margin:28px 0 0;
}
.form-contact {
	overflow:hidden;
	height:1%;
	margin:20px 0 0 2px;
}
.block-input {
	overflow:hidden;
	height:1%;
	margin:0 0 8px;
}
.form-contact label {
	color:#3a3a3a;
	font-size:1em;
	line-height:1.5em;
	padding:0 0 0 10px;
	background:url(../images/bg-arrow-label.gif) no-repeat 0 50%;
}
.form-contact input.field {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	padding:2px 3px;
	width:280px;
	height:16px;
	color:#000;
	font:12px/16px Arial, Helvetica, sans-serif;
	border:1px solid #dbdfe6;
	background:#fff;
}
.form-contact select {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	width:288px;
	height:22px;
}
.form-contact textarea {
	float:left;
	display:inline;
	margin:0 0 0 10px;
	padding:2px 3px;
	width:439px;
	height:97px;
	color:#000;
	font:12px/16px Arial, Helvetica, sans-serif;
	border:1px solid #dbdfe6;
	background:#fff;
}
.form-contact input.butt {
	margin:7px 0 0 8px;
}
.cont-box {
	overflow:hidden;
	height:1%;
	padding:5px 0;
	margin:10px 0 0;
	background:url(../images/bg-line-top.gif) no-repeat;
}
.cont-box .left-cont {
	float:left;
	width:159px;
}
.cont-box p {
	margin:0;
}
.cont-box .right-cont {
	float:left;
	width:148px;
}
/* services */
.services .content {
	padding-bottom:40px;
}
.services .about-us {
	width:590px;
	margin-right:10px;
}
.services .content h1 {
	background:none;
}
.services h4 {
	margin-top:12px;
	margin-bottom:20px;
	font-size:1.50em;
	color:#3f5d79;
}
.services h4.other {
	margin-bottom:10px;
}
.list-serv {
	overflow:hidden;
	height:1%;
	margin:0 0 15px 40px;
	padding:5px 0 10px 87px;
	background:url(../images/bg-serv1.jpg) no-repeat;
}
.serv1 {
	background:url(../images/bg-serv2.jpg) no-repeat;
}
.serv2 {
	background:url(../images/bg-serv3.jpg) no-repeat;
}
.serv3 {
	background:url(../images/bg-serv4.jpg) no-repeat;
}
.list-serv h5 {
	margin:0;
	color:#333;
	font-size:1.16em;
	line-height:1.14em;
}
.list-serv p,
.boxb .boxb-text p {
	margin:0;
	color:#666;
	font-size:1.16em;
	line-height:1.28em;
}
.list-serv a.more-serv {
	float:left;
	font-weight:bold;
	font-size:1.08em;
	margin:10px 0 0;
	background:url(../images/bg-arrow.gif) no-repeat 100% 60%;
}
.services .boxb {
	width:585px;
	margin:30px 0 0;
	overflow:hidden;
	background:url(../images/bg-boxb.gif) repeat-y;
}
.services .boxb-top {
	width:585px;
	overflow:hidden;
	background:url(../images/bg-boxb-top.gif) no-repeat;
}
.services .boxb-bottom {
	width:570px;
	overflow:hidden;
	padding:10px 0 0 15px;
	background:url(../images/bg-boxb-bottom.gif) no-repeat 0 100%;
}
.services .boxb h5 {
	margin:0 0 22px;
	color:#fff;
	font-size:1.5em;
	line-height:1.11em;
}
.boxb .boxb-text {
	overflow:hidden;
	height:1%;
	margin:0 0 10px -15px;
	padding:0 0 15px 15px;
	border-bottom:1px solid #e3eef2;
}
.boxb .boxb-text1 {
	border:none;
	margin-bottom:0;
}
.boxb .boxb-text h6 {
	margin:0;
	color:#3f5d79;
	font-size:1.33em;
	line-height:1.12em;
}
.boxb .boxb-text a {
	float:left;
	display:inline;
	margin:10px 0 0 2px;
	font-size:1em;
	font-weight:bold;
	background:url(../images/bg-arrow-white.gif) no-repeat 100% 50%;
}
/* sitemap */
.sitemap .content {
	padding-bottom:25px;
}
.sitemap .about-us {
	width:1000px;
	float:none;
}
.sitemap .site-map {
	overflow:hidden;
	height:1%;
	padding:30px 0 0;
}
.sitemap .about-us h2 {
	margin:0 0 12px 33px;
	padding:0 0 0 20px;
	color:#3f5d79;
	font-size:1.33em;
	line-height:1.25em;
	background:url(../images/bg-home.gif) no-repeat 0 50%;
}
.site-map ul {
	float:left;
	display:inline;
	margin:0 0 0 38px;
	padding:0 30px 0 0;
	min-height:150px;
	border-right:1px solid #ccc;
}
* html .site-map ul {
	height:150px;
}
.site-map ul.no-border {
	border:none;
	margin-left:25px;
}
.site-map ul li {
	background:none;
}
.site-map ul li a {
	color:#3f5d79;
	font-size:1.16em;
	line-height:1.43em;
	font-weight:normal;
}
* html .site-map ul li a span {
	margin:0 0 0 15px;
}
* + html .site-map ul li a span {
	margin:0 0 0 15px;
}
.site-map ul li.top-title {
	margin-bottom:8px;
}
.site-map ul li.top-title a {
	white-space:nowrap;
	color:#333;
	font-size:1.33em;
	line-height:1.43em;
	font-weight:bold;
}
.sitemap .sidebar {
	margin:0;
	padding:25px 0 0 40px;
}
.sitemap .sidebar .box {
	width:298px;
	background:url(../images/bg-boxc.gif) repeat-y;
}
.sitemap .sidebar .box .container {
	padding:0 10px 10px 0;
}
.sitemap .sidebar .box-top {
	width:298px;
	background:url(../images/bg-boxc-top.gif) no-repeat;
}
.sitemap .sidebar .box-bottom {
	width:298px;
	background:url(../images/bg-boxc-bottom.gif) no-repeat 0 100%;
}
.sitemap .sidebar .cont-box .left-cont {
	width:130px;
	font-weight:bold;
}
.sitemap .sidebar .cont-box .left-cont p span {
	font-weight:normal;
}
.sitemap .sidebar .cont-box .right-cont {
	width:130px;
}
.sitemap .sidebar .cont-box .right-cont a {
	font-size:1em;
}
/* platform */
.platform .content {
	padding-bottom:55px;
}
.platform .top-content {
	overflow:hidden;
	width:935px;
	margin:0 0 0 35px;
	padding:0 0 30px;
	background:url(../images/bg-line-text.gif) repeat-x 0 100%;
}
.platform .about-us {
	float:left;
	width:480px;
	padding-left:0;
	margin:0 30px 0 0;
}
.platform .about-us h2 {
	margin:26px 0 7px;
	color:#3f5d79;
	font-size:1.44em;
	line-height:1.11em;
	font-weight:normal;
}
.platform .about-us p {
	margin:0 0 14px;
	font-size:1.16em;
	line-height:1.14em;
}
.platform .about-us p a {
	font-size:1.16em;
	line-height:1.14em;
}
.platform .about-us a.more {
	float:left;
	margin:3px 0 0;
	color:#427199;
	font-size:1.16em;
	line-height:1.14em;
	padding:0 13px 0 0;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/bg-arrow-blue.gif) no-repeat 100% 50%;
}
.platform .about-us a.more:hover {
	text-decoration:underline;
}
.info-block {
	float:left;
	margin:110px 0 0;
	width:420px;
	overflow:hidden;
	background:url(../images/bg-info.gif) repeat-y;
}
.info-top {
	width:410px;
	overflow:hidden;
	background:url(../images/bg-info-top.gif) no-repeat;
}
.info-bottom {
	width:391px;
	overflow:hidden;
	padding:8px 0 20px 19px;
	background:url(../images/bg-info-bottom.gif) no-repeat 0 100%;
}
.info-block .rows-top {
	overflow:hidden;
	height:1%;
	padding:0 0 83px;
	background:url(../images/bg-phone-info.gif) no-repeat 8px 100%;
}
.info-block .rows-bottom {
	overflow:hidden;
	height:1%;
	margin:5px 0 0;
}
.info-block .info-text {
	float:left;
	width:175px;
	overflow:hidden;
	margin:0 40px 0 0;
}
.info-block .last {
	margin:0;
	width:165px;
}
.info-block .info-text h2 {
	color:#3f5d79;
	font-size:1.16em;
	line-height:1.14em;
}
.info-text ul {
	margin:0;
	padding:5px 0 0 5px;
	list-style:none;
}
.info-text ul li {
	padding:0 0 0 8px;
	background:url(../images/bg-point.gif) no-repeat 0 7px;
}
.info-text ul li a {
	padding:0;
	color:#333;
	font-size:1em;
	line-height:1.55em;
	background:none;
}
.bottom-content {
	overflow:hidden;
	height:1%;
	margin:35px 0 0 35px;
}
.liteb-top {
	width:936px;
	overflow:hidden;
	background:url(../images/bg-liteb-top.gif) no-repeat;
}
.liteb-bottom {
	width:936px;
	overflow:hidden;
	padding:15px 0 10px;
	background:url(../images/bg-liteb-bottom.gif) no-repeat 0 100%;
}
* + html .liteb-bottom {
	padding-bottom:30px;
}
.indigo {
	float:left;
	width:450px;
	margin:0 30px 0 0;
	overflow:hidden;
}
.indigo h3 {
	margin:0 0 0 24px;
	color:#3f5d79;
	font-size:1.25em;
	line-height:1.2em;
}
.indigo ul {
	margin:10px 0 0;
	padding:0;
	overflow:hidden;
	height:1%;
	list-style:none;
}
.indigo ul li,
.indigo ul a {
	margin:0;
	padding:0;
	background:none;
}
.indigo ul li {
	float:left;
	display:inline;
	margin:0 0 17px 24px;
}
.about-platform {
	float:left;
	width:435px;
	padding:12px 0 0;
	overflow:hidden;
}
.about-platform a.logo {
	display:block;
	width:216px;
	height:43px;
	text-indent:-9999px;
	background:url(../images/logo-mini.gif) no-repeat;
}
.about-platform h3 {
	margin:5px 0 0 15px;
	color:#7b91a5;
	font-size:1.75em;
	line-height:1.04em;
}
.about-platform ul {
	margin:15px 0 0 17px;
	padding:0 0 12px;
	list-style:none;
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #ccc;
}
.about-platform ul li {
	float:left;
	color:#524f71;
	font-size:1.45em;
	line-height:1.30em;
	width:195px;
	padding:0 0 0 10px;
	background:url(../images/bg-point-blue.gif) no-repeat 0 50%;
}
.about-platform-text {
	overflow:hidden;
	height:1%;
	padding:15px 0 0 18px;
}
.about-platform p {
	margin:0 0 13px;
	font-size:1.08em;
	line-height:1.35em;
	color:#666;
}
.about-platform p a {
	font-size:1.08em;
	line-height:1.35em;
	padding:0;
	background:none;
}


/* special content */

/* carriers list links */
DIV.carriers H4 TABLE TD a
{
	background : transparent;
}

/* pricing table */

DIV.pricingContainer
{
	margin-bottom : 15px;

}
DIV.pricingHeader
{
	background : #3F5D79 url(../images/pricing_right.gif) right no-repeat;
	color : #FFFFFF;
	font-size : 20px;
	height : 36px;
	font-weight : bold;
	
}
DIV.pricingHeader SPAN
{
	display:block;
	padding-top : 5px;
}							

DIV.pricingFooter
{
	background : #EBEBEB url(../images/pricing_bottom_right.gif) right no-repeat;
	height : 16px
}

DIV.pricingHeader IMG,
DIV.pricingFooter IMG
{
	float : left;
	margin-right : 6px;
}			

TABLE.pricing
{
	background-color : #EBEBEB;
	border-style : solid;
	border-color : #EBEBEB;
	border-width : 0 10px 0 10px;
}

TABLE.pricing TR TH
{
	padding : 5px 0 5px 0;
	text-align : center;
	/*
	background-color : #DBDBDB;
	*/
}

TABLE.pricing TR TH.alt
{
	background-color : #C3D4DB;
}

TABLE.pricing TR TD
{
	height :28px;
	text-align : center;
}

table.pricing TR TD.alt
{
	background-color : #D0E2E9;
}

TABLE.pricing TR.group TD
{
	border-top : 1px solid #CCCCCC; 
}

TABLE.pricing TR TD.group
{
	color : #3F5D79;
	font-weight : bold;
	font-size : 15px;
	vertical-align : top;
	padding : 6px 6px 6px 0;
	text-align : left;
}

TABLE.pricing TR TD.feature
{
	text-align : left;
}

table.pricing td.check
{
	background:transparent url(../images/check.gif) no-repeat 50% 50%;
}