@charset "utf-8";
/* CSS Document */



*html, body {margin:0; padding:0;}

body
{
	background: #d4cf82 url("../images_site/main_bg.png");
	background-repeat:repeat-x;
    /*background-color:#d4cf82;*/
	margin:0; padding:0;
    overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}


a:link {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:blue; text-decoration:none;}
a:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:blue; text-decoration: none;}
a:active {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:blue; text-decoration: none; }
a:hover {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:red; text-decoration: underline;}


a.title:link {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:blue; text-decoration:none;}
a.title:visited {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:blue; text-decoration: none;}
a.title:active {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:blue; text-decoration: none; }
a.title:hover {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:red; text-decoration: underline;}


#container
{
   border:0px #b2ae6a solid;
   background-color:white;
   width:1000px;
   margin:auto;
   margin-top:0px;
   background-color:#d4cf82;
   overflow: hidden ;
}

#header
{
   background: #d4cf82 url("../images_site/header2.png");
   background-repeat: no-repeat;
   width:1000px;
   height:160px;
   overflow: hidden;
}



#languages_nav ul
{
    margin: 0;
    padding: 0;
	list-style: none;
	float:right; /*changes the tabs from left to right*/
	margin-top:15px;
	margin-right:15px;

}

#languages_nav ul li
{
    float:left;  /*changes the text from left to right*/
	margin:0 0 0 4px; /*sapce between tabs*/
	width:88px;
	display: inline;
}

#languages_nav ul li a, #tab_nav ul li a:visited
{
	text-decoration:none;
	display:block;
	text-align:center;
	color: white;  /*#494422;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	height:20px;
	padding-top:5px;
}

#languages_nav ul li a:hover, #languages_nav ul li a.selected 
{
	color:#F90;
}


#date
{
	float:left;
	position:relative;
	top:55px;
	left:850px;


}
#counter
{
	float:left;
	position:relative;
	top:70px;
	left:776px;
}

#nav_strip
{
   height:1px;
   /*background-color:#BFB367;*/
   background-color: #b2ac4d;
   margin-top:1px;
}



#tab_nav ul
{
    margin: 0;
    padding: 0;
	width:850px;
	list-style: none;
	float:left; /*changes the tabs from left to right*/
	margin-top:90px;
	margin-left:-5px;
	zoom: 1;
}

#tab_nav ul li
{
    float:left;  /*changes the text from left to right*/
	margin:0 0 0 5px;
	width:88px;
	display: inline;
}

#tab_nav ul li a, #tab_nav ul li a:visited
{
	text-decoration:none;
	display:block;
	
	background:url("../images_site/tabs2.png");
	background-repeat:no-repeat;
	
	/*background-color:#AEA200;*/
	/*background-color:#BFB367;*/
	text-align:center;
	color: white;  /*#494422;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	height:30px;
	padding-top:9px;
}

#tab_nav ul li a:hover, #tab_nav ul li a.selected 
{
	/*background-position: -88px 0px;*/
	/*background-color: #786601;*//*#b2ac4d;*/
	background:url("../images_site/tabs_highlights2.png");
	background-repeat:no-repeat;
	color:#FFFFCC;
}



#content
{
   width:992px;
   height:1620px;  /*to increase the dark brown bg*/
   margin:auto;
   margin-top:3px;
   background-color: #b2ac4d; /*#b2ac4d;*/
}

#content_background_top
{
	background:url("../images_site/bg_top.png") no-repeat;
	width:960px;
	height:23px;
	margin:auto;
	position:relative;
	top:10px;
}

#content_background_middle
{
	background:url("../images_site/bg_middle.png") repeat;
	width:960px;
	/*height:1395px;*/
	height:auto;
	margin:auto;
}

#content_background_bottom
{
	background:url("../images_site/bg_bottom.png") no-repeat;
	width:960px;
	height:24px;
	margin:auto;
}

#dynamic_content
{
   border:0px gray solid;   
   height:1240px;    /* to increase the white background of the dynamic content*/
   clear:both;
   margin:auto;
   position:relative;
   top:0px;
}

#siteBanner2
{
   /*border:1px gray dashed;*/
   background:url("../images_site/siteBanner_bg2.png") no-repeat;
   width:665px;
   height:273px;
   float:left;
   margin-top:10px;
   margin-left:13px;
   display: inline;
   overflow:hidden; 
}

#mainTV
{
   /*border:1px gray dashed;*/
   background:url("../images_site/mainTV_bg2.png") no-repeat;
   width:250px;
   height:273px;
   float:right;
   margin-top:10px;
   margin-right:0px;
   padding:7px;
}

#latest_news
{
   float:left;
   margin-left:18px;
   margin-top:2px;
}

#ahwaz_news
{
   /*border:1px gray dashed;*/
   background:url("../images_site/ahwaz_news.png") no-repeat;
   width:300px;
   height:400px;
   float:left;
   margin-top:15px;
   margin-left:15px;
   padding-top:40px;
   padding-left:10px;
   padding-right:10px;
   display: inline;
}



#world_news
{
   /*border:1px gray dashed;*/
   background:url("../images_site/wold_news.png") no-repeat;
   width:300px;
   height:400px;
   float:left;
   margin-top:15px;
   margin-left:20px;
   padding-top:40px;
   padding-left:10px;
   padding-right:10px;
}

#info_side
{
   /*border:1px gray dashed;*/
   background:url("../images_site/info_bar.png") no-repeat;
   width:230px;
   height:890px;
   float:right;
   margin-right:15px;
   margin-top:15px;
   padding:10px;

}

#ahwaz_youtube
{
   /*border:1px gray dashed;*/
   background:url("../images_site/ahwaz_youtube.png") no-repeat;
   width:640px;
   height:170px;
   float:left;
   margin-top:0px;
   margin-left:15px;
   padding:10px;
}

#ahwaz_sites
{
	/*border:1px gray dashed;*/
    background:url("../images_site/ahwaz_sites.png") no-repeat;
    width:300px;
	height:240px;
	float:left;
	margin-top:20px;
	margin-left:15px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

#iranian_tortures
{
	/*border:1px gray dashed;*/
    background:url("../images_site/word.png") no-repeat;
    width:300px;
	height:240px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	padding:10px;
}

#ahwaz_tv
{
	/*border:1px gray dashed;*/
	/*
	background:url("../images_site/ahwaz_tv.png") no-repeat;
    width:435px;
	height:275px;
	float:left;
	clear:both;
	margin-top:20px;
	margin-left:15px;
	padding-top:35px;
    padding-left:10px;
    padding-right:10px;
	*/
	
	width:435px;
	height:275px;
	float:left;
	clear:both;
	margin-top:6px;
	margin-left:15px;
	padding-top:35px;
    padding-left:0px;
    padding-right:10px;
}

#news_articles
{
	/*border:1px gray dashed;*/
	background:url("../images_site/news_articles.png") no-repeat;
    width:435px;
	height:275px;
	float:right;
	margin-top:20px;
	margin-right:15px;
	padding-top:35px;
    padding-left:10px;
    padding-right:10px;
}

#spacer
{
   border:1px gray dashed;
   height:10px;
}

#footer
{ 
   width:972px;
   height:50px;
   margin:auto;
   margin-top:1px;
   background-color:#b2ac4d;
   padding:10px;
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   color:darkbrown;
   font-size:12px;
}
