@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-position: 0ex bottom;
}
.tabletext {
	font-size:11pt;
	text-align:center;
	direction:rtl;
}
.bannertext {
	padding: 0;
	color: #2D7D1B;
	font-size: 13pt;
	text-align: center;
	direction: rtl;
	font-weight: bold;
}
.bannertext a{
	padding: 0;
	color: #2D7D1B;
	font-size: 13pt;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.bannertext a:hover{
	padding: 0;
	color: #2D7D1B;
	font-size: 13pt;
	text-align: center;
	direction: rtl;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
}
.kotereth {
	direction: rtl;
	font-size: 20pt;
	font-weight: bold;
	color: #2D7D1B;
	text-align: right;
	text-indent: 20px;
}
.tat-kotereth {
	direction: rtl;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	line-height: 16pt;
	padding: 0;
}
.tat-kotereth a{
	direction: rtl;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	line-height: 16pt;
	padding: 0;
	text-decoration: underline;
}
.tat-kotereth a:hover{
	direction: rtl;
	font-size: 13pt;
	font-weight: bold;
	color: #2D7D1B;
	text-align: right;
	line-height: 16pt;
	padding: 0;
	text-decoration: underline;
}
.tat-kot-mudgash {
	direction: rtl;
	font-size: 13pt;
	font-weight: bold;
	color: #2D7D1B;
	text-align: right;
	line-height: 16pt;
	padding: 0;
}
.ragilh {
	direction: rtl;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding: 5px 0 5px 0;
	line-height:18pt;
}
.ragilh a{
	direction: rtl;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
	text-decoration: underline;
}
.ragilh a:hover{
	direction: rtl;
	font-size: 12pt;
	font-weight: normal;
	color: #2D7D1B;
	text-align: right;
}
.bigtext {
	direction: rtl;
	font-size: 13pt;
	font-weight: bold;
	color: #2D7D1B;
	text-align: right;
}
.linkh, .linkh li {
	direction: rtl;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 16pt;
	list-style-type: none;
}
.linkh a, .linkh li a{
	direction: rtl;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	line-height: 16pt;
	list-style-type: none;
}
.linkh a:hover, .linkh li a:hover{
	color: #000000;
	text-decoration: underline;
}
.takhtonah {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	direction: rtl;
	text-align: center;
}
.takhtonah a{
	font-size: 10pt;
	color: #2D7D1B;
	font-style: normal;
	font-weight: normal;
	direction: rtl;
	text-align: center;
	text-decoration: underline;
}
.logintext {
	font-size: 12pt;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	direction: rtl;
	text-align: center;
/*	padding-left: 12px; */
}
.logintext a{
	text-decoration: underline;
}
.twoColFixLtHdr #container #header h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/**********************************************************
defining container div
***********************************************************/

.twoColFixLtHdr #container{
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #header{
	padding: 0;
	width: 875px;
	height: 483px;
	overflow:hidden;
} 
/**********************************************************
defining "topbanner" within "header" within "container" div
***********************************************************/
.twoColFixLtHdr #container #header #topbanner{
	padding: 0;
	width: 875px;
	height: 71px;
	float: left;
	overflow: hidden;
} 
.twoColFixLtHdr #container #header #topbanner #topbanner1{
	padding: 0;
	width: 248px;
	height: 71px;
	float: left;
} 
.twoColFixLtHdr #container #header #topbanner #topbanner2{
	padding: 0;
	width: 103px;
	height: 71px;
	float: left;
} 
.twoColFixLtHdr #container #header #topbanner #topbanner3{
	padding: 0;
	width: 299px;
	height: 71px;
	float: left;
} 
.twoColFixLtHdr #container #header #topbanner #topbanner4{
	padding: 0;
	width: 225px;
	height: 71px;
	float: left;
} 
/**********************************************************
defining "midbanner" within "header" within "container" div
***********************************************************/
.twoColFixLtHdr #container #header #midbanner{
	padding: 0;
	width: 875px;
	height: 77px;
	float: left;
	overflow: hidden;
} 
.twoColFixLtHdr #container #header #midbanner #topbottle{
	padding: 0;
	width:248px;
	height:77px;
	float:left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner1{
	width: 93px;
	height: 47px;
	float: left;
	padding: 30px 0 0 10px;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner2{
	padding: 30px 0 0 0px;
	width: 75px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner3{
	padding: 30px 0 0 0px;
	width: 75px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner4{
	padding: 30px 0 0 0px;
	width: 75px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner5{
	padding: 30px 0 0 0px;
	width: 74px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner6{
	padding: 30px 0 0 0px;
	width: 75px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner7{
	padding: 30px 0 0 0px;
	width: 75px;
	height: 47px;
	float: left;
} 
.twoColFixLtHdr #container #header #midbanner #midbanner8{
	padding: 30px 10px 0 0;
	width: 65px;
	height: 47px;
	float: left;
} 
/**********************************************************
defining "rotate" within "header" within "container" div - for picture rotation
***********************************************************/
.twoColFixLtHdr #container #header #rotate{
	margin: 0;
	padding: 0;
	height: 335px;
	width: 875px;
	float: left;
	overflow: hidden;
} 
.twoColFixLtHdr #container #header #rotate #bottle{
	width: 248px;
	height: 335px;
	float: left;
}
.twoColFixLtHdr #container #header #rotate #rotimleft{
	width: 154px;
	height: 273px;
	float: left;
}
.twoColFixLtHdr #container #header #rotate #rotimmidleft{
	width: 157px;
	height: 273px;
	float: left;
}
.twoColFixLtHdr #container #header #rotate #rotimmidright{
	width: 155px;
	height: 273px;
	float: left;
}
.twoColFixLtHdr #container #header #rotate #rotimright{
	width: 161px;
	height: 273px;
	float: left;
}
/**********************************************************
defining "title" within "header" within "container" div
***********************************************************/
.twoColFixLtHdr #container #header #rotate #title {
	margin: 0;
	height: 62px;
	width: 627px;
	float: left;
} 
/**********************************************************
defining "sidebar"  within "container" div
***********************************************************/
.twoColFixLtHdr #sidebar1{
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	vertical-align: top;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 #loginbox{
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	height: 236px;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 #loginboxtop{
	width: 248px;
	height: 49px;
	text-align: center;
	background-image: url(images/login-top.png);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 #loginboxbottom{
	width: 248px;
	height: 186px;
	text-align: center;
	background-image: url(images/login-bottom.png);
	background-position: left;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 #menubox{
	float: left; /* since this element is floated, a width must be given */
	width: 248px;
	height: 262px;
	vertical-align: top;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 #menuboxtop{
	width: 248px;
	height: 77px;
	text-align: center;
	background-image: url(/ethosfr/images/menu-top.png);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
}
.twoColFixLtHdr #sidebar1 #menubottom{
	width: 248px;
	height: 185px;
	text-align: center;
	background-image: url(/ethosfr/images/menu-bottom.png);
	background-position: left;
	overflow: hidden;
}
/**********************************************************
defining "maincontent" within "container" div
***********************************************************/
.twoColFixLtHdr #container #mainContent{
	margin: 0 0 0 248px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-right: 10px;
	padding-left: 10px;
	direction: rtl;
} 

.twoColFixLtHdr #container #mainContent #maincontent1{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer{
	background-color: #FFFFFF;
	height: 155px;
	padding: 0;
} 
/**********************************************************
defining "bottombanner" within "container" div
***********************************************************/
.twoColFixLtHdr #container #footer #bottombanner{
	height: 54px;
	padding: 0;
	margin: 0;
} 
/**********************************************************
defining "footer" within "container" div
***********************************************************/
.twoColFixLtHdr #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearing { clear: both; height: 1px; }

.twoColFixLtHdr #mainContent #marqueecontainer{
position: relative;
width: 300px; /*marquee width */
height: 330px; /*marquee height */
overflow: hidden;
padding: 20px 5px 0 5px;
margin-top: 20px;
direction: rtl;
float: right;
}
