

/*********
* Global *
*********/
body
{
    background-image: url(Images/body_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e1e2c3;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
		color: #787878;
    line-height: 1.2;
}
a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #006699;
}

h1
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    line-height:16px;
}

.newsheader
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
}

.newsheadersans
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.newsheadersansresearch
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #50663D;
}

.newslink
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
}
.careerheader
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
}
.careers
{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
}
#wrapper
{
    background-image: url(Images/wrapper_bg.gif);
    background-repeat: repeat-y;
    width: 978px;
    margin: 0 auto;
}
#middle
{
    clear: both;
    background-image: url(Images/middle_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    width: 927px;
    padding-left: 51px;
}
#main
{
    float: left;
    width: 571px;
    padding-left: 31px;
    padding-right: 10px;
}
.clear_tag
{
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}
hr
{
    background-color: #dadada;
    border: 0;
    border-top: 1px solid #d2d1d1;
    height: 1px;
}
/*********
* Header *
*********/
#header
{
    background-image: url(Images/header_bg.jpg);
    background-repeat: no-repeat;
    width: 978px;
    height: 203px;
}
#logo
{
    width: 225px;
    height: 102px;
    padding-top: 70px;
    padding-left: 100px;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
}
/******************
* Header Dropdown *
******************/

/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove all the bullets, borders and padding from the default list styling */
#tabs_ddm, #tabs_ddm ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}
#tabs_ddm
{
    margin-left: 141px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#tabs_ddm li
{ 
    float: left;
    position: relative;
}
#products_tab, #services_tab, #customer_tab, #company_tab
{
    height: 25px;
    margin-top: 6px;
}
#products_tab
{
    background-image:url(Images/products.gif);
    background-repeat: no-repeat;
    width: 132px;
}
#services_tab
{
    background-image: url(Images/services.gif);
    background-repeat: no-repeat;
    width: 131px;
}
#customer_tab
{
    background-image: url(Images/customers.gif);
    background-repeat: no-repeat;
    width: 131px;
}
#company_tab
{
    background-image: url(Images/company.gif);
    background-repeat: no-repeat;
    width: 128px;
}
#assistance_tab
{
    background-image: url(Images/assist.gif);
    background-repeat: no-repeat;
    width: 218px;
    height: 21px;
    padding-left: 50px;
    padding-top: 10px;
}
/* style the links for the top level */
#tabs_ddm li a, #tabs_ddm a:visited
{
    display: block;
    height: 20px;
    padding-top: 5px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
    color: #4e6868;
    text-decoration: none;
    text-align: center;
}
li#assistance_tab a, li#assistance_tab a:visited
{
    height: 21px;
    padding-top: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #767070;
    text-align: left;
}
/* style the top level hover */

/* hide the sub levels and give them a positon absolute so that they take up no room */
#tabs_ddm ul 
{
    position: absolute;
    top: 25px;
    left: -9999px;
    background-color: #e5edef;
    width: 130px;
    padding-top: 8px;
    border: 1px solid #a7a6a6;
}
#tabs_ddm li#assistance_tab ul
{
    background-color: #f4f3f3;
}

li#products_tab ul
{
	width: 135px;
}

li#company_tab ul
{
    width: 127px;
}
li#assistance_tab ul
{
    width: 173px;
}
#tabs_ddm ul li
{ 
    float: none;
    width: 130px;
}
li#company_tab ul li
{
    width: 127px;
}
li#products_tab ul li
{
	width: 135px;
}
li#assistance_tab ul li
{
    width: 173px;
}
/* style the second level links */
#tabs_ddm ul li a, #tabs_ddm ul li a:visited
{
    height: auto;
    width: 114px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #425959;
    text-align: left;
}
li#products_tab ul li a
{
	width: 119px;
}
li#assistance_tab ul li a
{
    width: 157px;
    color: #767070;
}
/* style the second level background */
/* style the second level hover */
/* style the table so that it takes no ppart in the layout - required for IE to work */
#tabs_ddm table 
{
    position:absolute; 
    top:0; 
    left:0;
    margin-left: -1px;
    border-collapse:collapse;
}
/* make the second level visible when hover on first level list OR link */
#tabs_ddm li:hover ul, #tabs_ddm a:hover ul
{ 
    left: auto;
    margin-left: -1px;
}
#tabs_ddm li#products_tab:hover ul, #tabs_ddm li#products_tab a:hover ul
{ 
    margin-left: 0;
}
#tabs_ddm li#assistance_tab:hover ul, #tabs_ddm li#assistance_tab a:hover ul
{
    left: 50px;
}
/* Support for the "iehover-fix.js" */
ul.nav iframe 
{
    position: absolute;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
* html ul.nav li 
{ 
    z-index: 201;
}
/* End Support for the "iehover-fix.js" */


/***********
* Rightbar *
***********/
#rightbar
{
    float: right;
    width: 240px;
    padding-left: 14px;
    padding-right: 14px;
}
#right_nav
{
    background-color: #ffffff;
    width: 238px;
    border: 1px solid #bcbcbc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6a6a6a;
}
#right_nav a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #a45239;
}
#start_here
{
    padding-left: 15px;
    border-bottom: 1px solid #bcbcbc;
    background-color: #f9f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #787878;
    line-height: 30px;
}
#register, #recieve, #contact, #download, .extra_rightnav
{
    width: 218px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px dotted #bcbcbc;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
}
#register
{
    border-top: 0;
}
.left_part
{
    float: left;
    width: 45px;
}
.right_part
{
    float: right;
    width: 170px;
    text-align: left;
}
.right_banner
{
    background-color: #ffffff;
    width: 238px;
    border: 1px solid #bcbcbc;
}
.banner_body
{
    width: 218px;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #787878;
            
}
.banner_body img
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.banner_body a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #006699;
}
.right_banner h3
{    
    background-color: #f9f8f8;
    padding-left: 15px;
    border-bottom: 1px solid #bcbcbc;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #787878;
    line-height: 28px;
}
.redlink
{
    color: #a45239;
}
.greenlink
{
    color: #71824c;
}
/*********
* Footer *
*********/
#footer
{
    background-image: url(Images/footer_bg.jpg);
    background-repeat: no-repeat;
    height: 58px;
    padding-top: 25px;
    color: #838282;
    text-align: center;
}
#footer a
{
    color: #838282;
    text-decoration: none;
}
/********
* Index *
********/
#content_top
{
    background-image: url(Images/index_top2.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 14px;
    width: 880px;
}
#content_bottom
{
    background-image: url(Images/index_bottom.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    width: 880px;
}
#content
{
    background-image: url(Images/index_bg.gif);
    background-repeat: repeat-y;
    width: 880px;
}
#main_image
{
    background-image: url(Images/index_main1.jpg);
    background-repeat: no-repeat;
    width: 550px;
    height: 241px;
    padding-top: 15px;
    padding-left: 15px;
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
#main_image h1
{
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
}
#main_image ul
{
    margin-top: 5px;
}
#main_image a
{
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 17px;
}
#main_image a:hover
{
    text-decoration: underline;
}

#tab_1
{
    float: left;
    width: 24px;
    height: 27px;
    padding-left: 10px;
}
#tab_2
{
    float: left;
    width: 24px;
    height: 27px;
}
#tab_3
{
    float: left;
    width: 24px;
    height: 27px;
}
#tab_4
{
    float: left;
    width: 24px;
    height: 27px;
}

#pause
{
    float: left;
    width: 50px;
    height: 27px;
    padding-left: 15px;
}
#information_section
{
    width: 561px;
    margin: 0 auto;
}
#news_tab a, #events_tab a, #research_tab a
{
    display: block;
    height: 21px;
    padding-top: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    text-decoration: none;
    /*outline: none;*/
}

#news_tab, #events_tab, #research_tab
{
    float: left;
    height: 28px;
    text-align: center;
}
#news_tab
{
    background-image: url(Images/news_selected.gif);
    background-repeat: no-repeat;
    width: 168px;
}
#events_tab
{
    background-image: url(Images/events.gif);
    background-repeat: no-repeat;
    width: 197px;
}
#research_tab
{
    background-image: url(Images/research.gif);
    background-repeat: no-repeat;
    width: 196px;
}
#section_container
{
    clear: left;
    background-color: #d3d2d2;
    width: 551px;
    padding: 4px;
    border: 1px solid #b1b1b1;
    border-top: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #787878;
}
#section_container a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #a45239;
}
#news_section, #events_section, #research_section
{
    background-color: #ffffff;
    width: 529px;
    height: 295px;
    padding: 10px;
    border: 1px solid #bdbcbc;
    overflow: auto;
}
#events_section
{
    display: none;
}
#research_section
{
    display: none;
}
/*************************
* Interior Page Defaults *
*************************/
#breadcrumbs
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 550px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-left: 15px;
    margin-bottom: 5px;
}
#breadcrumbs a
{
    text-decoration: none;
}
#interior_info
{
    width: 561px;
    margin: 0 auto;
    line-height: 14px;
}
#interior_info a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #006699;
}

.interior_links_container
{
    background-color: #f9f8f8;
    width: 539px;
    padding: 10px;
    border: 1px solid #bdbcbc;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 16px;
}
.interior_links_container a, #interior_info .interior_links_container a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
}

.Title { font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;}
 
 
.Header_1 { 
            font-size: 16px;
            font-family: "Times New Roman", Times, serif;
            font-weight: bold;}
 
.Header_2, h2 { 
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: 15px;
            color: #787878;}
 
 
.Header_4 {  
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: #787878; }
 
 
 
.Body_Text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #787878;}

.Black_Body_Text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
 
 
 
.Body_Text_Banner {  font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            color: #787878; }
 
 
.Body_Text_Emphasis { font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-style: italic;
            font-weight: bold;
            color: #787878;}
 
 
.Body_Text_Strong { font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: bold;
            color: #787878;
} 
 
 
.Form_Header { font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;}
 
 
.White_Box_Links { font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;}
 
 
.Text_Links {font-family: Verdana, Arial, Helvetica, sans-serif;
            color: #4c7583;
            font-size: 11px;}

/****************
* Hosting Pages *
****************/
#header_hosting
{
    background-image: url(Images/header_hosting_bg.jpg);
    background-repeat: no-repeat;
    width: 978px;
    height: 203px;
}
#hosting_tab1
{
    float: left;
    width: 184px;
    margin-right: 4px;
    margin-top: 10px;
}
#hosting_tab2
{
    float: left;
    width: 184px;
    margin-right: 4px;
    margin-top: 10px;
}
#hosting_tab3
{
    float: left;
    width: 184px;
    margin-top: 10px;
}
.hosting_tab_top
{
    background-repeat: no-repeat;
    width: 174px;
    height: 22px;
    padding-left: 10px;
    color: #ffffff;
    font-size:10px;
    font-weight: bold;
    line-height: 22px;
}
#hosting_tab1 .hosting_tab_top
{
    background-image: url(Images/hosting_tab1_bg.jpg);
}
#hosting_tab2 .hosting_tab_top
{
    background-image: url(Images/hosting_tab2_bg.jpg);
}
#hosting_tab3 .hosting_tab_top
{
    background-image: url(Images/hosting_tab3_bg.jpg);
}
.hosting_tab_content
{
    background-color: #ffffff;
    width: 176px;
    padding-left: 3px;    padding-right: 3px; padding-top: 3px; padding-bottom: 5px;
    border: 1px solid #b8b7b7;
}
.hosting_tab_content .readmore
{
    display: block;
    padding-top: 10px;
    color: #a45239;
    text-align: right;
}

#interior_info h1.article_title, .article_title
{
	color: #336666; font-size: 13px; font-weight: bold;
}


/********************
*     ECOMMERCE     *
********************/

#ecom_menu
{
	background-image: url(Images/menu_gradient1.gif);
	background-repeat: repeat-x;
	width: 571px;
	height: 28px;
	padding-top: 8px;
}

#ecom_menu ul
{
	width: 536px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

#ecom_menu li
{
	width: 144px;
	border-left: 1px solid #1c4e4c;
	float: left;
}

#ecom_menu #EM_EP
{
	width: 175px;
	border: 0;
}

#ecom_menu #EM_M
{
	width: 80px;
}

#ecom_menu #EM_OA
{
	width: 134px;
}

#ecom_menu a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	color: #1c4e4c;
	line-height: 20px;
	text-align: center;
}

.gradient_up
{
	background-image: url(Images/gray_gradientup.gif);
	background-repeat: repeat-x;
	height: 12px;
	margin-top: 15px;
}

.gradient_down
{
	background-image: url(Images/gray_gradientdown.gif);
	background-repeat: repeat-x;
	height: 12px;
	margin-bottom: 15px;
}

#online_retailers_menu
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 104px;
}

#online_retailers_menu li
{
	float: left;
	width: 124px;
	height: 104px;
}

#online_retailers_menu li.separator
{
	width: 22px;
}

#discovery_content, #designprocess_content, #development_content, #training_content
{
	clear: both;
	display: none;
	background-color: #ffffff;
	height: 200px;
	width: 549px;
	overflow: auto;
	padding: 10px;
	border: 1px solid #dddcdc;
}

#ecom_signup_demo
{
	display: block;
	background-image: url(Images/menu_gradient2.gif);
	width: 549px;
	height: 28px;
	padding-top: 5px;	padding-bottom: 6px; padding-left: 20px;
	border: 1px solid #dddcdc;
	margin-top: 10px; margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #d68904;
	text-decoration: none;
}

#ecom_signup_demo img
{
	margin-left: 250px;
	vertical-align: middle;
}

#ecom_news_events
{
	background-color: #ffffff;
	width: 549px;
	padding: 10px;
	border: 1px solid #dddcdc;
}

#ecom_news_events h2
{
	font-size: 15px;
	color: #3b3e44;
}

#ecom_news_events h2 span
{
	font-size: 12px;
	color: #dadcdd;
}

#ecom_news_events a
{
	color: #b86647;
	text-decoration: none;
}

#ecom_news_events a:hover
{
	text-decoration: underline;
}

.blue_date
{
	color: #04919f;
}

#ecom_news_events .readmore
{
	display: block;
	text-align: right;
}