/* CSS Document */

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of css reset */

body {
	font-family:Georgia,Times New Roman,Times,serif, "Trebuchet MS",Century Gothic, Tahoma, Arial;
	font-size:100%;
	background:#000 url(../images/body_bkg.jpg) top repeat-x;
	color:#333;
}

hr{
	border:0px;
	border-top:1px solid #cfcfcf;
}
/*empty is a fix for the margin sets on paragraph tag and headline tags*/
.empty {
	font-size:0px;
}
.menuheader {
	display:none;/*this class is used before each menu item, for accessability purposes*/
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom:0px;
}
strong {

}
#outer {
	width:100%;
	background:url(../images/top_bkg.png) top repeat-x;
	/*margin:auto;border:10px solid #000;
	background-color:#000000;*/
}
#inner {
	width:960px;
	margin:auto;
}
#header {
	width:960px;
	margin:auto;
	height:50px;
	display:none;
}

.accessdenied {
	text-align:center;
	font-size:200%;
	color:#FF0000;
	background-image:url(../images/no_access.jpg);
	background-repeat:no-repeat;
	width:400px;
	height:400px;
	margin:auto;
}
.accessdenied span {
	display:none;
}
h1 {
	color:#9C0;
	font-size:200%;
	margin-bottom:15px;
}
h2 {
	color:#09F;
	font-size:150%;
	margin-bottom:15px;
}
h3 {
	color:#333;
	font-size:125%;
	margin-bottom:15px;
}

h4 {
	color:#333;
	font-size:100%;
	margin-bottom:15px;
}

#companybanner {
	position:relative;
	clear:both;
	width:960px;
	font-size:0;
}
.bannercontent {
	z-index:1;
	font-size:15px;
	position:absolute;
	top:0px;
	right:0px;
	color:#000;
	padding:5px;
	background:#333;
	
}
.bannercontent .bannerlinks li{
float:left;
}
.bannercontent .bannerlinks li a{

padding:10px;
color:#FFF;
}

#topmenu {
	position:relative;
	z-index:1;
	width:960px;
	}
#contentarea {
	/*width:960px;*/
	min-height:900px;
	background:#FFF;
	padding-top:5px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	border:5px solid #ccc;
}
#content_side {
	font-size:70%;
	padding:5px;
	width:185px;
}
/* Textarea is changed depending on the menu settings */
	#TextArea {
	/*width:550px; */
	font-size:85%;
	padding-bottom:10px;
}
#TextArea ul {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-bottom:15px;
}
#TextArea ol {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-bottom:15px;
}
#TextArea ol li {
	line-height:1.5em;
	list-style-type:decimal;
	margin-bottom:10px;
	
}
#TextArea ul li {
	line-height:1.5em;
	list-style:disc;
	margin-bottom:10px;
}

#TextArea p {
	line-height:1.5em;
	margin-bottom:15px;
}

.bigtext p {
	font-size:140%;
	font-style:italic;
}
#TextArea a {
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}
#TextArea a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:0px;
}
.TextAreaNormal {
	width:100%;
}
.TextAreaLeftMenu {
	margin-left:205px;
	margin-right:5px;
	_width:772px; /*IE 6 Hack*/
}
.TextAreaRightMenu {
	margin-right:205px;
	margin-left:5px;
	_width:702px; /*IE 6 Hack*/
}
/* end of settings for TextArea */
#footer {
	/*margin-top:10px;*/
	clear:both;
	text-align:left;
	
	/* background-image:url(../images/dd.jpg);
background-position:top;
background-repeat:repeat-x;
*/
	color:#fff;
	padding-top:5px;
	padding-left:10px;
	font-size:80%;
}
#footer p {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	line-height:1.5em;
}
#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:#fff;
}
#echologo {
/*width:165px;
margin:auto;*/
}
.clear {
	clear:both;
	font-size:0;
}
#topadvert {
	width:960px;
	margin:auto;
}
#topadvert img {
	margin-bottom:5px;
}
#smalladverts {
	width:125px;
	margin-left:5px;
	margin-top:15px;
}
#smalladverts img {
	margin-bottom:10px;
}
.width100 {
	width:100%;
	float:left;
}
.langmenu {
	font-size:0;
	width:100%;
}
.langmenu ul {
	margin:0px;
	padding:0px;
	font-size:0;
	width:100%;
}
.langmenu li {
	list-style-type:none;
	float:left;
	margin-right:10px;
	padding-bottom:0px;
}
.langmenu li a {
	color:#333333;
	text-decoration:none;
	display:block;
	width:52px;
	height:13px;
	margin-bottom:2px;
}
.langmenu li a:hover {
	color:#666666;
	text-decoration:underline;
}
.langmenu li a span {
	position:absolute;
	left:-1000px;
}
.langen a {
	background-image:url(../images/english.jpg);
	background-repeat:no-repeat;
}
.langfr a {
	background-image:url(../images/french.jpg);
	background-repeat:no-repeat;
}
.latintext {
	direction:ltr;
}
.arabictext {
	direction:rtl;
}

