@charset "utf-8";
/* CSS Document */
html {height: 100%;}

body {
	/*height: 100%;*/
	margin:0px; padding:0px;
	font:12.5px arial,sans-serif;
	color:#000;
	background-color:#FFF;
	min-width:960px;
	direction:rtl;
	}
.container {
	width:960px;
	/*height: auto !important;*/
	z-index:10;
	position:relative;
	top:0px;
	margin-left:auto;margin-right:auto;
	/*min-height: 100%;	*/
	}
.blacktop {width:960px;
	height:23px;
	z-index:10;
	vertical-align:middle;
	background-color:#000;
	color:#FFF;
	display:inline;
	float:right;margin-left:10px;padding-right:20px;padding-top:7px;}	
.menu {
	width:960px;
	z-index:12;
	color:#999;
	display:block;
	float:right;
	z-index:30;
}


a.menuitem:link {color:#FFF; text-decoration:none;margin-left:2px;z-index:33;}      /* unvisited link */
a.menuitem:visited {color:#FFF;margin-left:2px;z-index:33;}  /* visited link */
a.menuitem:hover {color:#F00;margin-left:2px;z-index:33;}  /* mouse over link */
a.menuitem:active {color:#FF0000;text-decoration:none;margin-left:2px;z-index:33;}  /* selected link */

.curr {color:#F00;margin-left:2px; text-decoration:none;}
.logo {
	float:left;
	z-index:30;
	position:relative;
	top:-30px;
	left:30px;
	
	}
/*	.main {
	position:absolute;
	width:960px;
	z-index:1;
	top:250px;
	background-color:#65D;
	vertical-align:text-top;
	margin-left:auto;margin-right:auto;
	border:5px solid #030;
	
	}*/
	.image {

		height:auto;
	width:960px;
	z-index:1;
	position:relative;
	top:0px;

	/*margin-left:auto;margin-right:auto;*/
	background-color:#39C;
	}
.content {
	width:921px;
	/*height: auto !important;*/
	/*min-height:100%;*/
	z-index:10;
	position:relative;
	top:-120px;
	padding-left:0px;padding-right:20px;
	margin-bottom:-150px;
	}	
.box {
	width:297px;
	margin:5px 0px;;
	}	
.right { float:right; text-align:justify; }	
.center { border-left:1px solid #ccc; border-right:1px solid #ccc; position:relative; margin-left:auto; margin-right:auto}	
.left { float:left;position:relative;left:0px;}	
/*.footer{ width:930px; color:#999; border-top:1px solid #eee;position:relative;
	top:-100px; margin-left:auto; margin-right:auto; padding:10px; font-size:11px; text-align:center;}*/
	.footer {position: relative;
	margin-top: 30px; /* negative value of footer height */
	height: 150px;
	clear:all;
	width:930px; color:#999; border-top:1px solid #eee;
	margin-left:auto; margin-right:auto; padding:10px; font-size:11px; text-align:center;} 
	/*Opera Fix*/
/*body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
*/
.keywords {width:930px;z-index:10;}
.creditalmog {position:relative; float:left; left:0px; top:0px; z-index:5000;}
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block}
* html .clearfix {height: 1%}
.clearfix {display: block}
