@charset "utf-8";
/* CSS Document */

/*  Main preferences   */

*{
	border:1px none;
	margin:0;
	padding:0;
	direction:rtl;
}
html, body{
	direction:ltr;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	}
table{
	border-collapse:collapse;
	}
a{
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	}
.floatLeft{float:left;text-align:left;}
.floatRight{float:right;text-align:right;}
/*        ---           */

/*   Adding backgrounds to Body, and containing divs    */

body{
	background:#424242 url(../images/bottom_bg.gif) repeat-x;
	color:#fff right top;
	}
	
div#mainOutline{
	background:transparent url(../images/grad_bg.gif);
	background-repeat:repeat-x;
	background-position: 0 top;
	width:980px;
	min-height:100%;
	margin:0 auto;
	}

div#centerContentDiv{
	margin:10px auto;
	width:980px;
	
	}

/*       ---            */
	
/*  Positioning and colors   */
#topStrip{
	vertical-align:middle;
	float:right;
	width:980px;
	}
#logo{
	float:right;
	display:block;
	margin-right:9px;
	}
#topLinks{
	float:left;
	width:500px;
	display:block;
	margin-top:47px;
	/*border:#ccc 1px dotted;*/
	}
.topLink{
	float:right;
	display:inline;
	padding:0px 5px 0px 20px;
	vertical-align:middle;
	}
.topLink a, .bannerLink{
	color:#fff;
	background:transparent url(../images/little_yellow_arrow.gif) no-repeat right 6px;
	font-size:9pt;
	font-weight:bold;
	height:20px;
	width:85px;
	padding-right:10px;
	display:block;
	vertical-align:sub;
	}
.socialIcons{
        display:inline;
        float:right;
        }

#searchAndLang{
	float:left;
	display:block;
	margin-top:45px;
	margin-left:8px;
	position:relative;
	width:140px;
	}
#advSearch{
	float:left;
	display:inline;
	margin-top:60px;
	width:50px;
	}
input{
	background-color:#eee;
	height:16px;
	vertical-align:middle;
	border:0px transparent none;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-decoration:none;
	}
#otherLangs{
	background-color:#FFFFFF;
	border:1px solid #323232;
	display:block;
	left:24px;
	position:absolute;
	top:17px;
	visibility:hidden;
	width:113px;
	padding-right:3px;
	}
#otherLangs a{
	display:block;
	}
select#langSelect{
	direction:ltr;
	border:0px transparent none;
	}
#middleContent{
	background-image:url(../images/middle_content_white_bg.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:332px;
	width:980px;
	
	}
#uglyYellowLine{
	width:950px;
	height:5px;
	background-color:#d8de30;
	margin:0 auto 15px;
	clear:both;
	}
#bottomContent{
	width:950px;
	height:129px;
	right:15px;
	position:relative;
	clear:both;
	float:right;
	background:url(../images/bottom_content_bg.gif);
	border-bottom:#fff 1px solid
	}
#rightP, #middleTicker, #leftBanner{
		height:103px;
		float:right;
		background:url(../images/grad_secondary_bg.gif) repeat-x;
		margin-left:1px;
		padding:15px 20px;
	
	}
	
a.hpTx{
	color:#ddd;
}

#rightP{
	width:339px;
	text-align:justify;
	}
#middleTicker{
	width:249px;
	}
#leftBanner{
	width:240px;
	margin:0;
	}
#banner{
	float:right;
	font-size:18px;
	background-color:transparent;
	text-align:center;
	vertical-align:center;
	width:240px;
	height:65px;
	}
.bannerLink{
	padding-right:25px;
	padding-bottom:10px;
	width:auto;
	}
#menu31Holder{
	padding:28px 0 0 28px;
	height:22px;
	float:left;
	display:block;
	}
#templatesHolder{
	color:#323232;
	float:left;
	clear:left;
	padding:8px 0 15px 60px;
	text-align:justify;
	width:686px;
	}
	
	
	
/*           ---           */
/*      Footer content     */
#footer{
		width:950px;
		margin:0 auto;
		clear:both;
		float:none;
		font-size:8pt;
		text-align:justify;
	}
#footer a{font-size:8pt;display:inline;color:#FFF;}
span.globalLinksDel{text-align:center;margin:0 3px;}
#footerInfo{
	width:100%;
	clear:both;
	}
.footerInfo{
	width:24%;	
	}
/*      ---             */
