/* INNER DESIGN */

body {
	background-color: #333b40;
	margin: 0px;	
}

/* WRAPPERS */
#wrapper {
	width: 100%;
	text-align: center;
}
#content-wrapper {
	width: 1020px;
	text-align: left;
}
#header-wrapper {
	background-image:url(images/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 1020px;
	height:390px;
}
#main-wrapper {
	background-color: #a8c47f;
	width: 998px;
	position:relative;
	left: 7px;
}
#footer-wrapper {
	background-image:url(images/footer_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 1020px;
	height:410px;
}

/* HEADER */
#logo-header {
	position:relative;
	top: 95px;
	left: 0px;
	float: left;
}
#navigation-header {
	position:relative;
	left: 179px;
	top: 91px;
	width: 474px;
	height: 99px;
	float:left;
}

/* FOOTER */
#footer {
	position:relative;
	top:302px;
	left: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
}
#footer a:hover {
	text-decoration:none;
}

/* CONTENT */
#body {
	position:absolute;
	top: 208px;
	margin: 0px 14px 0px 7px;
	padding: 5px;

}


/* Slideshow main page */
#slideshow {
    position:relative;
    height:700px;
}
#slideshow IMG {
    position:absolute;
    top:50px;
	left: 2px;
    z-index:8;
	border:solid;
	border-width:2px;
	border-color:#333b40;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* POP UP main page */

.slideshowinfo em {
background: url(images/slideshow_info.png);
width: 201px;
height: 164px;
position: absolute;
top: 120px;
left: -29px;
text-align: center;
text-indent: -9999px;
z-index: 30;
display: none;
}
.slideshowinfo {
	width: 157px;
	float:left;
}

.yazeedinfo em {
background: url(images/yazeed_info.png);
width: 201px;
height: 164px;
position: absolute;
top: 120px;
left: 138px;
text-align: center;
text-indent: -9999px;
z-index: 30;
display: none;
}
.yazeedinfo {
	width: 157px;
	float:left;
}

.contactinfo em {
background: url(images/contact_info.png);
width: 201px;
height: 164px;
position: absolute;
top: 120px;
left: 298px;
text-align: center;
text-indent: -9999px;
z-index: 30;
display: none;
}
.contactinfo {
	width: 160px;
	float:left;
}

.journalinfo em {
background: url(images/journal_info.png);
width: 201px;
height: 164px;
position: absolute;
top: 120px;
left: -17px;
text-align: center;
text-indent: -9999px;
z-index: 30;
display: none;
}
.journalinfo {
	width: 162px;
	float:left;
}

.servicesinfo em {
background: url(images/services_info.png);
width: 201px;
height: 164px;
position: absolute;
top: 120px;
left: 143px;
text-align: center;
text-indent: -9999px;
z-index: 30;
display: none;
}
.servicesinfo {
	width: 158px;
	float:left;
}

	h2, h1 {
		margin: 0px; padding:0px;
		font-family:Tahoma;
	}
	h2 {		font-size: 18px;}
	h1{		font-size: 28px;}
	p, body, input, option, textarea {
		margin:0px; padding:0px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
	}
	
	input, option,textarea,select {
		padding:3px;
		background:none;
		border:solid;
		border-width: 2px;
		border-color:#060;
	}
	
	option {
		background:#FFF;
		border:none;
	}
