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

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 100%; margin-top: 0px;}

/*Header height*/
#header {width: 942px; height: 98px; position: relative;}

/*Column's width*/
#left {width: 282px;}
#page {width: 626px; margin: 0px 0px 0px 0px;}
#right {width: 282px;}

/*Height of the footer */
#footer {height: 197px;}
#content {width: 942px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/



body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #dedede url(../images/bg_body.gif) top repeat-x;
  color: #565656;
}

#container {
  text-align: left;
  font-size: 12px;
}

#center {
  width: 942px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

/********************
HEADER
********************/
#topspace {
  width: 942px;
  height: 35px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#topspace a {
  color: #d1d1d1;
  font-size: 10px;
  padding: 1px 8px 0px 15px;
  margin: 10px 0px 0px 30px;
  text-decoration: none;
  display: block;
}

#topspace a.sitemap {
  background: transparent url('../images/bg_ico_sitemap.gif') no-repeat scroll 0 1px;
  float: right;
}

#topspace a.send {
  background: transparent url('../images/bg_ico_send.gif') no-repeat scroll 0 1px;
  float: right;
}
#topspace a.print {
  background: transparent url('../images/bg_ico_print.gif') no-repeat scroll 0 1px;
  float: right;
}

#header {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.logo {
  width: 248px;
  height: 98px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_logo_right.gif) no-repeat;
}

.logo a {
  width: 248px;
  height: 98px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact_top {
  width: 694px;
  height: 98px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_header_left.gif) no-repeat;
}

.advance_search {
  background: url(../images/bg_head_search.gif) no-repeat;
  position: absolute;
  right: 276px;
  top: 65px;
}
.advance_search a {
  color: #fff!important;
  width: 184px;
  height: 33px;
  line-height: 33px;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

#breadcrumb {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 18px;
}

#breadcrumb_old {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 300px;
}


/********************
CONTENT
********************/

#content_old_top {
  width: 942px;
  height: 17px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_old_content_top.gif) no-repeat;
}

#content_old {
  width: 942px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 197px 0px;
  background: url(../images/bg_old_content_middle.gif) repeat-y;
}

#content {
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 197px 0px;
  background: #ffffff url(../images/bg_content_top.gif) top no-repeat;
  line-height: 150%;
}

#content .front_content {
  padding: 0 15px;
}

/********************
PAGE
********************/

#page {
  margin: 0px 0px 0px 0px;
  padding: 0px 17px 0px 17px;
  color: #777777;
  text-align: left;
}

.slider {
  width: 626px;
  height: 253px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_slider.jpg) no-repeat;
}


/********************
LEFT
********************/




/********************
FOOTER
********************/
#footer {
  width: 100%;
  background: #000000 url(../images/bg_footer.gif) repeat-x;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
}

#footercent {
  width: 942px;
  height: 197px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_footcent.gif) no-repeat;
}

#footercent_old {
  width: 942px;
  height: 197px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_old_content_footer.gif) no-repeat;
}

#foot_bottom {
  width: 942px;
  height: 64px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#foot {
  text-align: left;
  color: #1a4a74;
  margin-top: 0px;
  float: left;

  padding-left: 22px;
  font-size: 10px;
}

#foot a {
  color: #1a4a74;
  text-decoration: none;
}

#foot a:hover {
  color: #5692c1;
  text-decoration: none;
}

#makedby {
  display: block;
  color: #959494;
  /*width: 278px;*/
  text-align: right;
  float: right;
  padding-right: 22px;
  margin-top: 40px;
  font-size: 11px;
  line-height: 160%;
  text-shadow: 1px 1px 1px #000000;
}

#makedby a {
  color: #575757;
  text-decoration: none;
  font-size: 11px;
}

#makedby a:hover {
  text-decoration: underline;
}


/*******************
TOP MENU
*******************/

#topmenu {
  width: 942px;
  height: 81px;
  background: url(../images/bg_topmenu.gif) no-repeat;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}


#topmenu ul {
  list-style: none;
  list-style-image: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 50px
}
#topmenu ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(../images/bg_topmenu-pas.gif) right 0px no-repeat;
  height: 50px;
  float: left;
}
#topmenu ul li a {
  display: block;
  float: left;
  height: 37px;
  margin: 0px 0px 0px 0px;
  padding: 13px 29px 0px 29px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000000;
}
#topmenu ul li a:hover, #topmenu ul li a.sel1 {
 color: #313131;
 background: url(../images/bg_topmenu_active.gif) repeat-x;
 text-shadow: 1px 1px 1px #ffffff;
 margin: 14px 0px 0px 0px;
 padding: 5px 30px 0px 30px;
 text-decoration: none;
}

/********************
RIGHT MENU
********************/
#left .menu ul {
  width: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  list-style-image: none;
  float: left;
}

#left .menu ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#left .menu ul li .blockhead_red_left {
  width: 252px;
  height: 36px;
  margin: 0px 0px 0px 0px;
  padding: 9px 0px 0px 30px;
  background: url(../images/bg_left_red_blockhead.gif) no-repeat;
  color: #ffd0d0;
  font-size: 21px;
  text-shadow: 1px 1px 1px #4d0000;
  display: block;
}

#left .menu ul li a {
  width: 229px;
  height: 28px;
  background: url(../images/bg_leftmenu_pas.gif) bottom no-repeat;
  margin: 0px 0px 0px 20px;
  padding: 7px 0px 0px 10px;
  display: block;
  color: #4d4d4d;
  font-size: 15px;
  text-shadow: 1px 1px 1px #ffffff;
}

#left .menu ul li a:hover, #left .menu ul li a.sel1 {
  font-weight: bold;
  text-decoration: none;
}


/*******************
BOTTOM MENU
*******************/

#makedby .bottmenu {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  height: 23px;
}

#makedby .bottmenu  ul {
  list-style: none;
  list-style-image: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#makedby .bottmenu ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}
#makedby .bottmenu ul li a {
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 12px 0px 5px;
  color: #959494;
  font-size: 11px;
  text-shadow: 1px 1px 1px #303030;
  background: url(../images/bg_bottmenu_pas.gif) right 3px no-repeat;
}
#makedby .bottmenu ul li a:hover, #makedby .bottmenu ul li a.sel1 {
 color: #ffffff;
 text-shadow: 1px 1px 1px #303030;
 margin: 0px 0px 0px 0px;
 padding: 0px 12px 0px 5px;
 text-decoration: none;
}



/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 3px;
  text-align: left;
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

h1.old_list {
  width: 606px;
  height: 41px;
  margin: 15px 0px 15px 0px;
  padding: 10px 0px 0px 20px;
  display: block;
  color: #565656;
  font-size: 22px;
  text-shadow: 1px 1px 1px #ffffff;
  background: url(../images/bg_h1_old.gif) repeat-x;
}

h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 19px;
  color: #565656;
  font-weight: normal;
}

h2 a {
  color: #cc5b00;
}

h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

a {
  color: #cc0000;
  text-decoration: none;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}

