
* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #000000;
 font-family:Arial, sans-serif;
 font-size: 16px;
 color: #000;
 height: 100%;
 text-align: center;
margin:0px;
 }
 
a img{
 border: 0px;
 }

a {
text-decoration: none;
cursor:pointer;
}

li{
margin-top:3px;
}

.hidden {
 text-indent: -9000px;
 }

/***Header/logo tags***/

#header {
 height: 230px;
 width:990px;
 background:url(../images/header_bg_3.jpg) no-repeat;
 margin-left:10px;
 }
 
 #movie_type {
background: url(../images/fizzle_h.gif) top repeat-x;
height:80px;
width:990px;
 margin-left:10px;
}	

#movie{
margin-top:20px;
width:990px;
color:#666666;
font-size:14px;
margin-left:10px;
text-align:center;
}

#movie_bg{
background: url(../images/movie_bg.gif) repeat-x;
width:120px;
height:41px;
color:#000000;
font-size:14px;
float:left;
font-weight:bold;
padding-top:11px;
margin-left:16px;
}

#movie_bg_active{
background: url(../images/movie_bg_hover.gif) repeat-x;
width:120px;
height:41px;
color:#000000;
font-size:14px;
float:left;
font-weight:bold;
padding-top:11px;
margin-left:16px;
}

#movie_bg:hover{
background: url(../images/movie_bg_hover.gif) repeat-x;
width:120px;
height:41px;
color:#000000;
font-size:14px;
font-weight:bold;
float:left;
margin-left:16px;
padding-top:11px;
}

#movie_text{float:left;font-size:14px;font-weight:bold;width:120px;height:41px;color:#666666;padding-top:11px;}
#movie_text:hover{background: url(../images/movie_bg_hover.gif) repeat-x;float:left;font-size:14px;font-weight:bold;padding-top:11px;width:120px;height:41px;color:#000000;}
	
#header-bottom {
background:#1e1e1e url(../images/fizzle_h.gif) repeat-x;
height:38px;
width:990px;
margin-top:-10px;
 margin-left:10px;
}	
#logo {
 float: left;
 margin-left: 25px;
 margin-top: 50px;
 width:350px;
 height:90px;
 }

#login_text {
color:#838b83;
float:right;
font-size:12px;
margin-right:30px;
margin-top:25px;
}

#logo h1,#logo h2 {
font-weight:400;
letter-spacing:-2px;
}

#logo h1 {
font-size:2.4em;
padding-top:10px;
color: #F58220;
}

#logo h2 {
font-size:1.3em;
color: #a0a0a0;
}
	
/***MAIN CONTENT (WHITE) AREA***/

.content {
 clear: both;
 text-align: left;
 margin: 5px 0 0 auto;
 }

#main_body{
margin:0px;
width:1015px;
margin-bottom:10px;
}

#left-nav {
width:200px;
background:url(../images/left_nav_bak.gif) repeat-y;
height:428px;
float:left;
padding-bottom:10px;
margin-top:-27px;
margin-left:10px;
}

#leftnav-header {
width:200px;
background:#ffffff;
height:20px;
}

.nav_text{
color:#ffffff;
font-size:12px;
text-decoration:none;
width:200px;
height:30px;
list-style:none;
list-style-position:inside
}

div#menu ul li a:link,div#menu ul li a:active,div#menu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
}
div#menu ul li a:hover {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style:none;
    font-weight: bold;
	font-size: 13px;
}

#active{
	background: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#page_headings{
font-size:20px;
color:#ff9e03;
font-weight:bold;
}

#innerpages_box{
margin-left:20px;
margin-right:10px;
margin-bottom:15px;
width:350px;
margin-top:20px;
text-align:left;
color:#999999;
font-size:12px;
}

#sliding_news_body_home{
margin-left:20px;
margin-right:10px;
margin-bottom:15px;
width:350px;
margin-top:20px;
text-align:left;
color:#999999;
font-size:12px;
}

#innerpage_images{
width:380px;
height:317px;
float:left;
margin-top:50px;
border:0px;
}


#nav-header {
color:#838b83;
margin-left:10px;
padding-top:2px;
font-size:12px;
font-weight:bold;
}

.body-content {
background:#ffffff;
margin-left:215px;
height:495px;
}

#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content p {
 font-size: 0.8em;
 line-height: 1.5em;
 color: #8f8f8f;}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;
 }
 
 .input_text{
 background:#000000;
 border:1px solid #666666;
 width:250px;
 margin-left:4px;
 color:#ffffff;
 padding:2px 2px 2px 2px;
 }

/***Random stuff Area***/
 
#latest {
clear:both;
width:990px;
 background:#1e1e1e url(../images/fizzle_h.gif) repeat-x;
 color:#838b83;
 font-size: 12px;
 height:80px;
 margin-left:10px;
}

#latest-text {
 color:#838b83;
 font-size:12px;
 font-weight:bold;
 margin-left:15px;
 padding-top:20px;
 text-align:left;
}

a.latest-text:link{color:#838b83;text-decoration:none;}
a.latest-text:active{color:#838b83;text-decoration:none;}
a.latest-text:visited{color:#838b83;text-decoration:none;}
a.latest-text:hover{color:#ffffff;text-decoration:none;}

#gallery_headers{
font-size:12px;
font-weight:bold;
color:#cccccc;
padding-bottom:10px;
}

#thumbnail_gallery{
width:160px;
height:100px;
border:3px solid #666666;
}

#thumbnail_gallery:hover{
width:160px;
height:100px;
border:3px double #ffffff;
}
	
/***FOOTER***/


#copyright{
color:#e28b01;
font-size:12px;
width:990px;
clear:both;
margin-top:20px;
padding-bottom:5px;
text-align:right;
}
 
 #nabil_img{
 height:174px;
 width:184px;
 float:left;
 margin-top:-3px;
 margin-left:-40px;
 }
 
 #slogan{
 margin-top:65px;
 background:url(../images/slogan_img.gif) no-repeat;
 background-position:center;
 margin-right:10px;
 }