/* CSS Document */
* 
{
	margin:0;
	padding:0;
}

body
{
	color: #0F1114;
	font: 75% "Tahoma", "Trebuchet MS", Arial, sans-serif;
	background:#e1e2da url(images/bodyBG.png) repeat-x top;	
	direction:rtl;
}

.page
{
	background:url(images/PageBackGround.gif) repeat-y top;
	text-align:center;
	width:800px;
}

.icons
{
	height:18px;
	width:500px;
	background:white;
	float:right;
	margin-right:10px;
	margin-top:3px;
}

	.icons .mainpageIcon a
	{
		background-image:url(images/mainpageIcon.png);
		background-position:right;		
		width:86px;
		height:18px;
		display:block;
		float:right;
	}
			.icons .mainpageIcon a:hover
			{
				background-image:url(images/a_mainpageIcon.png);
			}
	.icons .contactusIcon a
	{
		background-image:url(images/contactusIcon.png);
		background-position:right;		
		width:70px;
		height:18px;
		display:block;
		float:right;	
	}
			.icons .contactusIcon a:hover
			{
				background-image:url(images/a_contactusIcon.png);			
			}
	.icons .tellfriendIcon a
	{
		background-image:url(images/tellfrindIcon.png);
		background-position:right;
		width:76px;
		height:18px;
		display:block;
		float:right;	
	}
			.icons .tellfriendIcon a:hover
			{
				background-image:url(images/a_tellfrindIcon.png);			
			}
	.icons .loginIcon a
	{
		background-image:url(images/loginIcon.png);
		background-position:right;
		width:80px;
		height:18px;
		display:block;
		float:right;	
	}
			.icons .loginIcon a:hover
			{
				background-image:url(images/a_loginIcon.png);			
			}
	.icons .addtofavIcon a
	{
		background-image:url(images/addtofavIcon.png);
		background-position:right;		
		width:95px;
		height:18px;
		display:block;
		float:right;	
	}
			.icons .addtofavIcon a:hover
			{
				background-image:url(images/a_addtofavIcon.png);			
			}
	.icons .homepageIcon a
	{
		background-image:url(images/homepageIcon.png);
		background-position:right;
		width:105px;
		height:18px;
		display:block;
		float:right;	
	}
			.icons .homepageIcon a:hover
			{
				background-image:url(images/a_homepageIcon.png);			
			}												

.search
{
	width:245px;
	height:18px;
	float:left;
	margin-left:5px;
	margin-top:3px;	
}

	.search .text
	{
		float:right;
		height:15px;
		width:185px;
		border:#9ad30c 1px solid;
		background:#e5eda8;
		color:Black;
		font: 100% "Tahoma", "Trebuchet MS", Arial, sans-serif;
		text-align:right;
		padding-right:8px;
		padding-top:1px;
	}
	
	.search .button
	{
		float:left;
		background-image:url(images/searchButton.png);
		width:48px;
		height:18px;
		display:block;
		cursor:pointer;
	}

.header
{
	clear:both;
	margin-top:6px;
	height:226px;
	background-image:url(images/HeaderBG.png);
	background-repeat:repeat-x;
	width:780px;
}

	.header .banner
	{
		float:right;
		background-image:url(images/banner.png);
		background-repeat:no-repeat;
		background-position:right;
		width:532px;
		height:205px;
		margin-top:10px;
	}
	
	.header .flash
	{
		float:left;
		
		background-repeat:no-repeat;
		margin-top:10px;
		width:245px;
		height:202px;
		border-bottom:3px white solid;
	}

.new
{
	clear:both;
	margin-top:2px;
	height:25px;
	width:780px;
	background:#9ad30c;
}

	.new .icon
	{
		width:72px;
		background-image:url(images/newIcon.png);
		background-repeat:no-repeat;
		height:25px;
		float:right;
	}
	
	.new .text
	{
		height:25px;
		float:right;
		background-image:url(images/newMarquee.png);
		background-repeat:no-repeat;
		background-position:right;
		text-indent:1px;
	}
		.new .text marquee
	{
		color:white;
		padding-top:3px;
	}
	
.main
{
	clear:both;
}
	
.main .content
{
	width:590px;
	float:left;
	margin-left:7.5px;
	margin-top:5px;
}

	.main .content .panel
	{
	
	
	}
		.main .content .panel .title
		{
			height:20px;
		}
		.main .content .panel .title .icon
		{
			width:50px;
			height:20px;
			background:#9ad30c;
			float:right;
			color:#FFFFFF;
			font-weight:bolder;		
		}
		.main .content .panel .title .text
		{
			width:470px;
			height:18px;
			float:right;
			text-align:right;
			text-indent:10px;
			padding-top:2px;
		}
		.main .content .panel .text
		{
			border-right: 1px #9ad30c solid;
			text-align:justify;
			text-indent:15px;
			padding-right:5px;
			padding-top:5px;
		}
		.main .content .panel .foot
		{
			height:2px;
			width:250px;
			overflow:hidden;
			background:#9ad30c;
			float:right;
		}

.main .menus
{
	width:180px;
	background:yellow;
	float:right;
	margin-right:5px;
	margin-top:5px;	
}
	.main .menus .menu
	{
		background:white;
		clear:both;
	}
		.main .menus .menu .menuHeader
		{
			background:#9ad30c;
			height:20px;
			color:white;
			padding-top:2px;
			font-weight:bolder;
			text-indent:-50pt;
		}
		
		.main .menus .menu .menuItems
		{
			margin-top:2px;
		}
			.main .menus .menu .menuItems .menuItem a
			{
				background-image:url(images/menuItemBG.png);
				background-repeat:no-repeat;
				background-position:right;
				margin-bottom:2px;
				width:180px;
				height:18px;
				display:block;
				display:block;
				color:#ffffff;
				text-decoration:none;
				text-align:justify;
				text-indent:30px;
			}
			
			.main .menus .menu .menuItems .menuItem a:hover
			{
				background-image:url(images/a_menuItemBG.png);
				background-repeat:no-repeat;
				background-position:right;
				color:#003300;		
			}					
		
		.main .menus .menu .menuFooter
		{
			height:79px;
			background:#9ad30c;
			background-image:url(images/menuFooter.png);
			background-position:center;
			background-repeat:no-repeat;
			overflow:hidden;
			border-top: 3px #9ad30c solid;	
		}


.note
{
	clear:both;
	width:800px;
	height:60px;
	overflow:hidden;
	margin-top:10px;
	font: 80% "Tahoma", "Trebuchet MS", Arial, sans-serif;
/*	background:red;*/
}
.footer
{
	clear:both;
	width:800px;
	height:70px;
	background-image:url(images/footerBG.gif);
	background-repeat:no-repeat;
	background-position:center;
}
	.footer .text
	{
		width:700px;
		margin-top:8px;
		color:white;
	}
	.footer .logo
	{
		width:50px;
		margin-top:-13px;
		margin-right:10px;
		float:right;
	}