/* ----------------------------- MAIN BLOCKS ----------------------------- */

#logoBlock {
  position:absolute;
  top:11px; left:109px;
  width:145px; height:54px;
  z-index:20;
}

#promoBlock {
  position:absolute;
  top:72px; left:89px;
  width:600px; height:232px;
  background:URL(../img/res/promoback_first.gif) no-repeat;
  z-index:20;
}
#promoBlock div.containter {
  padding:0px 0px 0px 11px;
}

#promoBlock div.menuItem {
  padding:0px 0px 0px 20px;
}

#rightBlock {
  position:absolute;
  top:287px; left:499px;
  width:181px;
  background:URL(../img/res/right_top.gif) #F68E1A no-repeat;
  z-index:10;
}
#rightBlock div.container {
  background:URL(../img/res/right_bottom.gif) right bottom no-repeat;
  padding:34px 0px 0px 9px;
}

#contentBlock {
  position:absolute;
  top:304px; left:89px;
  width:600px;
  z-index:5;
}

#contentBlock div.mainContent {
  padding:14px 0px 0px 30px;
  background:URL(../img/res/main_paragraph.gif) 11px 14px no-repeat;
  width:330px;
}

#contentBlock div.bottomCopyright {
  border-top:solid 7px #9E6A26; padding:6px; text-align:center;
}

#contentBlock div.mailingList {
  height:117px;
  background:URL(../img/res/mailinglist_back.gif) no-repeat;
  padding-left:20px;
}
#contentBlock div.mailingList div.header {
  padding-top:15px;
}
#contentBlock div.mailingList div {
  color:#F68E1A;
  margin-top:4px;
}
#contentBlock div.mailingList input {
  border:solid 1px #F68E1A;
  width:195px;
  height:20px;
  padding:0px;
  margin:0px;
  position:relative;
  top:-3px;
}


#submenuBlock {
  position:absolute;
  top:304px; left:119px;
  width:106px;
  background:URL(../img/res/submenu_top.gif) #9E6A26 no-repeat;
  z-index:50;
  display:none;
}
#submenuBlock div.container {
  width:106px;
  background:URL(../img/res/submenu_bottom.gif) left bottom no-repeat;
  padding:15px 0px 10px 0px;
}
#submenuBlock div.container div {
  padding:0px 0px 4px 12px;
}



/* ----------------------------- CONTENT STYLES ----------------------------- */
#contentBlock div.mainContent div.title {
  font-weight:bold;
  padding-bottom:5px;
  font-size:13px;
}
#contentBlock div.mainContent div.text {
  margin-bottom:13px;
  font-size:13px;
}
#contentBlock div.mainContent div.text p {
  margin-bottom:13px;
  font-size:13px;
}
#contentBlock div.mainContent div.image {
  padding:1px;
  border:solid 1px #F68E1A;
}
#contentBlock div.mainContent div.link a {
  font-weight:bold;
  color:#F68E1A;
  font-size:13px;
}
#contentBlock div.mainContent div.border {
  clear:both;
  border-top:solid 1px #D5D5D5;
  padding-bottom:13px;
  padding-bottom:15px;
}

