@charset "utf-8";

/*********************
 *  Endace	30|08|08 * 
 *********************
 
 ******************************************************************************************** Initials */

html, body, div, p, table, td, form, /img, h1, h2, h3, h4, h5, h6, input {
	margin:0px;
	padding:0px;
}
html, body {
	font-family:Arial, sans-serif;
	background: url(/img/body_bg.png) repeat-x #FFFFFF;
	border:0;
	color:#555555;
	height:100%;
	font-size:12px;
	line-height:18px;
}
/img {
	border:0;
	margin:0;
	padding:0;
}

/******************************************************************************************** Letter Style */


p {
	padding:5px 0px;
}
h1 {
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h2 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 5px 0px;
}
h3 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 5px 0px;
}
a:link {
	color:#555555;
	text-decoration:none;
}
a:visited {
	color:#555555;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
#wide_left a:link {
	color:#555555;
	text-decoration:underline;
}
#wide_left a:visited {
	color:#555555;
	text-decoration:underline;
}
#wide_left a:hover {
	color:#000000;
	text-decoration:underline;
}
.hrule {
	width:100%;
	height:2px;
	padding:0px;
	padding-left:0px;
	background:url(/img/hrule.png) top left repeat-x;
	margin:0px 0px 0px 0px;
	line-height:2px;
	font-size:2px;
	float:left;
	}
	
.hrule_curved {
	overflow:visible;
	float:left;
	width:650px;
	height:13px;
	padding:0px;
	background:url(/img/hrule_curved.png) top left no-repeat;
	margin:0px 0px 0px -18px;
	line-height:2px;
	font-size:2px;
	}
/******************************************************************************************** Form Style */

.formBoxTop {
	float:left;
	width:610px;
	height:18px;
	background:url(/img/tab_info_top_new.png) top left no-repeat;
	}
.formBox {
	float:left;
	width:578px;
	background-color:#fbfbfb;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	padding:0px 15px;
	}
.formBoxBot {
	float:left;
	width:610px;
	height:18px;
	background:url(/img/tab_info_bottom_new.png) top left no-repeat;
	}	
#endacePartnerForm {
	}
fieldset {
	border-collapse:collapse;
	border:none;
	padding:0px;
	margin:0px;
	}
.inputField {
	padding:3px 4px;
	font-size:11px;
	border-bottom:#E4E4E4 solid 1px;
	border-top:#CCCCCC solid 1px;
	border-left:#E4E4E4 solid 1px;
	border-right:#CCCCCC solid 1px;
	background:#FFFFFF;
	width:90%;
	}
.inputFieldSubmit {
	border-bottom:#E4E4E4 solid 1px;
	border-top:#CCCCCC solid 1px;
	border-left:#E4E4E4 solid 1px;
	border-right:#CCCCCC solid 1px;
	padding:2px 3px;
	font-size:11px;
	color: #5d5f60;
	background-color:#FFFFFF;
	cursor:pointer;
}
.inputFieldSubmit:hover {
	background-color:#F36D3A;
	color:#FFFFFF;
	}
.downloadLogin {
	border-spacing:0;
	}
.downloadLogin td{	
	padding:0px 7px 10px 0px;
	}
.endacePartnerForm {
	margin:0 auto;
	width:540px;
	}
.endacePartnerForm td {
	padding-top:2px;
	width:50%;
	}
/******************************************************************************************** Structure */

#site {
	padding:0px;
	margin:0px;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:991px;
}
#header {
	background:url(/img/header.png) top left no-repeat;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px -5px;
	width:985px;
	height:150px;
	position:relative;
	background-image: url(/img/header.png);
	}
#footer {
	padding:0px;
	margin:10px 0px 0px 0px;
	width:980px;
	float:left;
	}
#left {
	padding:0px;
	margin:0px;
	width:320px;
	float:left;
	overflow:hidden;
}
#wide_left {
	padding:0px;
	margin:0px 0px 10px 0px;
	width:650px;
	float:left;
}
#wide_right {
	padding:0px;
	margin:0px 0px 10px 10px;
	width:650px;
	float:left;
}
#middle {
	padding:0px;
	margin:0px 0px 0px 10px;
	width:320px;
	float:left;
	overflow:hidden;
}
#right {
	padding:0px;
	margin:0px 0px 0px 10px;
	width:320px;
	float:left;
	overflow:hidden;
}
#middleright {
	padding:0px;
	margin:0px 0px 10px 10px;
	width:650px;
	float:left;
	overflow:hidden;
}	
.clear {
	clear:both;
	}
.column_top {
	float:left;
	background:url(/img/column_top.png) top left no-repeat;
	width:320px;
	height:18px;
	}	
.column_mid {
	float:left;
	background:url(/img/column_mid.png) top left repeat-y;
	padding:0px 20px;
	width:280px;
	}
.column_mid /img {
	margin-bottom:5px;
	}
.column_mid_section {
	float:left;
	background:url(/img/column_mid_sectionend.png) top left no-repeat;
	padding:7px 20px 0px 20px;
	width:280px;
	height:25px;
	}
.column_bot {
	float:left;
	background:url(/img/column_bot.png) top left no-repeat;
	width:320px;
	height:12px;
	margin-bottom:10px;
	}
.column_link {
	height:15px;
	background:url(/img/column_link.png) top left no-repeat;
	padding:0px 0px 0px 15px;
	}
.column_link:hover {
	height:15px;
	background:url(/img/column_link.png) bottom left no-repeat;
	padding:0px 0px 0px 15px;
	}
a.column_link, a.column_link:visited {
	padding:0px 3px 0px 18px;
	color:#555555;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}
a.column_link:hover {
	text-decoration:none;
	color:#000000;
	background-color:#F2C5B3;
}
.column_title_link {
	display:block;
	width:278px;
	padding:5px 20px;
	margin:0px 0px 0px -19px;
	}
.column_title_link:hover {
	color:#F36D3A;
	cursor:pointer;
	text-decoration:none;
	background:white;
	}
.inside_left {
	width:170px;
	float:left;
	padding:5px 0px;
	}
.inside_right {
	float:right;
	padding:5px 0px;
	}
/******************************************************************************************** News Ditto Page */
.newsResult{
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	float:left;
	margin:0px 0px;
	padding:5px 15px;
	width:578px;
	background-color:#fbfbfb;
}
.newsResultTop {
	float:left;
	width:610px;
	height:18px;
	background:url(/img/tab_info_top_new.png) top left no-repeat;
	}
.newsResultBot {
	float:left;
	width:610px;
	height:18px;
	background:url(/img/tab_info_bottom_new.png) top left no-repeat;
	}
.newsResultDate {
	float:left;
	width:120px;
	}
.newsResultTitle {
	float:left;
	width:455px;
	}
.newsResultTitle a:link, .newsResultTitle a:visited {
	text-decoration:none !important;
	}
/******************************************************************************************** Header */
#header_logo {
	height:95px;
	width:190px;
	float:left;
	margin:0;
	padding:0;
}
#header_login {
	font-size:11px;
	display:none;
	width:295px;
	height:95px;
	position:absolute;
	top:0px;
	left:688px;
	z-index:10;
}
#header_contact {
	width:320px;
	height:95px;
	float:right;
}
#header_search {
	width:295px;
	height:95px;
	position:absolute;
	background:url(/img/header_right.png) top left no-repeat;
	top:0px;
	left:690px;
	z-index:20;
}

/******************************************************************************************** Header Support Login hidden*/

.support_login_top {
	padding:25px 0px 0px 15px;
	width:280px;
	float:left;
	}
.support_login_bot {
	padding:5px 0px 0px 15px;
	width:280px;
	float:left;
	}
.support_text_input { /* 134 x 26 */
	float:left;
	padding:6px 4px;
	width:126px; 
	height:14px;
	background:url(/img/support_login_box.png) top left repeat-x #FFFFFF;
	border:none;
	}
.support_text_label {
	padding:6px 0px;
	width:60px;
	float:left;
	}
#support_login {
	margin:1px 0px 0px 8px;
	border:none;
	float:left;
	width:62px;
	height:23px;
	padding:0px;
	cursor:pointer;
	}
.support_login_out {
	background:url(/img/sl_login.png) top left no-repeat;
	}
.support_login_over {
	background:url(/img/sl_login.png) bottom left no-repeat;
	}
.support_show:link, .support_show:visited {
	float:left;
	width:116px;
	height:23px;
	margin-left:60px;
	background:url(/img/header_support_login.png) top left no-repeat;
	}
.support_show:hover {
	background:url(/img/header_support_login.png) bottom left no-repeat;
	}
.contact_show:link, .contact_show:visited {
	float:left;
	width:82px;
	height:23px;
	margin-left:6px;
	background:url(/img/header_contact_us.png) top left no-repeat;
	}
.contact_show:hover {
	background:url(/img/header_contact_us.png) bottom left no-repeat;
	}

.about_us_promo:link, .about_us_promo:visited {
	float:left;
	width:280px;
	height:163px;
	margin:5px 0px 10px 0px;
	background:url(/img/about_us_promo.png) top left no-repeat;
	}
.about_us_promo:hover {
	background:url(/img/about_us_promo.png) bottom left no-repeat;
	}



/******************************************************************************************** Header Support Search */

.search {
	float:left;
	width:210px;
	height:37px;
	padding-left:60px;
}
#ajaxSearch_input {
	font-size:11px;
	float:left;
	padding:6px; 
	background: url(/img/search_box.png) top left no-repeat;
	width:168px;
	height:14px;
	border:none;
	margin:0;
	}
#ajaxSearch_submit {
	float:left;
	padding:0px;
	height:26px;
	width:26px;
	border:none;
	margin:0;
	cursor:pointer;
	}
.ajaxSearch_submit_over {
	background: url(/img/search_hit.png) top left no-repeat;
	}
.ajaxSearch_submit_out {
	background: url(/img/search_hit.png) bottom left no-repeat;
	}
	
/******************************************************************************************** Search Page Results */

.wide_text .searchForm {
	float:left;
	width:615px;
	margin:10px 0px 5px 0px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
	}
#ajaxSearch_resultListContainer {
	width:615px;
	}
.ajaxSearch_result {
	width:591px;
	float:left;
	background-color:#F3F3F3;
	padding:12px;
	margin:2px 0px;
}
.ajaxSearch_highlight {
	background-color:white;
	padding-left:3px;
	padding-right:3px;
	}
.ajaxSearch_resultLink {
	font-weight:bold;
	color:#F36D3A;
	}
.ajaxSearch_extract {
    border-top:1px dotted #CCCCCC;
	margin-top:4px;
	}
.ajaxSearch_paging {
	color:#555555;
	float:left;
	width:591px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	padding:4px 12px;
	margin:4px 0px;
	}
.ajaxSearch_paging a, .ajaxSearch_paging a:visited {
	color:#F36D3A;
	background-color:white;
	padding:2px;
	}
.ajaxSearch_paging a:hover {
	color:white;
	background-color:#F36D3A;
	}
/******************************************************************************************** Left Column News */

.news_date {
	display:block;
	font-weight:bold;
	width:280px;
	}
.news_text {
	}
.news_link {
	display:block;
	width:278px;
	padding:5px 20px;
	margin:0px 0px 0px -19px;
	}
.news_link:hover {
	color:#F36D3A;
	cursor:pointer;
	text-decoration:none;
	background:white;
	}
/******************************************************************************************** Wide Product */


.wide_text {
	overflow:hidden;
	width:614px;
	margin:10px 0px 10px 0px;
	padding:0px 18px;
	float:left;
	}
#wide_text_escape {
	float:left;
	margin-left:-18px;
	padding:0px;
	width:650px;
	}
.wide_text_escape {
	float:left;
	margin-left:-18px;
	padding:0px;
	width:650px;
	}
*html .wide_text_escape {
	margin-left:-9px;
	}

.wide_product_shot {
	float:right;
	}
.wide_product_intro {
	float:left;
	width:322px;
	padding:0px 10px 0px 0px;
	margin:0px 0px 10px 0px;
	border-right:2px solid #FBFBFB;
}

#wide_title {
	float:left;
	width:650px;
	height:100px;
	padding:0px;
	background:url(/img/page_title_breadcrumb.png) top left repeat-x;
	margin:0px;
	}
#wide_title h2 {
	float:left;
	font-size:20px;
	line-height:20px;
	width:600px;
	padding:22px 0px 0px 18px;
	}
#breadcrumb {
	width:628px;
	margin:0px 0px 10px 0px;
	padding-left:22px;
	float:left;
	}
.B_currentCrumb {
	color:#ABCBC7;
	}
#breadcrumb a:link, #breadcrumb a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#F36D3A;
	text-decoration:underline;
}
#breadcrumb_link {
	width:480px;
	float:left;
}
#breadcrumb_aux {
	width:130px;
	float:right;
}
.breadcrumb_email:link, .breadcrumb_email:visited {
	float:left;
	width:50px;
	height:15px;
	background:url(/img/breadcrumb_email.png) bottom left no-repeat;
	}
.breadcrumb_email:hover {
	background:url(/img/breadcrumb_email.png) top left no-repeat;
	}
.breadcrumb_print:link, .breadcrumb_print:visited {
	float:left;
	margin-left:10px;
	width:50px;
	height:15px;
	background:url(/img/breadcrumb_print.png) bottom left no-repeat;
	}
.breadcrumb_print:hover {
	background:url(/img/breadcrumb_print.png) top left no-repeat;
	}
.wide_feature_list {
	width:614px;
	margin:10px 0px 10px 0px;
	padding-left:0px;
	float:left;
	list-style-type:none;
	}
.wide_feature_list ul {
	padding-left:10px;
	margin-left:10px;
	list-style-type:none;
}
.wide_feature_list ul li{
	border-left:2px solid #DFDFDF;
}
.wide_feature_list li {
	border-left:2px solid #F36D3A;
	padding:2px 0px 3px 8px;
	margin:5px 0px;
	}
.wfl_on {
	background-color:#F4F4F4;
	}
	
	
.wide_feature_list_right {
	width:270px;
	margin:5px 10px 10px 15px;
	padding-left:0px;
	float:left;
	}
.wide_feature_list_right ul {
	padding-left:0px;
	margin-left:20px;
}
.wide_feature_list_right li {
	padding:0px 0px 0px 0px;
	margin:5px 0px;
	list-style:square;
	margin-left:15px;
	}
.wfl_on {
	background-color:#F4F4F4;
	}


/******************************************************************************************** Footer */

.footer_top {
	float:left;
	background:url(/img/footer_top.png) top left no-repeat;
	padding:0px;
	margin:0px;
	width:980px;
	height:70px;
	}
.footer_top_left {
	float:left;
	padding:30px 0px 0px 20px;
	width:785px;
}
.footer_top_right {
	float:left;
	padding:10px 10px 0px 10px;
}
.footer_mid {
	float:left;
	background:url(/img/footer_mid.png) top left no-repeat;
	padding:0px;
	margin:0px;
	width:980px;
	height:30px;
	}
.footer_bot {
	float:left;
	background:url(/img/footer_bot.png) top left no-repeat #333333;
	padding:15px;
	margin:0px;
	width:950px;
	min-height:90px;
	height:auto !important;
	height:90px;
	}
.footer_bot_cap {
	float:left;
	background:url(/img/footer_bot_cap.png) top left no-repeat;
	padding:0px;
	margin:0px;
	width:980px;
	height:34px;
	}
.footer_totop:link, .footer_totop:visited {
	float:left;
	width:89px;
	height:23px;
	margin:4px 0px 0px 13px;
	background:url(/img/footer_totop.png) top left no-repeat;
	}
.footer_totop:hover {
	background:url(/img/footer_totop.png) bottom left no-repeat;
	}

.footer_links {
	float:left;
	height:30px;
	padding-left:260px;
}
/******************************************************************************************** Footer Wayfinder */
.footer_bot ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.footer_bot a:link, .footer_bot a:visited{
	color:#999999 !important;
	}
.footer_bot a:hover{
	color:#DB5A2A !important;
	}
.footer_bot ul, .footer_bot ul ul {
	
	}
.footer_bot ul li {
	width:150px;
	float:left;
	padding-left:5px;
	margin-left:5px;
	border-left:#666666 solid 1px;
	}
.footer_bot ul ul li {
	padding:0px;
	margin:0px;
	border:none;
	clear:both;
	}

/******************************************************************************************** Main Dropdown Menu */

.twitter-link {
	position:absolute;
	color: #FFF;
	top:0px;
	left:800px;
	margin:0px;
	padding:0px;
	z-index:1001;
}
#menubar {
	height:45px;
	width:965px;
	top:95px;
	left:15px;
	position:absolute;
	z-index:1000;
}
.menu {
	position:relative;
	top:0px;
	color:#777676;
	width:780px;
	margin:0px;
	padding:0px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	color:#777676;
}
.menu ul ul {
	width:230px;
	color:#777676;
}

.menu ul li {
	float:left;
	height:48px;
	line-height:41px;
	margin-right:4px;
}
.menu ul ul li {
	display: block;
	width:230px;
	height:auto;
	position: relative;
	line-height: 1em;
	background:none;
}
.menu a, .menu a:visited {
	display: block;
	float: left;
	height: 100%;
	text-decoration: none;
	padding:0px 0px 0px 0px;
}
.menu ul li a, .menu ul li a:visited {
	padding:0px 8px;
	text-decoration: none;
	color:white;
	}
.menu ul li a:hover { 
	background:url(/img/menu_top_hover.png) #DB5A2A top left repeat-x;
	color:white;
	}
.menu ul li.active, .menu ul a.active {
	background: url(/img/menu_active.png) top center repeat-x;
}

.menu ul li.active a, .menu ul li.active a:visited, .menu ul a.active, .menu ul a.active:visited {
	text-decoration: none;
	color:#333333;	
	}
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	width:209px;
	height: 100%;
	line-height: 1.5em;
	background:#F4F4F4;
	color:#333333;
	padding:5px 10px 5px 10px;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
.menu ul table ul a, .menu ul table ul a:visited {
	text-decoration:none;
	color:#333333;
	width:210px;
}
.menu table {
	position: absolute;
	left: 0pt;
	top: 0pt;
	z-index: 100;
}
.menu ul ul table {
	left: 0px;
}
.menu ul ul table ul.left {
	margin-left:0px;
}
.menu li:hover {
	position: relative;
	color:white;
}
* html .menu a:hover {
	position: relative;
	color:white;
}
.menu a:hover {
	color:white;
	text-decoration:none;
}
.menu ul li ul li a.hide, .menu ul li table ul li a.hide  {
	color:#333333;
	background:url(/img/menu_sub_nohover.png) #F4F4F4 center no-repeat;
}
.menu ul li ul li a:hover.hide, .menu ul li table ul li a:hover.hide  {
	background:url(/img/menu_sub_hover.png) #F4F4F4 center no-repeat;
	color:white;
}
.menu ul ul a:hover, menu ul ul ul a:hover {
	text-decoration:none;
	color:white;
	background:url(/img/menu_ul_hover.png) #F4F4F4 center no-repeat;
}
.menu ul *:hover a.sub1 {
	color:white;
}
.menu ul ul ul a:hover, .menu ul li table ul li ul li a:hover, .menu ul li table ul li a:hover {
	color:white;
}
.menu ul ul ul *:hover > a {
	color:white;
}
.menu ul ul ul ul a:hover {
	color:white;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0pt;
	top: 41px;
	left: 0pt;
	width:230px;
}
.menu ul ul ul {
	left:230px;
	top: 0pt;
	width:230px;
}
.menu ul ul ul.left {
	left:230px;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
}
.menu ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul ul {
	visibility: hidden;
}
.menu ul *:hover ul *:hover ul {
	visibility: visible;
}
.menu ul *:hover ul *:hover ul *:hover ul {
	visibility: visible;
}
.menu *:hover > a {
	background:url(/img/menu_top_hover.png) #DB5A2A top left repeat-x;
	color:white;
}
/* Fading Tooltips By Dustin Diaz*/
body div#toolTip {
	position:absolute;
	z-index:1000;
	border:1px solid red;
	background-color:#666666;
	border:1px dotted #CCCCCC;
	text-align:left;
	padding:5px;
	min-height:1em;
}
body div#toolTip p {
	margin:0;
	padding:0;
	color:#fff;
}
body div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#f60;
	font-size:10px;
	font-style:normal;
}
body div#toolTip p em span { font-weight:bold;color:#fff; }
acronym, abbr {
	cursor:pointer;
	padding:1px 3px 0px 3px;
	color:#555555;
	text-decoration:none;
	border-bottom:1px dotted #CCCCCC;
}
acronym:hover, abbr:hover {
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	background-color:#F2C5B3;
	border-bottom:1px solid #DB5A2A;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/******************************************************************************************** Flash Content */

#flashcontent {
	padding:0px;
	margin:0px;
	}
/******************************************************************************************** Endace Support */
.supportFull {
	float:left;
	width:990px;
	overflow:hidden;
	}
.supportQuarter {
	padding:18px;
	margin:10px 10px 10px 0px;
	width:199px;
	float:left;
	background-color:#FBFBFB;
	border-left:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
