/* CSS Document */

@charset "utf-8";
* {
	margin: 0 auto;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-width: 0px;
}
img {
	border-width: 0px;
}
form {
	margin: 0;
	padding: 0;
}
body {
	background: #202020 url(../images/shared/site-rear.jpg) repeat-x center top;
	border-top:3px solid #505050;
	font-size:100%;
}
p, a, td, th, input, select, textarea, div {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size: 80%;
	color: #383838;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
p a {
	color: #777;
	text-decoration: none;
}
p a:hover {
	color: #777;
	text-decoration: underline;
}
.clear {
	clear:both;
}
#skype_pnh_container, #skype_plugin_object, #skype_highlighting_settings {
	display: none !important;
}
/*-------------------- End Basic Styles --------------------*/

/*-------------------- Header Styles --------------------*/

#header {
	float:left;
	width:100%;
	height: 520px;
	background:url(../images/shared/shadow.jpg) no-repeat center bottom;
}
#header_inside {
	width: 990px;
	margin:0 auto;
}
/*----- Logo Section -----*/
/*#branding {
	float: left;
	overflow: hidden;
	width:187px;
	height:70px;
	padding-top: 15px;
}
#branding h1 {
	background-image: url(../images/en/sahil-alfaw-Logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#branding a {
	display: block;
	width:187px;
	height:70px;
}*/
#branding {
	float: left;
	overflow: hidden;
	width:187px;
	height:70px;
	padding-top: 15px;
}
#branding h1 {
	xbackground-image: url(../images/en/sahil-alfaw-Logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	position:absolute;
	top:13px;
	z-index:-1;
}
#branding a {
	display: block;
	width:187px;
	height:70px;
}
/*----- language Section -----*/

#language {
	float:right;
	font-size:100%;
	color:#404041;
	margin-top:15px;
	width:340px;
}
#language span {
	float:right;
	font-size:110%;
	padding:0 40px;
	background: url(../images/shared/phone-icon.gif) no-repeat 200px center;
	width:170px;
}
#language a {
	font-size:70%;
	color:#404041;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
}
#language a:hover {
	color:#404041;
	text-decoration:underline;
}
/*----- Menu Section -----*/

.nav {
	float:right;
	width:770px;
	margin-top:25px;
}
.nav ul ul {
	display: none;
}
.nav ul li:hover > ul {
	display: block;
}
.nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	float:right;
}
.nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.nav ul li {
	float: left;
	border-radius: 10px;
	/*text-transform:uppercase;*/
	margin: 0 7px;
	border:1px solid transparent;
}
.nav ul li:hover, .nav ul li.selected {
	background: #dfdee0;
	background: linear-gradient(top, #fff 0%, #e3e2e4 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e3e2e4 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e3e2e4 100%);
	border:1px solid #e5e5e5;
}
.nav ul li:hover a {
	color: #444;
}
.nav ul li a {
	display: block;
	padding: 5px 15px;
	color: #303030;
	text-decoration: none;
	font-size:95%;
}
.nav ul ul {
	background: #f0f0f0;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	padding: 10px 0;
	position: absolute;
	top: 100%;
}
.nav ul ul li {
	float: none;
	position: relative;
	border:1px solid #f0f0f0;
}
.nav ul ul li a {
	padding: 5px 15px;
	color: #fff;
	font-size:75%;
	width:135px;
	border-radius: 10px;
}
.nav ul ul li a:hover {
	background: #fff;
}
.nav ul ul li:hover {
	box-shadow: none;
}
.nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}
/*----- Header Image Section -----*/

#header_img {
	float:left;
	margin:25px auto 0;
	width:990px;
	height:360px;
	text-align:center;
}
/*-------------------- End Header Styles --------------------*/

/*-------------------- Body Styles --------------------*/

#body {
	float:left;
	width:100%;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color:#fff;
}
#body_inside {
	width: 910px;
	margin:0 auto;
	padding:15px 40px 25px;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#tree {
	font-size:60%;
	color:#777;
	font-weight:bold;
	text-align:right;
}
#tree a {
	color:#777;
	text-decoration:underline;
}
#tree a:hover {
	color:#777;
	text-decoration:none;
}
#title {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}
#title h2 {
	font-size:150%;
	color:#383838;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
/*-------------------- End Body Styles --------------------*/

/*-------------------- Projects Styles --------------------*/

#projects li {
	list-style:none;
	float:left;
	width:210px;
	height:175px;
	margin:5px 22px 5px 0;
	margin:5px 8px\9;
}
#projects li a {
	position:absolute;
	float:left;
	width:210px;
	height:175px;
	z-index:100;
}
 #projects li:nth-child(4n+4) {
margin-right:0px;
}
#projects li div {
	width:210px;
	height:140px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#000;
}
#projects li h3 {
	font-size:90%;
	font-weight:normal;
	width:210px;
	height:35px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#projects li:hover {
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
#projects li:hover h3 {
	background: #dfdee0;
	background: linear-gradient(top, #fff 0%, #e3e2e4 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e3e2e4 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #e3e2e4 100%);
}
/*-------------------- Projects Styles --------------------*/

/*-------------------- Footer Styles --------------------*/

#footer {
	float:left;
	width:100%;
}
#footer_inside {
	width: 990px;
	margin:0 auto;
	padding-top: 10px;
}
#social {
	float:right;
}
#social img {
	padding:0 5px;
}
#footer_links li {
	list-style:none;
	color:#e3e3e3;
	font-size:90%;
	display:inline-block;
}
#footer_links a {
	color:#e3e3e3;
	font-size:85%;
	text-decoration:none;
	padding:10px 10px;
	display:inline-block;
}
#copyright {
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:70%;
	color:#a1a1a2;
	background: #202020;
	background: linear-gradient(left, #202020 0%, #303030 50%, #202020 100%);
	background: -moz-linear-gradient(left, #202020 0%, #303030 50%, #202020 100%);
	background: -webkit-linear-gradient(left, #202020 0%, #303030 50%, #202020 100%);
	margin-top:10px;
}
#copyright a {
	color:#a1a1a2;
}
/*-------------------- End Footer Styles --------------------*/

/*-------------------- Gallery Styles --------------------*/

#gallery li {
	list-style:none;
	display:inline-table;
	position:relative;
	width:212px;
	margin:5px;
	height:190px;
	border:1px solid #d0d0d0;
}
#gallery li .gal {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:200;
}
#gallery li:hover {
	border:1px solid #ffcc00;
}
.gallery_img {
	width:212px;
	height:140px;
	background-position:center center;
	background-repeat:no-repeat;
}
#gallery label {
	background-color:#505050;
	width:212px;
	height:50px;
	color:#fff;
	font-size:80%;
	display:table;
}
#gallery li:hover label {
	background-color:#ffcc00;
	color:#333;
}
#gallery span {
	display:table-cell;
	vertical-align:middle;
	height:50px;
	text-align:center;
	font-weight:bold;
}
#gallery em {
	position:absolute;
	display:none;
}
/*-------------------- End Gallery Styles --------------------*/

/*-------------------- Contact Styles --------------------*/

#contact {
	float:right;
	width:400px;
	padding: 10px 20px;
	border-left:1px solid #d5d5d5;
}
#contact label {
	float:left;
	clear:left;
	width:85px;
	margin:2px 0;
	height:30px;
	line-height:30px;
	font-size:75%;
}
#contact input {
	float:left;
	margin: 2px;
	width:290px;
	height:30px;
	border:1px solid #d5d5d5;
	padding:0 5px;
}
#contact select {
	float:left;
	margin: 2px;
	width:302px;
	height:30px;
	border:1px solid #d5d5d5;
	padding:5px;
}
#contact textarea {
	float:left;
	margin: 2px;
	width:290px;
	height:170px;
	border:1px solid #d5d5d5;
	padding:0 5px;
}
#verification {
	float:right;
	width:313px;
	margin-top:10px;
}
#verification input {
	width:140px;
}
#verification p {
	font-size:70%;
}
#verification .button {
	width:65px;
	background-color:#1b1b1b;
	color:#e0e0e0;
	cursor:pointer;
}
#verification .button:hover {
	background-color:#f3b700;
	color:#1b1b1b;
}
/*-------------------- End Contact Styles --------------------*/

/*-------------------- Lyte Box Styles --------------------*/

#lbOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}
#lbOverlay.grey {
	background-color: #000000;
}
#lbOverlay.red {
	background-color: #330000;
}
#lbOverlay.green {
	background-color: #003300;
}
#lbOverlay.blue {
	background-color: #011D50;
}
#lbOverlay.gold {
	background-color: #666600;
}
#lbMain {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}
#lbMain a img {
	border: none;
}
#lbOuterContainer {
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lbOuterContainer.grey {
	border: 3px solid #888888;
}
#lbOuterContainer.red {
	border: 3px solid #DD0000;
}
#lbOuterContainer.green {
	border: 3px solid #00B000;
}
#lbOuterContainer.blue {
	border: 3px solid #5F89D8;
}
#lbOuterContainer.gold {
	border: 3px solid #B0B000;
}
#lbDetailsContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}
#lbDetailsContainer.grey {
	border: 3px solid #888888;
	border-top: none;
}
#lbDetailsContainer.red {
	border: 3px solid #DD0000;
	border-top: none;
}
#lbDetailsContainer.green {
	border: 3px solid #00B000;
	border-top: none;
}
#lbDetailsContainer.blue {
	border: 3px solid #5F89D8;
	border-top: none;
}
#lbDetailsContainer.gold {
	border: 3px solid #B0B000;
	border-top: none;
}
#lbIframeContainer {
	padding: 10px;
}
#lbImageContainer {
	padding: 10px;
}
#lbLoading {
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(../images/shared/gllery/images/loading.gif) center no-repeat;
}
#lbHoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer>#lbHoverNav {
	left: 0;
}
#lbHoverNav a {
	outline: none;
}
#lbPrev {
	width: 49%;
	height: 100%;
	background: transparent url(../images/shared/gllery/images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
#lbPrev.grey:visited:hover {
	background: url(../images/shared/gllery/images/prev_grey.gif) left 15% no-repeat;
}
#lbPrev.grey:hover {
	background: url(../images/shared/gllery/images/prev_grey.gif) left 15% no-repeat;
}
#lbPrev.red:visited:hover {
	background: url(../images/shared/gllery/images/prev_red.gif) left 15% no-repeat;
}
#lbPrev.red:hover {
	background: url(../images/shared/gllery/images/prev_red.gif) left 15% no-repeat;
}
#lbPrev.green:visited:hover {
	background: url(../images/shared/gllery/images/prev_green.gif) left 15% no-repeat;
}
#lbPrev.green:hover {
	background: url(../images/shared/gllery/images/prev_green.gif) left 15% no-repeat;
}
#lbPrev.blue:visited:hover {
	background: url(../images/shared/gllery/images/prev_blue.gif) left 15% no-repeat;
}
#lbPrev.blue:hover {
	background: url(../images/shared/gllery/images/prev_blue.gif) left 15% no-repeat;
}
#lbPrev.gold:visited:hover {
	background: url(../images/shared/gllery/images/prev_gold.gif) left 15% no-repeat;
}
#lbPrev.gold:hover {
	background: url(../images/shared/gllery/images/prev_gold.gif) left 15% no-repeat;
}
#lbNext {
	width: 49%;
	height: 100%;
	background: transparent url(../images/shared/gllery/images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
#lbNext.grey:visited:hover {
	background: url(../images/shared/gllery/images/next_grey.gif) right 15% no-repeat;
}
#lbNext.grey:hover {
	background: url(../images/shared/gllery/images/next_grey.gif) right 15% no-repeat;
}
#lbNext.red:visited:hover {
	background: url(../images/shared/gllery/images/next_red.gif) right 15% no-repeat;
}
#lbNext.red:hover {
	background: url(../images/shared/gllery/images/next_red.gif) right 15% no-repeat;
}
#lbNext.green:visited:hover {
	background: url(../images/shared/gllery/images/next_green.gif) right 15% no-repeat;
}
#lbNext.green:hover {
	background: url(../images/shared/gllery/images/next_green.gif) right 15% no-repeat;
}
#lbNext.blue:visited:hover {
	background: url(../images/shared/gllery/images/next_blue.gif) right 15% no-repeat;
}
#lbNext.blue:hover {
	background: url(../images/shared/gllery/images/next_blue.gif) right 15% no-repeat;
}
#lbNext.gold:visited:hover {
	background: url(../images/shared/gllery/images/next_gold.gif) right 15% no-repeat;
}
#lbNext.gold:hover {
	background: url(../images/shared/gllery/images/next_gold.gif) right 15% no-repeat;
}
#lbNext2 {
	text-decoration: none;
	font-weight: bold;
}
#lbPrev2 {
	text-decoration: none;
	font-weight: bold;
}
#lbSpacer.grey {
	color: #333333;
}
#lbNext2.grey {
	color: #333333;
}
#lbPrev2.grey {
	color: #333333;
}
#lbSpacer.red {
	color: #620000;
}
#lbNext2.red {
	color: #620000;
}
#lbPrev2.red {
	color: #620000;
}
#lbSpacer.green {
	color: #003300;
}
#lbNext2.green {
	color: #003300;
}
#lbPrev2.green {
	color: #003300;
}
#lbSpacer.blue {
	color: #01379E;
}
#lbNext2.blue {
	color: #01379E;
}
#lbPrev2.blue {
	color: #01379E;
}
#lbSpacer.gold {
	color: #666600;
}
#lbNext2.gold {
	color: #666600;
}
#lbPrev2.gold {
	color: #666600;
}
#lbNext2_Off {
	font-weight: bold;
}
#lbPrev2_Off {
	font-weight: bold;
}
#lbNext2_Off.grey {
	color: #CCCCCC;
}
#lbPrev2_Off.grey {
	color: #CCCCCC;
}
#lbNext2_Off.red {
	color: #FFCCCC;
}
#lbPrev2_Off.red {
	color: #FFCCCC;
}
#lbNext2_Off.green {
	color: #82FF82;
}
#lbPrev2_Off.green {
	color: #82FF82;
}
#lbNext2_Off.blue {
	color: #B7CAEE;
}
#lbPrev2_Off.blue {
	color: #B7CAEE;
}
#lbNext2_Off.gold {
	color: #E1E100;
}
#lbPrev2_Off.gold {
	color: #E1E100;
}
#lbDetailsData {
	padding: 0 10px;
}
#lbDetailsData.grey {
	color: #333333;
}
#lbDetailsData.red {
	color: #620000;
}
#lbDetailsData.green {
	color: #003300;
}
#lbDetailsData.blue {
	color: #01379E;
}
#lbDetailsData.gold {
	color: #666600;
}
#lbDetails {
	width: 60%;
	float: left;
	text-align: left;
}
#lbCaption {
	display: block;
	font-weight: bold;
}
#lbNumberDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbNavDisplay {
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbClose {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbClose.grey {
	background: url(../images/shared/gllery/images/close_grey.png) no-repeat;
}
#lbClose.red {
	background: url(../images/shared/gllery/images/close_red.png) no-repeat;
}
#lbClose.green {
	background: url(../images/shared/gllery/images/close_green.png) no-repeat;
}
#lbClose.blue {
	background: url(../images/shared/gllery/images/close_blue.png) no-repeat;
}
#lbClose.gold {
	background: url(../images/shared/gllery/images/close_gold.png) no-repeat;
}
#lbPlay {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPlay.grey {
	background: url(../images/shared/gllery/images/play_grey.png) no-repeat;
}
#lbPlay.red {
	background: url(../images/shared/gllery/images/play_red.png) no-repeat;
}
#lbPlay.green {
	background: url(../images/shared/gllery/images/play_green.png) no-repeat;
}
#lbPlay.blue {
	background: url(../images/shared/gllery/images/play_blue.png) no-repeat;
}
#lbPlay.gold {
	background: url(../images/shared/gllery/images/play_gold.png) no-repeat;
}
#lbPause {
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPause.grey {
	background: url(../images/shared/gllery/images/pause_grey.png) no-repeat;
}
#lbPause.red {
	background: url(../images/shared/gllery/images/pause_red.png) no-repeat;
}
#lbPause.green {
background: url../images/shared/gllery/images/pause_green.png) no-repeat;
}
#lbPause.blue {
	background: url(../images/shared/gllery/images/pause_blue.png) no-repeat;
}
#lbPause.gold {
	background: url(../images/shared/gllery/images/pause_gold.png) no-repeat;
}

/*-------------------- End Lyte Box Styles --------------------*/
