body{
  direction: rtl;
  background-color: #D8E6E6;
  font-family: Tahoma, sans-serif, Courier;
  font-size: 12px;
}
a{
  color: #FFF;
  text-decoration: none;
}
img{
  border: none;
}
#all{
  background-color: #B4CCCC;
  width: 780px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border: 1px dotted #696969;
}
.header{
  background: url(../img/bag.png);
  width: 780px;
  height: 250px;
  padding: 0;
  color: #FFF;
}
.navbar{
  background: #000;
  height: 31px;
}
.navbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar ul li{
  float: right;
  padding-left: 15px;
}
.navbar ul li a{
  color: #000;
  display: block;
  font-family: Tahoma;
  font-size: 14px;
  padding: 7px;
  color: #FFF;
}
.navbar ul li a:hover{
  background-color: #FFF;
  color: #000;
}
.slider{
  margin: 15px;
}
.rb{
  float: right;
  width: 210px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px dotted #696969;
}
.lb{
  float: left;
  width: 520px;
  margin: 15px;
  border: 1px dotted #696969;
}
.headmenu{
  background: #800000;
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.p{
  padding: 15px;
  font-family: Tahoma;
  font-size: 16px;
}
.bodymenu{
}
.bodymenu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.bodymenu ul li{
  background: #80abd2;
}
.bodymenu ul li a{
  display: block;
  border-bottom: 1px dotted #696969;
  color: #000;
  font-family: Tahoma;
  font-size: 14px;
  padding: 10px;
}
.bodymenu ul li a:hover{
  background: #696969;
  border-bottom: 1px solid #FFF;
}
.callus{
  padding: 10px;
  float: left;
  text-align: left;
  font-size: 16px;
}
.clear{
  clear: both;
}
.footer{
  background: #1e4364;
  height:40px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
}
span{
  float: left;
}
.s{
  background: #696969;
  border-bottom: 1px solid #FFF;
}
.p1{
  text-align: center;
}
.p2{
  text-align: right;
}
.p3 a{
  background:#666;
  -moz-border-radius:0 20px 0 20px;
  -webkit-border-radius:0 20px 0 20px;
  border-radius:0 30px 0 30px;
  box-shadow:0 0 10px;
  text-align:center;
  background: #8B0000;
  color:#FFF;
  padding: 5px 20px 5px 20px;
  -moz-transition:background linear .3s;
  -webkit-transition:background linear .3s;
  transition:background linear .3s;
}
.p3 a:hover{
  -moz-border-radius:0 20px 0 20px;
  -webkit-border-radius:0 20px 0 20px;
  border-radius:0 30px 0 30px;
  box-shadow:0 0 10px;
  text-align:center;
  background: #B22222;
  color:#FFF;
  padding: 5px 20px 5px 20px;
  -moz-transition:background linear .3s;
  -webkit-transition:background linear .3s;
  transition:background linear .3s;
}
.warning {
    padding: 5px;
    color: #c31b00;
    border: 1px solid #ff9999;
    direction: rtl;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffcccc url(../img/warning.png) no-repeat 99% center;
}
.warning p {
    padding-right: 50px;
    color: #a26060;
    text-shadow: 1px 1px 0px #ffdddd;
}
.note {
    padding: 5px;
    color: #666;
    border: 1px solid #e6c555;
    direction: rtl;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffffcc url(../img/note.png) no-repeat 99% center;
}
.note p {
    padding-right: 50px;
    text-shadow:1px 1px 0px #ffffde;
    color: #cdaf4b;
}
##### Start-Order #####



#contact p, label, legend { font: 16px Tahoma; }
#contact span.required{ font-size: 12px; color: #ff0000; }
#contact label { display: inline-block; float: right; height: 26px; line-height: 26px; width: 120px; font-family: Tahoma; font-size: 16px; -webkit-border-radius: 5px; padding-top: 10px; color:#000; }
#contact input, textarea, select { direction: rtl; width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:16px Tahoma; webkit-border-radius:5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { background:#666; width: 120px; font-family: Tahoma; font-size: 16px; -moz-border-radius:0 20px 0 20px; -webkit-border-radius:0 20px 0 20px; border-radius:0 30px 0 30px; box-shadow:0 0 10px; text-align:center; background: #8B0000; color:#FFF; padding: 5px 20px 5px 20px; -moz-transition:background linear .3s; -webkit-transition:background linear .3s; transition:background linear .3s; }
#contact input.submit:hover { font-family: Tahoma; font-size: 16px; width: 120px; -moz-border-radius:0 20px 0 20px; -webkit-border-radius:0 20px 0 20px; border-radius:0 30px 0 30px; box-shadow:0 0 10px; text-align:center; background: #B22222; color:#FFF; padding: 5px 20px 5px 20px; -moz-transition:background linear .3s; -webkit-transition:background linear .3s; transition:background linear .3s; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px dotted #696969; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-family: Arial; font-size: 20px; font-weight:bold; color:#000; border:1px dotted #696969; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }



##### End-Order #####