@charset "utf-8";
/*---------------- Main Style -----------------*/
body {
	background:#F8F8F8;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

#container{
	width:999px;
	margin:0 auto;
	text-align:right;
}
#right_col{
	float:right;
	width:170px;
}

#left_col{
	float:right;
	width:810px;
}
.clear{
	clear:both;
}
.rounded{
	-moz-border-radius:1ex;
  	-moz-border-radius:1ex;
  	-webkit-border:1ex;
  	-webkit-border:1ex;;
}
/*---------------- ٌHeader -----------------*/
#header{
	background:url(../images/header_bg.jpg) repeat-x;
	height:177px;
}
#header_container{
	width:999px;
	margin:0 auto;
	height:177px;
	position:relative;
}
/* ----- Menu ----- */
#main_menu{
	position:absolute;
	top:100px;
	right:260px;
}
#header ul{
	list-style:none;
	font-size:15px;
}
#header ul li{
	float:right;
	margin:0;
	padding:0;
}
#header ul li a:link, #header ul li a:visited{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:4px 7px;
	margin:0;
	height:25px;
}
#header ul li a:hover, #header ul li a:active{
	background:#900;
}
/* ----- Logo ----- */
#logo{
	position:absolute;
	right:2px;
	top:2px;
	width:250px;
	height:92px;
}
#logo img{
	display:inline-block;
}
/* ----- Search ----- */
#header #search{
	width:225px;
	height:23px;
	position:absolute;
	top:103px;
	left:10px;
}
#header #search a:link, #header #search a:visited{
	float:left;
	display:inline-block;
	width:28px;
	height:28px;
	text-indent:-9999px;
	background:url(../images/search_btn.gif) no-repeat center top;
}

#header #search input{
	float:right;
	display:inline-block;
	text-align:right;
	margin:0;
	width:180px;
	margin:1px 0 0 0;
	padding:2px;
}
/* ----- Date ----- */
#date{
	position:absolute;
	right:10px;
	top:105px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
/* ----- Marqee ----- */
#marqee{
	position:absolute;
	top:135px;
	right:140px;
}
#marqee p{
	display:inline;
	font-weight:bold;
	font-size:14px;
}
#marqee input{
	width:895px;
}
/*---------------- ٌRight Col -----------------*/
.right_panel{
	background:#E8E4E4 url(../images/panel_h1.jpg) no-repeat center top;
	width:168px;
	min-height:50px;
	margin-bottom:5px;
}
.right_panel h1{
	font-size:14px;
	padding:20px 5px 0 0;
	font-weight:bold;
}
.panel_content{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
	padding:0 3px 5px 0;
}
.panel_content ul li{
	direction:rtl;
	list-style-position:inside;
	list-style:none;
	padding:0 2px;
	margin:0;
}
.panel_content ul li a:link,.panel_content ul li a:visited {
	text-decoration:none;
	font-size:13px;
	text-align:right;
	display:block;
	padding:3px 2px;
	color:#666;
	margin:0px;
}
.panel_content ul li a:hover, .panel_content ul li a:active {
	background:#CCC;
	color:#990000;
}
.right_panel label{
	margin:0 5px 0 0;
	font-size:13px;
}
.right_panel input{
	
}
.right_panel button{
	margin:3px 50px 0 0;
	width:60px;
	text-align:center;
}

.ul_articles li{
	padding:2px;
	direction:rtl;
	list-style-position:inside;
	font-size:14px;
	list-style-image:url(../images/list-img.gif);
}
.ul_articles li a:link, .ul_articles li a:visited{
	color:#333;
	text-decoration:none;
}
.ul_articles li a:hover, .ul_articles li a:active{
	color:#CB0101;
}
/*---------------- Left Col -----------------*/
#left_container{
	border:1px solid #999;
	padding:5px;
	margin:0 20px 0 0;
}

.left_panel{
	margin-bottom:5px;
}
.left_panel h1{
	padding:5px 45px 5px 5px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}
.left_panel .h1_images{
	background:#CB0101 url(../images/camera.gif) no-repeat 740px center;
}
.left_panel .h1_speak{
		background:#333 url(../images/speak.gif) no-repeat 740px center;
		color:#fff;
}
.left_panel .h1_video{
		background:#CB0101 url(../images/video.gif) no-repeat 740px center;
}
.left_panel .h1_article{
		background:#CB0101 url(../images/article.gif) no-repeat 740px center;
}
.left_panel .h1_blood{
		background:#CB0101 url(../images/blood.gif) no-repeat 740px center;
}
.left_panel_content{
	padding:5px;
	background:#F7F7F7;
	border-bottom:#CCC solid 2px;
}
.left_panel_content p.video{
	text-align:center;
}
.left_panel_content p.video object{
	padding:3px;
	margin:2px;
	background:#333;
	border:#cb0101 2px solid;
	display:inline-block;
	clear:both;
}
/*---------------- Footer -----------------*/
#footer{
	background:#333;
	border-top:2px solid #CB0101;
	padding:5px;
	margin-top:5px;
}
#footer_container{
	width:999px;
	color:#FFF;
	margin:0 auto;
	font-size:13px;
}
#footer_container p{
	text-align:center;
	padding:3px 0;
}
#footer_container a:link, #footer_container a:visited{
	text-decoration:none;
	color:#3CF;
}
#footer_container a:hover, #footer_container a:active{
	text-decoration:underline;
}
/*---------------- Ads -----------------*/
.header_ad{
	width:728px;
	height:90px;
	background:#666;
	border:1px solid #000;
	position:absolute;
	left:5px;
	top:2px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	color:#fff;
}
.ad_120_240{
	width:120px;
	height:240px;
	margin:10px auto;
	color:#fff;
	background:#666;
	text-align:center;
	vertical-align:middle;
}
