﻿@charset "utf-8";
/*..............................Genaral Tags.............................*/
/*font face English font*/
@font-face {
font-family: 'Segoe UI';
	src: url('../css/fonts/segoeuil_0.eot'); /* IE9 Compat Modes */
	src: url('../css/fonts/segoeuil_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../css/fonts/segoeuil_0.woff') format('woff'), /* Modern Browsers */
	     url('../css/fonts/segoeuil_0.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../css/fonts/segoeuil_0.svg#svgFontName') format('svg'); /* Legacy iOS */
	     font-style:normal;
	     font-weight:normal;
	     
}
/*font face Arabic*/
@font-face {
font-family: 'droid';
	src: url('../css/fonts/droidsansarabic.eot'); /* IE9 Compat Modes */
	src: url('../css/fonts/droidsansarabic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../css/fonts/droidsansarabic.woff') format('woff'), /* Modern Browsers */
	     url('../css/fonts/droidsansarabic.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../css/fonts/droidsansarabic.svg#svgFontName') format('svg'); /* Legacy iOS */
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #D9BF9A;
	height: 100%;
	font-weight: normal;
}
p {
	margin: .5em;
}
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
ul {
	margin-left: 1em;
	padding-left: .5em;
	list-style: none;
}
ul li {
	padding-bottom: .4em;
}
ol {
	margin: 0;
}
ol li {
	margin: 0 .4em .8em .4em;
}
td {
	line-height: 140%;
}
tr {
}
th {
	background-color: #022a20;
	padding: .4em 0 .4em .4em;
	color: #fff;
}
button {
	background: none;
	margin: 0 .8em 0 .8em;
	padding: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}
section {
	display: block;
}
aside {
	display: block;
}
article {
	display: block;
}
hr {
	background: #FF0000;
	border: 0;
	margin: 20px;
}
/*======================forms=======================================*/
select {
	color: #000;
}
input {
	color: #000;
	padding: 2px 0 2px 10px;
	border: 1px #d8d8d8 solid;
	background-color: #fff;
}
textarea {
	background-color: #fff;
	border: 1px #d8d8d8 solid;
	color: #000;
	padding: 10px;
	font-size: 1.2em;
}
fieldset {
	border: 0;
}
input[type=submit], input[type=reset] {
	background: #EBE0C4;
	color: #000;
	padding: 5px;
	border: 0;
}
/*==================txt, links, lines, titles====================*/
a {
	color: #D9BF9A;
	border: 0;
}
a:visited {
	color: #D9BF9A;
}
a:hover {
	color: #fff;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
}
h4 {
	font-size: .8em;
	font-weight: normal;
}
h5 {
	font-size: .6em;
	font-weight: normal;
}
/*==================list===========================================*/
ul.list1 {
	list-style: none;
	margin: 0;
	color: #fff;
}
.list1 li {
	background: url('../images/arrow-cream.png') left center no-repeat;
	padding-left: 2.5em;
	margin: 1.5em 0 1em 0;
}
.list1 li a {
	padding-left: .4em;
	color: #fff;
	line-height: 1em;
}
.list1 li a:hover {
	text-decoration: none;
}
.list2 li {
	color: #D9BF9A;
}
.list2 li span {
	font-weight: normal !important;
}
.list3 li {
	background: url(../images/item.jpg) no-repeat left 6px;
	padding-left: 1.2em;
	color: #677788;
	line-height: 1.91em;
}
.list3 li a:hover {
	color: #6e9ec9;
}
/*========================layout====================================*/
#Wrapper {
	background: #3D2B1D;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
#top-head {
	background: #022a20;
}
header {
	display: block;
}
footer {
	display: block;
	border-top: 3px #FF0000 solid;
}
nav {
}
nav ul li {
}
nav a {
	color: #000;
}
nav a:visited {
	color: #000;
}
nav a:hover {
	color: #fff;
}
.clear-fix {
	clear: both;
}
.bold {
	font-weight: bold;
}
.body-widepage {
	margin: 1em;
	border-top: 3px #FF0000 solid;
	padding: 1em;
}
.body-widepage h2 {
	text-align: center;
	margin-top: 1em;
}
.body-widepage a.white-name {
	color: #fff;
}
.no-topboder {
	border-top: 0px #FF0000 solid;
}
#body-content p.white-name {
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.td-red {
	background: #BE2c2D;
	text-align: center;
	font-size: 1.3em;
	margin: 20px;
	color: #fff;
}
.form-body {
	background: #fff;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	color: #BE2c2D;
	font-weight: bold;
}
.bold-black {
	color: #000;
}
.center{
	text-align:center
}
.left {
	text-align:left !important;
}
/*--===========================================================--*/
