/* CSS Document */

body {
	background-color: #EEEDE5;
	background-image:url(../images/backgrd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
}
.style19 {font-size: 13px}
.style20 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #EA8106;
}


a.MenuLink:link, a.MenuLink:active, a.MenuLink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color:#FFFFFF;
}

a.MenuLink:hover {
	color:#3d0405;
	text-decoration:none;
}

.style24 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; }


.td_active {
	background-color: #6e0b1e;
}   

.td { 
    background:url(../images/table_backgrd.html); background-repeat:no-repeat; background-position:bottom;
}

.menu_main {
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	padding-right:20px; padding-top:8px;
	height:34px; 
	width:167px;
	background-image:url(../images/catgr.gif); 
	background-repeat:no-repeat; 
	background-position: center;
}
.menu_main a:link {
    color: #FF8000; 
	text-decoration:none;
}
.menu_main a:visited {
    color: #FF8000;
	text-decoration:none;
}
.menu_main a:hover {
    color: #858674;
    text-decoration:none;
}
	
.submenu {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #9a9b87; 
	font-weight: normal;
	padding-right:20px; padding-top:3px;
	height:25px; 
	width:167px;
	background-image:url(../images/backgrd_sub.gif); 
	background-repeat:no-repeat;
	background-position:center;
}

.submenu div{
float: right;
padding:2px 5px 0 0;
margin:0;
}

.submenu a:link {
    color: #9a9b87; 
	text-decoration:none;
}
.submenu a:visited {
    color: #9a9b87;
	text-decoration:none;
}
.submenu a:hover {
    color: #9a9b87;
    text-decoration:underline;
}

.subsubmenu {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px; 
	color: #838383; 
	font-weight: bold; 
	padding-right:23px; 
	background-image:url(../images/subsubmenu.gif); 
	background-repeat:no-repeat; 
	background-position:right
}
.subsubmenu a:link {
    color: #838383; 
	text-decoration:none;
}
.subsubmenu a:visited {
    color: #838383;
	text-decoration:none;
}
.subsubmenu a:hover {
    color: #838383;
    text-decoration:underline;
}

.item {
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	padding: 25px 2px 6px 10px;
	margin: 0;
	/*height:62px;*/
	width:167px;
	background:url(../images/item_top.jpg) 10px top no-repeat; 
	text-align: center;
}

*html .item {
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	padding: 25px 2px 6px 10px;
	margin: 0;
	/*height:62px;*/
	width:167px;
	background:url(../images/item_top.jpg) left top no-repeat; 
	text-align: center;
}

.item a:link {
    color: #ffffff; 
	text-decoration:none;
}
.item a:visited {
    color: #ffffff;
	text-decoration:none;
}
.item a:hover {
    color: #ffffff;
    text-decoration:underline;
}


.item_p {
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	padding: 0 10px 0 10px;
	height:147px; 
	width:167px;
	background:url(../images/backgrd_item.gif) 10px top no-repeat; 
}

*html .item_p {
	float: left;
	font: bold 13px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	padding: 0 10px 0 0;
	height:147px; 
	width:167px;
	background:url(../images/backgrd_item.gif) left top no-repeat; 
}


.Title {
	color: #676e52;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
}

.text {
	font-size: 13px;
	color: #2f2e28;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: #303030; 
	text-decoration:none;
}
a:visited {
    color: #303030;
	text-decoration:none;
}
a:hover {
    color: #303030;
    text-decoration:underline;
}
/* Farhod added*/

img{
    border:0;
}

div.Content {
	margin:0;
	padding:5px;
	clear:both;
	text-align:right;
	direction:rtl;
	width:540px;
}

/* CONTENT STYLES */

/* Header */

.Content H1 {
	color:#676e52;
	font-size:20px
}

.content h2 {
	color: #676e52; 
	font:bold 13px Arial;
	padding:0;
	margin:0;
}

.Content H3 {
	color:#676e52;
	font-size: 16px;
}

/* Links */

.Content a:link, .Content a:visited, .Content a:visited {
	color:#FF8000;
	text-decoration:underline;
}

.Content a:hover {
	color:#000000;
	text-decoration:none; 
}

/* Text */

.Content {
	font-size:13px;
	font-family:arial;
	color:#1A1917;
}

/* -------------- */