html{
	background-color:#000000;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:22px 0 0 0;
	padding: 0;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#D5056D;
}
input[type='text'], input[type='password'], select{
	border: 1px solid #cccccc;
	width:200px;	
}
input[type='submit']{
	padding: 3px 5px;
	background-color: #39373A;
	color:#FFFFFF;
	border: 1px solid #cccccc;
}
textarea{
border: 1px solid #cccccc;
}
.error{
	color:#FF0000;
}
.team-link a{
	color:#999999 !important;
	line-height:30px;
}
#downcontent-box {
	background-color:#CCCCCC;
	padding:12px;
	width:350px;
}
#downcontent-box p{
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#downcontent-box strong{
	color:#E10078;
}
#wrap{
	text-align:left;
	width:976px;
	margin:0px auto;
}
#header-top{
	overflow:auto;
	margin-bottom:15px;
}
#logo{
	font-size:1.4em;
	margin-left:12px;
	height:54px;
	float:left;
	background-attachment: scroll;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#logo a{
	display:block;
	padding:20px 0 0 61px;
	color:#FFFFFF;
	font-weight:bold;
}
#info{
	float:right;
	margin-right:17px;
}
#call{
	font-size:1.5em;
	color:#DB297E;
	float:left;
	margin:20px 20px 0 0;
}
#login-wrap{
	float:left;
	background-attachment: scroll;
	background-image: url(../images/login-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:8px 5px 8px 8px;
	margin-top:10px;
}
#side-arrow{
	background-image:url(../images/header_rightside_box.png); 
	float:left; 
	height:26px; 
	width:22px;

}
#login{
	background-repeat: no-repeat;
	background-position: right center;
	padding:  5px 0 0;
	font-size: 0.9em;
}
#header-bottom{
	overflow:hidden;
	padding-bottom:0px;

}
#header-menu{
	_width: 665px;
	float:left;
}
#header-menu ul{
	margin:0;
	padding: 0;
	list-style-type:none;
}
#header-menu ul li{
	float:left;
	text-align:center;
	margin-right:1px;
	background-attachment: scroll;
	background-image: url(../images/menu-left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#header-menu ul li a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding: 5px 15px;
	background-attachment: scroll;
	background-image: url(../images/menu-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header-menu ul li a:hover{
	color:#D5056D;
}
#text-size{
	float:right;
	margin-right:20px;
	background-attachment: scroll;
	background-image: url(../images/menu-left-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:290px;
	padding-top:3px;
}
#text-size ul{
	margin:0;
	padding: 0;
	list-style-type:none;
	/*float:right;*/
}
#text-size ul li{
	float:left;
	text-align:center;
}
#text-size /*ul li*/ a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 0 5px 5px;
	float:right;
}
#text-size /*ul li*/ a.first{
	float:right;
	font-size:0.9em;
	/*padding-left:95px;*/
}
#text-size /*ul*/ a.last{
	float:right;
	background-color:transparent;
	background-attachment: scroll;
	background-image: url(../images/menu-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right:15px;
	
}
#main{
	/*overflow:auto;*/
}
#left-menu{
	padding-top:3px;
}
#main-left{
	float:left;
	width:125px;
	margin-right:5px;
}
#left-menu ul{
	margin:0;
	padding: 0;
	list-style-type:none;
}
#left-menu ul li{
	text-align:left;
	background-image: url(../images/left-menu-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#left-menu ul li a{
	display:block;
	color:#FFFFFF;
	padding: 17px 0 17px 10px;
	background-attachment: scroll;
	background-image: url(../images/left-menu-right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/*#left-menu ul li a span{



}
*/
#left-menu ul li a:hover{
	text-decoration:none;
	color: #D5056D;
}
#main-right{
	float:left;
	width:846px;
}
#subheader-wrap{
	position:relative;
	height:200px;
	margin-bottom:10px;
	margin-top:3px;
}
.subheader{
	width:845px;
	height:200px;
	margin-bottom:10px;
	float:left;	
}
.subheader-links ul{
	margin: 18px 0 0 0;
	padding: 0;
	list-style-type:none;
}
.subheader-links ul li{
	margin-bottom:10px;
}
.subheader-links ul li a{
	width:272px;
	height:41px;
	display:block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}
.subheader-links ul li a:hover{
	text-decoration:none;
}
.subheader-links ul li a.first{
	background-image: url('../images/btn1.png');
}
.subheader-links ul li a.first:hover{
	background-image: url('../images/btn1_over.png');
}
.subheader-links ul li a.second{
	background-image: url('../images/btn2.png');
}
.subheader-links ul li a.second:hover{
	background-image: url('../images/btn2_over.png');
}
.subheader-links ul li a.last{
	background-image: url('../images/btn3.png');
}
.subheader-links ul li a.last:hover{
	background-image: url('../images/btn3_over.png');
}

/*.subheader-links ul li a:hover{
	text-decoration:none;
}
.subheader-links ul li.big-links-black-left{
	background-image: url(../images/big-links-black-left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}
.subheader-links ul li a.big-links-black-right{
	padding-right:36px;
	background-attachment: scroll;
	background-image: url(../images/big-links-black-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight:bold;
}
.subheader-links ul li.big-links-pink-left{
	background-attachment: scroll;
	background-image: url(../images/big-links-pink-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
}
.subheader-links ul li a.big-links-pink-right{
	padding-right:39px;
	background-attachment: scroll;
	background-image: url(../images/big-links-pink-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
*/.clear{
	clear:both;
}
#box{
	overflow:hidden;
	margin-right:22px;
}
#box-left{
	float:left;
	height:255px;
	width:10px;
	background-attachment: scroll;
	background-image: url(../images/home-box-left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#box-repeat{
	float:left;
	height:255px;
	width:600px;
	background-attachment: scroll;
	background-image: url(../images/home-box-repeat.png);
	background-repeat: repeat-x;
	background-position: left center;
}
#box-right{
	float:left;
	height:255px;
	width:10px;
	background-attachment: scroll;
	background-image: url(../images/home-box-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#box-head{
	height:46px;
	text-transform:uppercase;
	background-attachment: scroll;
	background-image: url(../images/main-head-bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#box-footer{
	background-attachment: scroll;
	background-image: url(../images/box-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:7px;
	width:825px;
	
}
#box-head h1{
	font-weight:normal;
	font-size:1.5em;
	padding:11px 0 0 34px;
	margin:0;
}
#box-content{
	min-height:300px;
	height:auto !important;
	height:300px;
	background-color:#FFFFFF;
	color:#000000;
	/*width:741px;*/
	padding:18px 20px 18px 34px;
	overflow:hidden;
	position:relative;
	
}

#box-content ul{
	margin:0;
	padding:0;
	list-style-type:none;
	
	
}
#box-content ul li{
	margin:0;
	padding:0 0 0 5px;
	list-style-type:none;
}
#box-content h2{
	font-size:1.3em;
	color:#D5056D;
	font-weight:normal;
	margin:0;
	padding:0px;
}
#box-content h2 a{
	color:#D5056D;
}
#box-content .pick-text{
	font-size:1.4em;
	color:#D5056D; !important
	font-weight:normal;
	
}
#box-content .pick-small{
	font-size:1.0em;
	color:#D5056D; !important
	font-weight:bold;
	
}
#box-content a{
	color:#000000;
}
#box-content a:hover{
	color:#D5056D;
}
.view{
	color:#D5056D !important;
	background: transparent url(../images/nextarrowsmall.png) right center scroll no-repeat;
	display: block;
	width:45px;
}
#box-content-left{
	width: 55%;
	float:left;		
}	
#box-content-right{
	width: 44%;
	float:right;	
	/*margin: 0 0 0 15px;	*/
}	
#content-box{
	background-color:#CCCCCC;
	padding:5px;
	color:#E10078;
}
#content-box p{
	margin:0px;
	color:#000000;
}

#content-box td{	
	padding:7px;
	font-size:95%;

}


#content-box img{
padding-bottom:7px;
}
/*#box-content a.href{
font-size:1.0em;
color:#D5056D; 
font-weight:bold;
margin:0;
}
*/
#box-content h3{
	font-size:1.3em;
	color:#000000;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#free-trial a{
	display:block;
	background-attachment: scroll;
	background-image: url(../images/free-trial-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:173px;
	height:138px;
	margin:7px 0 0 0;
	float:right;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#links{
	float:left;
}

#links ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#links ul li{
	width:364px;
	margin-bottom:10px;
	background-attachment: scroll;
	background-image: url(../images/big-links-black-left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#links ul li a{
	/*width:313px;*/
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding: 14px 0px 14px 18px;
	font-size: 1.3em;
	text-transform:uppercase;
	padding-right:36px;
	background-attachment: scroll;
	background-image: url(../images/big-links-black-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight:bold;
	text-transform:uppercase;
}
/*#links ul li a:hover{
	text-decoration:none;
}*/
#footer{
	margin-top:0px;
}
#footer-menu{
	float:right;
}
#footer-menu ul{
	margin:0;
	padding: 0;
	list-style-type:none;
}
#footer-menu ul li{
	float:left;
	text-align:center;
}
#footer-menu ul li a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding: 19px 10px;
}
#footer-menu ul li a.last{
	padding-right:40px;
}
#footer-menu ul li a:hover{
	text-decoration:none;
	color: #D5056D;
}
.h2subheading{
float:left;

}
#ticker {
	color:#FFFFFF; font-size:12px; font-weight:bold
}
.pricing{
	float:left;
}
.line{
float:left;
background-image:url(../images/line.gif);
background-repeat:repeat-y;
height:280px;
}
#pricinglist ul{
	padding:0 0 0 19px;
}
#pricinglist li{
	list-style-image: url('../images/pricingarrow.gif');
	vertical-align:top;
	margin-bottom:3px !important;
}
#sitemap li{
	margin:0 0 0 3px !important;
}
.mma a {
	text-decoration:underline;
}
.scroll-pane{
	/*background:#D9DADB none repeat scroll 0 0;*/
	overflow:auto;
	/*padding:20px 0 5px 20px;*/
	padding:0;
	height:260px;
	width:350px;
	position:absolute;
	top: 20px;
	right:20px;
}
#column-left{
	padding: 0 !important;
	float:left;
	width:380px;
}
#column-right{
	float:right;
}
#resource-boxes{
	position:absolute;
	left:34px;
	bottom:20px;
}
#techincal-benefits{
	margin-top:20px !important;
}
#techincal-benefits li{
	list-style-type:square !important;
	list-style-image:url('../images/bullet.gif');
	padding-left:0 !important;
	margin:0 0 5px 16px !important;
	
}

#popular_main_wrapper{
	background:url(../images/popular_block.gif);
	width:341px;
	height:88px;
	margin:3px 0px 4px 0px;
	font-size:70%;
	position: relative;
}

#popular_content_wrapper{
padding:35px 10px 0px 18px;
}

.stuff{
	float:left;
	width:290px;
	padding:0 0 5px 0;
}

.stuff_link{
	margin-right:10px;
	width:40px;
	float:left;
}
.stuff_txt{
	float:left;
	width:240px;
}

.stuff_link a{
	float:right;
	color:#DF0077;
	padding-bottom:5px;
}

#webinars_main_wrapper{
	background:url(../images/webinars_bg.gif);
	width:341px;
	/*height:128px;*/
	height:92px;
}

#webinars_content{
	font-size:80%;
	width:190px;
	/*padding:12px 0px 0px 20px;*/
	padding:1px 0px 0px 20px;
	float:left;
}


#webinars_buttons{
	float:left;
	/*padding:23px 0px 0px 15px;*/
	padding:11px 0px 0px 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
#webinars_buttons{
float:left;
padding:25px 0px 0px 15px;
}
}

#webinars_buttons div{
padding:0px 0px 9px 0px;
}

#webinars_tagline{
padding:38px 0px 0px 18px;
}

#webinars_buttons a{
text-decoration:none;
}

#webinars_buttons a:hover{
text-decoration:underline;
color:#FFFFFF;
}

#content_buttons{
position:absolute;
left:425px;
top:20px;
}

#content_buttons div{
padding:0px 0px 5px 0px;
}

#resource-boxes2{
	text-align:center;
	margin-top:20px;
}
#resource-boxes2 img{
	padding:0px 20px 15px 0px;
}
/*#resource-boxes2 div{
float:left;
padding:0px 20px 15px 0px;
}*/

#resource_form{
width:328px;
height:273px;
background:#CCCCCC;
padding:15px 0px 0px 15px;
}

#resource_form_2{
width:328px;
height:273px;
background:#CCCCCC;
padding:15px 0px 0px 7px;
}
#resource_form span{
	color: #000000;
}
#resource_form a{
text-decoration:underline;
}


#resource_form table{
padding:0px 15px 0px 0px;
}

#resource_form table td{
padding:0px 0px 0px 0px;
}


#resource_form input[type='text'], #resource_form input[type='password']{
	margin:2px 0px 0px 0px;
	height:17px;
	width:211px;
	font-size:80%;
	padding: 0 2px;
	margin-right:5px;
	border: 1px solid #D5056D;
/*	background-attachment:fixed;
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
*/}

.team-link{
color:#999999;
}

#loginbutton{
	width:50px !important;
	height:13px !important;
	background:none !important;
}
.tablespacing{
	margin-right:15px;
	margin-bottom:20px;
}
.small-text{
	font-size:0.8em;
	text-align:center;
}
.small-text a{
	text-decoration:none;
}
.duration{
	color:#999999;
	font-size:0.9em;
	text-align:center;
	line-height:0px;
}
.mmctvheading{
	font-size:0.9em;
	font-weight:bold;
}

/* JS SCROLLBAR */
.winXP .jScrollPaneTrack {
	/*background: url(../images/windows_track.gif) repeat-y;*/
	background: #FFFFFF url(../images/scroller_back.png) repeat-y;
}
.winXP .jScrollPaneDrag {
/*	background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
*/}
.winXP .jScrollPaneDragTop {
/*	background: url(../images/windows_drag_top.gif) no-repeat;
	height: 4px;
*/}
.winXP .jScrollPaneDragBottom {
/*	background: url(../images/windows_drag_bottom.gif) no-repeat;
	height: 4px;
*/}
.winXP a.jScrollArrowUp {
	width:22px;
	height: 21px;
	/*background: url(../images/windows_arrow_up.gif) no-repeat 0 0;*/
	background: url(../images/scroller_top_arrow.png) no-repeat 0 0;
}
.winXP a.jScrollArrowUp:hover {
	/*background-position: 0 -20px;*/
}
.winXP a.jScrollArrowDown {
	width:22px;
	height: 21px;
	/*background: url(../images/windows_arrow_down.gif) no-repeat 0 0;*/
	background: url(../images/scroller_bottom_arrow.png) no-repeat 0 0;
}
.winXP a.jScrollArrowDown:hover {
	/*background-position: 0 -20px;*/
}
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -40px;*/
}


.winXP2 .jScrollPaneTrack {
	/*background: url(../images/windows_track.gif) repeat-y;*/
	background: #FFFFFF url(../images/scroller_back2.png) repeat-y;
}
.winXP2 .jScrollPaneDrag {
/*	background: url(../images/windows_drag_middle.gif) no-repeat 0 50%;
*/}
.winXP2 .jScrollPaneDragTop {
/*	background: url(../images/windows_drag_top.gif) no-repeat;
	height: 4px;
*/}
.winXP2 .jScrollPaneDragBottom {
/*	background: url(../images/windows_drag_bottom.gif) no-repeat;
	height: 4px;
*/}
.winXP2 a.jScrollArrowUp {
	width:22px;
	height: 21px;
	/*background: url(../images/windows_arrow_up.gif) no-repeat 0 0;*/
	background: url(../images/scroller_top_arrow2.png) no-repeat 0 0;
}
.winXP2 a.jScrollArrowUp:hover {
	/*background-position: 0 -20px;*/
}
.winXP2 a.jScrollArrowDown {
	width:22px;
	height: 21px;
	/*background: url(../images/windows_arrow_down.gif) no-repeat 0 0;*/
	background: url(../images/scroller_bottom_arrow2.png) no-repeat 0 0;
}
.winXP2 a.jScrollArrowDown:hover {
	/*background-position: 0 -20px;*/
}
.winXP2 a.jScrollActiveArrowButton, .winXP2 a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -40px;*/
}
.functions li{
	margin-bottom:5px !important;
}


/*Behlool*/

.testdrive_box_content{
padding-top:5px;
}

.testdrive_box_content div{
	float:left;
	font-size:0.95em;
	color:#000000;
	padding-right:4px;
}

#title{
font-size:0.87em;
padding-right:4px;
font-weight:bold;
}

