html, body {
  text-align: center;
  background-color: #FFF;
  margin: 0;

  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
}

a {color: #0C419D;}
a:link    {text-decoration: underline;}
a:hover   {text-decoration: none;}
a:visited {color: #2A7588; text-decoration: underline;}
a:active  {text-decoration: underline;}

h1 {
  font-family: "Times New Roman", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 5px 0;
}
h2 {
  font-family: "Times New Roman", sans-serif;
  font-size: 12pt;
  font-weight: normal;
  margin: 5px 0;
}
p {margin: 5px 0;}

table {
  border: 0;
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
}
td {
  vertical-align: top;
  padding: 5px;
  padding-right: 5px;
  text-align: left;
  font-family: Arial, Verdana, sans-serif;
  font-size: 8pt;
}

#center {
  width: 949px;
  margin: 0 auto;
  text-align: left;
}

/*======================================*/
/*== menu ==*/
/*======================================*/
#menu {
  margin-top: 20px;
  color: #FFF;
}
#menu div {
  float: left;
  
  text-align: center;
  display: inline;
  width: 135px;
  height: 43px;
  
  padding-top: 15px;
  font-size: 8pt;
  font-weight: bold;
}
#menu a {
  color: #FFF;
  text-decoration: none;
}
#leftmenu {
  background-image: url("/images/menu_green_left.png");
  background-position: top left;
  background-repeat: no-repeat;
}
.menublue {
  background-image: url("/images/menu_blue.png");
  background-repeat: repeat-x;
}
.menugreen {
  background-image: url("/images/menu_green.png");
  background-repeat: repeat-x;
}
.menugreen a {
  position: relative;
  
}
#rightmenu {
  background-image: url("/images/menu_blue_right.png");
  background-position: top right;
  background-repeat: no-repeat;
}
/*======================================*/

#content {
  width: 613px;
  float: left;
  margin-top: 10px;
}

#logo {
  width: 613px;
  height: 170px;
  float: left;
  background-image: url("/images/logo.png");
}
#logo span {
  position: relative;
  top: 125px;
  left: 167px;
  color: #FFF;
  background-color: transparent;
  font-size: 8pt;
}

#underlogo1 {
  width: 306px;
  height: 170px;
  background-image: url("/images/underlogo1.png");
  float: left;
  clear: left;
}
#underlogo2 {
  width: 307px;
  height: 170px;
  background-image: url("/images/underlogo2.png");
  float: left;
}

#text1 {
  width: 266px;
  float: left;
  clear: left;
  padding: 15px;
  border-left: 1px solid #E4E4E4;
}
#text2 {
  width: 267px;
  float: right;
  margin: 15px;
}

#search {
  float: left;
  width: 326px;
  margin: 10px 5px;
}
.niftop {
  width: 100%;
  height: 10px;
  background-image: url("/images/niftop.png");
  background-repeat: no-repeat;
}
.nifbot {
  width: 100%;
  height: 10px;
  background-image: url("/images/nifbot.png");
  background-repeat: no-repeat;
}

#searchform {
  background-color: #FFF;
  
  padding: 1px 10px;
  text-align: left;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
}
#searchform form {margin: 0;}
#searchform span {
  font-size: 16pt;
  margin: 5px;
  font-family: "Times New Roman", sans-serif;
}
#searchform #searchval {
  width: 220px;
  padding: 3px;
  border-right: 2px solid #E4E4E4;
  border-left: 2px solid #E4E4E4;
  border-top: 6px solid #E4E4E4;
  border-bottom: 6px solid #E4E4E4;
}

#feed {
  float: left;
  width: 326px;
  margin: 10px 5px;
  color: #808080;
  font-size: 8pt;
}

#banner1 {
  float: left;
  clear: left;
  width: 619px;
  height: 89px;
  background-image: url("images/banner1.png");
  background-repeat: no-repeat;
}
#banner1 #managers {
  position: relative;
  top: 25px;
  left: 160px;
  color: #FFF;
  background-color: transparent;
}
#banner1 #phone {
  position: relative;
  top: -20px;
  left: -20px;
  text-align: right;
  color: #FFF;
  background-color: transparent;
  font-size: 11pt;
  font-weight: bold;
}
#banner1 a {color: #FFF;}
#banner2 {
  float: left;
  width: 329px;
  height: 89px;
  background-image: url("images/banner2.png");
  background-repeat: no-repeat;
}
#banner2 a {color: #FFF;}
#banner2 span {
  font-size: 10pt;
  font-weight: bold;
}
#banner2 #managers {
  position: relative;
  top: 25px;
  width: 200px;
  left: 130px;
  color: #FFF;
  background-color: transparent;
}

#greets {
  float: left;
  clear: left;
  width: 280px;
  padding-left: 10px;
  padding-top: 10px;
  padding: 10px;
}

#advantages {
  float: left;
  width: 280px;
  padding-left: 10px;
  padding-top: 10px;
  padding: 10px;
}
#advantages ul {
  list-style-image: url("images/list_item.png";)
}

#chel {
  float: right;
  width: 326px;
  margin: 10px 0;
}
#chelform {
  background-color: #FFF;
  padding: 1px 10px;
  height: 130px;

  text-align: left;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;

}
#chelform img {
  margin: 10px;
  float: left;
  border: 0;
}
#chelform p {
  float: left;
  width: 170px;
}


#info {
  float: left;
  width: 949px;
  margin: 10px 0;
}
.bigniftop {
  width: 100%;
  height: 10px;
  background-image: url("images/bigniftop.png");
  background-repeat: no-repeat;
}
.bignifbot {
  width: 100%;
  height: 10px;
  background-image: url("images/bignifbot.png");
  background-repeat: no-repeat;
}
#infoform {
  background-color: #FFF;
  padding: 0 10px;
  text-align: left;
  height: 55px;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
}

span.num {
  font-family: "Times New Roman", sans-serif;
  font-size: 22pt;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#cats {
  float: left;
  padding: 10px;
  border-right: 1px solid #E4E4E4;
}
#poses {
  float: left;
  padding: 10px;
  border-right: 1px solid #E4E4E4;
}
#date {
  float: left;
  padding: 10px;
}
#date p {
  position: relative;
  top: 8px;
}

#footer {
  float:left;
  clear: both;
  width: 949px;

  color: #BCBCBC;
  background-image: url("images/foot.gif");
  background-repeat: no-repeat;

  margin-top: 10px;
  padding-bottom: 20px;
}
#footer #counter{
  position:relative;
  width:200px;
  float:left;
  left: 50px;
}
#footer #copyright{
  position:relative;
  width:500px;
  float:left;
  left: 50px;
}
#footer #developer{
  position:relative;
  width:200px;
  float:left;
  left: 50px;
}
