/* CSS Document */

html{
margin:0px;
padding:0px;
height:100%;
}

body{
margin:0px;
padding:0px;
font-family:Tahoma, Arial;
font-size:100%;
background-image:url(../images/body_bkg.jpg);
background-position:top;
background-repeat:repeat-x;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:underline;
color:#666666;
}


#outer{
width:975px;
margin:auto;
border:10px solid #fff;
background-color:#FFFFFF;
margin-top:10px;
}



#inner{
width:975px;
margin:auto;
}


h1{
margin-top:0px;
font-size:200%;
}

h2{
margin-top:0px;
font-size:150%;
}

h3{
color:#666666;
margin-top:0px;
font-size:125%;
}

#rightcontent img{
margin-bottom:5px;
}

#topbanner{
/*width:975px;*/
margin:auto;
height:70px;
margin:0px;
padding:0px;
font-size:0;
}
#topbanner img{
margin-left:10px;
}


#companybanner{
clear:both;
width:975px;
height:125px;
background-color:#333333;

}

#topmenu{
	width:975px;

}
	

#contentarea{
/*width:975px;*/
min-height:200px;
background-color:#FFFFFF;
}


/* Textarea is changed depending on the menu settings */
		#TextArea{
		/*width:550px; */
		font-size:70%;
		}
		
		#TextArea li{
		margin-left:20px;
		}
		
		#TextArea a{
		font-weight:bold;
		}
		
		#TextArea p{
		margin:0px;
		margin-bottom:12px;
		}
		
		.TextAreaNormal{
		width:100%;
		}
		.TextAreaLeftMenu{
		margin-left:200px;
		}
		.TextAreaRightMenu{
		margin-right:200px;
		}
		
		
/* end of settings for TextArea */
#footer{
margin-top:10px;
clear:both;
text-align:center;
width:975px;

/* background-image:url(../images/dd.jpg);
background-position:top;
background-repeat:repeat-x;
*/
background-color:#77b7e4;
padding-top:25px;
font-size:70%;
color:#000;
}

#footer p{
margin:0px;
padding:0px;
margin-bottom:5px;
}

#footer ul{
margin:0px;
padding:0px;
width:225px;
margin:auto;
}

#footer li{
margin:0px;
padding:0px;
float:left;
list-style-type:none;
margin-right:5px;
}

#footer a{
color:#000000;
}
.clear{
clear:both;
}

#smalladverts{
width:125px;
margin-left:5px;
margin-top:15px;
}
#smalladverts img{
margin-bottom:10px;
}

.width100{
width:100%;
height:5px;
}

.langmenu {
font-size:70%;
display:none;
}

.langmenu ul{
margin:0px;
padding:0px;
}
.langmenu li {
list-style-type:none;
float:left;
margin-right:10px;

}
.langmenu li a{
color:#333333;
text-decoration:none;
}

.langmenu li a:hover{
color:#666666;
text-decoration:underline;
}

.latintext {
direction:ltr;
}
.arabictext {
direction:rtl;
}