body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,
address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,
i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent
}
body{
    direction: rtl;
    font-family: tahoma;
    font-size: 12px;
    line-height: 24px;
    background: url(/images/bg.png) no-repeat #C0DEED;    
}

h1{
    font-size: 18px;
    line-height: 36px;
}
h2{
    font-size: 16px;
    line-height: 30px;    
}
h3{
    font-size: 14px;
    line-height: 30px;    
}
h4{
    font-size: 12px;
    line-height: 30px;
}

input,textarea,button{
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
        
a{
    text-decoration: none;
}


footer{
    direction: rtl;
    height: 25px;
    padding: 10px 0;
	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
    color: white;   
}

footer a{
    color: white;
}

#footer_con{
    width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}

#footer_nav{
    float: right;
    width: 750px;
    padding: 0 20px;
    margin: 0 auto;
}

#footer_nav a{
    padding: 5px 10px;
    border-radius: 5px;
}

#footer_nav a:hover{
    background: #F8F8F8;
    color: #585858;
}

#aliweb{
    float: left;
    width: 80px;
    height: 35px;
    background: url(/images/aliweb.png) no-repeat;
    margin-top: -5px;
}
 