﻿/**
* 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: 13px/1.5em Tahoma, serif;
	line-height: 1.8em;
	color: #4f534d;
}
#imtitle {
	width: 70%;
	padding-top: 30px;
}
img {
	
	border: 0;
}

img .ivideopic{
	margin: 10px;
}
/*######################## Header ###################*/
#header {
	width: 1000px;
	margin: auto;
	background: #E1DDCF url('../../images/brownupbg.jpg');
	height: 139px;
}
#ileftheader {
	width: 50px;
	height: 139px;
	background: #77202D url('../../images/brownup1.jpg') no-repeat left
top;
	float: left;
	background-color: #E1DDCF;
}
#imainheader {
	width: 900px;
	height: 139px;
	padding-left: 0;
	float: left;
	background-image: url('../../images/brownupbg.jpg');
	direction: rtl;
}
#irghtheader {
	width: 50px;
	height: 139px;
	background: #77202D url('../../images/brownup2.jpg') no-repeat right
top;
	float: right;
	background-color: #E1DDCF;
}
#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: 30px;
	width: 800px;
	background-color: #4F534D;
	margin-top: 95px;
	direction: rtl;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 2px;
	margin-right: 50px;
}
/* ----------------------- main body --------------*/
#imain {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	background: #DED9CC;
	direction: rtl;
}
/* ----------outer and inner----------------- */
#outer {
	border-left: solid 90px #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%;
}
#content {
	position: relative;
	margin: auto;
	height: auto;
	top: 1px;
	left: 3px;
	width: auto;
	direction: rtl;
}
#content img{
	margin: 10px;
}
#content p {
	padding: 5px 10px;
	margin: 0px;
}

/* ######################## 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;
}
