*{margin:0;padding:0;}

html {
height:100%;
text-align:center;
}

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height:100%;
	vertical-align: top;
	direction: rtl;
}

a
{
	color:#5f00ad;
	text-decoration:none;
}
a:hover
{
	color:#f98c5f;
}
img
{
	border: 0;
}

#header
{
	width:984px;
	text-align:center;
	border-left:#6d6d6d solid 1px;
	border-right:#6d6d6d solid 1px;
	margin-top: 0;
}

/* LOGO */
#logo
{
	margin-top:2px;
	padding-left:20px;
	background:url('http://www.inforall.net/images/logo_g.png') repeat-x top left;
	height:76px;
	text-align:left;
}


/* MENU */
#menu
{
	margin: 0 0;
	padding:0;
	margin-bottom: 0;
	position:relative;
	height:32px;
	width:100%;
	text-align:center;
	background: url('http://www.inforall.net/images/gradiant.png') repeat-x top left;
}
#menu ul
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:0;
	bottom:0;
	width:100%;
	height:32px;
	font-size:small;
	text-align:center;
}
#menu ul li
{
	float:right;
}
#menu ul a
{
	padding:0 0.9em;
	font-size:11px;
	line-height:32px;
	text-decoration:none;
	float:left;
	display:block;
	background: transparent url('http://www.inforall.net/images/devider.png') no-repeat top right;
	color:#eeeeee;
	font-weight:bold;
}
#menu ul li:hover
{
	background: url('http://www.inforall.net/images/g_hover.png');
}


/* FOOTER */
#footer
{
	/*position:fixed;*/
	text-align:center;
	background:#eeeeee;
	width:984px;
	height:30px;
	line-height:15px;
	font-size:9px;
	color:#000000;
	border:#9acbcf solid 1px;
	margin: 25px auto 0 auto;
	bottom: 20px;
	
	position: relative;
	/*margin-top: -30px;*/ /* negative value of footer height */
	clear:both;
}
#footer a
{
	color:#5f00ad;
	text-decoration:none;
}
#footer a:hover
{
	color:#f98c5f;
}

.c_title
{
	margin-top: 10px;
	font-size:small;
	font-weight:bold;
}
.details
{
	margin-top: 5px;
	font-size:small;
}




/* SIDEBAR */
	.applemenu{
		margin: 5px 0;
		padding: 0;
		width: 170px; /*width of menu*/
		border: 1px solid #9A9A9A;
		text-align: right; /* tell ie it should align text right */
	}

	.applemenu div.silverheader a{
		background: #777777 url('http://www.inforall.net/silvergradient.gif') repeat-x center right;
		font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
		color: white;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: 162px; /* explicit width for ie (damn shitty 1pxg) */
		padding: 5px 0;
		padding-right: 8px;
		text-decoration: none;
	}


	.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
		color: white;
	}


	.applemenu div.selected a, .applemenu div.silverheader a:hover{
		background-image: url('http://www.inforall.net/silvergradientover.gif');
		color: white;
	}

	.applemenu div.submenu{ /*DIV that contains each sub menu*/
		background: white;
		padding: 5px;
		height: 235px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}
	
	.applemenu  ul.sidebarlist
	{
		width: 149px; /* again, explicit width for ie */
		margin-right: 0; /* and tell stupid ie it should put the text on the righ side and not not in the center */
		margin-top:6px;
		padding-right: 8px;
		list-style: none;
		font-size:small;
	}
	.applemenu ul.sidebarlist a
	{
		margin: 7px 0;	
	}
	
	/*.applemenu li
	{
		background-image:url('images/bullet_previous.gif');
		background-repeat:no-repeat;
		background-position:center right;
		padding-right:14px;
	}*/
	

.tutorial
{
	width:400px;
	height:110px;
	text-align:right;
	font-size:11pt;
	/*background:#eee;
	border:#9acbcf solid 1px;*/
}
.tutorial_left
{
	margin-top: 15px;
	width:400px;
	height:110px;
	text-align:right;
	font-size:11pt;
	float:left;
	position:relative; 
	left:0;
	/*background:#eee;
	border:#9acbcf solid 1px;*/
}.tutorial_right
{
	margin-top: 15px;
	width:400px;
	height:110px;
	text-align:right;
	font-size:11pt;
	float:right;
	position:relative; 
	right:0;
	/*background:#eee;
	border:#9acbcf solid 1px;*/
}
.preview
{
	width:160px;
	height:110px;
	float:right;
	margin: 5px;
}
#tutorial td.preview
{
	width:160px;
	height:110px;
	float:right;
	margin:0;
}
.preview img
{
	border: #0d3a42 1px solid;
}
.download
{
	bottom:5px;
	right: 170px;
	position:absolute;
	color:#5f00ad;
	text-decoration:none;
	font-size:small;
	height:19px;
}
.download a:hover
{
	color:#f98c5f;
}
.title
{
	width:240px;
	height:15px;
	font-weight:bold;
}
.description
{
	width:240px;
	height:76px;
	padding:5px 0 5px 0;
}
#wrapper
{
	/*position:relative;*/
	width: 800px;
	background: #ffffff;
	/*margin: 0 auto;*/
	/*text-align: right;*/
	/*height:100%;*/
	/*padding-top:0;*/
	/*border:#000 1px solid;*/
}

/* CONTENT */
#content
{
	width:800px;
	position:relative;
	margin-top:0px;
	text-align:right;
	height:100%;
}
#content p
{
	width:800px;
	font-size:small;
	text-align:right;
}
#content p.details
{
	padding-right: 10px;
}
table#t_content
{
	text-align: right;	/* IE need it * FUCK IT */
}





/* Meet The Team Specific
------------------------------------------ */
#t_content {
	font-size:13px;
}
div.teamMember {
	text-align:right;
	padding-top: 5px;
}
div.teamMember img {
	float:right;
	margin: 5px;
	margin-top: 0;
}
.clear {
	clear:both;
}


/* Message
----------------------------- */
div.Message {
	width: 300px;
	margin: 0 auto;
}
div.messageTitle {
	background: url('images/messageTop.png') no-repeat top left;
	color: #444;
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}
div.messageBody {
	background: url('images/messageBody.png') repeat-y top left;
	width: 300px;
	height: auto;
}
div.messageBody p {
	color:#444;
	font-size: 12px;
	text-align: right;
	padding: 10px;
	padding-bottom: 5px;
}
.alignMiddle {
	text-align:center;
	padding: 0;
	margin: 0;
}
div.messageBottom {
	background: url('images/messageBottom.png') no-repeat top left;
	width: 300px;
	height: 13px;
}

td.center {
	width: 984px;
	text-align:center;
}
