@font-face {
	font-family: 'yekan';
	src: url(fonts/Yekan.eot);
	src: url(fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(fonts/Yekan.woff) format("woff"), url(fonts/Yekan.ttf) format("truetype"), url(fonts/Yekan.svg#BYekan) format("svg");
	font-weight: normal;
	font-style: normal
}

body
{
    margin: 0;
    padding: 0;
    background-image: url(images/bodybg.gif);
    background-color: #032e47;
    background-position: center top;
    background-repeat: repeat-x;
    font-family: "yekan","Segoe UI" , Tahoma;
    font-size: 9pt;
    direction: rtl;
    color: #3D4454;
    cursor: default;
}

h1,h2,h3,h4,h5,h6
{
font-size:10pt;
}

a
{
    color: #0E7698;
    text-decoration: none;

    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

-moz-transition-property:color,background-color;
-o-transition-property:color,background-color;
-webkit-transition-property:color,background-color;
transition-property:color,background-color;

}
a:hover
{
    color: #37911E;
    text-decoration: underline;
}

/*Main*/
#thm_body
{
    width: 980px;
    margin: 0 auto;
    margin-top: 40px;
}
#thm_hdr
{
    background-image: url(images/wraphead.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 35px;
    overflow: hidden;
}
#thm_bg
{
    background-image: url(images/wrapbg.png);
    background-position: center center;
    background-repeat: repeat-y;
    padding: 0 11px;
}
#thm_foot
{
    background-image: url(images/wrapfoot.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px;
    overflow: hidden;
}
/*Head*/
#thm_head
{
    height: 170px;
    background-image: url(images/Header.gif);
    background-position: right top;
    background-repeat: no-repeat;
    overflow:hidden;
}
#thm_headtxt
{
    color: #AAA;
    margin-right: 150px;
    width: 300px;
    font-size: 8pt;
    float: right;
}
#thm_headtxt a
{
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

#thm_headslider
{
    float: left;
    margin-left: 60px;
}
#pumpirslider
{
    width: 430px; /* Make sure your images are the same size */
    height: 160px; /* Make sure your images are the same size */
}

/*TopMenu*/
#thm_menu
{
    height: 35px;
    overflow: hidden;
    padding: 0 10px 5px;
}
ul#thm_menus
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#thm_menus > li
{
    float: right;
    margin: 2px;
    padding: 0;
}
ul#thm_menus > li > a
{
    color: #fff;
    background-image: url(images/menubg.gif);
    background-position: 0px 0%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 10px;
    text-decoration: none;

    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}
ul#thm_menus > li > a > span
{
    line-height: 35px;
    background-image: url(images/menubg.gif);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;

    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition:all 0.2s ease-in-out 0s;
    transition:all 0.2s ease-in-out 0s;
}

ul#thm_menus > li > a:hover
{
    background-position: left bottom;
}
ul#thm_menus > li > a:hover > span
{
    background-position: right bottom;
}

/*Wrap*/
#thm_wrap
{
}
#thm_cnt
{
    width: 718px;
    float: left;
    background-image: url(images/cntbg.gif);
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #fff;
    margin-left: 5px;
}
#thm_cnthead
{
    height: 30px;
    overflow: hidden;
    background-image: url(images/cnthead.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
#thm_cntcnt
{
    padding: 0 5px;
}
.thm_cnthdrtxt
{
    padding: 2px;
    margin: 0;
    color: #072F5A;
}
.thm_cnttxt
{
}
#thm_cntfoot
{
    height: 30px;
    overflow: hidden;
    background-image: url(images/cntfoot.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

/*Side*/
#thm_side
{
    width: 225px;
    float: right;
    background-image: url(images/sidebg.gif);
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #fff;
    margin-right: 5px;
}
#thm_sidehead
{
    height: 30px;
    overflow: hidden;
    background-image: url(images/sidehead.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
#thm_sidecnt
{
    padding: 0 4px 0 3px;
}
#thm_sidefoot
{
    height: 28px;
    overflow: hidden;
    background-image: url(images/sidefoot.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

.thm_sidehdrtxt
{
    font-size: 1.1em;
    font-weight: bold;
    color: #2E7900;
    padding: 3px;
    border-bottom: dashed 1px #ddd;
}
.thm_sidetxt
{
}
/*Footer*/
#thm_footbar
{
    color: #ddd;
    padding: 5px;
    font-size: 9pt;
}
#thm_footbr
{
    float: right;
    width: 48%;
    text-align: right;
}
#thm_footbl
{
    float: left;
    width: 48%;
    text-align: left;
}

#thm_footmenu ul
{
margin: 0;
padding: 0;
}

#thm_footmenu ul li
{
    float: right;
    list-style-position: outside;
    list-style-type: square;
    margin-right: 25px;
}

#thm_footbar a
{
    font-weight: bold;
    text-decoration: none;
    color: #99CCFF;
}
#thm_footbar a:hover
{
    text-decoration: none;
    color: #6699FF;
}

#thm_copr
{
    color: #DAE0FC;
    font-size: 8pt;
    direction: ltr;
    padding: 0 20px 20px;
}
#thm_copr a
{
    color: #DAE0FC;
    font-weight: bold;
    text-decoration: none;
}

/*SideMenu*/
ul.sidemenu
{
    list-style: none;
    padding: 0;
    margin: 2px 0px;
}
ul.sidemenu li
{
}
ul.sidemenu li a
{
    background-color: #FDFFFF;
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #3366CC;
    border-bottom: dotted 1px #DEE8FE;
    border-right: solid 4px #DEE8FE;
}
ul.sidemenu li a:hover
{
    color: #0066CC;
    background-color: #F0FFFF;
    border-color: #C1D3FD;
}
/**/
.clr
{
    clear: both;
    float: none;
}


/*Shop Tables & Lists*/
.cshpprd table
{
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}
.cshpprd table thead tr
{
    background-color: #244487;
    background-image: url("/files/rowbgblue.gif");
    color: #FFFFFF;
    background-position: top;
    background-repeat: repeat-x;
}
.cshpprd table thead th
{
    padding: 5px;
    text-align: center;
}
.cshpprd table td
{
    border: 1px solid #AAAAAA;
    padding: 2px;
}
.cshpprd tbody tr:nth-child(2n)
{
    background-color: #f2f9e6;
    background-image: url(/files/rowbglight.gif);
    background-repeat: repeat-x;
    background-position: top;
}
.cshpprd tbody tr
{
    background-color: #fff;
    background-image: url(/files/rowbgwhite.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#cshop_content ul
{
    list-style: none outside url(/files/liststyle.gif);
    margin: 5px;
    padding: 5px 10px;
}

ul.cshpprdgal, ul.cshpprdgal li
{
    list-style: none inside none;
}
