:focus
{
  -moz-outline-style: none;
}
a{
	color:#F7941E;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.breadcrumbs{
	color: #0e76bc;
	font-size: 11px;
}
p{
	color: #060606;	
	font-size: 13px;
	margin: 0;
	padding:0;
}
h1{
	color: #1b75bc;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 10px 0;
	margin-bottom:0;
}
h2{
	color: #58595b;
	font-size: 13px;
	font-weight: bold;
}
body{
	font-size: 13px; /*12px*/
	font-family: Arial, helvetica;
	margin:0;
	/*text-align: center;*/
	background-color: #F7F7F7;
}

ul{
	margin: 0;
	padding: 2px 0 0 14px;
}

.subsub_menu span ul li{
	padding-bottom: 4px;
}
h1.rtl {
direction:rtl;
unicode-bidi:bidi-override;
}
span.rtl2 {
display:none;
}


.container{
	margin: 0 auto;
	width: 860px;
}

/*HEADER*/
.header .logo{
	float: left;
	clear: both;
	padding: 20px 0 20px 0;
}
.header .entry_text{
	display: block;
	float: left;
	color: #f7931e; /*orange*/
	padding: 4px 0 0 15px;
	font-family:Myriad Pro;
	font-size:18px;
}
.header img{
	float: left;
}
.header .entry_text span{
	color: #4290c5; /*blue*/
}

/*MENU*/
.container .main_menu{
	float: left;
	position: relative;
	width: 100%;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.container .main_menu ul.menu{
	margin: 0;
	padding: 0;
	height: 32px;
	float: left;
}
.container .main_menu .menu li{
	clear:none;
	float:left;
	list-style-type:none;
	width:auto;
	position:relative;
}
.container .main_menu .menu li a {
	clear: none;
	display: block;
	float: left;
	valign: middle;
	color: #f9fbfd;
	height: 29px;
	line-height: 29px;
	border-right: 1px solid #a2bad0;
	width: 115px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

/*HOVERS*/
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			0; /* match top ul list item height */
	z-index:		99;
	
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

.container .main_menu .menu li.sfHover{
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #adadad;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #adadad;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}


.menu .active {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #adadad;
}

.menu #current {
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border-bottom: 1px solid #adadad;
}




/*NEW NEW NEW sub-menu*/
.sub{
	float: left;
	clear: both;
	height: 27px;
}
.sub .menu_sub{
	float: left;
	clear: both;
	list-style-type:none;
	margin:0;
	padding:0;
	/*height: 15px;
	padding-top: 11px;
	padding-bottom: 9px;*/
	padding-left: 45px;
}
.sub .menu_sub li{
	display: block;
	float: left;
}
.sub .menu_sub li a{
	display:block;
	float:left;
	color: #4481c3;
	font-size: 13px;
	padding: 7px 17px 5px 17px;
	border-right: 1px solid #dedfe0;
	font-weight: bold;
}

.sub .menu_sub li.active a{
	color: #1a2f4c;
}


/*SUBMENU - menu2*/
.container .main_menu .menu ul{

DISPLAY:NONE;

	/*top:			-999em;*/
	margin: 0;
	border-left: 1px solid #84a0cf;
	border-right: 1px solid #84a0cf;
	background-color: #1b75bc;
	float:left;
	clear: both;
	width: 180px;
	position: absolute;
	top: 30px;
	padding:0;
	/*padding: 10px 0 10px 0;*/
	filter:alpha(opacity=80);
	-moz-opacity:.82;
	opacity:.82;
}
.container .main_menu .menu ul ul
{
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
.container .main_menu .menu ul li{
	clear:both;
	float:left;
	display: block;
	list-style-type:none;
	border-bottom: 1px solid #5b9ccf;
	padding: 0;
	margin:0;
	width:180px;
}
.container .main_menu .menu ul li a {
	color: #f9fbfd;
	valign: middle;
	height: 22px;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	padding-left: 12px;
	width: 168px;
	/*width: 105px;*/
	border: 0 none;
}

/*SUBMENU - menu3*/
.container .main_menu .menu ul li ul{
	margin-top:-30px;
	padding:0;
	position: absolute;
	float: left;
	clear: both;
	display: block;
}

/*SEARCH*/
.header .search{
	float:right;
	padding:3px 15px 0 0;
}
.search .search_search{padding-left: 5px;}
.search #mod_search_searchword {
	background:url(../images/search.jpg) no-repeat;
	background-position: left top;
	border:0 solid;
	color:#86847D;
	height:22px;
	line-height: 22px;
	float: left;
	padding: 3px 0 0 5px;
	width: 127px;
}
*html .search #mod_search_searchword 
{
	padding-top:0;
}
*:first-child+html .search #mod_search_searchword 
{
	padding-top:0;
}
#searchForm .contentpaneopen input#searchphraseall{
	padding: 0;
	margin: 0;
}


.form_item .cf_button{
	width: 227px; /*432px;*/
}
.form_item .cf_button input{
	float: right;
}
/*CONTENT*/
.content{
	float:left;
	clear: both;
	text-align: left;
	/*background-image: url(./../images/content_bg_top.jpg);*/
	background-image: url(../images/content_bg_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10px;
	background-color: #F7F7F7;
	color: #060606;
}
.content .middle{
	float: left;
	/*background-image: url(./../images/content_bg_middle.jpg);*/
	background-image: url(../images/content_bg_middle.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 100%;
	/*margin: 30px 0 0 0;*/
}
.content .bottom{
	float: left;
	/*background-image: url(./../images/content_bg_bottom.jpg);*/
	background-image: url(../images/content_bg_bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 13px;
	padding-right: 17px;
	padding-bottom:30px;
}
.article{
	border:1px solid #dfdfdf;
	float:left;
	/*padding:10px 23px 0px 23px;*/
	padding: 6px;
	text-align:left;
	width: 816px;
	background-color: #f7f8f8;
	position: relative;
}
.article .contentheading, .article .componentheading, .article .contentheading a{
	color: #1b75bc;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
}
.content .middle .bottom .article p{
	padding: 5px 0 5px 0;
}

/*content styles for the home page*/
.content2 .big_title{
	color:#404041;
	float:left;
	font-size:64px;
	padding-left:65px;
	padding-top:40px;
	text-align:left;
	width:400px;
	font-family:Myriad Pro, Arial, Verdana, sans-serif;
}
.content2 img{
	margin-left:17px;
}

.content2{
	float:left;
	clear: both;
	background-image: url(../images/home_content_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 267px;
	margin-top: 10px;
	text-align: left;
}
fieldset{border: 0 none;}
/*FOOTER*/
.footer{
	border-top: 1px solid #dcdcdd;
	padding: 15px 0 15px 0;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}
*html .footer{
	float: none;
	clear:both;
}

.footer p span.right{
	/*padding-left: 17px;*/
}

.footer a{
	color: #f29400;
	text-decoration:none;
	padding: 0 2px 0 2px;
}
.footer p{
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #b1b3b4;
	text-align: left;
	/*display: block;*/
	float: left;
	width: 100%;
}
*html .footer p{
	float: none;
	clear:both;
}
/*READ MORE*/
.readon{
	background-image:url(../images/learn_more.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:11px;
	height:19px;
	padding-right:66px;
	padding-left:9px;
	padding-top:3px;
	text-align:left;
	text-decoration:none;
	width:79px;
	font-family:Arial;
}

/*WRAPPER styles for the home page*/

.wrapper{
	float: left;
	width: 100%;
	text-align: left;
	color: #060606;
	font-size: 13px;
	padding: 22px 0 0 0;
}
.wrapper .block{
	float: left;
	width: 300px;
	clear: none;
	margin-right: 35px;	
}
.wrapper .block_left{
	float: left;
	width: 186px;
	clear: none;	
}
.wrapper .block_title{
	padding:0;
	margin-bottom: 13px;
	margin-top:0;
}
.wrapper .block_content{
	display: block;
	float: left;
	width:186px;
	border-top: 1px solid #dddede;
	padding-top: 14px;
}
.wrapper .block_img{
	display: block;
	float: left;
	padding-left: 26px;
	width: 80px;
	padding-top: 20px;
}
.wrapper .block_img img{
	text-align: center;
}
.wrapper .block_img .readon{
	margin:0;
	padding-right:0;
	float: left;
	clear: both;
	margin-top: 17px;
}



.create{
background-image: url('../images/create.jpg');
background-repeat: no-repeat;
background-position: left top;
}

.deploy{
background-image: url('../images/deploy.jpg');
background-repeat: no-repeat;
background-position: left top;
}

.experience{
background-image: url('../images/experience.jpg');
background-repeat: no-repeat;
background-position: left top;
}

.bl{
	float:left;
	height:280px;
	/*margin-right:5px;*/
	padding-top:135px;
	width:254px;
}
* html .bl{
	padding-top: 170px;
}
*:first-child+html .bl{
	padding-top: 170px;
}
.bl h1{
	display: block;
	float: left;
	clear:both;
	color:#FFFFFF;
	font-family:Arial;
	font-size:38px;
	line-height:32px;
	text-align:center;
	width:100%;
}

.bl span{
	display: block;
	clear:both;
	float:left;
	padding-left:35px;
	padding-top:40px;
	width:185px;
	color: #ffffff;
	font-size: 11px;
}
*html .bl span{
	padding-top: 55px;
}
*:first-child+html .bl span{
	padding-top: 55px;
}
.bl a{
	float: left;
	clear: both;
	width: 88px;
	color: #ffffff;
	margin-left: 35px;
	margin-top: 10px;
	padding-left: 9px;
	padding-top: 4px;
	font-size: 11px;
	height: 27px;
}

.bl a.create{
	background-image:url('../images/learn_more_create.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.bl a.deploy{
	background-image:url('../images/learn_more_deploy.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.bl a.experience{
	background-image:url('../images/learn_more_experience.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}


/*subsubmenu*/
.subsub_menu{
	float:left;
	width: 150px;
}
.subsub_menu ul.menu_subsub {
	margin: 0;
	padding:0;
	list-style-type: none;
}
.subsub_menu .menu_subsub li{
	border-bottom:1px solid #DEDFE0;
	display: block;
	float:left;
	clear: both;
	width: 150px;
}
.subsub_menu .menu_subsub li a{
	color:#4481C3;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:7px 17px 5px;
	border:0 none;
}

.subsub_menu .menu_subsub li.active a{
	color: #1a2f4c;
}
.chronoform a{
	display: none;
}

#ChronoContact_support{
	background-image: url('../images/support.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

ul.facts{
	margin: 0;
	padding: 0;
}

ul.facts li{
	list-style-type: none;
	padding-bottom: 12px;
}

.server
{
background: transparent url(../images/server.jpg) no-repeat scroll right 56px; 
float: left; 
clear: both; 
width: 100%;
}