body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	background-position: 0% 0%; float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding-left:5px; padding-right:5px; padding-top:15px; padding-bottom:15px; background-repeat:repeat; background-attachment:scroll; direction:rtl}
.twoColFixRtHdr #mainContent { 
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-left:0; margin-right:200px; margin-top:0; margin-bottom:0; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0; background-image:url('timages/bg.jpg'); background-repeat:repeat-y
} 
.twoColFixRtHdr #footer { 
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-position: 0% 0%; padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0; background-image:none; background-repeat:repeat; background-attachment:scroll 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


DIV#namayeshgah {background-position: 0% 0%; width: auto; height: 9px;  margin-left: auto; margin-right: auto; text-align: left; padding: 0px;; background-image:url('timages/top_item_bg.gif'); background-repeat:repeat; background-attachment:scroll}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu
{
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	margin-top: 1;
}
ul#navmenu li
{
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
ul#navmenu ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
}
ul#navmenu ul:after
{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu ul li
{
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a
{
	padding: 2px 10px 5px 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: white;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	height: 15 !important;
	height: 22; /*For IE*/ /*background-image: url(/App_Themes/fa/Images/Menu/top_item_bg.gif);*/
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a
{
	border-collapse: collapse;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 8pt;
	cursor: default;
	text-align: left;
	cursor: pointer;
}
/* 2nd Menu */
ul#navmenu li:hover li a, ul#navmenu li.iehover li a
{
	float: none;
	background: #000000;
	border: 1px solid #ffffff;
	border-top: none;
	border-collapse: collapse;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 8pt;
	text-align: left;
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover, ul#navmenu li:hover li:hover a, ul#navmenu li.iehover li a:hover, ul#navmenu li.iehover li.iehover a
{
	border: 1px solid #ffffff;
	border-top: none;
	background-image: url(/App_Themes/fa/Images/Menu/top_item_bghover.gif);
	cursor: pointer;
}
ul#navmenu ul ul, ul#navmenu ul ul ul
{
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul
{
	display: none;
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul
{
	display: block;
}



p.abouttext   { margin: 10 }
.text4       { font-family: Tahoma; font-size: 12; color: #800000 }
.text3       { font-family: Tahoma; font-size: 12px; color: #333333; text-align:right; direction:rtl; vertical-align:baseline }
.text2       { font-family: Tahoma; font-size: 15px; color: #FFFFFF; text-align:right; word-spacing:0; direction:rtl; text-indent:0; margin-left:10; margin-right:20; margin-top:4; margin-bottom:0 }
.text1       { margin:10; font-family: Tahoma; font-size: 12px; color: #666666; text-align:justify; direction:rtl }           

table.table_products { font-family: Tahoma; font-size: 8pt; background-color: #FFFFFF; text-align:center }

td.td_smallpic  {
	border: medium outset #FEE2F8;
	padding: 6px;
	margin: 0;
	width: 86;
	height: 110;
}
img.img_products_small { padding:1px; float: right; width: 80; text-align:center; height:104 }
               
               
p.personels_fieldtitle{text-align: right; direction: rtl; font-family: Tahoma; font-size: 12px; color: 
               #000000; margin-left:10; margin-right:20; margin-top:4}
p.personels_fieldvalue{text-align: right; direction: rtl; font-family: Tahoma; font-size: 12px; color: 
               #333333; margin-left:10; margin-right:20; margin-top:4; margin-bottom:0}
p.personels_toprowtext{text-align: right; direction: rtl; font-family: Tahoma; font-size: 8pt; color: 
               #FFFFFF; margin: 3}

a.personels_toprowlink{text-align: right; direction: ltr; font-family: Tahoma; font-size: 8pt; margin: 3; font-weight:bold; text-decoration:none; color:#FF9900}                          
a.link1      { font-family: Tahoma; font-size: 8pt; color: #000000 }
a.productlist {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: LEFT;
	direction: LTR;
	text-indent: 0;
	top: 2px;
	bottom: 2px;
	

}
p.productlistpara {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: LEFT;
	direction: LTR;
	text-indent: 0;
	top: 2px;
	bottom: 2px;
	

}
td.productlisttd {}

.textlink1     {  font-family: Tahoma; font-size: 10px; color: #808080; text-decoration: none; font-weight:bold}
.textlink2      {  font-size: 10pt; font-family: Tahoma; color: #FFFFFF; text-decoration:none; text-align:center}
.textlink3     {  color: #333333; font-family: Tahoma; font-size: 15; text-decoration: none}
.textlink4     {  }

table.personls { cellspacing=0; cellpadding=0; font-family: Tahoma; font-size: 8pt; margin: 0; padding: 0; background-color:#FFFFFF  }
td.personels_toprow  { margin:0; background-color: #3068D0; }
table.showproduct_tableback{margin:0; background-color: #FFFFFF; direction:rtl; text-align:right; text-indent:0; font-family:Tahoma; font-size:8pt}

p.showproduct_producttitle{text-align: right; direction: rtl; font-family: Tahoma; font-size: 12; color: 
               #0033CC; margin: 3}
p.abouttext   { margin: 10 }   s
td.showproduct_cel { font-family: Tahoma; font-size: 8pt; direction:rtl }
td.showproduct_properties {font-family: Tahoma; font-size: 8pt; color: #FF9900; }

td.css01    {border-style:solid; border-width:0px; font-family: Tahoma; font-size: 12;margin-left:10; margin-right:10; background-color:#005098; text-align:justify }
table.css02 {border:2px solid #005098; font-family: Tahoma; font-size: 12px; font-weight: bold; background-color:#FFFFFF  }
a.css03     {text-align: center; direction: rtl; font-family: Tahoma; font-size: 
            12px; color: #FFFFFF; margin: 3 20;  }
p.css04     {color: #000000; font-family: Tahoma; font-size: 12px; margin-right:20; margin-left:20}
a.productlist {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: LEFT;
	direction: LTR;
	text-indent: 0;
	top: 2px;
	bottom: 2px;
	

}
p.productlistpara {
	margin: 0;
	font-size: 12px;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
	text-align: LEFT;
	direction: LTR;
	text-indent: 0;
	top: 2px;
	bottom: 2px;
	

}
td.productlisttd {}
