﻿/**
* Copyright (c) 2009, Deware IT
* @author: Omer Elamin omer@deware.net, omer797@gmail.com
------------------------------------------
* Sudatel Telecom Group
* All rights reserved.

Colors:
	Brown Main :	#77202D
	Brown Second:	#D7752E
	Light Gray:		#DED9CC
	Dark Blue:		#004C6C
	Light Yalow:	#E5D667
	Dark Gray:		#4f534d

*/
body {
	margin-top: 20px;
	padding: 0;
	background: #77202D;
    text-align: justify; 
	font: 12px/1.3em Tahoma, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
	direction: rtl;
}
h3 {
	color: #D7752E;
	height: 20px;
	font-size: 120%;
	margin: 0 0 0 0;
}
p {
	margin: 5px 0 0 0;
	
}
ul {
	list-style-image: url('/iimages/ixj.gif');
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #8C0209;
}
a:hover {
	border-bottom: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
}
/*######################## Header ###################*/
#header {
	width: 1000px;
	margin: auto;
	background: #DED9CD;
	height: 139px;
	margin-bottom: 0;
}
#ileftheader {
	width: 50px;
	height: 139px;
	background: #E1DDCF url('../images/brownup1.jpg') no-repeat left top;
	float: left;
	}
#imainheader {
	width: 900px;
	height: 139px;
	padding-left: 0;
	float: left;
	background-image: url('../images/brownupbg.jpg');
}
#irghtheader {
	width: 50px;
	height: 139px;
	background: #E1DDCF url('../images/brownup2.jpg') no-repeat right top;
	float: right;
		margin-bottom: 3px;
}
#stglogo {
	width: 240px;
	height: 71px;
	margin-top: 20px;
	background-image: url('../images/mlogo.jpg');
	float: right;
}
#rightbox {
	width: 420px;
	height: 61px;
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}
#imenubar {
	border: 1px solid #FFFFFF;
	height: 25px;
	width: 800px;
	background-color: #4F534D;
	margin-top: 95px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ##################### Contener #################### */
#imain {
	border-top: 10px;
	width: 1000px;
	height: 500px;
	margin: auto;
	background: #DED9CD;
	margin-top: 0;
	border-top-style: solid;
	border-top-color: #DED9CD;
}
#iacontent {
	width: 402px;
	height: 423px;
	margin-top: 10px;
	float: left;
}
#ibcontent {
	width: 180px;
	height: 438px;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
}
#iccontent {
	width: 400px;
	height: auto;
}
#iftcontent {
	width: 950px;
	height: 40px;
	margin: auto;
	position: static;
}
#ivison {
	width: 385px;
}
#inews165 {
	width: 165px;
	float: left;
	height: auto;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 2px;
	margin-left: 5px;
}
#inews200 {
	width: 200px;
	float: right;
	height: auto;
	margin-right: 10px;
}
/*=================================================*/
#mflash {
	width: auto;
	float: left;
}
#btnavbr {
	height: 25px;
	width: 700px;
	color: #77202D;
	float: right;
}
#btnavbr a {
	display: block;
	float: left;
	height: 20px;
	width: 100px;
	padding: 5px 5px 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	color: #77202D;
	font-weight: bold;
}
#btnavbr a:hover {
	background: #F7F7F4;
	color: #D7752E;
}
#btnavbr .active a {
	color: #77202D;
}
/* ######################## Footer ########################## */
#ifooter {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	background-image: url('../images/browndownbg.jpg');
}
#ifooterleft {
	width: 49px;
	height: 47px;
	background: #77202D url('../images/browndown1.jpg') no-repeat left top;
	float: left;
}
#ifootermain {
	margin: auto;
	width: 850px;
	height: 33px;
	padding-left: 0;
	padding-right: 42;
	float: left;
/*	background-image: url('iimages/ifooterbg.gif'); */
}
#ifooterright {
	width: 49px;
	height: 47px;
	background: #77202D url('../images/browndown2.jpg') no-repeat right top;
	float: right;
}
#ifooter .copyright {
	color: #77202D;
	font-size: 9px;
	margin-right: 0;
	float: right;
	margin-top: 10px;
}
#txsearch {
	border-style: solid;
	border-width: 1px;
	maxlength: ;
	background-color: #E1DDCF;
	border-bottom-color: #FFFFFF;
}
