@import "template.css";

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

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

/*Column's width*/
#left {width: 240px;}
#page {width: 710px; padding: 0 20px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #252525 url(../images/bg_body.gif) repeat-y center;
}
#container {
  text-align: left;
  font-size: 0.75em;
  background: url(../images/bg_container.gif) repeat-y;
}
#container2 {
  background: url(../images/bg_left.jpg) 0 299px no-repeat;
}

#header {
  background: url(../images/bg_header.jpg) 0 0 no-repeat;
}
#header .utils {
  text-align: right;
  padding: 30px 20px 12px 0;
  height: 20px;
  font-size: 0.8em;
}
a.home, a.contact, a.sitemap {
  color: #858585;
  padding-left: 20px;
  margin-right: 20px;
}
a.home {background: url(../images/ico_home.gif) no-repeat left center;}
a.contact {background: url(../images/ico_contact.gif) no-repeat left center;}
a.sitemap {background: url(../images/ico_sitemap.gif) no-repeat left center;}
a.home:hover, a.contact:hover, a.sitemap:hover {
  color: #2a4563;
}

#header #fulltext {
  height: 35px;
  padding: 0 0 0 390px;
}
#header #fulltext form.search {
  margin: 0;
  padding: 5px 0 0 0;
}
#header #fulltext .bg_input {
  border: 1px solid #454545;
  float: left;
  height: 18px;
  width: 170px;
}
#header #fulltext .search_input {
  float: left;
  margin-left: 10px;
}

#header img.logo {
  width: 300px;
  height: 120px;
  float: right;
  display: inline;
  margin-right: 50px;
}


#footer {
  width: 100%;
  background: #BE0000 url(../images/bg_footer.jpg) no-repeat;
  font-size: 0.8em;
}

#foot {
  text-align: center;
  color: #fff;
  margin-top: 19px;
}
#foot a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#foot a:hover {
  color: #DFE0E0;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #fff;
  width: 200px;
  right: 12px;
  top: 14px;
  text-align: right;
}
#makedby a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#makedby a:hover {
  color: #DFE0E0;
  text-decoration: none;
}

/* ------- left menu --------- */
#left .menu {
  padding: 0 10px 5px 25px;
}
#left .menu ul li {
  margin: 0 0 8px 0;
  padding-left: 0px;
  background: url(../images/bg_lmnu.gif) 5px 5px no-repeat;
}
#left .menu ul li a {
  color: #010101;
  font-weight: bold;
}
#left .menu ul li a:hover {
  text-decoration: underline;
  color: #EE1D22;
}

/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #ff0009;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #252525;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
a {
  color: #EE1C25;
  text-decoration: none;
}
a:hover {
  color: #252525;
  text-decoration: none;
}


/*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;} */

