:focus
{
  -moz-outline-style: none;
}
a{
	color:#F7941E;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.breadcrumbs{
	color: #0e76bc;
	font-size: 11px;
}
table tr td{
	vertical-align: top;
}
p{
	color: #000000;	
	font-size: 12px;
	margin: 0;
	padding:0;
}
h1{
	color: #3C6EB6;
	font-size: 14px;
	font-weight: bold;
	/*padding-bottom: 10px;*/
}
h2{
	color: #58595b;
	font-size: 12px;
	font-weight: bold;
}
body{
	font-size: 12px; /*12px*/
	font-family: Arial, helvetica;
	margin:0;
	/*text-align: center;*/
	background-color: #fdfdfd;
}


.container{
	margin: 0 auto;
	width: 860px;
	background-color: #fdfdfd;
}

/*HEADER*/
.header .logo{
	float: left;
	clear: both;
	padding: 20px 0 20px 0;
}

.header img{
	float: left;
}

.middle{	
	float: left;
	clear:both;
	width: 100%;
	/*margin-top: 15px;*/
}

/*MENU*/
.container .main_menu{
	float: left;
	position: relative;
	/*width: 100%;*/
	width: 856px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.container .main_menu a.home{
	float: left;
	width: 36px;
	border-right: 1px solid #a2bad0;
}
.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;*/
	width: 116px;
	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: 33px;
	width: 860px;
}
.sub_menu{
	float: left;
	clear: both;
	list-style-type:none;
	margin:0;
	padding:0;
	/*height: 15px;
	padding-top: 11px;
	padding-bottom: 9px;*/
	padding-left: 45px;
	width: 815px;
	border-bottom: 1px solid #DEDFE0;
}
.sub_menu li{
	display: block;
	float: left;
}
.sub_menu li a{
	display:block;
	float:left;
	color: #4481c3;
	font-size: 12px;
	padding: 7px 17px 5px 17px;
	border-right: 1px solid #dedfe0;
	font-weight: bold;
}

.sub_menu 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;
}
/*CONTENT*/
.content{
	float:left;
	clear: both;
	text-align: left;
	background-image: url(http://browser.amdaris.com/templates/amdaris/images/content_bg_top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 10px;
	color:#000000;
}

.content .contentheading, .content .componentheading{
	color: #1b75bc;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
}

/*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;
}
.content2 img{
	margin-left:17px;
}

.content2{
	float:left;
	clear: both;
	background-image: url(http://browser.amdaris.com/templates/amdaris/images/home_content_bg.jpg);
	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: 40px;
}
*html .footer{
	float: none;
	clear:both;
}

.footer p span.right{
	float: left;
	clear: both;
	width: 100%;
	/*padding-left: 17px;*/
}

.footer a{
	color: #f29400;
	text-decoration:none;
	padding: 0 2px 0 2px;
}
.footer p{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #b1b3b4;
	text-align: left;
	/*display: block;*/
	float: left;
	width: 100%;
}
*html .footer p{
	float: none;
	clear:both;
}
/*READ MORE*/
.readon{
	display:block;
	float:left;
	clear: both;
	height:19px;
	background-image:url(../images/learn_more.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	/*padding-left:66px;*/
	margin-top: 3px;
	/*margin-left: 50px;*/
	padding-top:2px;
	text-align:right;
	text-decoration:none;
	width: 190px;/*79px;*/
	/*line-height: 16px;*/
}
.readon span{
width: 174px;
padding-right: 16px;
/*padding-top:2px;*/ 
}
/*HOME BROWSER*/
.left{
	float: left;
	width: 625px;
}
.blocks{
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
}
.blocks .bl{
	float: left;
	width: 190px;
}
.blocks .bl .heading{
	float: left;
	clear: both;
	width: 100%;
	font-family: Myriad Pro;
	font-size: 14px;
	font-weight: bold;
	color: #3c6eb6;
	padding-bottom: 10px;
	border-bottom: 1px solid #d4d5d5;
}
.text{
	padding-top: 10px;
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #000000;
}



.bl_right{
	float: left;
	width: 205px;
	margin-left: 25px;
	width: 203px;
}
.bl_right .heading{
	/*font-size: 24px;
	font-family: Century Gothic;
	color: #606161;
	color: #3C6EB6;*/
	color: #000000;
	font-family: Myriad Pro;
	/*padding-bottom: 10px;*/
	font-size: 14px;
	font-weight: bold;
	
	clear:both;
	float:left;
	width:100%;
}

.r_bl{
	float: left; 
	clear: both;
	width:100%;
}
.bl_right .block_title {
	margin:0;
	padding:0;
	padding-bottom: 5px;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	text-decoration: underline;
}
.bl_right .block_content {
	border-top:1px solid #DDDEDE;
	display:block;
	float:left;
	padding-top:14px;
	width:186px;
}
ul.feat_ul{
	padding: 0 0 0 3px;
}
ul.feat_ul li
{
	list-style-type: none;
	/*font-weight: bold;*/
	padding: 0 0 5px 0;
	
}
.bl_right .r_bl .text ul{
	float: left;
	margin: 0;
	/*padding:0 0 0 15px;*/
}
span.block_title {
	color:#1B75BC;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	float: left;
	clear: both;
	width: 100%;
}

.bl_right .r_bl a.lnk{
	clear:both;
	float:left;
	margin-bottom:13px;
	margin-top:0;
	padding:0;
	text-align:left;
	text-decoration: none;
	width:100%;
	color: #ff8647;
	font-size: 15px;
	font-weight: bold;
}

h1.rtl {
	direction:rtl;
	unicode-bidi:bidi-override;
}
span.rtl2 {
	display:none;
}

.bl_right .r_bl .text ul.about_ul {
	margin: 0;
	padding: 0;
}
.bl_right .r_bl .text ul.about_ul li{
	list-style-type: none;
	font-weight:bold;
	color:#F7941E;
	padding-bottom: 8px;
}

a.a_black{
	color: #000;
	font-weight:bold;
}
