/*top bar styles
 * for nytimes style fixed bar
 */
#pagewrapper {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: relative;
}
#barpad {
	width: 100%;
	height: 40px;
}
#barwrapper {
	left:0;
	position:fixed;
	top:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	background:white none repeat scroll 0 0;
	height:29px;
	width:100%;
	z-index:100;
	line-height:normal !important;
	text-align:left;
}
#bar {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 1px 0 1px;
	height:  28px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #ffffff;
	z-index: 1;
}
#bar .hidden {
	display: none;
}
#bar .col {
	width: 478px;
	float: left;
	text-align: center;
	padding-top: 10px;
	height: 18px;
	overflow: hidden;
}
#bar .colRight {
	width: 473px;
	float: left;
	height: 28px;
	background: transparent url('/_media/images/home/right-top-bg.gif') top left repeat-x;
}
#bar .colLeft {
	width: 517px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	height: 21px;
	background: transparent url('/_media/images/home/left-top-bg.gif') top left repeat-x;
}
#barshadow {
	width: 100%;
	position: absolute;
	top: 29px;
	_top: 24px;
	left: 0px;
	height: 17px;
	background: transparent url('/_media/images/common/topbar_shadow_home.png') top left repeat-x;

}
.bararrow {
 background:url("/_media/images/home/shadow-arrow.gif") no-repeat scroll 0 0 transparent;
height:13px;
left:84px;
margin:0;
position:absolute;
top:28px;
width:10px;
}

a.showdmenu {
	display: block;
	/*  background: url(/_media/images/common/buttons/plus.gif) 99% 2px no-repeat;*/
  width: 100%;
}
a.showdmenuactive {
/*  background: url(/_media/images/common/buttons/minus.gif) 99% 2px no-repeat;*/
}
a.showdmenu span {
	padding-right: 13px;
}
.dmenu {
	background-color: #E6E6E6;
	border: 1px solid #ffffff;
	border-top: 0;
	list-style-type:none;
	padding: 0 0 9px 0;
	position: absolute;
	top: 100%;
	right: -1px;
	text-align:left;
	width: 195px;
	margin: 0;
}
.websites-menu {
	float:left;
	display:block;
}
#bar .colRight .websites-menu ul {
	padding:0;
	list-style-type:none;
	position:absolute;
	right:68px;
	color:#3399CC;
	margin:0;
}
#bar .colRight .websites-menu ul li {
	background:none;
	margin:0;
	padding:0;
	width:120px;
	color:#3399CC!important;
}
#bar .colRight .websites-menu ul li a {
	display: block;
	text-align:left !important;
	padding: 2px 0 2px 10px;
	width:183px;
}
#bar .colRight a:hover {
	background-color: transparent;
	color: #3399CC;
}
#bar .colRight .websites-menu ul li a:hover {
	display: block;
	background-color: #3399CC;
	color: #ffffff;
}
/*mobified on 14-oct-09*/
a.showdmenu1 {
	display: block;
	/*background: url(/_media/images/common/buttons/plus.gif) 26% 2px no-repeat;*/
  width: 100%;
}
a.showdmenu1active {
/*background: url(/_media/images/common/buttons/minus.gif) 26% 2px no-repeat;*/
}
a.showdmenu1 span {
/*  padding-right: 13px;*/
}
#bar .colRight .dmenu1 {
	background-color: #E6E6E6;
	border: 1px solid #ffffff;
	border-top: 0;
	list-style-type:none;
	padding: 0 0 9px 0;
	position: absolute;
	top: 100%;
	text-align:left !important;
	width: 195px;
	margin: 0;
}
.contact-menu {
	float:left;
	display:block;
}
#bar .colRight .contact-menu ul {
	padding:0;
	list-style-type:none;
	position:absolute;
	right:172px;
	color:#3399CC;
	margin:0;
}
#bar .colRight .contact-menu ul li {
	background:none;
	margin:0;
	padding:0;
	width:120px;
	color:#3399CC!important;
}
#bar .colRight .contact-menu ul li a {
	display: block;
	text-align:left !important;
	padding: 2px 0 2px 10px;
	width:183px;
}
#bar .colLeft a:hover {
	background-color: transparent;
	color: #3399CC;
}
#bar .colRight .contact-menu ul li a:hover {
	display: block;
	background-color: #3399CC;
	color: #ffffff;
	text-align:left !important;
}
/* Ends 14-oct-09*/
/*ie6 fix*/
* html {
	overflow: hidden;
}
* html body {
	height: 100% !important;
	overflow-y: hidden;
 background-position-x: expression(((document.body.clientWidth-1118)/2) + 'px');
}
* html #pagewrapper {
	overflow: auto;
	overflow-x: hidden;
}
* html #barwrapper {
	position: absolute;
	left: -1px;
 width: expression(((document.body.clientWidth - 15) + 'px'));
}
* html #barshadow {
	position: absolute;
	left: 0;
	background-image: none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_media/images/common/topbar_shadow.png", sizingMethod="scale");
 width: expression(((document.body.clientWidth - 16) + 'px'));
}
#bar .colRight ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#bar .colRight ul li {
	color:#181818 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:1px solid #ffffff;
	height:21px;
	padding:7px 20px 0 29px;
	background: url(/_media/images/home/down-arrow.gif) 15px 12px no-repeat;
	margin:0px;
	list-style-type:none;
	display:inline;
	float:left;
	width:55px;
}
#bar .colRight ul li.web-box{
	width:105px;
}
#bar .colRight ul li.home{
	background:none;
	color:#666666;
	font-weight:bold;
}

#bar .colRight ul li a {
	text-decoration:none;
	color:#181818 !important;
	font-size:11px;
	outline:none;
}
/* Quick Start toolbar */

#logo{
padding-top:0px;
} 

#toolbar {
	background:inherit;
	color:inherit;
	float:right;
	padding-right:40px;
	margin-top:6px;
	width:392px;
}
#toolbar span {
	color:#181818 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
#toolbar ul {
	float:right;
	left:auto;
	list-style:none outside none;
	margin:0;
	padding:3px 0 0 0;
	position:relative;
	width:392px;
}
#toolbar ul li {
	background:url("/_media/images/toolbar/divider.gif") no-repeat scroll right top transparent;
	display:block;
	float:left;
	padding:0 2px 0 0;
}
#toolbar ul li a {
	text-decoration:none;
}
#toolbar ul li a:hover {
	text-decoration:none;
}
#toolbar ul li a.trial {
	background:url("/_media/images/toolbar/tb_trial_static.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:79px;
}
#toolbar ul li a.trial:hover{
	background:url("/_media/images/toolbar/tb_trial_over.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:79px;
}
#toolbar ul li a.demo {
	background:url("/_media/images/toolbar/tb_demos_static.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:87px;
}
#toolbar ul li a.demo:hover {
	background:url("/_media/images/toolbar/tb_demos_over.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:87px;
}
#toolbar ul li a.purchase {
	background:url("/_media/images/toolbar/tb_purchase_static.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:104px;
}
#toolbar ul li a.purchase:hover {
	background:url("/_media/images/toolbar/tb_purchase_over.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:104px;
}
#toolbar ul li a.newsletter {
	background:url("/_media/images/toolbar/tb_newsletters_static.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:116px;
}
#toolbar ul li a.newsletter:hover {
	background:url("/_media/images/toolbar/tb_newsletters_over.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:27px;
	text-indent:-3000px;
	width:116px;
}
#toolbar ul li.last {
	background:none;
	padding:0;
}
#search_new {
	background-image:url("/_media/images/common/bg_searchNav.jpg");
	background-repeat:no-repeat;
	display:inline;
	float:right;
	height:40px;
	margin-bottom:0;
	margin-right:16px;
	margin-top:7px;
	width:213px;
	position:absolute;
	z-index:100;
	right:245px;
}
div.searchNewForm {
	padding:0 8px 0 12px;
	text-align:center;
}
a.showsearch {
	display: block;
  width: 100%;
}
a.showsearchactive {
/*  background: url(/_media/images/common/buttons/minus.gif) 99% 2px no-repeat;*/
}
a.showsearch span {
	padding-right: 13px;
}
.search-menu{
display:block;
float:left;
}
.search-go-btn{
	position:relative;
	top:5px;
	left:10px;
}

