
#topMenu {
   right: 130px;
}

#header {
   position: relative;
   z-index: 25;
   overflow: hidden;
}
   #header .siteWidth {
      position: relative;
      z-index: 25;
   }

#homeFishBigTop {
   display: block;
   position: absolute;
   top: 0;
   right: 1%;
   z-index: 20;
}
#homeFishBig {
   display: block;
   position: absolute;
   top: 0;
   right: 1%;
   z-index: 20;
}
#titleContainer {
   height: 362px;
}
   #title {
      height: 362px;
      background-image: url(../gfx/bgTitleHome.jpg);
   }
   
      #homePage .leftColumn,
      #homePage .rightColumn{
         position: relative;
         float: left;
         width: 315px;
         padding-right: 20px;
      }
      
      #title .content {
         width: 100%;
         color: #fff;
         line-height: 1.6em;
         font-size: 12px;
      }
         #title .content a {
            color: #9eefef;
         }
   #homePage #newsletter {
      position: absolute;
      top: auto;
      right: auto;
      bottom: 20px;
      left: 0px;
      width: 287px;
      height: 59px;
      z-index: 30;
      background: url(../gfx/home-newsletter-bg.jpg) repeat-x;
      padding: 5px 10px;
   }
   
      #homePage #newsletter #newsletterInput,
      #homePage #newsletter #newsletterSubmit {
         margin-top: 10px;
      }
   
   #homePage .rightColumn{
      padding-left: 20px;
   }
   
      #homePage .rightColumn h1{
         color: #fff;
         font-size: 20px;
         width: 460px;
      }
      
      #homePage .leftColumn h1{
         color: #fff;
         font-size: 20px;
         width: 100%;
      }
      
      #homePage .rightColumn h1 a{
         color: #fff;
         text-decoration: none;
      }
      
      #homePage .rightColumn h1 a:hover{
         text-decoration: underline;
      }
   
      .rightColumn .promiNews{
         width: 298px;
         border: 1px solid #032d35;
         background: url(../gfx/home-promi-bg.jpg) repeat-x bottom left #13454e;
         color: #fff;
         padding: 0;
         margin-bottom: 13px;
      }
         .rightColumn .promiNews p{
            padding: 10px;
            margin-bottom: 0px;
            font-size: 12px;
         }
         
         .rightColumn .promiNews a{
            color: #9ce4ff;
         }
         
         
         
         
      .rightColumn .newsLink{
         margin-bottom: 5px;
         color:#fff;
         width: 100%;
         display: block;
         text-decoration: none;
      }
      
      .rightColumn .newsLink:hover{
         /*color:#B70419;*/
         text-decoration: underline;
      }

#main .siteWidth {
   padding: 20px 0;
}
#titleContainer .siteWidth {
	padding: 0;
	position: relative;
	height: 362px;
}


/* Special margins on home */
#categoryKoisList{}
   #categoryKoisList.home li {
      width: 300px;
   }
.blocks {}
   .blocks.home li { 
      margin: 0;
      margin-right: 10px;
   }
   
   

   
