/* CSS Document by Dieter Schneider for www.csstemplateheaven.com */

* {margin: 0;
    padding: 0;
}

body
{
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}

#main
{
	background-color: White;
	margin: 0 auto;
	width: 920px;
}

#header
{
	background-position: center center;
	background-image: url(images/EtiTop.jpg); /*header_logo.png);*/
	background-repeat: repeat-x;
	/*background-color: Black;*/
	height: 117px;
	text-align: left;
}

#header_menu
{
	background-position: top;
	background-image: url(images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 10px;
}

#container 
{
	font-size: 1.2em;
}

#left {
	float: left;
	width: 161px;
	margin-left: 10px!important;
	/*margin-left: 10px;*/
    padding-top: 27px;
}

#right {
	float: right;
	width: 190px;
	margin-right: 5px;
	padding-top: 12px;
}

#content {
	/*margin-right: 200px;
	margin-left: 50px;*/
	padding: 15px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
	clear: both;
	float: none; 
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

h1{
	color: #FFFFFF;
	font-size: 3em;
	padding-top: 70px;
	padding-left: 50px;
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h4 {
	background-image: url(images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-right: 15px;
}

.images_left {float: left;
               margin: 5px;
}

.thumbs 
{
	border: 1px solid gray;
	margin: 15px;
	padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #FF6633}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

fieldset
{
	padding: 10px; 
	border: 1px solid #FFAA82;
}

legend
{
	color: #EC4D00;
}

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.5em 1.5em 0.5em 0.5em;
border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;
}

#extralist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 160px;
}

#extralist li
{
list-style: none;
margin: 0;
padding: 0.5em 1.5em 0.5em 0.5em;
border-top: 1px solid #C2C2CA;
}

#extralist li a {
	text-decoration: none;
	color: #5555ff;
}

#listcategory
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #FFAA82;
	width: 400px;
}

#listcategory li
{
	list-style: none;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.5em;
	border-top: 1px solid #FFAA82;
}

#listcategory li a
{
	text-decoration: none;
	color: #E15A00;
	font-weight: bold;
}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

#divImageContainer
{
	/* float: right ; 
	height: 500px;*/
	display: inline;
}
#smallPicContainer
{
	/*float: right;*/
	width: 520px; 
	height: 90px;	
	text-align:center;
	/*vertical-align:middle;*/
	overflow-x:auto; 
	overflow-y:hidden;
}

.smallimagebox
{
	/* border: thin solid #808080; */
	display: inline;
	margin-bottom: 2px;
}

.smallimg
{
	cursor: pointer;
	border: 1px solid gray;
	margin: 2px;
	padding: 1px;
}

.bigimage
{
	border: 0; /*1px solid gray; */
	margin: 0; /*2px; */
	padding: 0; /*1px; */
}
#tblMain td
{
    vertical-align: top;
}
