/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Wrapper Block
  #2 - Header Block
  #3 - Custom Block
  #4 - Content Container Block
    #4.1 - Left
    #4.2 - Main
    #4.3 - Right       
  #5 - Footer Block
  #6 - Navigation (Main Menu Module)
*/

#logoBlock
{
position: absolute;
left: 205px;
top: 5px;
}

#flashBlock
{
margin: 0px 20px 0px 20px;
}

#flowerBlock
{
position: absolute;
top: 0px;
left: 0px;
}


#lineBgr
{
background: url(../images/lineBgr.jpg) repeat-x;
height: 1px;
margin: 20px 0px 20px 0px;
}

#kvitkaBlock
{
float: right;
}
/* #1 -- <MainPhotoBlock Image Block -- */

#mainPhoto h1
{
padding: 0px 0px 10px 0px;
}

#mainPhoto .image_container
{
margin: 0px 8px 20px 0px;
padding: 0px 0px 10px 0px;
}

#mainPhoto .image_container img
{
background: #ffffff;
margin: 0px 8px 10px 0px;
padding: 5px;
border: 1px #ae6e89 solid;
}


/* #1 -- <Text Image Block -- */

#mainPhoto .image_container div.caption
{
display: block;
font-size: 12px;
color: #90a236;
}

/* #1 -- <Map Image Block -- */
#mapPhoto img
{
border: 1px #95acba solid;
}

.pagination
{
float: right;
font-size: 11px;
}
.pagination p
{
display: none;
}

.pagination ul li
{
list-style-type: none;
margin: 0px;
padding: 0px 3px 0px 0px;
display: block;
float: left;
}

.pagination ul li span.current
{
background: #977474;
padding: 2px 7px 4px 7px;
color: #ffffff;
}

.pagination ul li a
{
background: #deaac3;
padding: 2px 7px 4px 7px;
color: #ffffff;
}

.pagination ul li a:hover
{
background: #977474;
}
/* #1 -- End Image Block -- */


/* #1 -- Wrapper Block -- */
#wrapper{

}

/* #2 -- Header Block -- */
#header{
background: url(../images/headerBgr.jpg) repeat-x;
margin: 0px;
padding: 0px;
}
#header .inside{

}



/* #3 -- Custom Block -- */
.custom{
background: #e02d5e;
}



/* #4 -- Content Container Block --*/
#container{
  background: #f8eee8;
}

/* #4.1 - Left - */
    #left{

    }
    #left .inside{

    }
    
  
        /* Left content elements */
        
        
/* #4.2 - Main - */
    #main{
    padding: 30px 50px 0px 30px;
    }
    #main .inside{
    
    }
        /* Main content elements */
        
    
        
            
/* 4.3 - Right - */
    #right{}
    #right .inside{}
        /* Right content elements */    




/* #5 -- Footer Block -- */
#footer{
color: #492030;
font-size: 13px;
background: url(../images/liykaBgr.jpg) no-repeat bottom right #f8eee8;
padding: 0px 0px 0px 0px;
}
#footer .inside a{
color: #492030;
}

#footer .inside #contactCopy
{
padding: 367px 0px 0px 50px;
float: left;
}

#footer .inside #webCopy
{
padding: 367px 50px 0px 0px;
float: right;
}


