/*
Title: Remal IT Arabic Style
URL: http://www.remal.com
Author: Ahmed Al Haddad
Date: July 16, 2008
*/

* {
  margin: 0;
  padding: 0;
}


body {
  margin: 0;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Tahoma', Arial, Verdana, Sans-Serif;
  background: #b0b0b0 url(../images/bodybg.gif) repeat top center;
}

/* Top Level IDs */
#page {
  width: 778px;
  margin: 0 auto;
  background: #ffffff url(../images/pagebg.gif) repeat-y top center;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
  background: #ffffff url(../images/wrapperbg.gif) repeat-y top center;
}

/* Header: general */
#header {
  width: 750px;
  height: 162px;
  background: url(../images/headerbg.gif) right 21px;
}

/* Header: topbar */
.topbar {
  background: #f1f1f1 url(../images/topbar.gif) repeat-x top center;
  height: 21px;
}

.topbar dt {
  float: right;
  padding: 0 15px;
}

.topbar dd {
  float: right;
}

.topbar dd {
  background: url(../images/topbar-sep.gif) no-repeat top center;
  width: 2px;
  height: 20px;
}

.topbar a {
  display: block;
  text-decoration: none;
  height: 20px
}

.topbar span {
  visibility: hidden;
}

.topbar .alang {
  background: url(../images/topbar-arabic.gif) no-repeat top right;
  width: 23px;
}

.topbar .contactus {
  background: url(../images/topbar-contactus.gif) no-repeat top right;
  width: 53px;
}

.topbar .sitemap {
  background: url(../images/topbar-sitemap.gif) no-repeat top right;
  width: 41px;
}

/* Header: Logo & Title */
.logo {

}

.sitetitle {
  padding: 20px 0 0 120px;
}

.sitetitle a {
  display: block;
  width: 300px;
  height: 50px;
  text-decoration: none;
}

.sitetitle a span,
.sitetitle .describtion {
  visibility: hidden;
}


/* Header: Navigation */
#navigation {
  padding: 25px 0 0 117px;
}

#navigation dt {
  float: left;
}

#navigation a {
  display: block;
  font: bold 1.2em Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #646464;
  padding-right: 16px;
}

#navigation span {
  display: block;
}

#navigation a:hover {
  color: #2885B7;
  text-decoration: none;
}

.first {margin: 0}

#navigation .active {
  background: url(../images/tab-active.gif) no-repeat bottom right;
  margin-left: 3px;
}

#navigation .active span {
  background: url(../images/tab-active.gif) no-repeat bottom left;
  padding: 10px 0 9px 16px;
}

#navigation .inactive {
  background: url(../images/tab-inactive.gif) no-repeat bottom right;
  margin-left: 3px;
}

#navigation .inactive span {
  background: url(../images/tab-inactive.gif) no-repeat bottom left;
  padding: 13px 0 6px 16px;
}

/* Container */
#container {
  width: 730px;
  padding: 40px 10px 0;
}

#container ul {
  margin: 0 30px;
  font-size: 1.2em;
  padding: 10px 0;
}

#container ol {
  margin: 0 35px;
  font-size: 1.2em;
}

#container ul li,
#container ol li {
  padding: 4px 0;
  text-align: justify;
}
/* Container: content */
.content {
  width: 496px;
  float: left;
}

.content .presentation {
  background: #f1f1f1 url(../images/presentation-bg.gif) repeat-y top right;
}

.content .presentation .inside {
  background: url(../images/presentation-top.gif) no-repeat top right;
  width: 496px;
}

.content .presentation-bot {
  width: 496px;
  height: 16px;
  background: url(../images/presentation-bot.gif) no-repeat bottom right;
  margin-bottom: 8px;
}

.content .presentation .inside2 {
  height: 215px;
}

.widecontent {
  width: 730px;
}

.widecontent .presentation {
  background: #f1f1f1 url(../images/presentationw-bg.gif) repeat-y top right;
}

.widecontent .presentation .inside {
  background: url(../images/presentationw-top.gif) no-repeat top right;
  width: 730px;
  height: 430px;
  text-align: center;
}

.widecontent .presentation .inside2 {
  background: url(../images/presentationw-top.gif) no-repeat top right;
  width: 730px;
}

.widecontent .presentation-bot {
  width: 730px;
  height: 16px;
  background: url(../images/presentationw-bot.gif) no-repeat bottom right;
  margin-bottom: 8px;
}


.news {
  width: 496px;
  height: 122px;
  background: #f1f1f1 url(../images/news.gif) no-repeat top right;
  position: relative;
}

.news .rss {
  display: block;
  background: url(../images/rss-small.gif) no-repeat top left;
  width: 28px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: 8px;
}

.news-vr {
  background: url(../images/news-vr.gif) repeat-y top right;
  width: 2px;
  height: 75px;
  position: absolute;
  top: 40px;
  right: 248px;
}


.news .nright {
  width: 223px;
  height: 75px;
  position: absolute;
  top: 40px;
  right: 15px;
  text-align: justify;
}

.news .nleft {
  width: 223px;
  height: 75px;
  position: absolute;
  top: 40px;
  left: 15px;
  text-align: justify;
}

.date {
  color: #a9a9a9;
}

.news .summary {
  font-size: 1.1em;
}

.news .more {
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  padding: 5px 50px 0 0;
}

.nthumb {
  float: left;
  padding: 5px 10px 0 20px;
}

/* Container: sideboxes */
.sideboxes {
  width: 228px;
  float: right;
}

.sideboxes dt {
  margin-bottom: 8px;
}

dt.awamer {
  width: 228px;
  height: 112px;
  background: url(../images/box-awamer.gif) no-repeat top right;
}

dt.provise {
  width: 228px;
  height: 112px;
  background: url(../images/box-provise.gif) no-repeat top right;
}

dt.networks {
  width: 228px;
  height: 122px;
  background: url(../images/box-networks.gif) no-repeat top right;
  text-align: center;
  padding-top: 29px;
}

.sideboxes a {
  display: block;
  width: 228px;
  height: 112px;
}

.sideboxes dd,
.sideboxes h3 {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.customers {
  width: 490px;
  margin: 0 auto;
  overflow: auto;
}

.customers a {
  display: block;
  float: left;
  width: 33%;
  padding: 5px 0;
  text-align: center;
}

#adbanners {
  width: 400px;
  border: 0;
  margin: 20px auto;
}

#adbanners td,#adbanners th {
  border: 1px solid #aaaaaa;
  padding: 2px 3px;
  text-align: center;
  font-size: 11px;
}

#adbanners .narrow {
  width:75px;
}


#adbanners .wide {
  width: 125px;
}


/* Begin Contact us Form */

#contact {
  width: 422px;
  margin: 0 auto;
}


#container .cinfo {
  border-left: 5px solid #d5d5d5;
  margin-left: 15px;
  padding-left: 5px;
  margin-bottom: 15px;
  line-height: 150%;
}

#contact .fields {

}

#contact .thead {
    float: left;
	font-size: 9pt;
	width: 130px;
	background: #f5f5f5;
	padding: 2px;
    margin: 2px;
    display: inline;
}

#contact .text {
    float: right;
    width: 250px;
    padding: 2px;
    display: inline;
}

#contact fieldset {
    width: 400px;
	border: 1px solid #bbbbbb;
	padding: 10px;
}

#contact legend {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	padding-bottom: 10px;
}

#contact input {
	font-family: tahoma;
	font-size: 10pt;
	border: 1px solid #bbbbbb;
	background: #fbfbfb;
}

#contact textarea {
	font-family: tahoma;
	font-size: 10pt;
	border: 1px solid #bbbbbb;
	background: #fbfbfb;
}

#contact .buttons {
	padding: 5px;
	text-align: center;
	}

#contact .buttons input {
	color: #222222;
}

/* Footer */
#footer {
  background: #f1f1f1 url(../images/footerbg.gif) no-repeat top center;
  text-align: center;
  font-size: 1.1em;
  padding: 10px 0 6px;
  clear: both;
  position: relative;
}

.twnline {
  clear: both;
  height: 20px;
}


/* Typography */

h1 {
  font: 3.2em Arial, Helvetica, sans-serif;
}

h2 {
  font: 2.2em Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #696969;
  padding: 15px 0 10px 15px;
}

h3 {
  font: 1.5em bold Arial, Helvetica, sans-serif;
}

.flarge {
  font: 1.5em Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p.flarge {
  text-align: justify;
  line-height: 150%;
  padding: 0 15px;
}

span.flarge {
  padding: 0 0 0 15px;
}

p {
  padding: 10px 15px;
  font-size: 1.2em;
  text-align: justify;
}


/* Misc */
.clearer {
  clear: both;
}

.alignleft {
  float: left;
  padding-right: 10px
}

.alignright {
  float: right;
  padding-left: 10px;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

.footlinks {
font-size:11px;
position: absolute;
top:11px;
left: 10px;
}