﻿/*====== GLOBAL STYLE ======*/
body { margin:0px; padding:0px; font-family:Arial; color:#333;}
h1, h2, img, p, table, tr, th, td, span, a, ul, li { margin:0px; padding:0px;}
#wrapper { margin:0 auto; width:975px;}
table.homeMain_table { width:975px;}

table.green td.greenBar {
	width:975px;
	height:14px;
	background-image:url(../../innerData/images/greenBar.jpg);
	 background-repeat:no-repeat;
	 background-position:right top;
	}
td ul.mainMenu { color:#f98509; display:inline; list-style-type:square; list-style-position:inherit;}
td ul.mainMenu li { float:right; padding-right:7px;}
td ul.mainMenu a { 
    display:block;
     line-height:28px; 
     width:100px; 
     padding-right:12px; 
     text-align:center;
     text-decoration:none;
     color:#434343;
     font-size:14px;
}
td ul.mainMenu a:hover { color:#b6cd37;}
td ul.mainMenu a.current { color:#b6cd37;}

/*====== HOME PAGE ======*/
table.content_header tr.linkHeader .solution {
	width:335px; height:58px;
	background-image:url(../../innerData/images/solutionBg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	float:left;
}
table.content_header tr.linkHeader .showcase {
	width:340px; height:58px;
	background-image:url(../../innerData/images/showcaseBg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	float:left;
}
table.content_header tr.linkHeader .blogs {
	width:299px; height:58px;
	background-image:url(../../innerData/images/blogBg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	float:left;
}
/*---- ----*/
table.content_txt td { background-color:#e2e2e2; font-size:12px; }
table.content_txt tr.cont .leftSquer { width:316px; padding-left:8px; }
table.content_txt tr.cont .centerSquer { width:340px;}
table.content_txt tr.cont .rightSquer { width:311px;}

table.content_txt img { float:left; padding-left:10px; padding-right:13px;}
table.content_txt tr.cont span { padding-top:15px; display:block;}
table.content_txt tr.cont td.leftSquer a { border:1px; padding:0px; color:#F98509;}
table.content_txt a { text-decoration:none; padding:0px; color:#F98509;}
/*---- ----*/
table.blogSec {
	width:269px; height:119px;
	background-image:url(../../innerData/images/blogBgMain.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	margin-left:20px;
	padding-top:0px;
}
table.blogSec td.blog { width:200px; background-color:Transparent; padding-left:40px; color:#fff;}
table.blogSec td.blog b { font-size:24px; font-weight:bold;}
table.blogSec td.blog p { margin-top:20px;}

table.footer { width:975px; height:50px; background-color:#e2e2e2; margin-bottom:20px; font-size:12px;}
table.footer td.footerCont { padding-left:20px;}
