﻿/*
Design by Peter Mikhael
http://www.petermikhael.com
Version 0.7
*/

@import url("reset.css");
@import url("../shadowbox/shadowbox.css");

/* body
------------------------------------------ */
html, body  {
	background-color: #FFFFFF;
	background-image: url(../images/html-bg-wear.jpg);
	background-repeat: repeat;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #d35aac;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
}
/* Headlines
------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* the global h1 styles */
h1 {
	font-size: 28px;
	line-height: 34px;
}
h2 {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
h5 {
	font-size: 14px;
	line-height: 17px;
}
h6 {
	font-size: 13px;
	line-height: 17px;
}
/* Link
------------------------------------------ */
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
/* General
------------------------------------------ */
p  {
	margin-bottom: 20px;
	line-height: 17px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	color: #FFFFFF;
}
small {
	font-size: 80%;
}
a:focus {
	outline: 1px dotted;
}
hr {
	border-top-width: 1px;
	clear: both;
	height: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
/* Style Elements
------------------------------------------ */
.bold{
	font-weight:bold;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.color-1 {
	color:#333333;
}
.color-2 {
	color:#0000FF;
}
.color-white {
	color:#FFFFFF;
}
.color-gray {
	color:#808080;
}
.color-black {
	color:#000000;
}
.list {
}

.more {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
}
.more-2 {
	padding-left: 16px;
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.more-3 {
	padding-left: 18px;
	background-image: url(../images/comments.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
/* Position Elements
------------------------------------------ */
.left {
	float:left;
}
.left-block {
	float:left;
	display: block;
}
.left-style {
	background-image: url(../images/vertical-sap.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
}
.left-margin-right {
	float:left;
	margin-right: 20px;
}
.right{
	float:right;
}
.right-block {
	float:right;
	display: block;
}
.right-style {
	background-image: url(../images/vertical-sap.jpg);
	background-repeat: no-repeat;
	background-position: left 40px;
}
.right-text {
	text-align: right;
	float: right;
	display: inline;
}
.right-margin-left {
	float:right;
	margin-left: 20px;
}
.right-margin-left-2 {
	float:right;
	margin-left: 10px;
}
.right-last{
	float:right;
	margin-left: 0px;
}
.image-right-margin {
	margin-right: 20px;
	margin-right: 20px;
	float: left;
	margin-bottom: 10px;
}
.image-margin {
	margin-right: 10px;
}
.clear-both {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.hidden{
	display:none;
}
.pointer{
	cursor:pointer;
}
.inline {
	display: inline;
}
.inline li {
	float: left;
	margin-right: 30px;
}
/* Clear Floated Elements
------------------------------------------ */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Pages Styles
------------------------------------------ */
#header {
	background-image: url(../images/header-bg-wear.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 950px;
}
/* the logo styles*/
#logo {
	display: block;
	width: 160px;
	height: 170px; /* the size of the image */
	background-image: url(../images/website-wear-logo.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 400px;
}
/* the header logo a styles*/
#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	float: left;
}
/* the menu container */
#menu {
	list-style: none;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
/* the menu list reset */
#menu li {
	float: right;
	padding: 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
/* the menu unuordered list reset */
#menu ul {
	margin: 0px;
	padding: 0px;
}
/* the menu a styles */
#menu a {
	color: #CCCCCC;
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px;
	width: 158px;
	text-align: center;
	font-weight: bold;
	float:left;
	height:17px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:121px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}
/* the menu a:hover styles */
#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/menu-item-hover.jpg);
	background-repeat: no-repeat;
}
#menu  li  a.raesya {
	background-image: url(../images/el-raesya-wear.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a.andary {
	background-image: url(../images/an-dary-wear.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a.estsharat {
	background-image: url(../images/estsharat-hover-fanya.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a.talabat {
	background-image: url(../images/talabat-elmokaysa-wear.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a.tasmemat {
	background-image: url(../images/tasmemat-3d.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a.etasel {
	background-image: url(../images/etasel-bena-wear.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li a:hover {background-position:left bottom;}
#menu li a.open {background-position:left bottom !important;}

.headers {
	font-family:League Gothic;
}
.arrows {
	margin-top: 10px;
	margin-bottom: 10px;
}
.arrows img {
	margin-left: 5px;
}
.element {
	clear: both;
	display: block;
	margin: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.element ul {
	padding: 0px;
	margin: 0px;
}
.element li {
	margin-bottom: 0px;
	padding-left: 16px;
	font-weight: normal;
	background-image: url(../images/marker01.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	line-height: 22px;
	color: #000000;
}
.element li a  {
	color: #000000;
	text-decoration: underline;
}
.element li a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
}
.element input {
	background-color: #130C04;
	border: 1px solid #573402;
	width: 240px;
	color: #999999;
}
.element textarea {
	background-color: #130C04;
	border: 1px solid #573402;
	width: 240px;
	color: #666666;
}
.element .submit {
	width: 40px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	font-size: 11px;
	margin-top: 10px;
}
.col {
	margin-bottom: 30px;
	clear: both;
}
.footer-full-width {
	width: 100%;
	background-color: #090600;
}
.footer-full-width p {
	margin: 0px;
	line-height: 30px;
}
.footer-full-width  img {
	margin-left: 5px;
}
/* Form_container Styles
------------------------------------------ */
#form_container {
	overflow: auto;
}
#form_container  p {
	display: block;
	float: right;
	width: 200px;
	margin: 0px;
}
#form_container li {
	display: block;
	width: 500px;
	margin-top: 20px;
	float: right;
}
#form_container select, #form_container textarea, #form_container input{
	border: 1px solid #D3D3D3;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	width: 190px;
	float: right;
}
#form_container  .submit-but {
	width: 80px;
	display: block;
	margin-right: 8px;
	background-color: #FFFFFF;
	cursor:pointer;
	background-image: url(../images/but-bg-wear.jpg);
	color: #FFFFFF;
	border: 1px solid #333333;
	float: left;
}
#form_container .checkbox {
	width: 15px;
	margin-right: 8px;
}
#form_container  .p_spacing {
	width: 100px;
	display: inline;
	float: left;
}
.list li {
	background-image: url(../images/marker01-wear.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 16px;
	line-height: 22px;
	margin-right: 20px;
	font-weight: bold;
}
.list-2  li {
	padding-right: 16px;
	line-height: 22px;
	margin-right: 10px;
	background-image: none;
	color: #999999;
}
.list-2   li a {
	color: #e490ff;
	font-weight: normal;
}
.list-2    li  a:hover {
	color: #D34FFF;
}
.hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	clear: both;
	float: right;
}
.list   img   {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;


}
.content {
	background-repeat: repeat-y;
	margin: 0px;
	background-image: url(../images/content-bg-wear.png);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ahlan-bek {
	background-color: #7e0f5b;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer {
	height: 50px;
	margin-top: 10px;
}
.designed  p {
	font-size: 10px;
}
.footer p  {
	line-height: 20px;
}
.cridets {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383838;

}
.afdalelamal {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 30px;
}
.right-margin-left-top {
	margin-top: 20px;
	margin-left: 20px;
	float: right;
}
ul.slideshow {
	list-style:none;
	width:670px;
	height:310px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:670px;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
.submit {
	background-image: url(../images/but-bg-wear.jpg);
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}
.afdalelamal img {
	margin-bottom: 20px;
}
.margin-top {
	margin-top: 30px;
}

.container-head {
	background-image: url(../images/bg-wear.png);
	background-repeat: repeat-x;
	width: 100%;
}
.container_24   .grid_7 {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	background-color: #7E0F5B;
	padding: 10px;
	border: 1px solid #82005B;
}
.bg1 {
	background-color: #C40040;
	border: 1px solid #9900FF;
}
.bg2 {
	background-color: #009300;
	border: 1px solid #9900FF;
}
.bg3 {
	background-color: #999900;
	border: 1px solid #9900FF;
}
.bg4 {
	background-color: #9900FF;
	border: 1px solid #9900FF;
}

