body, p, h1, h2, ul, li {
  margin: 0;
  padding: 0;
  }

body {
  text-align: center;
  font-family: arial;
  color: #003e6f;
  font-size: 12px;
  line-height: 20px;
  direction: rtl;
  }
  
img {
  border: 0;
  }
  
a {
  color: #003e6f;
  }

#container {
  width: 960px;
  text-align: justify;
  margin: auto;
  }
  
#header {
  width: 960px;
  height: 161px;
  float: right;
  background: url('gfx/bg-head.jpg') repeat-x;
  position: relative;
  }
  
#header img#logo {
  float: right;
  margin: 27px 45px 0 0;
  }
  
#hp #header img#icons {
  position: absolute;
  top: 102px;
  right: 354px;
  }
  
#header img#icons {
  position: absolute;
  top: 100px;
  left: 63px;
  }
  
#mainMenuDiv {
  width: 960px;
  height: 26px;
  background: #00599d;
  float: right;
  padding-right: 40px;
  }
  
html>body #mainMenuDiv {
  width: 920px;
  }
  
#content {
  width: 960px;
  float: right;
  margin: 37px 0 32px 0;
  }
  
#hp #content {
  margin-top: 0;
  }
  
#hp #rightCol {
  width: 498px;
  float: right;
  margin: 42px 45px 0 0;
  }
  
#hp #catList {
  list-style: none;
  float: right;
  width: 498px;
  }
  
#hp #catList li {
  float: right;
  margin: 0 0 12px 15px;
  }
  
#overview {
  width: 258px;
  float: right;
  margin: 38px 0 0 30px;
  }
  
ul#buttons {
  list-style: none;
  float: right;
  margin-top: 35px;
  width: 193px;
  }
  
ul#buttons li {
  float: right;
  height: 58px;
  margin-bottom: 12px;
  }
  
#hp #leftCol {
  width: 336px;
  float: left;
  margin-left: 51px;
  display: inline;
  }
  
#hpPic {
  position: relative;
  bottom: 130px;
  width: 336px;
  height: 474px;
  }
  
#hpPic p {
  margin: 0;
  padding: 0;
  }
  
img#phone {
  position: relative;
  bottom: 135px;
  bottom: 105px;/**/
  display: block;
  margin: auto;
  }
  
#footer {
  width: 960px;
  height: 52px;
  background: url('gfx/bg-footer.jpg') repeat-x;
  clear: both;
  }
  
#hp #footer {
  position: relative;
  top: -100px;
  top: -50px;
  }
  
#footer #details {
  float: right;
  font-family: tahoma;
  margin: 11px 40px 0 0;
  }
  
#footer #d-webs {
  float: left;
  margin: 11px 0 0 48px;
  color: #808082;
  }
  
#footer #d-webs a {
  color: #808082;
  text-decoration: none;
  }
  
#footer #d-webs a:hover {
  text-decoration: underline;
  }
  
/*-----------internal---------------*/

#rightCol {
  width: 193px;
  float: right;
  margin-right: 46px;
  display: inline;
  }
  
#leftCol {
  width: 676px;
  float: left;
  }
  
#leftCol p {
  margin-bottom: 30px;
  text-align: justify;
  }
  
#leftCol h1 {
  font-size: 23px;
  color: #f89017;
  margin-bottom: 5px;
  }
  
#leftCol p#path {
  color: #b3b3b3;
  margin: 0;
  }
  
#leftCol p#path a {
  color: #b3b3b3;
  text-decoration: none;
  }
  
#leftCol p#path a:hover {
  text-decoration: underline;
  }
  
ul#catListInternal {
  list-style: none;
  float: right;
  width: 193px;
  font-family: tahoma;
  color: #f98f17;
  font-weight: bold;
  }
  
ul#catListInternal li {
  float: right;
  
  margin-bottom: 10px;
  }
  
ul#catListInternal a {
  color: #f98f17;
  }
  
.menu {
  color: #fff;
  font-weight: bold;
  }
  
table tr td {
  font-size: 12px;
  }
  
li#dropDown {
  display: block !important;
  }
  
li#dropDown a {
  display: block;
  text-decoration: none;
  }
  
li#dropDown a:hover {
  text-decoration: underline;
  }
  
#bottomText {
  width: 960px;
  text-align: center;
  float: right;
  margin-top: 25px;
  }