@charset "utf-8";
/* CSS Document */
body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font: 11px Tahoma, sans-serif;
    color:#333333;
    background-color:#ffae11;
}

#main{
    margin: 0px 0px 0px 0px;
    padding-top:0px;
    text-align:center;  
    width:100%;
    height:100%;
    background-color:#ffae11;
}

/* -------------------- */
/* title text style class */

a {
    color: #333333;
    text-decoration:underline;
}

a:hover {
    color:#ّّّFFFFFF;
    text-decoration: none;
}

.bold{
    font-weight:bold;
}


img{ border: none;}

/* -------------------- */
/* Header */
#header {
    width: 779px;
    height:39px;
    background-image:url(images/menu_bgTile.jpg);
    background-repeat:repeat-x;
}

#leftCorner{
    float:left;
}

#rightCorner{
    float:right;
}

#menu {
    float:left;
    margin: 0px auto 0px auto;
    padding: 0px;
    height:39px;
    text-align:center;  
}

#menuItem{
    direction:ltr;
    font: 11px Tahoma, sans-serif;
    font-weight:bold;
    padding-top:10px;
}

#menu a{
    color:#333333;
    text-decoration: none;
}

#menu a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

#title{
    width: 779px;
    background-image:url(images/headerTile_bg.jpg);
    background-repeat:repeat-x;
    border:0px; 
}

#compnyName{
    float:left;
    width:562px;
    height:98px;
}

#logo{
    float:right;
    height:98px;
}


/* -------------------- */
/* welcome area */
#welcome{
    width:779px;
    height:156px;   
}

#flashBox{
    float:left;
    width:335px;
    height:156px;
    background-image:url(images/flash_bg.jpg);
    background-repeat:no-repeat;
}

#welcomeBox{
    float:right;
    width:444px;
    height:156px;
    background-image:url(images/welcom_bg.jpg);
    background-repeat:no-repeat;
}

#welcomIcon{
    text-align:right;
    padding-top:10px;
    padding-right:15px;
}

#welcomText{
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    text-align:justify;
    direction:rtl;
}


/* -------------------- */
/* boxArea */

#boxArea{
    width:779px;
    height:174;
}

#shopOnline{
    float:left;
    width:138px;
    height:174px;
}

#leftBox{
    float:left;
    width:169px;
    height:154px;
    background-image:url(images/leftBox_bg.jpg);
    background-repeat:no-repeat;
    padding-top:20px;
    padding-left:10px;
    padding-right:17px;
    direction:rtl;
    text-align:justify;
}

#middleBox{
    float:left;
    width:215px;
    height:174px;
    background-image:url(images/middleBox_bg.jpg);
    background-repeat:no-repeat;
}

#branch{
    text-align:right;
    padding-top:15px;
    padding-right:15px;
}

#branchText{
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    direction:rtl;
    text-align:justify; 
}

#rightBox{
    float:left;
    width:217px;
    height:174px;
    background-image:url(images/rightBox_bg.jpg);
    background-repeat:no-repeat;
}

#news{
    text-align:right;
    padding-top:15px;
    padding-right:15px;
}

#newsText{
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    direction:rtl;
    text-align:justify; 
}


/* -------------------- */
/* Sub Page */
#subpage_mainBG{
    width:779px;
    min-height:206px;
    background-image:url(images/subpage_bgTile.jpg);
    background-repeat:repeat-y;
}

#subpage_BG{
    width:779px;
    min-height::206px;
    background-image:url(images/down_bg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}

#subpage_content{
    width:779px;
    min-height:206px;   
    background-image:url(images/topSubpage_bg.gif);
    background-repeat:no-repeat;
    background-position:top;
}

#subpage_text{
    direction:rtl;
    text-align:justify;
    padding-left:50px;
    padding-right:50px;
    padding-top:30px;
    padding-bottom:30px
}

/* -------------------- */
/* footer */
#footer{
    width:779px;
    height:67px;
    text-align:center;
    direction:rtl;
    background-image:url(images/footer_bg.jpg);
    background-repeat:no-repeat;
}

#footerend_links{
    width:779px;
    float:left;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
}

#footerend_links a{
    text-decoration:none;
    color:#FFFFFF;
}

#footerend_links a:hover{
    text-decoration:underline;
    color:#333333;
}