/*--- Standard Element */
body
{
	margin:0 0 -1em;padding:0;color:#333; background:#fff;font-family:tahoma,sans-serif;font-size:75%;
}

/* Default Page ---------------------------------------------------------------------------------------*/
#page {margin:0 auto; min-width: 1000px; background-color: #fff;}

#container {direction: rtl; background-color: #fff;}

#header {background: url(../Images/Headers/bg_align.gif) repeat-x; height:40px; background-color: #fff; width: auto; overflow: hidden; border-bottom-style: solid;}
#header .align {height: 100%; width: 25%; padding: 0 .3em;}
#header .antialign{background: url(../Images/Headers/bg_antialign_rtl.gif) no-repeat left top; height: 100%; width: 50%; max-width: 70%; padding: 0 .3em; font-size: .9em;}

#content
{
	height: 100%;
	overflow: hidden;
	padding: 4px;
}

#menu
{	
	min-height: 300px;
	margin-left: 4px;
}

#menu ul
{
	list-style-type: none;
	margin: .2em;
	padding: 0;
}

#menu ul li
{
	margin:.3em;
}

#body
{
	min-height: 500px;
}

#footer
{
	border-top: solid 1px #ccc;
	font-size: .8em;
	color: #ccc;
	text-align: center;
}

/* Main Page -----------------------------------------------------------------*/
/*#title
{
	border-bottom-style: solid;
	background: #fff url(../Images/Frames/title.gif) repeat-x;
	padding: 0 5px 0;
}*/