@import "template.css";
@import "page.css";

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

/*Column's height*/
#header {height: 138px;}
#topmenu {height: 62px;}


/*Column's width*/
#left {width: 217px; padding-left: 3px;}
#page {width: 524px; padding: 0 10px 20px 10px;}
#right {width: 210px; padding-right: 10px;}

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

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: url(../images/bg_body.gif) repeat-x top #313338;
  color: #252525;
}
#container {
  text-align: left;
  font-size: 0.8em;
  background: url(../images/bg_container.gif) repeat-y #fff;
}

#header {
  background: #313338;
  padding: 0; margin: 0;
}
#header img {
  margin: 0; padding: 0;
  display: block;
}
#topmenu {
  background: url(../images/bg_topmenu.gif) repeat-x;
  margin: 0; padding: 0;
  display: block;
}

#content {
  background: url(../images/bg_page.jpg) no-repeat top;
  padding-top: 40px;
}
.banners {
  text-align: center;
}

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

#foot {
  text-align: center;
  color: #8BBB36;
  font-weight: bold;
  margin-top: 16px;
}
#foot a {
  color: #8BBB36;
  text-decoration: none;
}
#foot a:hover {
  color: #fff;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #8BBB36;
  width: 200px;
  right: 8px;
  top: 15px;
  text-align: right;
}
#makedby a {
  color: #8BBB36;
  text-decoration: none;
}
#makedby a:hover {
  color: #fff;
  text-decoration: none;
}

/*Top menu*/
#topmenu li {float: left; display: block;}
#topmenu ul li .top1 {display: block; background-image: url(../images/but_topmenu1.jpg); background-repeat: no-repeat; width: 248px; height: 62px;}
#topmenu ul li .top2 {display: block; background-image: url(../images/but_topmenu2.jpg); background-repeat: no-repeat; width: 248px; height: 62px;}
#topmenu ul li .top3 {display: block; background-image: url(../images/but_topmenu3.jpg); background-repeat: no-repeat; width: 249px; height: 62px;}
#topmenu ul li .top4 {display: block; background-image: url(../images/but_topmenu4.jpg); background-repeat: no-repeat; width: 245px; height: 62px;}


/* ------- left menu --------- */
#left ul {
  margin-left: 10px;
  margin-bottom: 20px;
}

#left ul li {
  background-image: url(../images/line1.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 36px;
  line-height: 36px;
  display: block;
}
#left ul li a {
  background-image: url(../images/ico_bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  display: block;
  width: 177px;
  color: #252525;
  font-weight: bold;
}
#left ul li a:hover {
  color: #8BBB36;
  background-image: url(../images/ico_bullet_hover.gif);  
}
/* ------- right menu --------- */
#right ul {
  margin-left: 10px;
  margin-bottom: 20px;
}

#right ul li {
  background-image: url(../images/line1.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 36px;
  line-height: 36px;
  display: block;
}
#right ul li a {
  background-image: url(../images/ico_bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  display: block;
  width: 170px;
  color: #252525;
  font-weight: bold;
}
#right ul li a:hover {
  color: #8BBB36;
  background-image: url(../images/ico_bullet_hover.gif);
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.4em;
  color: #252525;
  padding-left: 30px;
  background-image: url(../images/ico_bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #8BBB36;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background-image: url(../images/bg_h4.gif);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  height: 28px;
  padding: 2px 0 0 30px;
  font-size: 1.1em;
  font-weight: bold;
  color: #1e5584;
  margin: 10px 0;
}

a {
  color: #73AC27;
  text-decoration: none;
}
a:hover {
  color: #446d13;
  text-decoration: none;
}
img {
  border: 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;} */

