html 
{
	width:100%;
	height:100%;
	background-image: url(/images/emb/bg.gif);
}
/* for understanding browsers */
body {
	min-height:100%;
	height:auto !important;
}
/* for Internet Explorer */
/*\*/
* html body  {
	height:100%;
}

body 
{
	margin: 0px;
	text-align: center;
	width:100%;
	background-image: url(/images/emb/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
img {
	border:none;
}
a:link, a:visited, a:active
{
	color:#0054A6;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}	
/* START HEADER STYLES */
.header_wrapper
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	height: 102px;
}
.hdr
{
	height: 76px;
	overflow: hidden;
}
.main_logo
{
	float:left;
	width:208px;
	height:55px;
	margin-top: 8px;
}
.header_nav_wrapper
{
	float:right;
	width:725px;
	height:79px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066cc;
	border-right-color: #0066cc;
	border-bottom-color: #0066cc;
	border-left-color: #0066cc;
	margin-top: 8px;
}
.mininav_wrapper
{
	height:28px;
	width:650px;
	text-align: right;
	background-image: url(/images/emb/mininav_bg.gif);
	background-position: right top;
	float:right;
	background-repeat: no-repeat;
	overflow:hidden;
}
.mininav_wrapper a:link, .mininav_wrapper a:visited, .mininav_wrapper a:active
{
	font-size: 11px;
	color: #cccccc;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #686868;
	border-right-color: #686868;
	border-bottom-color: #686868;
	border-left-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	padding:15px;
	padding-top:8px;
	padding-bottom:10px;
	height:11px;
	overflow:hidden;
	text-decoration: none;
}
.mininav_wrapper a:hover
{
	background-color:#840c09;
}
.mininav_wrapper a.planet_embt:link, .mininav_wrapper a.planet_embt:visited, .mininav_wrapper a.planet_embt:active
{
	background-image: url(/images/emb/icon_planetembt.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-left: 35px;
}
.mininav_wrapper a.planet_embt:hover
{
	background-image: url(/images/emb/icon_planetembt_hover.gif);
}

.mininav_wrapper a.select_courntrydropdown:link, .mininav_wrapper a.select_courntrydropdown:visited, .mininav_wrapper a.select_courntrydropdown:active
{
	font-size: 11px;
	color: #cccccc;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #686868;
	border-right-color: #686868;
	border-bottom-color: #686868;
	border-left-color: #686868;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	padding:15px;
	padding-top:8px;
	padding-bottom:10px;
	text-decoration: none;
	background-image: url(/images/emb/icon_selectcountry.gif);
	background-repeat: no-repeat;
	background-position: 13px 7px;
	padding-left: 50px;
}
.mininav_wrapper a.select_courntrydropdown:hover
{
	background-image: url(/images/emb/icon_selectcountry_hover.gif);
}
.select_coutry img
{
	margin-top:4px;
	margin-left:5px;
}

div.autocomplete {
  position:absolute;
  width:500px;
  margin:0px;
  padding:0px;
  font-size:11px;
  text-align:left;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  background-color:#999999;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
#select_country_options
{
	margin-top:7px;
	background-color:#840c09;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#select_country_options ul
{
	margin:0px;
	padding:5px;
}
#select_country_options ul li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;	
	cursor: pointer;
	padding:3px;
	padding-top:0px;
}
#select_country_options ul li a:link, #select_country_options ul li a:visited, #select_country_options ul li a:active
{
	display:block;
	padding:5px;
}

.combo /* look&fell of scriptaculous select box*/
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	display : block;
	text-align:left;
	cursor: pointer;
	color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/images/emb/bullet_arrowdown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-transform: uppercase;	
	padding-top:0px;
}
.search_wrapper
{
	float:right;
	margin-top: 14px;
}
.search_wrapper input
{
	float:right;
}
#searchbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:16px;
	background-color: #c2c2c2;
	border: 1px solid #aaaaaa;
	padding-top:2px;
	color: #000000;
	background-image: url(/images/emb/icon_search.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 20px;
}


.mininav_wrapper form
{
	margin:0px;
}
.header_searchinput
{
	border: 1px solid #1975D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 0px 3px;
}
.content_wrapper {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* END HEADER STYLES */

/* START NAV STYLES */
.main_nav_wrapper
{
	height:25px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/emb/main_nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.main_nav_wrapper a:link, .main_nav_wrapper a:visited, .main_nav_wrapper a:active
{
	float:left;
	height:0;
	padding-top:25px;
	line-height:0;
	overflow:hidden;
	text-indent: -100em;
}
.main_nav_wrapper a:hover, .main_nav_wrapper a:active, .main_nav_wrapper a.selected
{
	background-position:0 0px;
	background-image: url(/images/emb/main_nav.gif);
	background-repeat: no-repeat;
}

.main_nav_wrapper a#company:link, .main_nav_wrapper a#company:visited, .main_nav_wrapper a#company:active  { background-position:0 0; width:148px; }
.main_nav_wrapper a#products:link, .main_nav_wrapper a#products:visited, .main_nav_wrapper a#products:active  { background-position:-148px 0; width:152px; }
.main_nav_wrapper a#solutions:link, .main_nav_wrapper a#solutions:visited, .main_nav_wrapper a#solutions:active  { background-position:-300px 0; width:146px; }
.main_nav_wrapper a#customers:link, .main_nav_wrapper a#customers:visited, .main_nav_wrapper a#customers:active  { background-position:-446px 0; width:192px; }
.main_nav_wrapper a#newsandevents:link, .main_nav_wrapper a#newsandevents:visited, .main_nav_wrapper a#newsandevents:active   { background-position:-638px 0; width:186px; }
.main_nav_wrapper a#services:link, .main_nav_wrapper a#services:visited, .main_nav_wrapper a#services:active  { background-position:-824px 0; width:146px; }

.main_nav_wrapper a#company:hover { background-position:0 -25px; }
.main_nav_wrapper a#products:hover{ background-position:-148px -25px; }
.main_nav_wrapper a#solutions:hover{ background-position:-300px -25px; }
.main_nav_wrapper a#customers:hover { background-position:-446px -25px; }
.main_nav_wrapper a#newsandevents:hover { background-position:-638px -25px; }
.main_nav_wrapper a#services:hover { background-position:-824px -25px; }

a.main_nav_wrapperOn:link , a.main_nav_wrapperOn:visited, a.main_nav_wrapperOn:hover
{
	background-image: url(/images/emb/main_nav_on.gif);
}
a.main_nav_wrapperOnFade:link, a.main_nav_wrapperOnFade:visited, a.main_nav_wrapperOnFade:hover
{
	background-image: url(/images/emb/main_nav_on.gif);
}
.subnav_wrapper
{
	position:absolute;
	left: 0px;
	padding-left: 350px;
}	
.subnav {
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #464646;
	border-right-color: #464646;
	border-bottom-color: #464646;
	border-left-color: #464646;
	visibility: hidden;
	background-color: #000000;
}
.subnav a:link, .subnav a:visited{
	background-color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #d7d7d7;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 132px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.subnav a:hover{
	background-color: #a21411;
	color: #d7d7d7;
	text-decoration: none;
}
.thirdsubnav
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #464646;
	border-right-color: #464646;
	border-bottom-color: #464646;
	border-left-color: #464646;
	position: absolute;
	top: 0px;
	visibility: hidden;
	display: block;
	width: 160px;
	overflow: hidden;
	background-color: #000000;
}
.thirdsubnav a:link, .thirdsubnav a:visited{
	background-color: transparent;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #d7d7d7;
	text-decoration: none;
	width: 128px;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.thirdsubnav a:hover{
	text-decoration: none;
	color: #d7d7d7;
	background-color: #a21411;
}
#subnav_third
{
	background-image: url(/images/emb/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#services_subnav, #services_subnav a
{
	text-align:right;
}
#services_subnav a
{
	text-align:right;
}
#services_subnav a#subnav_third
{
	background-image: url(/images/emb/subnav_bg_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* END NAV STYLES */


/* START FOOTER STYLES */
.footerinclude {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CCCCCC;
	padding-right: 10px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 31px;
	display: block;
	background-color: #181818;
}
.footer_links {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 400px;
}
.footer_links a:link, .footer_links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer_copyright {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* END FOOTER STYLES */




.pagecanvas
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:left;
}
.content .Header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	border-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #e12e29;
	padding:0 10px 5px 10px;
}
.boxtop-bg
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e12e29;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:10px;
	margin-top:7px;
	border-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #e12e29;
}
.boxbottom
{
	border-bottom:1px solid #e12e29;
}
.content-leftpanel
{
	padding-right:5px;
	width: 190px;
	float:left;
	margin-left:5px;
}
* html .content-leftpanel {
	display: inline;
}
.content-leftpanel h1
{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	margin-top:1px;
	padding:0px;
}
.content-leftpanel h1 a:link, .content-leftpanel h1 a:visited, .content-leftpanel h1 a:active
{
	padding:10px;

}
.content-leftpanel a:link, .content-leftpanel a:visited, .content-leftpanel a:active
{
	color:#333333;
	background-color:#F8F8F8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	text-decoration:none;
	padding:5px;
	padding-left:20px;
	margin-bottom:0px;

}
.content-leftpanel a:hover
{
	text-decoration:none;
	background-color:#CFC9C9;
}
.leftMenuSingle
{
	background-color: #F8F8F8;
	background-image: url(/images/emb/lhn_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.content-leftpanel .leftMenuSingle h1
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
.content-leftpanel .leftMenuSingle h1 a:link, .content-leftpanel .leftMenuSingle h1 a:visited, .content-leftpanel .leftMenuSingle h1 a:active
{
	margin:0px;
	padding:10px;
}
.content-rightpanel
{
	float:left;
	margin-left:4px;
	width:225px;
}
.content-rightpanel .archive, .content-rightpanel .callout, .all-access_banner
{
	margin-top:40px;
}
.content-rightpanel .callout .content, .content-rightpanel .customer_qoutes .content
{
	width:auto;
	float:none;
	background-color:#EBEBEB;
	border: 1px solid #BBBBBB;
}

.content-rightpanel .customer_qoutes h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #959595;
	background-repeat: repeat-x;
	color: #ffffff;
	margin:0px;
}
.content-rightpanel .callout h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #000000;
	background-repeat: repeat-x;
	color: #EBEBEB;
	margin:0px;
}
.content-rightpanel .archive h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-image: url(/images/emb/archives_bg.gif);
	background-position: top;
	background-color: #E6E6E6;
	background-repeat: repeat-x;
	color: #333333;
	border: 1px solid #E6E6E6;
	margin:0px;
}
.content-rightpanel .moreinfo_box, .content-rightpanel .seealso_box, .content-rightpanel .customer_qoutes
{
	margin-top:5px;
}
.content-rightpanel .moreinfo_box h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #E6E6E6;
	color: #333333;
	border: 1px solid #E6E6E6;
	margin:0px;
}
.content-rightpanel .seealso_box h1.lightgrey
{
	background-color: #F6F6F6;
	border-bottom-style: none;
}
.content-rightpanel .seealso_box h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	background-color: #E6E6E6;
	color: #333333;
	border: 1px solid #E6E6E6;
	margin:0px;
}
.archive .links, .moreinfo_box .links, .seealso_box .links
{
	border: 2px solid #E6E6E6;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.seealso_box .links
{
	border-top-style: none;
}
.moreinfo_box .links
{
	background-color: #E6E6E6;	
	padding-top:0px;
	background-image: url(/images/emb/moreinfo_box_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.seealso_box .links
{
	background-color: #F6F6F6;	
	background-image: url(/images/emb/boxbg.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
}
.archive .links a:link, .archive .links a:visited, .archive .links a:active, .moreinfo_box .links a:link, .moreinfo_box .links a:visited, .moreinfo_box .links a:active, .seealso_box .links a:link, .seealso_box .links a:visited, .seealso_box .links a:active
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	padding-left: 15px;
	text-decoration: none;
	background-image: url(/images/emb/bullet_arrowright.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.archive .links a:hover, .moreinfo_box .links a:hover,  .seealso_box .links a:hover
{
	color: #E12E29;
	background-image: url(/images/emb/bullet_arrowright_red.gif);
}
.leftMenu
{
	background-color: #F8F8F8;
	background-image: url(/images/emb/lhn_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 535px;
	float:left;
}
* html .content {
	overflow-x: hidden;
}
.landing
{
	width: 740px;
}
.content p
{
	margin:10px;
}
.arrow
{
	list-style-image: url(/images/emb/bullet_arrowright.gif);
}
.content .banner
{
	margin-bottom:10px;
	margin-top:2px;
}
.content .item
{
	border-top: 1px solid #EBEBEB;
	padding:8px;
}
.content .item .date, .content .item .productname
{
	color:#0072BC;
	font-size:14px;
	margin-bottom:5px;
}
.productname a:link, .productname a:visited, .productname a:active
{
	color:#0072BC;
	font-size:14px;
	text-decoration: none;
}
.productname a:hover
{
	text-decoration: underline;
}
.content .item .title, .content .item .description
{
	color:#333333;
	font-size: 12px;
}
.content .item .description p
{
	margin:0px;
	margin-top:5px;
}
.content .item .moreinfo
{
	float:right;
}
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
h1.accordion_toggle
{
	border-top: 1px solid White;
	cursor:pointer;
}
.content-leftpanel .accordion_toggle_active a:link, .content-leftpanel .accordion_toggle_active a:visited, .content-leftpanel .accordion_toggle_active a:active
{
	background-color:#CFC9C9;
}
#filter
{
	margin:10px;	
}
#filter select
{
	background-color: #F8F8F8;
	border: 1px solid #C7C7C7;
	margin-right:10px;
}
.red_text
{
	color:#ff0000;
	margin:10px;
	font-weight: bold;
}
.landing .red_text
{
	display:block;
	margin-bottom:0px;
}
.content-leftpanel .products h1 a:link, .content-leftpanel .products h1 a:visited, .content-leftpanel .products h1 a:active {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-color: #F2F2F2;
	background-image: url(/images/emb/bg_lhn.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.content-leftpanel .products h1 a:hover {
	background-image: url(../none);
	background-color:#CFC9C9;
}
.content-leftpanel .products h1 a#on {
	background-image: url(../none);
	background-color:#CFC9C9;
}
.addon
{
	margin-right:30px;
}

.addon a:link, .addon a:visited, .addon a:active
{
	text-decoration: none;
	color: #2084C4;
}
.addon a:hover
{
	text-decoration: underline;
}
.products_main_content
{
	padding:10px;
}
.products_main_content h1
{
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:20px;
}
.products_main_content h2
{
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}
.products_main_content p
{
	margin:0px;
	margin-bottom:15px;
}
.products_main_content ul
{
	margin:0px;
	margin-bottom:15px;
	margin-left:15px;
	padding:0px;
}
.community_wrapper
{
	background-color:#E1E1E1;
	padding:15px;
	color:#333333;
}
.community_wrapper h1
{
	margin:0px;
	margin-bottom:8px;
	font-size:12px;
	font-weight:bold;
	position:relative;
}
.community_wrapper .col
{
	width:100px;
	float:left;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style:  solid;
	border-bottom-style:none;
	border-left-style: none;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
}
.community_wrapper .col a:link,  .community_wrapper .col a:visited, .community_wrapper .col a:active 
{
	display:block;
	color:#333333;
	
}
.product_banner
{
	height: 250px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:0px;
	text-align:left;
	width:970px;
}
.banner_btns
{
	width:244px;
	height: 250px;
	overflow: hidden;
	float:right;
}
.banner_btns img
{
	float:left;
	border:none;
	cursor:pointer;
}
.current_banner
{
	width: 726px;
	height: 250px;
	overflow: hidden;
	float:left;
	background-color:#000000;
}
.current_banner img {
	border:none;
}
.prodBanner_erstudio
{
	background-image: url(/images/emb/prod/prodBanner_erstudio.jpg);
	width:726px;
	height: 251px;
	position: relative;
	top:0px;
}
.prodBanner_radstudio
{
	background-image: url(/images/emb/prod/prodBanner_radstudio.jpg);
	width:726px;
	height: 251px;
	position: relative;
	top:0px;
}
.allaccess
{
	background-image: url(/images/emb/allaccess_banner.jpg);
	background-position: top;
	height: 250px;
	background-repeat: no-repeat;
	position: relative;
	top:0px;
}
.buynow, .trial
{
	position: relative;
	top:192px;
	left:588px;
	
}
.download
{
	position: relative;
	top:192px;
	left:560px;
}
.mainBanner_sectionWrapper
{
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
.mainBanner_sectionWrapper ul
{
	margin:0px;
	padding:0px;
}
/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 970px;
  height: 275px;
  margin-bottom: 10px;
  position: relative;
}
#horizontal_carousel .container {
  float: left;
  width: 970px;
  height: 275px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 970px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:right;  
  width: 28px;
  height: 20px;
  background-image: url(/images/emb/caruousel_prev.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background-image: url(/images/emb/caruousel_prev.gif);
}

#horizontal_carousel .previous_button_disabled {
  background-image: url(/images/emb/caruousel_prev_off.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 28px;
  height: 20px;
  background-image: url(/images/emb/caruousel_next.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background-image: url(/images/emb/caruousel_next.gif);
}

#horizontal_carousel .next_button_disabled {
  background-image: url(/images/emb/caruousel_next_off.gif);
  cursor: default;
}
.carousel_btns
{
	width:290px;
	position:relative;
	top: -260px;
	text-align:right;
	margin-bottom: -30px;
}
.carousel_btns a:link, .carousel_btns a:visited, .carousel_btns a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: right;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #E4E4E4;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 3px;
	text-decoration: none;
}
.carousel_btns a:hover
{
	background-color: #2b483c;
	border-top-color: #e9f97e;
	border-right-color: #e9f97e;
	border-bottom-color: #e9f97e;
	border-left-color: #e9f97e;
}
.home_middlesection
{
	background-image: url(/images/emb/home_middle_bg.gif);
	background-repeat: repeat-y;
	text-align:left;
	background-position: center top;
	width:970px;
	margin-right:auto;
	margin-left:auto;
}

.home_middlesection .top .aboutus
{
	padding:0px;
	padding-botom:5px;
}
.home_middlesection .top .aboutus h1
{
	background-color:#181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;	
	padding:4px 0 4px 20px;
}
.home_middlesection .aboutus .content
{
	width:auto;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.home_middlesection .aboutus
{
	width:320px;
	overflow:hidden;
	float:left;
}
.home_middlesection .paneled_wrapper
{
	width:645px;
	margin-left:5px;
	overflow:hidden;
	float:left;
}
.home_middlesection .paneled_wrapper .panels
{
	height:23px;
	background-color:#181818;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
.newspanel_bg
{
	background-image: url(/images/emb/homepanel_news.gif);
}
.eventspanel_bg
{
	background-image: url(/images/emb/homepanel_events.gif);
}
.blogspanel_bg
{
	background-image: url(/images/emb/homepanel_blogs.gif);
}
.home_middlesection .paneled_wrapper .panels a:link, .home_middlesection .paneled_wrapper .panels a:visited, .home_middlesection .paneled_wrapper .panels a:active
{	
	text-decoration:none;
	color:#c8c8c8;
	display:block;
	float:left;
	padding-top:4px;
	padding-bottom:4px;
}
.home_middlesection .paneled_wrapper .panels a:hover
{
	color: #FFFFFF;
}
.home_middlesection .paneled_wrapper a.item:link, .home_middlesection .paneled_wrapper a.item:visited, .home_middlesection .paneled_wrapper a.item:active
{
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.home_middlesection .paneled_wrapper .readmore
{
	float:right;
	border:none;
}
.home_middlesection .paneled_wrapper a.item:hover
{	
	background-color:#F0F0F0
}
.home_middlesection .paneled_wrapper .item .date
{
	color:#333333;
	font-size:15px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#news, #events, #blogs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#news_panel, #events_panel, #blogs_panel
{
	padding:15px;
}
#events_panel, #blogs_panel
{
	display:none;
}
#news 
{
	padding-left: 20px;
	padding-right: 20px;
}
#events
{	
	padding-left: 30px;
	padding-right: 30px;
}
#blogs
{	
	padding-left: 30px;
	padding-right: 30px;
}
.homepage_tiles 
{
	margin-top:5px;
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
.homepage_tiles a img
{
	border:none;
}
.homepage_tiles a
{
	float:left;
	margin-right:5px;
}
.homepage_bottom_nav
{
	background-image: url(/images/emb/home_bottom_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 140px;
	width: 970px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
}
.homepage_bottom_nav .col
{
	float:left;
	text-align:left;
}	
.homepage_bottom_nav .col h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	margin: 15px 0 10px 0;
}
.homepage_bottom_nav .col h1 img
{
	margin-left:5px;
}
.homepage_bottom_nav .col a:link, .homepage_bottom_nav .col a:visited, .homepage_bottom_nav .col a:active
{
	display:block;
	margin-bottom:3px;
	font-size:11px;
	line-height:1.4em;
	color:#555555;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.homepage_bottom_nav .col a:hover
{
	text-decoration:underline;
}
.bottomnav_products
{
	width:110px;
	padding-left: 25px;
}
.bottomnav_solutions
{
	width:90px;
	padding-left: 20px;
}
.bottomnav_support
{
	width:120px;
	padding-left: 40px;
}
.bottomnav_resources
{
	width:115px;
	padding-left: 50px;
}
.bottomnav_communities
{
	width:120px;
	padding-left: 45px;
}
.bottomnav_profservices
{
	width:175px;
	padding-left: 35px;
}
.exec_photo_right
{
	float:right;
	padding:0 0 10px 10px;
}
.exec_photo_left
{
	float:left;
	padding:0 10px 10px 0;
}
.downloads_lhn
{
	margin-top:40px;
}
/*.downloads_lhn a:link, .downloads_lhn a:visited, .downloads_lhn a:active,*/
.dlstep-checked, .dlstep-normal, .dlstep-active {
	background-image: url(/images/emb/downloads_lhn_off.gif);
	background-repeat: no-repeat;
	background-position: top;
	/*width:135px;
	
        height:23px;
*/
        height:28px;

	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	padding-top:7px;
	padding-left:34px;
	padding-right:15px;
	display: block;
}
.downloads_lhn a:hover {
	text-decoration: underline;
}
#trials_on,
.downloads_lhn .dlstep-active {
	background-image: url(/images/emb/downloads_lhn_on.gif);
	text-decoration: none;
}
#trials_checked,
.downloads_lhn .dlstep-checked {
	background-image: url(/images/emb/downloads_lhn_checked.gif);
	text-decoration: none;
}
.downloads_table
{
	width:100%;
	border-collapse:collapse;
}
.downloads_table tr th
{
	background-color:#CACACA;
	padding:5px;
	font-size: 11px;
}
.downloads_table tr td
{
	padding:5px;
	font-size: 12px;
	color:#767676;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
.downloads_td
{
	text-align:right;
}
.downloads_table tr.alt td
{
	background-color: #D5F1FD;
}
.downloads_table tr td.windows
{
	background-image: url(/images/emb/windows_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
}
.downloads_table tr td.mac
{
	background-image: url(/images/emb/mac_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
}
.downloads_table tr td.linux
{
	background-image: url(/images/emb/linux_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
}

.trail_columns h1
{
	margin:0px;
	display:inline;
	font-size:15px;
	font-weight:bold;
	padding-right:20px;
	margin-bottom:10px;
	background-image: url(/images/emb/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.login_col
{
	width:325px;
	float:left;
	padding:10px;
}
.loginbox
{
	background-color:#d7d7d7;
	padding:15px;
	margin:5px;
}
.loginbox .row
{
	height:30px;
}
.loginbox .row label
{
	float:left;
	width: 85px;
}
.loginbox .row input
{
	float:left;
	width: 175px;
	background-color:#f9f7f8;
	border: 1px solid #aaaaaa;	
}

.createaccount_col
{
	width:370px;
	float:left;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ebebeb;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	border-left-color: #ebebeb;
}
.required
{
	color:#cc0000;
	font-weight:bold;
	font-size:14px;
	margin-left:5px;
	margin-right:5px;
}
.registerbox
{
	padding:5px;
	margin:5px;
}
.registerbox .row
{
	height:30px;
}
.registerbox .row label
{
	float:left;
	width: 135px;
}
.registerbox .row input, .registerbox .row select
{
	float:left;
	width: 190px;
	background-color:#f9f7f8;
	border: 1px solid #aaaaaa;	
}

.registerbox .row input[type='radio']
{
	width: auto;
	background-color: #ffffff;
	border: 0px;
}

.registerbox .row2 label
{
	float:left;
	width: 130px;
}
.registerbox .row2 input, .registerbox .row2 select
{
	width: 170px;
	background-color:#f9f7f8;
	border: 1px solid #aaaaaa;	
}

.registerbox .row2 input[type='radio']
{
	width: auto;
	background-color: #ffffff;
	border: 0px;
}

.banner {
	background: url(/images/emb/trial_header_bg.jpg) no-repeat;
	color: #EBFB8C;
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	padding-left: 23px;
	height: 65px;
	width: 760px;
}