@charset "utf-8";
/* CSS indexs */
* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
}
img {
	border: 0;
}
body {
	text-align: center;
	background: url(../images/bg-body.gif) repeat-x 0 20px #FFF;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
#container {
	width: 932px;
	margin: 0 auto;
	text-align: left;
}
#nav {
	margin-top: 3px;
	background: #717171;
	height: 30px;
	width: 932px;
}
#nav_bottom_line {
	background:#4fb7dc;
	height: 8px;
	text-align: left;
	width: 932px;
	margin-top: -1px;
}
#top{ margin-top:20px;}
#top .right {
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	color: #339a97;
}

#nav {
	margin-top: 3px;
}
#left {
	float: left;
	width: 232px;
	background: #FFF;
}


#left p.img_title {
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #E2E2E2;
}
#left li {
	border-bottom: 1px solid #E2E2E2;
	line-height: 30px;
	background: url(../images/bg-index-news-li.gif) no-repeat 20px;
	padding-left: 30px;
}
#left li:hover {
	background: url(../images/bg-index-news-li.gif) no-repeat 20px #EEE;
}
#left li a {
	text-decoration: none;
}
#left .products{ 
	width:208px; 
	margin-left:12px;
	margin-bottom:15px;
	
}
#left .products li{ 
	background:#f3f3f3; 
	border-bottom:1px solid #fff; 
	padding:10px 15px 10px 40px;
	line-height: 20px;
}

#left .products .servicebus { 
	background:#fff; 
	border:1px solid #e5e5e5; 
    padding:2px 0px 2px 50px;
	line-height: 18px;
	margin-bottom:2px;
}

#main_content {
	float: left;
	width: 695px;
	display: inline;
	background: #FFF;
}
#main_content .where_am_i {
	background: url(../images/icon-where-am-i) no-repeat 10px;
	line-height: 40px;
	padding-left: 20px;
}
#main_content h1 {
	font-size: 20px;
	padding: 15px 10px;
}
#main_content h2 {
	font-size: 16px;
	padding: 10px;
	color: #004EA2;
}
#main_content h3 {
	background: #4FB7DC;
	width: 670px;
	color: #FFF;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 5px 10px 5px;
}
#main_content h4 {
	line-height: 30px;
	padding: 0 10px;
	margin: 10px 0;
}
#main_content p {
	line-height: 25px;
	text-indent: 2em;
}
#main_content p.align{
	text-align:center;
	}
#main_content p.news_content {
	text-indent: 0;
}
#main_content li {
	padding: 0 10px;
	margin: 5px 0;
	line-height:20px;
}
#main_content .news_list li {
	line-height: 30px;
	border-bottom: 1px solid #E2E2E2;
	padding-left: 30px;
	background: url(../images/bg-index-news-li.gif) 20px center no-repeat;
	margin: 0;
	font-weight: normal;
}
#main_content .news_list li span {
	float: right;
	padding: 0 5px;
}
#main_content ol li {
	list-style: decimal;
	padding-left: 5px;
	margin-left: 65px;
}

#main_content #solutions p {
	padding: 5px;
	text-indent: 0;
	margin: 0 10px;
}
#main_content #solutions p strong {
	font-size: 14px;
	color: 004ea2;
}
#main_content #solutions ul {
	margin-left: 2em;
}
#main_content #solutions li {
	line-height: 16px;
	padding: 0;
	margin: 0 2em;
	list-style: square;
}





#bottom {
	margin-top:10px;
	height: 50px;
	color:#8c8c8c;
	border-top:1px solid #e5e5e5;
	padding-top:15px;
}
#bottom a {
	color: #8c8c8c;
	text-decoration: none;
}

#bottom .right{
	float: right;	
}

.red {
	color: red;
}
.blue{ color:#336699;}
.clearfloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#main_content h6{
	width: 595px;
	color: #666666;
	line-height: 30px;
	padding: 0 30px;
	margin: 16px 5px 10px 10px;
	background-image: url(../images/tb16.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f5f5f5;
	text-align:left;
}
#main_content .customer span{
	float:left; 
	width:240px;
	margin-top:20px;
	
	text-align:center;
}
#main_content .customer p{
	margin-left:240px;}

#main_content .customer { padding:5px 5px 5px 5px;}
#main_content ul.solution  { margin-top:40px;  padding-left:250px; }
#main_content ul.solution li { list-style: disc; padding-bottom:5px; line-height: 20px; padding-top:5px; border-bottom:1px solid #e5e5e5;}
#main_content .customer .more{ text-align:right;}
#main_content .customer .more a{ font-weight:bold;}


