﻿/**
* 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;
	background: #77202D;
	text-align: justify;
	font: 13px/1.5em Tahoma, serif;
	line-height: 1.8em;
	color: #4f534d;
}
h3 {
	color: #D7752E;
	
	
}
#imtitle {
	width: 100%;
	color: #D7752E;
}
h4 {
	color: #D7752E;
	font-size: 90%;
	margin: 10px 10px 5px 0;
}
h5 {
	font-size: 80%;
	font-weight: bold;
	margin: 0 10px 0 0;
}
/* =================================== */
a {
	color: #D7752E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	TEXT-DECORATION: none;
}
a:active {
	TEXT-DECORATION: none;
	color: red;
}
a:link {
	TEXT-DECORATION: none;
	color: #D7752E;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: #77202D;
	TEXT-DECORATION: none;
}
/*=========================================*?

#imainimg{
	margin: auto;
	width: 96%;
	padding-top: 20px;
}
/*######################## Header ###################*/
#header {
	width: 1000px;
	margin: auto;
	background: #E1DDCF url('../../../iimages/brownupbg.jpg');
	height: 137px;
}
#ileftheader {
	width: 50px;
	height: 137px;
	background: #77202D url('../../../iimages/brownup1.jpg') no-repeat left top;
	float: left;
}
#imainheader {
	width: 900px;
	height: 137px;
	padding-left: 0;
	float: left;
	background-image: url('../../../iimages/brownupbg.jpg');
}
#irghtheader {
	width: 50px;
	height: 137px;
	background: #77202D url('../../../iimages/brownup2.jpg') no-repeat right top;
	float: right;
}
#stglogo {
	width: 240px;
	height: 75px;
	margin-top: 20px;
	background-image: url('../../../iimages/mlogo.jpg');
	float: right;
}
#rightbox {
	width: 420px;
	height: 75px;
	margin-top: 20px;
	margin-left: 30px;
	float: left;
}
#imenubar {
	border: 1px solid #FFFFFF;
	height: 30px;
	width: 780px;
	background-color: #4F534D;
	margin-top: 100px;
	padding-right: 20px;
	margin-right: 10px;
	margin-left: 50px;
}
/* ----------------------- main body --------------*/
#imain {
	width: 1000px;
	height: auto;
	margin: auto;
	background: #DED9CC;
}
/* ----------container to center the layout-------- */
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
/* ----------outer and inner----------------- */
#outer {
	border-left: solid 120px #DED9CC;
/*color of the left column  */	border-right: solid 220px #DED9CC;
/* color of the right column  */	background-color: #DED9CC;  /* color of the content column */
}
#inner {
	margin: 0;
	width: 100%;
	padding-top: 20px;
}
/* The ie/pc pecularity */
/* --------------left and right navi------------- */
#left {
	width: 120px;
	float: left;
	position: relative;
	margin-left: -120px;
	margin-right: 1px;
}
#right {
	width: 220px;
	float: right;
	position: relative;
	margin-right: -220px;
	margin-left: 1px;
	padding-top: 20px;
	left: 0px;
}
/* -----------------content--------------------- */
#content {
	margin: auto;
}


#omalist {
	margin: auto;
}
#omlist ul {
	list-style-type: square;
	font-size: 16px;
	font-weight: bold;
}
#omlist ul ul {
	list-style-type: disc;
	font-size: 16px;
	font-weight: normal;
}
#omlist ul ul ul {
	list-style-type: disc;
	font-size: 14px;
}
#omlist ul ul ul ul {
	list-style-type: circle;
	font-size: 12px;
}
#omlist a {
	color: #FF9900;
}
#omlist a:link {
	color: #FF9900;
	text-decoration: none;
}
#omlist a:visited {
	color: #FF9900;
	text-decoration: none;
}
#omlist a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


/* ######################## Footer ########################## */
#ifooter {
	width: 1000px;
	height: 42px;
	margin: 0 auto;
	background: #DED9CC url('../../../iimages/browndownbg.jpg');
}
#ifooterleft {
	width: 50px;
	height: 42px;
	background: #77202D url('../../../iimages/browndown1.jpg') no-repeat left top;
	float: left;
}
#ifootermain {
	margin: auto;
	width: 850px;
	height: 33px;
	padding-left: 0;
	float: left;
/*	background-image: url('iimages/ifooterbg.gif'); */
}
#ifooterright {
	width: 50px;
	height: 43px;
	background: #77202D url('../../../iimages/browndown2.jpg') no-repeat left 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;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
}
img .imgmain {
	margin: auto;
}
.MO {
	cursor: pointer;
	background-color: #E6E4D7;
}
.MOX {
	cursor: pointer;
	background-color: #183E7D;
}
.MU {
	background-color: transparent;
}
