@charset "utf-8";

/* BEGIN: Global Content Styles */
body {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#555555;
  margin:0px;
  padding:0px;
	line-height:135%;
	text-align:justify;
}

h1 {
  font-size:16pt;
  font-weight:normal;  
  /*color:#111;*/
  color:#6a97e1;
  line-height:110%;
  margin: 0;
  padding: 0;
  text-transform:uppercase;
}

h2 {
  font-size:11pt;
  font-weight:normal;
  color:#666;
  line-height:110%;
	margin: 0;
	padding: 10px 0 0 0;
	font-style: italic;
}

.content-wrapper h2 {
  color:#111111;
  font-size:16pt;
  font-style:normal;
  padding-bottom:9px;
}

h3 {
  font-size:12pt;
	margin: 0;
	padding: 0 0 9px 0;
}

a, a:visited {
	/*color:#202020;*/
	color:#747474;
	text-decoration: none;
}

a:hover {
  /*color:#076FEF;*/
  color:#3889CA;
}

p {
	margin: 0;
	padding: 0 0 1em 0;
}

img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
}
table.content-info td,
table.content-info th {
	border: 1px solid #aaa;
	padding: 2px 5px;
	vertical-align: top;
	font-weight: normal;
}
table.content-info th {
	vertical-align: bottom;
	font-weight: bold;
}
table, tbody, tr {
	margin: 0;
	padding: 0;
}
/* END: Global Content Styles */

/* Custom Select Styles */
.custom_select {
	font-size:9pt;
}
.custom_select .label {
	z-index:10;
	padding-left:5px;
	padding-right:13px;
	color:#858585;
	background: url('/images/arrow-down-dark.gif') center right no-repeat;
	cursor:pointer;
}
.custom_select .label.hover {
	background: url('/images/arrow-down-white.gif') center right no-repeat;
	color:#FFFFFF;
}
.custom_select .options {
	z-index:5;
	display:none;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.custom_select .options a,
.custom_select .options a:visited {
	cursor:pointer;
	display:block;
	text-align:left;
	padding:2px 5px;
	font-size:10pt;
}
.custom_select .options a:hover {
 	text-decoration:none;
}
.custom_select .options img.divider {
	display:block;
	width:100%;
	height:1px;
}

/* Search */
form#sform {
	/*line-height:18px;*/
}
div#header-search {
	/*border:1px solid cyan;*/
	float:right;
	/*line-height:18px;*/
	width:146px;
	padding:0 15px 0 0;
	margin-top:15px;
	height:18px;
}
/*
input#search {
	border: 0;
	background: url('/images/search-back.gif') top left no-repeat;
	padding-left:6px;
	width: 114px;
	height: 18px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #AFAFAF;
	line-height:75%;
}
*/

input.search-button {
	/*
	background-color:#232323;
	border:0px;
	color:#FFF;
	height:16px;
	*/
	width:20px;
	height:18px;
	border:0;
	background: url('/images/searchbutton.gif') top left no-repeat;
	margin-top:3px;
}
input.search-text {
	height:16px;
	background-color:#2C2C2C;
	color:#FFF;
	border:0;
	padding:1px 6px 1px 6px;
	width:130px;
}
input.search-button-old {
	margin-left:-4px;
	border:0;
	width:20px;
	height:18px;
	background: url('/images/searchbutton.gif') top left no-repeat;
	font-size:90%;
	background: url('/images/searchbutton.gif') top left no-repeat;
	width:20px;
	height:18px;
	border:0;
}
/* matts new search */
	input#q, input#hidden_button {font-family:Arial, Helvetica, sans-serif;}
	#fio_search{padding:0px; width:110px; margin-left:9px;padding-top:1px;}
	#fio_search #fio_search_input{width:88px;float:left;}
	#fio_search #fio_search_input #q{
		background:url('/images/search-back.gif') no-repeat;
		border:0px;
		border-right:0;
		float:left;
		margin:0;
		padding:2px 4px;
		width:80px;
		color:#BDBDBD;
		height:14px;
	}
	#fio_search #fio_search_submit{float:left;width:21px;height:14px;}
	#fio_search #fio_search_submit label{	
		display:block;
		margin:0;
		padding:0;
		text-decoration:none;
		width:21px;
		height:18px;
		position:absolute;
		overflow:hidden;
	}
	#fio_search #fio_search_submit label span{
		background:url('/images/searchbutton.gif') no-repeat;
		display:block;
		margin:0;
		padding:3px 0;
	}
	#fio_search #fio_search_submit label input{position:absolute;top:-20px;width:1px;height:1px;overflow:hidden}
/* end: matts */

/* nick's search button */
	.searchInput {
	  width:100px;
	  height:11px;
	  background-color:#2c2c2c;
	  border:0;
	  font-size:8pt;
	  color:#FFF;
	  padding-bottom:0px;
	  margin:0;
	}
	.searchInputWrapper {
	  margin:0px;
	  padding-left:10px;
	  padding-top:0px;
	  width:111px;
	  height:18px;
	  background-image: url('/images/search-back.gif');
	  vertical-align:top;
	}
	.innerWrapper {
	  position:relative;
	}
	.searchButton {
	  margin-top:1px;
	  background-image: url('/images/searchbutton.gif');
	  width:20px;
	  height:18px;
	  border:0;
	}
/* nick's search button */

/* hide the first separator */
#menuWrapper li.level1first {
	background-image: url('');
}

/* Global Elements */
.hr {
	margin: 2em 0 2em 0;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #aaa;
	background-color: #000;
}
/*
#pageWrapper {
  margin:0 auto;
  width:860px;
  padding:0px;
	background-color:#FFFFFF;	
}


#headerWrapper {
  padding:0px;
  width:860px;
  margin:auto;
}

*/

.page-wrapper {
  background-color:#FFF;
  margin:auto;
  margin-top:25px;
  width:860px;
}

.header-wrapper {
  background-image:url('/images/global/banner-company.jpg');
  height:390px;
  position:relative;
}

/* Begin Menu */
.menu-outer-wrapper {
	height:71px;
	margin:auto;
	padding:0px;
	width:848px;
}

.menu-upper-wrapper {
	background-image:url('/images/global/fusionio-banner.png');
	margin:auto;
	width:848px;
	height:100%;
}
.menu-upper-wrapper img {
	height:62px;
	width:225px;
}

.menu-lower-wrapper {					
	margin:auto;
	width:814px;
	margin-top:-5px;
	z-index:100;
}


ul.menu-wrapper {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}

ul.menu-wrapper li {
	display:block;
	margin:0 1px 0 0;
	padding:0;
	position:relative;
	float:left;
	background-image:url('/images/global/menu_bg_2.png');
	background-repeat:repeat;
}

ul.menu-wrapper a {
	display:block;
	color:#9f9f9f;
	font-family:Arial;
	font-size:8pt;
	line-height:8pt;
	font-weight:bold;
	padding:6px 3px 3px;
	width:110px;
	height:13px;
	text-align:center;
	position:relative;
}
ul.menu-wrapper a:hover, ul.menu-wrapper a.active {
	background-image:url('/images/global/menu_bg_2.png');
	background-repeat:repeat;
	cursor:pointer;
}
ul.menu-wrapper a:hover {
	color:#FFF;
}

ul.submenu-wrapper {
	position:absolute;
	list-style:none;
	padding:0;
	margin:0;
	left:0;
	z-index:10;
	overflow:hidden;
	background-image:url('/images/global/menu_bg_2.png');
	background-repeat:repeat;
	display:none;
}
ul.submenu-wrapper li {
	padding:0;
	margin:0;
	display:block;
	width:100%;
	background-image:url('/images/global/menu_bg_2.png');
	background-repeat:repeat;
}
ul.submenu-wrapper a {
	display:block;
	position:relative;
	color:#CCC;
	margin:0;
	border:none;
	padding:10px 18px 6px 18px;
	white-space:nowrap;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	line-height:8pt;
	width:auto;
}
ul.submenu-wrapper a.first {
	padding-top:15px;
}
ul.submenu-wrapper a.last {
	padding-bottom:15px;
}
ul.submenu-wrapper a:hover {
	color:#FFF;
	background-image:none;
	background-repeat:no-repeat;
}

ul.product-dd-wrapper {
	display:none;
	position:absolute;
	width:623px;
	height:215px;
	top:0;
	left:0;
	margin:0 0 0 -14px;
	padding:0;
	z-index:10;
	overflow:hidden;
	line-height:100%;
	list-style:none;
}

ul.product-dd-wrapper li {
	display:block;
	position:relative;
	width:579px;
	height:177px;
	padding:4px 27px 34px 17px;
	margin:0;
	background-image:url('/images/global/product-dropdown-bg-3.png');
	background-repeat:no-repeat;
}

ul.product-dd-wrapper li .product-item {
	display:block;
	position:relative;
	float:left;
	width:193px;
	height:177px;
	padding:0;
	margin:0;
}
ul.product-dd-wrapper li .product-item-wrapper:hover {
	color:#FFF;
	cursor:pointer;
}

.product-item .image {
	margin-top:16px;
	height:115px;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}

.product-item .shadow {
	background-image:url('/images/global/product-dd-shadow.png');
	width:141px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-12px;
	z-index:10;
}

.product-item a.title {
	display:block;
	position:absolute;
	top:0; left:0;
	width:100%;
	height:30px;
	padding:147px 0 0;
	margin:0;
	z-index:20;
	color:#494949;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	background:none;
}
.product-item a.title:hover {
	background:none;
}

.menu-lower-wrapper .menu-search-wrapper {						
	background-image:url('/images/global/search-bg-empty.png');
	/*border:solid 1px #000;*/
	cursor:text;
	float:left;
	padding:0px;
	margin:0px;
	height:22px;
	width:204px;
}
.menu-lower-wrapper .menu-search-wrapper input {
	border:solid 1px #FFF;
	background-color:#FFF;
	margin:1px;	
	height:16px;
	width:200px;
}
.menu-lower-wrapper .menu-search-wrapper input.has_tip {
	border:0;
	background-color:transparent;
	text-align:right;
	color:#555555;
	margin:1px;	
	height:20px;
	padding:0 10px 0 0;
	width:190px;
	font-size:8pt;
}
.menu-lower-wrapper .menu-button-wrapper {
	float:left;
	cursor:pointer;
}

#headerWrapper #topBar {
  width:844px;
  height:115px;
  margin:auto;
  padding-top:5px;
  padding-left:16px;
  background-color: #181818;
}

#top-bar {
  width:844px;
  height:0px;
  margin:auto;
  padding-top:5px;
  padding-left:16px;
  background-color: #000;
  z-index:500;
}

#top-bar .options_box {
  /*height:34px;*/
  height:20px;
  padding-right:14px;
  font-size:9pt;  
  font-family: Arial, Helvetica, sans-serif;
  float:right;
  z-index:500;
}
.options_box .language_selector {
	float:right;
	padding-left:5px;
}
.custom_select .options a img {
	display:block;
	width:52px;
	height:17px;
	background-image:url('/images/languages.gif');
	background-repeat:no-repeat;
}

#top-bar .custom_select .options {
	background-color:#181818;
	border:2px solid #181818;
	z-index:500;
}
#top-bar .custom_select img.divider {
	background-color:#000000;
}
#top-bar .custom_select .options a,
#top-bar .custom_select .options a:visited {
	color:#858585;
	z-index:500;
}
#top-bar .custom_select .options a:hover {
	color:#FFFFFF;
	z-index:500;
}
#top-bar .language_selector a.chinese img,
#top-bar .language_selector a:visited.chinese img {
	background-position:0 0;	
}
#top-bar .language_selector a:hover.chinese img {
	background-position:-52px 0;
}
#top-bar .language_selector a.taiwanese img,
#top-bar .language_selector a:visited.taiwanese img {
	background-position:0 -34px;
}
#top-bar .language_selector a:hover.taiwanese img {
	background-position:-52px -34px;
	
}

#top-bar .custom_select .options {
	background-color:#181818;
	border:2px solid #181818;
}

#top-bar .custom_select img.divider {
	background-color:#181818;
}

.contentWrapper {
  width:600px;
  padding:7px;
  padding-left:15px;
  padding-right:15px;
  /*position:relative;*/
}

.page-title-wrapper {
  color:#323232;
  margin:0px 45px 10px 30px;
  padding: 41px 0 0 20px;
  float:left;
  /*width:65%;*/
  width: 760px;
}

.banner {
	height: 95px;
	width: 860px;
	text-align: right;
}
.banner-inner {
	float:right;
	height:100%;
	text-align:center;
}
.banner-category {	
	color: #fff;
	font-weight: normal;
	padding: 0 10px 0;
	border-right: 1px solid #fff;
	line-height:95px;
	vertical-align:middle;
}
.banner-location{
	color: #fff;
	font-weight: normal;
	padding: 0 15px;
	font-size: 18pt;
	line-height: 95px;
	vertical-align:middle;
}
.banner ul {
	margin: 0;
	padding: 0;
}
.banner li {
	list-style-type: none;
	float: right;
	color: #fff;
	font-weight: normal;
	padding: 0 10px 0 0;
	margin: 41px 0 0 10px;
	border-right: 1px solid #fff;
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
}
.banner li.first {
	padding: 0 0 0 10px;
	margin: 33px 20px 0 0;
	font-size: 18pt;
	line-height: 21pt;
	border: none;
}

#footerWrapper {
	background-color:#181818;
	clear: both;
	margin-bottom:15px;
}
table.footerParts {
	width: 100%;
}
table.footerParts td {
	padding: 0;
	vertical-align: top;
}
#breadcrumbs {
  font-size:8pt;
	font-weight: normal;
	border-bottom:1px solid #222;
}
.breadcrumbs-wrapper {
  border-bottom: solid 1px #000;
	padding:8px 20px;
}
#breadcrumbs a,
#breadcrumbs a:visited {
  text-decoration:none;
  color:#FFF;
}
#breadcrumbs a:hover {
  color:#A6CDFC;
}
#breadcrumbs .breadcrumbs-body ul {
  margin:0px;
  padding:0px;
}
#breadcrumbs li {
	float: left;
	list-style-type: none;
}
#breadcrumbs li.last {
	color: #A6CDFC;
}
.crumb-separator {
	color:#555555;
	text-shadow:1px 0 #444444;
	margin: 0 8px;
	font-weight: bold;
	font-size: 9px;
}
.breadcrumbs-foot {
	clear: both;
}

.sidebar-wrapper {
  /*margin-top:20px;*/
  width:220px;
  float:right;
  padding:0 0 50px;  
}
.sidebar-wrapper-wide {
	width:309px;
	border-left:1px solid #d4d4d4;
	margin-top:-48px;
	padding:10px 30px 30px 15px;
	float:right;
	height:100%;
}
.sidebar-wrapper-wide h1 {
	margin-bottom:30px;
}

.content-wrapper {
  padding: 0;
  margin:0 30px;
  clear:left;
  float:left;
}

.clear-content {
  clear:both;
}

#footerMenuWrapper {
	border-bottom:1px solid #000000;
}

#footerWrapper #footerMenuWrapper {
  padding:20px;
}

div#footerCopyright, div#homeCopyright {
  border-top:1px solid #222222;
  padding-left:20px;
  padding-right:7px;
  padding-top:5px;
	text-align:right;
	font-size:8pt;
	color: #7d7d7d;
}
div#homeCopyright {
	border-top:0px;
}
div.footer-right {
	padding: 0px 20px;
	width:275px;
	color:#FFF;
	font-weight:bold;
}

div#sm-icons {
  float:right;
}

div#sm-icons .sm-icon-wrapper{
  padding-left:4px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:1px;
}

div#copyright {
  float:left;
  padding-top:1px;
}

div.clear {
  clear:both;
}

#footerWrapper table.nav {
  width:100%;
}

.no_results {
	margin: 4px 0 0 6px;
}

.box-wrapper .box-header {
  border:1px solid #CCCCCC;
  color:#000000;
  font-size:12pt;
  font-weight:bold;
  padding:5px;
}

.box-wrapper {
  font-size:8pt;
  margin-bottom:20px;
}

.box-wrapper .date {
  color:#000000;
  padding-left:5px;
  width:80px;
}

.box-wrapper .bullet {
	padding: 0px 1px 0px 10px;
}

.box-wrapper .title a {
  text-decoration:none;
}
.box-wrapper .title {
	line-height: 105%;
}
.list_divider {
	padding: 8px 0 !important;
	margin: 0 0 12px 0 !important; 
	font-weight: bold; 
	color: #232323 !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 14pt !important;
}
/* END global elements */

/* BEGIN: sidebar styles */
	.sidebar-item {
		padding: 0 0 0 0;
		margin: 0 0 0 4px;
		margin-left:5px;
	}
	.sidebar-heading {
	  /*background-color:#202020;*/
	  background-image:url('/images/global/sidebar-header.gif');
	  background-repeat: no-repeat;
	  color:#FFFFFF;
	  font-size:9pt;
	  font-weight:bold;
	  height:16px;
	  width:186px;
	  margin: 20px 0 6px 0;
	  margin-left:5px;
	  padding-top:5px;
	  text-align:center;
	  text-transform:uppercase;
	  line-height:9pt;
	  
	}
	.sidemenu-wrapper {
	  background-color:#EEEEEE;
	  font-size:11pt;
	  margin-top:35px;
	  
	  padding-bottom:5px;
	  padding-top:5px;
	  text-align:left;
	  line-height: 110%;
	}
	.sidemenu-wrapper ul {
	  padding:0px;
	  margin:0px;
	}
	.sidemenu-wrapper li {
		padding: 3px 10px;
	  list-style-type:none;
	}
	.sidemenu-wrapper li a {
	  color:#6D6D6D;
	  text-decoration:none;
	  font-size:11pt;
	}
	.sidemenu-wrapper li a:hover {
	  color:#000;
	}
	.sidemenu-wrapper active {
	  color:#000000;
	  text-decoration:none;
	}	
	.sidebar-download_link {
	  background-image:url('/images/global/blue-arrow.png');
	  background-repeat:no-repeat;
	  background-position:2px;
	  margin: 6px 10px 0 10px;
	  padding-left:14px;	  
	  text-align: left;
	}
	.related-content p {
		margin: 0;
		padding: 0;
		line-height: 120%;	
		padding: 5px 0 0 0;
		font-size: 10.5pt;
	}
/* END: sidebar styles */

/* BEGIN: sidebar-download */
	.sidebar-download {
	  width:200px;	  
	  margin-left:6px;
	  border-bottom:1px #CCC solid;
	  padding:3px 0px 0px 0px;
	}
	
	.sidebar-download-content {
	  float:left;
	  width:103px;
	  text-align: left;	  
	}
	
	.sidebar-download-image {
	  float:right;
	  width:93px;
	  padding-top:2px;
	}
	
	.sidebar-download-image img {
	  display:block;
	}
	
	.sidebar-download_link-text a {
	  color:#3889CA;
	  font-size:9pt;
	  text-transform:uppercase;
	  font-weight: bold;
	  line-height: 110%;
	}
	
	.sidebar-download_link-text a:hover {	  
	  color:#235080;
	  font-size:9pt;
	  text-decoration:none;
	  font-weight: bold;
	  line-height: 110%;	  
	}
	
	.sidebar-download h3 {
		padding: 12px 0 6px 0;
		margin: 0;
		font-size:9pt;
		font-weight: bold;
		line-height: 110%;
	}
	.sidebar-download p {
		margin: 0;
		padding: 0;
		font-size:8.5pt;
		font-weight: normal;
		line-height: 110%;
	}
	.sidebar-download-clear {
	  clear:both;
	}
/* END: sidebar-download */

/* BEGIN: sidebar-plain */
	.sidebar-plain {
		margin-top: 6px;
		padding: 0;
	}
	.sidebar-plain p {
		margin: 0;
		padding: 0 0 4px 0;
	}
	.sidebar-plain strong {
	  color:#232323;
	}
/* END: sidebar-plain */

/* BEGIN: sidebar related-content */
	.related-content {
		margin: 6px 10px 0 10px;
		padding: 0 0 1px 0;
		text-align: left;
	}
	.related-content p {
		margin: 0;
		padding: 0;
		line-height: 120%;
	}
/* END: sidebar-related */


/* HR tweak for IE */
hr.footerHR hr {
  display:none;
}

/* Bottom Nav */
	table.nav th {
		padding:0 10px 0 0;
	  margin:0;
	  color:#FFF;
	  font-size:10pt;
		line-height: 90%;
		text-align: left;  /* not justify! */
	}
	table.nav th a,
	table.nav th a:visited {
	  color:#FFF;
	}
	table.nav th a:hover {
	  color:#A6CDFC;
	}
	table.nav td {
		padding:0 10px 0 0;
	  margin:0;
	  color:#777777;
	  font-size:9pt;
		line-height: 90%;
		text-align: left; /* not justify! */
	  vertical-align:top;
	} 
	table.nav ul {
	  padding:0;
	  margin:0;
	}
	table.nav li {
	  list-style: none;
		padding-top: 9px;
	}
	table.nav a, table.nav a:visited {
	  font-size:8pt;
	  font-family: Arial, Helvetica, sans-serif;
	  text-decoration:none;
	  color:#7d7d7d;
	}
	table.nav span.sticky {
	  font-size:8pt;
	  font-family: Arial, Helvetica, sans-serif;
	  color:#bbb;
	}
	table.nav a:hover {
	  color:#FFF;
	}


/* Keyword/Glossary Linker */
	.kw-tooltip {
		border-bottom: 1px dotted #555;
		cursor: help;
	}
	.kw-tooltip-icon {
		display: none;
	}
	.tooltip {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		-ms-border-radius: 8px;
		background-color: #fff;
		border: 1px solid #aaa;
		padding: 8px;
		width: 250px;
		z-index: 1000;
		color: #555;
		font-size: 12px;
	}
	.tooltip h3 {
		font-size: 14px;
		margin: 0;
		padding: 0 0 3px 0;
	}
	a.tooltip {
		text-decoration: none !important;
		cursor: default;
		color: #000;
	}

/* begin: banner */
.category-banner {
	height: 95px;
	width: 860px;
}
.category-banner h1 {
	color: #fff;
	font-weight: normal;
	float: right;
	padding: 0 0 0 10px;
	margin: 33px 20px 0 0;
	font-size: 18pt;
	line-height: 21pt;
}
.category-banner h2 {
	color: #fff;
	font-weight: normal;
	float: right;
	padding: 0 7px 0 0;
	margin: 41px 0 0 10px;
	border-right: 1px solid #fff;
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
}
/* end: banner */

/* sidebar */
a.sidebar-download-title, a.sidebar-download-title:visited {	
	color:#3889ca;
	text-decoration:none;
	text-transform:uppercase;
}
a.sidebar-download-title:hover {	
	color:#235080;
}

/* BEGIN: make flash */
td.make-flash {
	text-align:right;
	padding: 0px 0px 0px 0px;
	/*
	background: url('/images/make-it-flash.png') no-repeat 100% 0;
	width:373px;
	height:113px;
	*/
	/*background: url('/images/octal-footer.png') no-repeat 100% 0;*/
	/*background: url('/images/preview-footer-banner.png') no-repeat 100% 0;*/
	/*background: url('/images/global/cta-why-wait.jpg') no-repeat 100% 0;*/
	width:381px;
	height:138px;
}

  td.make-flash #contact-footer-wrapper{
    background: url('/images/global/cta-why-wait.jpg') no-repeat 100% 0;    
    margin-left:95px;
    width:275px;
    height:138px;
  }
  
    #contact-footer-wrapper #chat-link {            
      float:left;
      top:97px;
      left:10px;
      width:77px;
      height:32px;
    }
    
      #contact-footer-wrapper #chat-link img {
	display:block;
	width:77px;
	height:32px;
      }
      
    #contact-footer-wrapper #call-link {      
      float:left;
      top:97px;
      left:17px;
      width:77px;
      height:32px;
    }
    
      #contact-footer-wrapper #call-link img {
	display:block;
	width:77px;
	height:32px;
      }
      
    #contact-footer-wrapper #email-link {      
      float:left;
      top:97px;
      left:30px;
      width:77px;
      height:32px;
    }
    
      #contact-footer-wrapper #email-link img {
	display:block;
	width:77px;
	height:32px;
      }    
    
      
td.make-flash div {
	position:relative;
}
a#footer-img-link {
	/*border:1px solid cyan;*/
	color:#232323;
	position: absolute;
	display:block;
	height: 138px;
	width: 379px;
	/*left:0px;*/
}
a#make-flash-switch {
	position: absolute;
	display:block;
	height: 21px;
	width: 149px;
	top:86px;
	left:107px;
}
a#make-flash-switch:hover {
	background-color: #000;
	filter: alpha(opacity=12);
	opacity: 0.12;
}
a#make-flash-adobe {
	position: absolute;
	display:block;
	height: 21px;
	width: 79px;
	top:87px;
	left:279px;
}
a#make-flash-adobe:hover {
	background-color: #000;
	filter: alpha(opacity=12);
	opacity: 0.12;
}


/* BEGIN: related_product */
	.related_product-image {
		width:108px;
		overflow: hidden;
	}
	.related_product-right {
		color: #232323;
		float:right;
		margin-right:10px;
		width:94px;
		line-height:12px;
		text-align:left;
	}
	.related_product-right h3 {
		font-size:9pt;
		font-weight:bold;
		line-height:110%;
		margin:0;
		padding:6px 0 6px;
	}
	.related_product-subtext, .related_product-link {
		font-size:8.5pt;
	}
	.related_product-link {
		color:#076FEF;
	}
/* END: related_product */


.homeBottom{
	text-align:center;
	background-color:#000;
	width:860px;
}
.innerHomeBottom {
	background-image:url('/images/news-bx.png');
	background-repeat:no-repeat;
	color:#999999;
	border:0 none;
	margin:0;
	min-height:130px;
	padding:10px 15px;
	text-align:left;
	width:258px;
	vertical-align:top;
	clear:none;
}

.innerHomeBottom a.header {
  color:#FFFFFF;
  font-size:13pt;
  font-weight:normal;
  font-family:Arial;
}

.innerHomeBottom a.header:hover {
  color:#9a9a9a;
  text-decoration:none;
}

.innerHomeBottom a {
  color:#999999;
}

.innerHomeBottom a.home {
  color:#c6c6c6;
  font-weight:normal;
}

.innerHomeBottom a.home:visited {
  color:#c6c6c6;
  font-weight:normal;
}

#copyright a.home, #copyright a.home:visited {
	color:#7D7D7D;
	font-weight:normal;
}

.innerHomeBottom a.home:hover, #copyright a.home:hover {
  color:#FFFFFF;
  text-decoration:none;
}

.innerHomeBottom .news-date {
  color:#FFFFFF;
}

.homeButton table td {
	vertical-align:top;
}

.company-body {
  padding-left:20px;
}

.company-footer-wrapper {
  border-top:solid 1px #CCC;
  float:left;
  margin-left:50px;
  padding-bottom:15px;
  width:761px;
}

  .company-footer-wrapper .header {
    color:#5381cd;
    font-size:11pt;
    text-transform:uppercase;
  }
  
  .company-footer-wrapper .content {
    
  }
  
  .company-footer-wrapper a {
    color:#5381cd;  
  }
  
  .company-footer-wrapper a:hover {
    text-decoration:none;
  }  
  
  .company-footer-wrapper .icon-wrapper {
    float:left;    
    width:136px;
    padding-top:15px;
  }
  
    
  
  .company-footer-wrapper .contact-wrapper {
    float:left;
    padding-top:12px;
    width:200px;
  }
  
  .company-footer-wrapper .sales-wrapper {
    background-color:#efefef;
    float:left;
    padding:12px;    
    width:200px;
    height:83px;
  }
  
  .company-footer-wrapper .address-wrapper {
    float:left;
    padding-top:12px;
    width:200px;
  }


.testVideoWin {
    height:428px;
    width:722px;
    /*border:solid 1px #999;*/
}

div.element_tip
{
	display:none;
}

img.img-no-border {
	border:0px;
}