/* general */

* {
	padding:0px;
	margin:0px;
	outline:0;
	font-family:arial;
	font-size:12px;
	color:black;
}

img {
	behavior: url('iepngfix.htc');
}

.clearfix {
	font-size:1px;
	height:0px;
	line-height:0px;
	clear:both;
}

.button1 {
	float:left;
	background-image:url('../images/mainPage/Pixel_Button.gif');
	color:white;
	font-weight:bold;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:3px;
	border:solid 1px #8C8C8C;
	text-decoration:none;
	direction:ltr;
}




body {
	margin:0px;
}


/* top menu */
.topMenu_Container {
	background:url('../images/mainPage/Pixel_MainMenu.gif'); 
	background-repeat:repeat-x; 
	height:61px;
}

.topMenu_Container .topMenu {
	margin-left:auto; 
	margin-right:auto; 
	width:765px;
	padding-top:15px;
	position:relative;
}

.topMenu_Container .topMenu .menuItem_Bullet_First {
	float:right; 
	width:26px; 
	height:26px;
}

.topMenu_Container .topMenu .menuItem_Bullet_First img {
	width:26px;
	height:26px;
}

.topMenu_Container .topMenu .menuItem_Text_Selected {
	float:right;
	padding-right:5px;
	padding-top:8px;
}

.topMenu_Container .topMenu .menuItem_Text_Selected a {
	font-size:14px;
	font-weight:bold;
	color:#DD6800;
	text-decoration:none;
}


.topMenu_Container .topMenu .menuItem_Bullet {
	float:right; 
	padding-right:22px;
	width:26px; 
	height:26px;
}

.topMenu_Container .topMenu .menuItem_Bullet img {
	width:26px;
	height:26px;
}

.topMenu_Container .topMenu .menuItem_Text {
	float:right;
	padding-right:5px;
	padding-top:8px;
}

.topMenu_Container .topMenu .menuItem_Text a {
	font-size:14px;
	font-weight:bold;
	color:#548AAE;
	text-decoration:none;
}


/* login box - logged out */
.topMenu_Container .topMenu .loginBox_loggedOut {
	position:absolute; 
	top:0px; 
	right:560px; 
	background-image:url('../images/mainPage/Logo1.gif'); 
	width:193px; 
	height:160px;
	text-align:right;
	padding-right:12px;
	padding-left:12px;
	padding-top:120px;
	direction:rtl;
}


.topMenu_Container .topMenu .loginBox_loggedOut .headline {
	font-size:14px;
	font-weight:bold;
	color:#548AAE;
	padding-bottom:5px;
}

.topMenu_Container .topMenu .loginBox_loggedOut .input {
	padding-bottom:5px;
}

.topMenu_Container .topMenu .loginBox_loggedOut .input input {
	height:18px;
	border-top:solid 1px #B3B3B3;
	border-bottom:solid 1px #919191;
	border-right:solid 1px #B3B3B3;
	border-left:solid 1px #B3B3B3;
	padding-right:5px;
	width:185px;
	color:#666666;
}

.topMenu_Container .topMenu .loginBox_loggedOut .rememberMe_checkbox {
	float:right;
	padding-top:2px;
}

.topMenu_Container .topMenu .loginBox_loggedOut .rememberMe_checkbox input {
	height:14px;
	width:14px;
}

.topMenu_Container .topMenu .loginBox_loggedOut .rememberMe_text {
	float:right;
	padding-right:5px;
	
}

.topMenu_Container .topMenu .loginBox_loggedOut .forgotPwd {
	padding-top:5px;
	padding-bottom:5px;
}

.topMenu_Container .topMenu .loginBox_loggedOut .forgotPwd a {
	text-decoration:none;
}


/* login box - logged in */
.topMenu_Container .topMenu .loginBox_loggedIn {
	position:absolute; 
	top:0px; 
	right:560px; 
	background-image:url('../images/mainPage/Logo2.gif'); 
	width:193px; 
	height:47px;
	text-align:right;
	padding-right:12px;
	padding-left:12px;
	padding-top:120px;
	direction:rtl;
}

.topMenu_Container .topMenu .loginBox_loggedIn .button2 {
	background-image:url('../images/mainPage/B_EnterToPrivateZone.gif');
	height:23px;
	padding-top:5px;
	text-align:center;
	border-top:solid 2px #BCBABB;
	border-right:solid 2px #BCBABB;
	border-left:solid 1px #BCBABB;
	border-bottom:solid 1px #BCBABB;
	direction:ltr;
}

.topMenu_Container .topMenu .loginBox_loggedIn .button2 a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}


/* content area */
.background_Container {
	background-image:url('../images/mainPage/centerBG.gif');
	direction:rtl;
}

.background_Container .content_Container {
	margin-left:auto; 
	margin-right:auto; 
	width:785px;
}

/* footer */
.footer_Background {
	height:39px; 
	background-image:url('../images/mainPage/Pixel_Footer.gif'); 
	padding-top:10px;
}

.footer_Background .footer {
	width:780px; 
	margin-left:auto; 
	margin-right:auto;
	direction:rtl;
}

.footer_Background .footer .footerLinks {
	float:right;
	color:#666666;
}

.footer_Background .footer .footerLinks a {
	color:#666666;
	text-decoration:none;
}

.footer_Background .footer .footerText {
	float:left;
	padding-left:40px;
}