body{
	margin:auto;
	padding:0;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	background-attachment:fixed;
	background-color:white;
	height: auto !important;
	color:#666666;
}
a {
	background-image:none;
	text-decoration: none;
}
a:hover {
	background-image:none;
	text-decoration: none;
}
a:visited {
	background-image:none;
	text-decoration: none;
}
form {
	margin:0px;
	padding:0px;
}
img{border:none;}
.img-event{
	border-style:solid;
	border-width:2px;
	border-color:#666666;
}
/* Header */
#header{
	width:987px;
	height:121px;
	padding:0;
	margin-left:3px;
	margin-right:3px;
	background-image:url(../images/background-header.jpg);
	background-repeat:no-repeat;
}
#header .logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:69px;
	width:287px;
	margin-left:20px;
	padding-top:28px;	
}
#header .search{
	background-image:url(../images/search-background.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	font-family:Helvetica,Arial,sans-serif, Verdana;
	height:31px;
	width:386px;
	float:right;
	margin-right:28px;
	color:white;
}
.search a{ 
	color:white;
	text-decoration:none;
	font-size:12px;
}
.input-search{
	width:100px;
	height:11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 3px;
}
.submit-search{
	background-image:url(../images/btn-search.gif);
	width:15px;
	height:16px;
	border:none;
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:9px;
}
.header-menu {
	width:987px;
	height:23px;
	background-color:#2D83C4;
	color:#FFFFFF;
	margin-bottom:10px;
	position:relative;
	z-index:3000;
}
.header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.header-menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.header-menu a {
	cursor:pointer;
	float:left;
	background:  url("../images/tableft.gif") no-repeat left -23px;
	margin:0;
	padding:0px;
	text-decoration:none;
}
.header-menu a span {
	float:left;
	display:block;
	background:  url("../images/tabright.gif") no-repeat right -23px;
	padding:5px 0px 0px 0px;
	height:18px;
	color:#fff;
	text-align:center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.header-menu a span {float:none;}
/* End IE5-Mac hack */

.header-menu a:hover {
	background-position:0% 0px;
}
.header-menu a:hover span {
	color: #2d83c4;
	background-position:100% 0px;
	padding:5px 0px 0px 0px;
}

.header-menu span {
	float:left;
	display:block;
	background:  url("../images/tableft.gif") no-repeat left 0px;
	margin:0;
}

.header-menu .urlactive {
	float:left;
	display:block;
	background:  url("../images/tabright.gif") no-repeat right 0px;
	height:18px;
	padding:5px 0px 0px 0px;
	color: #2d83c4;
}


/* submenu */
.header-menu li:hover .subheader-menu{ 
	display:block;
	margin:0; 
	padding:0; 
	height:212px; 
	width:344px; 
	z-index:1000; 
	position:absolute; 
	top:30px; 
	left:157px; 
}
.subheader-menu { 
	display:none; 
	list-style:none; 
	padding:0; 
	margin:0; 
	z-index:1000; 
}
.subheader-menu ul li { margin:0; padding:0; }
.subheader-menu li a { color:#000; }

/* backgrounds for submenu */
.subheader-menu li.middle { 
	float:left; 
	width: 340px;
	height:212px; 
	background: url('../images/submenu_bg.png') repeat-x; 
	padding:0; margin:0; 
}
.subheader-menu li.border { 
	float:left; 
	width:2px; 
	height:212px; 
	background: url('../images/submenu_right_left.png'); 
	padding:0; margin:0; 
}
.subheader-menu li.triangle { 
	position:absolute; 
	top:-11px; 
	left:0px; 
	width:180px; 
	height:14px; 
	background-image: url('../images/triangle.png'); 
	background-repeat: no-repeat;
	background-position: left;
	padding:0; margin:0; z-index:10000; 
}
.subheader-menu li.middle h2 { 
	height:29px; 
	background: url('../images/submenu_header_bg.png') repeat-x; 
	color:#2F6A97; 
	font:bold 12px Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	text-decoration:none; 
	margin:3px 0px 0px 0px; 
	padding:10px 10px 0 10px; 
	width:321px; 
}
.subheader-menu li.middle h2 a { 
	float:right; 
	font:bold 10px Arial, Helvetica, sans-serif; 
	text-transform:none; 
	text-decoration:underline; 
	color:#086db3; padding:0; 
	margin:3px 0 0 0; 
}
.subheader-menu li.middle p { 
	float:left; padding:0; 
	margin-top:5px;
	margin-left:10px;
	width:160px;
	font-size:11px; 
	color:#717577; 
}
.subheader-menu li.middle p a { 
	background-image: none;
	color:#2D83C4; 
	text-transform:none; 
	font-weight:bold; 
	margin:0; padding:0; 
}
.subheader-menu li.middle p a.blue { 
	float:left; 
	padding:0; 
	font:bold 11px Arial, Helvetica, sans-serif; 
	text-decoration:none; color:#0149A0; 
}
.subheader-menu li.middle p a:hover { 
	text-decoration:underline;
}


.header-menu li:hover .subheader-menu-about{ 
	display:block;
	margin:0; 
	padding:0; 
	height:162px; 
	width:344px; 
	z-index:1000; 
	position:absolute; 
	top:30px; 
	left:633px; 
}
.subheader-menu-about { 
	display:none; 
	list-style:none; 
	padding:0; 
	margin:0; 
	z-index:1000; 
}
.subheader-menu-about ul li { margin:0; padding:0; }
.subheader-menu-about li a { color:#000; }

/* backgrounds for submenu */
.subheader-menu-about li.middle { 
	float:left; 
	width: 340px;
	height:162px; 
	background: url('../images/submenu_bg_about.png') repeat-x; 
	padding:0; margin:0; 
}
.subheader-menu-about li.border { 
	float:left; 
	width:2px; 
	height:162px; 
	background: url('../images/submenu_right_left_about.png'); 
	padding:0; margin:0; 
}
.subheader-menu-about li.triangle { 
	position:absolute; 
	top:-11px; 
	right:0px; 
	width:180px; 
	height:14px; 
	background-image: url('../images/triangle.png'); 
	background-repeat: no-repeat;
	background-position: right;
	padding:0; margin:0; z-index:10000; 
}
.subheader-menu-about li.middle h2 { 
	height:29px; 
	background: url('../images/submenu_header_bg.png') repeat-x; 
	color:#2F6A97; 
	font:bold 12px Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	text-decoration:none; 
	margin:3px 0px 0px 0px; 
	padding:10px 10px 0 10px; 
	width:323px; 
}
.subheader-menu-about li.middle h2 a { 
	float:right; 
	font:bold 10px Arial, Helvetica, sans-serif; 
	text-transform:none; 
	text-decoration:underline; 
	color:#086db3; padding:0; 
	margin:3px 0 0 0; 
}
.subheader-menu-about li.middle p { 
	float:left; padding:0; 
	margin-left:10px;
	margin-top:0px;
	width:160px;
	font-size:11px; 
	color:#717577; 
}
.subheader-menu-about li.middle p a { 
	background-image: none;
	color:#2D83C4; 
	text-transform:none; 
	font-weight:bold; 
	margin:0; padding:0; 
}
.subheader-menu-about li.middle p a.blue { 
	float:left; 
	margin:0 10px 0 0; 
	padding:0; 
	font:bold 11px Arial, Helvetica, sans-serif; 
	text-decoration:none; color:#0149A0; 
}
.subheader-menu-about li.middle p a:hover { 
	text-decoration:underline;
}
/* End Header */

/* Content */
#site {
	width:auto;
	margin:auto;
	padding:0px;
	height: auto !important;
	background-color:#F1F2F4;
}
#main-site {
	width:993px;
	margin:auto;
	padding:0px;
	height: auto !important;
	background-image:url(../images/background-content-2.gif);
	background-repeat:repeat-y;
}
#content {
	clear:both;
	width:987px;
	margin-left:3px;
	margin-right:3px;
}
div#slide{
	width:987px;
	height:374px;
}
.left-slide-image{
	float:left;
	width:692px;
}
.right-slide{
	float:left;
	width:294px;
	height:374px;
	background-image:url(../images/slide-right-background.gif);
	background-repeat:repeat-y;
}
.block-green{
	background-image:url(../images/block-green.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:25px;
	padding-top:18px;
	padding-left:25px;
	font-size:14px;
	color:#567186;
	font-family:Futura, Arial, Helvetica, sans-serif ;
	margin-bottom:6px;
}
.text-about-index{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:25px;
	color:#5E5E5F;
	font-size:12px;
	font-weight:lighter;
	padding-right:27px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px !important;
}
.text-about-index a{
	color:#2D83C4;
	text-decoration:none;
}
.text-about{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	color:#5E5E5F;
	font-size:12px;
	font-weight:lighter;
	padding-right:15px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px !important;
}
.text-market{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:0px;
	color:#5E5E5F;
	font-size:12px;
	font-weight:lighter;
	padding-right:15px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:10px !important;
}
.text-news-year{
	color:#047096;
}
.text-news-headlines{
	color:#4C4C4F;
	font-weight:bold;
}
.text-about a{
	color:#2D83C4;
	text-decoration:none;
}
.line{
	background-image:url(../images/line-2.gif);
	background-repeat:no-repeat;
	height:12px;
	width:986px;
}
.link{
	color:#2D83C4;
}
.link a:hover{
	text-decoration:underline !important;
}

.line-box{
	background-image:url(../images/line-box.gif);
	background-repeat:no-repeat;
	width:1px;
	height:361px;float:left;
}
.block-green2{
	background-image:url(../images/block-green2.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:16px;
	padding-top:0px;
	padding-left:25px;
	color:#567186;
	font-size:15px;
	font-family:Futura, Arial, Helvetica, sans-serif ;
}
.box-bottom{
	background-image:url(../images/box-back.gif);
	background-repeat:repeat-x;
	
}
.in-box-bottom{
	padding:20px 0px 0px 20px;
	font-size:12px;
	color:#5E5E5F;
	font-family:Helvetica, Arial, Helvetica-Narrow;
}
.in-box-bottom2{
	padding:20px 0px 0px 20px;
	font-size:12px;
	color:#5E5E5F;
	font-family:Arial, Helvetica-Narrow;
}
.a-box{text-decoration: none;color:#5E5E5F;}
/* End Footer */

a:link, a:visited {
	text-decoration : none;
}
a img {
	border : 0;
}
div.wrap {
	width : 692px;
	margin : 0 auto;
	text-align : left;
}
div#top div#nav {
	float : left;
	clear : both;
	width : 692px;
	height : 52px;
	margin : 22px 0 0;
}
div#top div#nav ul {
	float : left;
	width : 692px;
	height : 52px;
	margin:0px;
	padding:0px;
	list-style-type : none;
}
div#nav ul li {
	float : left;
	height : 52px;
}
div#nav ul li a {
	border : 0;
	height : 52px;
	display : block;
	line-height : 52px;
	text-indent : -9999px;
}
div.slide-arrow {
	height : 14px;
	width:91px;
	margin-left: 558px;
	margin-top:16px;
	background-image : url(../images/arrow-slide.png);
	text-indent : -9998px;
}

div#slide-image {
	margin : 0px;
}

div#slide-image div.wrap {
	height : 299px;
	background : url(../images/slide-image-bg.png) no-repeat 50% 0;
}

div#slide-image div#slide-holder {
	z-index : 40;
	width : 692px;
	height : 365px;
	position : absolute;
}

div#slide-image div#slide-holder div#slide-runner {
	top : 0px;
	left : 0px;
	width : 692px;
	height : 374px;
	overflow : hidden;
	position : absolute;
}
div#slide-image div#slide-holder img {
	margin : 0;
	display : none;
	position : absolute;
}
div#slide-image div#slide-holder div#slide-controls {
	bottom : 0px;
	width : 692px;
	height : 39px;
	display : none;
	position : absolute;
	background-image : url(../images/slide-bg.png) 0 0;
	background-color:#A5CFE6;
}
div#slide-image div#slide-holder div#slide-controls p.text {
	float : left;
	padding-top:10px;
	color : #2D83C4;
	display : inline;
	font-size : 14px;
	line-height : 16px;
	margin : 2px 0 0 10px;
	font-family:Futura, Arial, Helvetica, sans-serif ;
	text-align:justify;
}
div#slide-image div#slide-holder div#slide-controls p#slide-nav {
	float : right;
	display : inline;
	margin : 10px 53px 0px 0px;
	height : 19px;
}

div#slide-image div#slide-holder div#slide-controls p#slide-nav a {
	float : left;
	width : 12px;
	height : 10px;
	display : inline;
	font-size : 11px;
	margin : 8px 8px 0px 0px;
	line-height : 10px;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-position : 0 0;
	background-repeat : no-repeat;
}
div#slide-image div#slide-holder div#slide-controls p#slide-nav a.on {
	background-position : 0 -9px;
}
div#slide-image div#slide-holder div#slide-controls p#slide-nav a {
	background-image : url(../images/silde-nav.png);
}
div#nav ul li a {
	background-imgae : url(../images/line-menu-slide.png);
	background-repeat: no-repeat;
}
.clear {
	clear:both;
	padding:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
.maps{
	width:230px;
	height:190px;
}
/* Products */
#bradcumb{ 
	margin-left:7px; 
	color:#2D83C4;
	margin-bottom:13px;
	font-weight:normal;
}
#bradcumb a{ color:#2D83C4; text-decoration:none;}

#left{width: 131px;height:auto;}
#left .box{
	background-color: #FFFFFF;
	background-image: url('../images/leftBoxBg.gif');
	background-position: 0 0;
	background-repeat: repeat-y;
}
#left .box .box-content{
	background-color: transparent;
	background-image: url('../images/leftBoxContentBg.gif');
	background-position: 0 0;
	background-repeat:no-repeat;
	padding: 20px 0 0px 0;
	text-align: center;
}
#left .box .box-footer{
	background-color: #FFFFFF;
	background-image: url('../images/leftBoxFooterBg.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 186px;
	line-height: 5px;
	font-size: 5px;
}
#left .box .box-bottom{
	background-color: #FFFFFF;
	background-image:url('../images/left-bottom-menu.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	height: 513px;
	padding:0px;
	margin:0px;
}
#left .box .box-bottom-repeat{
	background-color: #FFFFFF;
	background-image:url('../images/left-bottom-menu2.jpg');
	background-position:0 0;
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	height:445px;
}
#lmenu{
	padding: 0 0px;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
#lmenu>li{
	background-image: url('../images/bg-menu-side.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0px;
	width:130px;
	height:25px;
}
#lmenu>li a{
	padding: 4px 0 6px 14px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-size:12px;
}
#lmenu>li a:hover,
#lmenu>li a:focus,
#lmenu>li a.active{
	background-image: url('../images/bg-first-menu-side.gif');
	background-repeat:no-repeat;
	color:#F9FAFC;
}
#right{
	float:right;
	width:855px;
}
.line-cont-right {
	background-image:url(../images/line-2.gif);
	background-repeat:no-repeat;
	height:12px;
}
.title-m{
	font-family:Futura, Arial, Helvetica, sans-serif ;
	color:#567186;
	font-size:18px;
	padding:0px 0px 0px 76px;
	margin:0px;
}
h3{font-weight:normal;}
.text-right-cont{
	margin-left:76px;;
	margin-right:71px;
	color:#666666 !important;
}
.text-right-cont h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#047096;
	font-size:14px;
}
.text-right-cont p{
	color:#666666;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:40px;
	line-height:20px;
}
.title-text-blue{
	margin:0px !important;
	padding:0px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#047096 !important;
	font-size:12px;
	font-weight:bold;
}

.text-io{	margin-top:7px !important;}
.text-product-top{	margin-top:0px !important; margin-bottom:24px !important;}
.text-product-end{	margin-top:20px !important; margin-bottom:27px !important;}
.line-text-right {
	background-image:url(../images/line-text-right.gif);
	background-repeat:no-repeat;
	height:12px;
	margin-bottom:20px;
}
.title-text{
	padding:0px !important;
	margin:0px !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#737374;
}
.title-text-partners{
	padding:0px !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#737374;
}
.title-textnb{
	padding:0px !important;
	margin:0px !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5E5E5F;
	font-weight:bold;
}
.first-text{
	margin-left:25px !important ;
	margin-right:0px !important ;
	margin-bottom:0px !important ;
	margin-top:0px !important ;
	padding:0px !important;
	font-weight:bold;
	color:#787979 !important;
}
.clickp{
	padding:0px !important;
	margin-bottom:7px !important;
}
.tablep-top{
	background-image:url(../images/table-top.gif);
	width:713px;
	height:18px;
}
.tablep-separator{
	background-image:url(../images/border-tablep.gif);
	width:1px;
	height:65px;
}
.tablep {
	width:713px;
	height:65px;
	background-color:#9BA9B4;
	color:#FFFFFF;
	margin-bottom:3px;
}
.tablep ul {
	float:left;
	margin:0px;
	padding:0px;
 }
.tablep li {
	float:left;
	list-style-type:none;
}
.tablep .tbl{
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-top:8px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:8px;
}
.tablep li .tbl-r{
	width:140px;color:#ffffff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	font-weight:bold;padding-top:8px;
	padding-left:5px;}

.tablep-b-separator{
	background-image:url(../images/border-tablep.gif);
	width:1px;
	height:31px;
}
.tablep-b {
	width:713px;
	height:31px;
	background-color:#DFEFFD;
	color:#FFFFFF;
	margin-bottom:0px;
}
.tablep-b ul {
	float:left;
	margin:0px;
	padding:0px;
 }
.tablep-b li {
	float:left;
	list-style-type:none;
}
.tablep-b li .tbl{
	text-align:center;
	padding-top:8px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:5px;
	color:#047096;
}
.tablep-b li .tbl a{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#047096;
	text-decoration:none;
}
.tablep-b li .tbl-r{
	width:148px;
	padding-top:8px;
	padding-left:5px;
	color:#047096;}
	
.tablep-b li .tbl-r a{
	color:#047096;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
}
	
.high{
	font-family:Arial, Helvetica, sans-serif, Verdana;
	color:#919394;
	font-size:13px;
	font-weight:lighter;
	
}
.tablep2 {
	width:713px;
	height:31px;
	background-color:#9BA9B4;
	color:#FFFFFF;
	margin-bottom:3px;
}
.tablep2-separator{
	background-image:url(../images/border-tablep.gif);
	width:1px;
	height:31px;
}
.tablep2 ul {
	float:left;
	margin:0px;
	padding:0px;
 }
.tablep2 li {
	float:left;
	list-style-type:none;
}
.tablep2 .tbl{
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.tablep2-memory {
	width:713px;
	height:6px;
	background-color:#A8B7C3;
	color:#FFFFFF;
	margin-bottom:3px;
	margin-top:3px;
}
.tablep2-memory-separator{
	background-image:url(../images/border-tablep.gif);
	width:1px;
	height:6px;
}
.tablep2-memory ul {
	float:left;
	margin:0px;
	padding:0px;
 }
.tablep2-memory li {
	float:left;
	list-style-type:none;
}
.tablep2-memory .tbl{
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.table-memory{
	background-image:url(../images/background-tablep2.gif);
	background-repeat:repeat-y;
	width:714px;
	color:#FFFFFF;
	margin-bottom:0px;
}
.table-memory .tbl2{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#9D9A9A;
	padding-top:10px;
	padding-bottom:10px;
}
.table-memory ul {
	margin-left:37px;
	margin-top:10px;
	padding:0px;
	color:#787979;
 }
.table-memory li {
	margin-bottom:10px;
	font-size:11px;
}

.tablep2-b {
	background-image:url(../images/background-tablep2.gif);
	background-repeat:repeat-y;
	width:714px;
	color:#FFFFFF;
	margin-bottom:0px;
}
.tablep2-b .tbl2{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#9D9A9A;
	padding-top:10px;
	padding-bottom:10px;
}
.tablep2-b ul {
	margin-left:37px;
	margin-top:20px;
	padding:0px;
	color:#787979;
 }
.tablep2-b li {
	margin-bottom:10px;
	font-size:11px;
}
.top{
	background-image:url(../images/top-botton.gif);
	background-repeat:no-repeat;
	width:100px;
	height:13px;
	background-position:right;}

.tbl-top{
	display:block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding-top:3px;
	padding-left:7px;
	padding-right:14px;
	padding-bottom:0px;
}
.tableproduct {
	width:740px;
	height:55px;
	margin-bottom:0px;
}
.tableproduct ul {
	margin:0px;
	padding:0px;
}
.tableproduct li {
	background-image:url('../images/btn_chart_f2.gif');
	float:left;
	list-style-type:none;
	margin-right:1px;
}
.tableproduct li a {
	background-image:url('../images/btn_chart_f1.gif');
	background-repeat:repeat-x;
	display:block;
	height:55px;
}
.tableproduct li a:hover{
	background-image:url('../images/btn_chart_f2.gif');
	cursor:hand;
}
.tableproduct li a div {
	width:47px;
	text-align:center;
	white-space:nowrap;
	padding-top:29px;
	color:#047096;
}

.tableproduct-top{
	background-image:url(../images/image-top-tablep.png);
	background-repeat:no-repeat;
	width:740px;
	height:18px;
}
.meters{
	width:183px;
	float:left;
	margin-right:5px;
	margin-top:80px;
}
.meters-io{
	width:183px;
	float:left;
	margin-right:5px;
	margin-top:20px;
}
.meters p{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#787979;
}
.meters-io p{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#787979;
}
.meters-memory{
	width:118px;
	float:left;
	margin-right:5px;
	margin-top:0px;
	margin-left:11px;
	text-align:center;
}

.meters-memory ul {
	margin-left:0px;
	margin-top:20px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size:11px;
	color:#787979;
 }
.meters-memory li {
	float:left;
	list-style-type:none;
	margin-bottom:10px;
	font-size:11px;
	
}
.image-meters{
	background-image:url(../images/image-meters.png);
	background-repeat:no-repeat;
	width:54px;
	height:93px;
	padding:0px;
	margin-left:60px;
}
.table-partners{
	padding-bottom:50px;
	width:760px;
}
.table-partners-left{
	float:left;
}
.table-partners-left-col1{
	margin:0px;
	padding:0px;
	width:113px;
}
.border-vertical-partners{
 	background-image:url(../images/border-vertical.png);
	background-repeat:no-repeat;
	width:3px;
	height:48px;
}
.border-horizontal-partners{
 	background-image:url(../images/border-horizontal.png);
	background-repeat:no-repeat;
	width:98px;
	height:3px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
}
.table-custumers{
	margin-top:0px;
	margin-left:66px;
	width:764px;
}
.table-custumers-left{
	float:left;
}
.table-custumers-left-col1{
	margin:0px;
	padding:0px;
	width:185px;
}
.border-horizontal{
 	background-image:url(../images/border-horizontal.png);
	background-repeat:no-repeat;
	width:174px;
	height:3px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
}
.border-horizontal-2{
 	background-image:url(../images/border-horizontal.png);
	background-repeat:no-repeat;
	width:170px;
	height:3px;
	margin-top:5px;
	margin-left:5px;
	margin-right:0px;
}
.border-vertical{
 	background-image:url(../images/border-vertical.png);
	background-repeat:no-repeat;
	width:3px;
	height:98px;
	margin-top:5px;
}
.cus-1{
	background-image:url(../images/achronix.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-2{
	background-image:url(../images/amimon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-3{
	background-image:url(../images/auroranetics.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-4{
	background-image:url(../images/cavium.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-5{
	background-image:url(../images/compass.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-6{
	background-image:url(../images/dsp.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-7{
	background-image:url(../images/fujitsu.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-8{
	background-image:url(../images/texas-instruments.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-9{
	background-image:url(../images/wintegra.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-10{
	background-image:url(../images/velogix.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-11{
	background-image:url(../images/spi.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-12{
	background-image:url(../images/muct.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-13{
	background-image:url(../images/opticharon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-14{
	background-image:url(../images/netronome.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-15{
	background-image:url(../images/novafora.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-16{
	background-image:url(../images/percello.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-17{
	background-image:url(../images/pixelworks.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-18{
	background-image:url(../images/sigma.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-1-2{
	background-image:url(../images/afara.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-2-2{
	background-image:url(../images/andes.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-3-2{
	background-image:url(../images/avago.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-4-2{
	background-image:url(../images/cirruslogic.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-5-2{
	background-image:url(../images/prizm.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-6-2{
	background-image:url(../images/ciquila.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-7-2{
	background-image:url(../images/ibm.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-8-2{
	background-image:url(../images/conexant.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-9-2{
	background-image:url(../images/ubicom.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-10-2{
	background-image:url(../images/readback.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-11-2{
	background-image:url(../images/virident.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-12-2{
	background-image:url(../images/mndspeed.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-13-2{
	background-image:url(../images/mobilygen.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-14-2{
	background-image:url(../images/nexsi.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-15-2{
	background-image:url(../images/open-silicon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-16-2{
	background-image:url(../images/plx.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-17-2{
	background-image:url(../images/sandforce.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-18-2{
	background-image:url(../images/icera.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-1-3{
	background-image:url(../images/alchip.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-2-3{
	background-image:url(../images/ati.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-3-3{
	background-image:url(../images/azul.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-4-3{
	background-image:url(../images/cradle.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-5-3{
	background-image:url(../images/esilicon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-6-3{
	background-image:url(../images/fast-chip.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-7-3{
	background-image:url(../images/greenfield.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-8-3{
	background-image:url(../images/infineon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-9-3{
	background-image:url(../images/3leaf-network.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-10-3{
	background-image:url(../images/v-m.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-11-3{
	background-image:url(../images/insilicia.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-12-3{
	background-image:url(../images/intel.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-13-3{
	background-image:url(../images/lsilogic.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-14-3{
	background-image:url(../images/octasic.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-15-3{
	background-image:url(../images/mprc.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-16-3{
	background-image:url(../images/rapid-bridge.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-17-3{
	background-image:url(../images/silicon-image.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-18-3{
	background-image:url(../images/idt.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-1-4{
	background-image:url(../images/amcc.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-2-4{
	background-image:url(../images/broadcom.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-3-4{
	background-image:url(../images/cisco.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-4-4{
	background-image:url(../images/cray.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-5-4{
	background-image:url(../images/commex.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-6-4{
	background-image:url(../images/f4.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-7-4{
	background-image:url(../images/hisilicon.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-8-4{
	background-image:url(../images/zoran.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-9-4{
	background-image:url(../images/tilera.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-10-4{
	background-image:url(../images/spanslogic.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-11-4{
	background-image:url(../images/mathstar.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-12-4{
	background-image:url(../images/juniper.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-13-4{
	background-image:url(../images/magnum.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-14-4{
	background-image:url(../images/metalink.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-15-4{
	background-image:url(../images/net-effect.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}.cus-16-4{
	background-image:url(../images/qualcomm.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.cus-17-4{
	background-image:url(../images/rmi.jpg);
	background-repeat:no-repeat;
	width:176px;
	height:95px;
	margin-top:10px;
}
.ulsales{
	list-style:decimal;
	padding-left:17px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	color:#5E5E5F;
}
.ulsales li{padding-bottom:13px;}
.uldefault{
	padding-left:19px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	color:#5E5E5F;
}
.uldefault li{padding-bottom:18px;}
.link-products{
	color:#5E5E5F;
}
.link-products:hover{
text-decoration:underline;
}
.text-ddr{margin-bottom:28px !important;}
.text-news{
	padding:0px !important;
}
.maps_m{
	width:411px; 
	height:312px;
	float:right;
	margin-top:15px;
	border-color:#2D83C4;
	border-style:solid;
}
.h-pll-tbl{
	background-image:url(../images/header-pll-tbl.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:36px;
	background-position:center;
	text-align:center;
}
.h-pll-tbl p{
	padding-top:17px;
	color:#76797B;
	font-family:Arial, Helvetica, sans-serif, Futura;
	font-size:11px; 
}
.ulpll{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	margin:0px;
	padding:0px;
}
.ulpll li{
	list-style: none;
	width:231px;
	margin-bottom:1px;
}
.sub-ulpll{
	width:714px;
	margin:0px;
	padding:0px;
}
.sub-ulpll li{
	list-style: none;
	float:left;
	width:237px;
	height:18px;
	background-color:#9BA9B4;
	text-align:center;
	padding-top:12px;
	color:#FFFFFF;
}
.sub-ulpll2{
	width:714px;
	margin:0px;
	padding:0px;
}
.sub-ulpll2 li{
	list-style: none;
	float:left;
	width:237px;
	height:20px;
	background-color:#DFEFFD;
	text-align:center;
	padding-top:12px;
	color:#717374;
}
.ultech{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	margin:0px;
	padding-left:40px;
	margin-bottom:12px;
	margin-top:12px;
}
.ultech li{
	padding-bottom:5px;
}
/* Footer */
#footer{
	padding: 35px 0px 0px 0px;
 	height:auto !important ;
	margin:0px 0px 0px 0px;
	width:987px;
	float:none;
}
#footer .left-bottom{
	float:left;
	width:279px;
	margin-left:30px;
	margin-right:20px;
}
#footer .mid-bottom{
	float:left;
	width:289px;
	margin-right:20px;
	margin-left:20px
}
#footer .right-bottom{
	float:right;
	width:265px;
	margin-right:40px;
	margin-left:20px
}
#footer-page{
	margin-left:46px;
	padding-bottom:60px;
	margin-top:68px;
}
#footer-menu{
	margin-left:0px;
	text-align:center;
	width:885px;
	float:left;
	list-style:none;
	padding-left:0px;
	margin-bottom:5px;
}
#footer-menu li{
	float:left;
}
#footer-menu li a{
	color:#A0A2A3;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	padding-right:13px;
	padding-left:13px;
}
.menu-separator-footer{
	background-image:url(../images/menu-separator-footer.png);
	background-repeat:no-repeat;
	width:2px;
	height:7px;
	margin-top:5px;
}
.copyright{
	list-style:none;
	padding-left:0px;
	margin-left:30px;
}
.copyright li{
	float:left;
}
.copyright li {
	color:#A0A2A3;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif, Futura;
	padding-right:5px;
	padding-left:5px;
}
.title-text-blue-footer{
	margin:0px !important;
	padding-left:30px !important;
	font-family:Arial, Helvetica, sans-serif;
	color:#047096 !important;
	font-size:12px;
	font-weight:bold;
}
.box-partners{
	width:716px;
	height:65px;
	padding-top:21px;
	margin-left:30px;
}
.partners-1{
	float:left;
	background-image:url(../images/magma.jpg);
	background-repeat:no-repeat;
	width:97px;
	height:65px;
}
.partners-2{
	float:left;
	background-image:url(../images/logicvision.jpg);
	background-repeat:no-repeat;
	width:144px;
	height:65px;
}
.partners-3{
	float:left;
	background-image:url(../images/mentor-graphic.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:65px;
}
.partners-4{
	float:left;
	background-image:url(../images/syntest.jpg);
	background-repeat:no-repeat;
	width:101px;
	height:65px;
}
.partners-5{
	float:left;
	background-image:url(../images/legend.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:65px;
}
.partners-6{
	float:left;
	background-image:url(../images/genesys.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:65px;
}
.space{padding-left:25px;}