@import "template.css";
@import "../fonts.css";
@import "../forms.css";
@import "../page.css";  

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px;}

/*Header height*/
#header {height: 169px;}

/*Column's width*/
#left {width: 200px;}
#page {width: 579px; padding: 10px;}
#right {width: 191px; padding: 0;}

/*Height of the footer */
#footer {height: 27px;}
#content {padding-bottom: 28px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  background-color: #f6f7f4;
}
#container {
  text-align: left;
  background: #fff url(../../../images/ueps/bg_container.gif) repeat-y;
}
#utils {
  display: block;
  height: 25px;
  line-height: 25px;
  background: #e0e3d9 url(../../images/ueps/bg_utils.gif) repeat-x;
}
#utils a {
  color: #888d7a;
}
#utils a:hover {
  color: #47493E;
  text-decoration: none;
}

#utils a.home {
  background: url(../../images/ueps/ico_home.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 30px;
}
#utils a.sitemap {
  background: url(../../images/ueps/ico_sitemap.gif) left center no-repeat;
  float: left;
  padding-left: 18px;
  margin-left: 20px;
}
#utils a.lang_en {
  background: url(../../images/ueps/ico_en.gif) left center no-repeat;
  float: right;
  padding-left: 23px;
  margin-right: 30px;
}
#utils a.lang_sk {
  background: url(../../images/ueps/ico_sk.gif) left center no-repeat;
  float: right;
  padding-left: 23px;
  margin-right: 30px;
}

#header {
  background: #fff url(../../images/ueps/bg_header.jpg) no-repeat top right;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}
#header img {
  margin: 0;
  padding: 0;
}

#header #topmenu {
  width: 790px;
  height: 34px;
  float: right;
  background: #686b5e url(../../images/ueps/bg_topmenu.gif) repeat-x;
  margin-top: 135px;
}
#content {
}
/* ----------- LEFT ---------- */

#page object {
  text-align: center;
}

/* ----------- RIGHT ---------- */
#right ul.blind_menu {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  list-style: none;
  font-size: 0.9em;
}
#right ul.blind_menu li {
}
#right ul.blind_menu li a.sel {
  display: none;
}
#right #fulltext {
  background-color: #d6d9cd;
  height: 36px;
  color: #fff;
  padding: 5px 10px;
  margin-left: 1px;
}
#right #fulltext form {
  padding: 0;
}
#right #fulltext form p {
  margin-bottom: 5px;
}

#right #fulltext .search {
  height: 19px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
#right #fulltext .bg_input {
  height: 13px;
  width: 130px;
  display: inline;
  float: left;
  margin-right: 5px;
  color: #464d23;
}

#right .banners {
  text-align: center;
  margin: 10px 0 0 0;
}
#right .banners img {
  margin: 10px 0 0 0;
}

/* ----------- FOOTER ---------- */
#footer {
  width: 100%;
  background: #dde2d2 url(../../images/ueps/bg_footer.gif) repeat-x;
}
#footer a {
  color: #767a58;
  text-decoration: none;
}
#footer a:hover {
  color: #47493E;
  text-decoration: none;
}
#footer #foot {
  text-align: center;
  color: #767a58;
  margin-top: 5px;
}
#footer #makedby {
  display: block;
  position: absolute;
  color: #767a58;
  width: 200px;
  right: 8px;
  top: 1px;
}

/* --------- Top menu ---------- */
#topmenu .menu ul li a {
  color: #fff;
  background: url(../../images/ueps/bg_topsepar.gif) right no-repeat;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  display: block;
  float: left;
  text-transform: uppercase;
}


/* ------- left menu --------- */
#left .menu {
  margin: 10px 0 0 10px;
}
#left .menu ul li {
  width: 190px;
}

#left .menu ul li a {
  color: #7b7e6f;
  background: url(../../images/ueps/bg_lmnu.gif) 0 0.4em no-repeat;
  padding-left: 10px;
  margin: 3px 0;
}
#left .menu ul li a:hover {
  text-decoration: underline;
  color: #47493e;
}

#left .menu ul ul li {
  width: 190px;
  display: block;
}
#left .menu ul ul li a {
  color: #7b7e6f;
  margin: 3px 0 3px 10px;
  background-image: none;
}
#left .menu ul ul li a:hover {
  text-decoration: underline;
}
#left .menu a.mnu1 {
  text-decoration: underline;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  color: #696b5f;
}
h2 {
  margin: 10px 0;
  color: #696b5f;
}
h3 {
  margin: 10px 0;
  color: #000;
}
h4 {
  display: block;
  color: #7b7e6f;
  margin: 10px 0;
}
#right h3 {
  color: #7b7e6f;
}
a {
  color: #696b5f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
}


/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */

/***************** BLIND *******************/
body.blind a {color: #4F4F4F;}
body.blind #utils a {color: #1d1d1d;}
body.blind #utils a:hover {color: #000;}
body.blind #footer a {color: #3B3D2C;}
body.blind #footer a:hover {color: #2C2E21;}
body.blind #footer #foot {color: #3B3D2C;}
body.blind #footer #makedby {color: #3B3D2C;}

/* --------- Top menu ---------- */
body.blind #topmenu .menu {
  width: 790px;
  background: #505247;
  height: 31px;
  margin-top: 2px;
}
body.blind #topmenu .menu ul li a {
  color: #fff;
  padding: 1px 15px 3px 15px;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
body.blind #topmenu .menu ul li a:hover {
  background: #282924;
  border-right: 1px solid #fff;
}

/* ----------- Left menu ------------ */
body.blind #left .menu ul li a {color: #4F5046;}
body.blind h1 {color: #282924;}
body.blind h2 {color: #282924;}
body.blind h3 {color: #4E5047;}
body.blind h4 {color: #4E5047;}
body.blind #right #fulltext form p {color: #4E5047; font-weight: bold;}


