html {
	height: 100%;
}

body {
	color: #333333;
	margin: 0;
	background: #ddd;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 902px;
	margin: 0 auto;
	padding: 0 14px;
	min-height: 100%;
	background: url(../images/page-bg.gif) repeat-y;
}

* html #page {
	height: 100%;
}

.page-gradient {
	background: url(../images/page-gradient.gif) repeat-x;
	width: 100%;
}

.page-main {
	background: #fff;
	overflow: hidden;
	padding: 0 7px;
	margin: 0 15px 0 14px;
}

/* header start */
#header {
	overflow: hidden;
	width: 100%;
}

/* logo start */
#header h1 {
	float: left;
	margin: 20px 0 0 32px;
	display: inline;
}

#header h1 a {
	float: left;
	text-indent: -9999px;
	width: 204px;
	height: 79px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}

/* logo end */
/* links start */
#header .links {
	float: right;
	margin: 6px -1px 0 0;
	display: inline;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#header .links li {
	float: left;
	font-size: 11px;
	padding: 0 6px;
	margin-left: -1px;
	display: inline;
	background: url(../images/header-divider.gif) no-repeat 0 2px;
}

#header .links li a {
	text-decoration: none;
	color: #1a2e71;
}

#header .links li a:hover {
	text-decoration: underline;
}

/* links end */
/* header end */
/* navigation start */
.navigation {
	overflow: hidden;
	height: 36px;
	background: url(../images/navigation-bg.gif) repeat-x;
	margin: 14px 0 0;
}

.navigation .left-bg {
	background: url(../images/navigation-line.gif) no-repeat;
	height: 36px;
}

.navigation .right-bg {
	background: url(../images/navigation-line.gif) no-repeat 100% 0;
	height: 36px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.navigation .right-bg div {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	left: -50%;
	float: left;
	position: relative;
	padding: 1px 2px 0 0;
	background: url(../images/navigation-divider.gif) no-repeat 100% 1px;
}

.navigation ul li {
	float: left;
	line-height: 27px;
	font-size: 14px;
	height: 29px;
	padding: 0 0 0 2px;
	background: url(../images/navigation-divider.gif) no-repeat;
}

.navigation ul li a {
	text-decoration: none;
	color: #545454;
	float: left;
	height: 29px;
	padding: 0 17px 0 21px;
}
.navigation ul li a.active,
.navigation ul li a:hover {
	background: url(../images/navigation-hover-bg.gif) repeat-x ;
	color: #fff;
}

/* navigation end */
/* main-image start */
.main-image {
	overflow: hidden;
	height: 100%;
	border-bottom: 4px solid #c6c6c6;
	margin: 4px 0 0;
}

.main-image img {
	display: block;
}

/* main-image end */
/* content start */
#content {
	overflow: hidden;
	height: 100%;
	margin: 1px 0 0;
	padding-bottom: 19px;
	background: url(../images/dot.gif) repeat-y 583px 0;
}

#content h2 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #0c2468;
	padding: 8px 0 22px 10px;
	background: url(../images/content-head-bg.gif) no-repeat 0 100%;
}

/* left-side start */
.left-side {
	float: left;
	width: 573px;
}

.left-side .headline {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 6px;
}

.left-side .headline p {
	margin: 12px 0 0;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
}

.left-side .headline p a {
	text-decoration: underline;
	color: #1261d0;
}

.left-side .headline p a:hover {
	text-decoration: none;
}
.new{
	width:573px;
	overflow:hidden;
	margin:46px 0 0 15px;
}
.new-head{
	width:573px;
	overflow:hidden;
}
.new-head h3{
	float:left;
	color:#0c2468;
	width:134px;
	padding:0 0 0 7px;
	margin:0;
	border-bottom:1px solid #bfc2c4;
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	line-height: 29px;
	font-weight: normal;
	letter-spacing: 2px;
}

/* solution start */
.solution {
	overflow: hidden;
	height: 100%;
	margin: 48px 0 0;
}

/* head start */
.solution .head {
	background: url(../images/solution-dot.gif) repeat-x bottom;
	padding: 0 4px 0 23px;
	overflow: hidden;
	height: 100%;
}

.solution .head h3 {
	margin: 0;
	padding: 5px 53px 0 0;
	float: left;
	font-size: 16px;
	color: #0c2468;
	font-weight: normal;
}

.solution .head ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #bfc2c4;
}

.solution .head ul li {
	float: left;
	font-size: 13px;
	border-left: 1px solid #bfc2c4;
	border-top: 1px solid #bfc2c4;
}

.solution .head ul li a {
	float: left;
	color: #666;
	height: 22px;
	padding: 4px 16px 0;
	border-top: 3px solid #ffc56c;
	text-decoration: none;
	background: url(../images/solution-menu-bg.gif) repeat-x;
}

.solution .head ul li a.active,
.solution .head ul li a:hover {
	border-color: #1653b8;
	background: #fff;
	color: #0c2468;
}

.solution .head .link {
	float: right;
	text-decoration: none;
	color: #1261d0;
	font-size: 10px;
	margin: 10px 0 0;
	padding: 0 0 0 14px;
	background: url(../images/solution-icon.gif) no-repeat 0 3px;
}

.solution .head .link:hover {
	text-decoration: underline;
}

/* head end */
.solution .cont {
	overflow: hidden;
	height: 100%;
	padding: 1px 30px 20px 23px;
}

.solution .cont p {
	margin: 0;
	line-height: 14px;
	padding: 15px 0 0 0;
}

.solution .cont p .date {
	display: block;
	color: #1261d0;
}

.solution .cont .link {
	display: block;
	line-height: 14px;
	padding: 11px 0 0 0;
}

.solution .cont .link a {
	text-decoration: none;
	color: #1261d0;
}

.solution .cont .link a:hover {
	text-decoration: underline;
}

/* solution end */
/* left-side end */
/* right-side start */
.right-side {
	float: right;
	width: 221px;
	padding: 5px 23px 0 0;
}

.video {
	width: 221px;
	overflow: hidden;
}

.video a {
	display: block;
}

.video a img {
	display: block;
}

.avard {
	display: block;
	width: 133px;
	margin: 29px auto 0;
}

.avard img {
	display: block;
}

/* right-side end */
/* content end */
/* footer start */
#footer {
	overflow: hidden;
	height: 100%;
	font-size: 10px;
	color: #1261d0;
	background: url(../images/footer-bg.gif) repeat-x;
	padding: 17px 0 10px;
	margin: 21px 0 0;
}

#footer p {
	margin: 0;
	float: left;
}

#footer ul {
	margin: 0 -3px 0 0;
	display: inline;
	padding: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}

#footer ul li {
	float: left;
	padding: 0 6px;
	margin-left: -1px;
	display: inline;
	background: url(../images/footer-divider.gif) no-repeat 0 2px;
}

#footer ul li a {
	text-decoration: none;
	color: #1261d0;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* footer end */
.inner {
	overflow: hidden;
	height: 100%;
	padding-bottom: 190px;
}
/* sidebar start */
.sidebar {
	float: left; 
	width: 222px;
	margin: 11px 0 0;
}
.sidebar h3 {
	margin: 0; 
	line-height: 28px;
	font-size: 14px;
	color: #545454;
	padding: 0 0 0 18px;
	font-weight: normal; 
	background: url(../images/sidebar-head-bg.gif) repeat-x ;
	}
	
.sidebar h3 a {
	text-decoration: none;
	color: #545454;
}
.sidebar h3 a:hover  {
	text-decoration: underline;
	color: #1261d0;
}
/* nav start */
.nav {
	margin: 0;
	padding: 2px 3px 0 8px;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.nav li {
	float: left; 
	width: 100%; 
	line-height: 25px;
	padding: 5px 0 0;
}
.nav li a {
	display: block; 
	color: #545454;
	font-size: 13px;
	height: 25px;
	line-height: 24px;
	text-decoration: none; 
	padding: 0 0 0 8px;
}
.nav li a.active,
.nav li a:hover {
	color: #fff;
	background: url(../images/nav-bg.gif) no-repeat ;
}
/* nav end */
.sidebar .video {
	margin: 112px 0 0 1px;
}
.sidebar .avard {
	width: 81px;
	margin-top: 36px;
}
/* sidebar end */
/* main start */
.main {
	float: right;
	width: 626px;
	margin: 4px 0 0;
	color: #333333;
	font-size: 12px;
}
.main .img {
	display: block; 
}
.main .cont {
	overflow: hidden;
	height: 100%;
	font-size: 13px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}
.main h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 0 0px;
	color: #0F245B;
}
.main h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}
.main p {
	margin: 0;
	text-align: left;
	line-height: 22px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.main p.head {
	font-size: 13px;
	padding: 11px 0 0;
}
.main ul {
	margin: 0;
	padding: 24px 0 0 36px;
	list-style: none;
	line-height: 24px;
}
.main ul li {
	padding: 0 0 0 8px;
	background: url(../images/main-list-bullet.gif) no-repeat 0 12px;
}

.main .dynamic {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 6px;
}

.main .dynamic p {
	margin: -5px 0 0 0;
	font-size: 14px;
	color: #797979;
	line-height: 24px;
}

.main .dynamic p a {
	text-decoration: underline;
	color: #1261d0;
}

.main .dynamic p a:hover {
	text-decoration: none;
}

/* main end */
/* tabset */
.tabset{
	float:left;
	width:294px;
	height:30px;
	padding:0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}
.tabset li{
	float: left;
	margin:0 -1px 0 0;
}
.tabset li a{
	float: left;
	height:30px;
	text-indent:-9999px;
}
#nav1{
	width:98px;
	background:url(../images/tab1.gif) no-repeat 0 0;
}
#nav1.active{background:url(../images/tab1.gif) no-repeat 0 100%}
#nav2{
	width:98px;
	background:url(../images/tab2.gif) no-repeat 0 0;
}
#nav2.active{background:url(../images/tab2.gif) no-repeat 0 100%}
#nav3{
	width:98px;
	background:url(../images/tab3.gif) no-repeat 0 0;
}
#nav3.active{background:url(../images/tab3.gif) no-repeat 0 100%}
a.view{
	float:right;
	font:10px/29px Tahoma, sans-serif;
	color:#0099FF;
	text-decoration:none;
	margin-top: 0;
	margin-right: 11px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	background-image: url(../images/solution-icon.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
a.view:hover{text-decoration:underline}
.inf{
	width:98%;
	overflow:hidden;
	padding:0 0 0 7px;
}
.inf h3{
	font:bold 12px/16px Tahoma, sans-serif;
	color:#000066;
	margin:15px 0 0;
}
.inf p{
	font:12px/16px Tahoma, sans-serif;
	color:#545454;
	margin:0 0 8px;
}
.inf a{
	font:10px/16px Tahoma, sans-serif;
	color:#3ABCFF;
	text-decoration:none;
}
.inf a:hover{text-decoration:underline}
/*IMAGES */
img.float-center {
	margin-left: 110px;
}
img.float-right {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.float-left {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
}
