/******************************************************************************/
/* CUFON CSS */
.cufon-loading h1, .cufon-loading h2{
	 visibility:              hidden !important;
}

/******************************************************************************/
/* MAIN CSS */
body{
    background:             url(./_images/bg_2.jpg) top center fixed no-repeat;
    width:                  100%;
    margin:                 0 auto;
    padding:                0;
}
a{
    text-decoration:        none;
    cursor:                 pointer;
}
a:hover{
    color:                  #fff;
    text-decoration:        underline;
}
a img{
    border:                 none;
}
h1{
    display:                none;
}

/******************************************************************************/
/* CONTENT */
header{
    width:                  950px;
    margin:                 150px auto 45px auto;
    padding:                0;
    text-align:             center;
    display:                block;
    overflow:               hidden;
}
.logo{
    font-size:              100px;
    font-weight:            bold;
    color:                  #000;
}
section{
    width:                  950px;
    height:                 300px;
    margin-top:             20px;
    margin-left:            auto;
    margin-right:           auto;
    margin-bottom:          20px;
    padding:                0;
    overflow:               hidden;
    display:                block;
    background:             #fff;
    border-radius:          10px;
}
h2{
    color:                  #000000;
    margin:                 0;
    padding:                0;
    font-size:              25px;
    font-weight:            bold;
    !margin-top:            20px;
}
.vinarske{
    width:                  190px;
    height:                 300px;
    float:                  left;
    display:                block;
    overflow:               hidden;
    text-align:             center;
    margin-right:           1px;
}
a .vinarske .img{
    width:                  190px;
    height:                 200px;
    display:                block;
    background-image:       url(./_images/vinarske.png);
    background-repeat:      no-repeat;
}
.slnecnica{
    width:                  188px;
    height:                 300px;
    float:                  left;
    display:                block;
    overflow:               hidden;
    text-align:             center;
    margin-right:           1px;
}
a .slnecnica .img{
    width:                  188px;
    height:                 200px;
    display:                block;
    background-image:       url(./_images/slnecnica.png);
    background-repeat:      no-repeat;
}
.nabytok{
    width:                  188px;
    height:                 300px;
    float:                  left;
    display:                block;
    overflow:               hidden;
    text-align:             center;
    margin-right:           1px;
}
a .nabytok .img{
    width:                  188px;
    height:                 200px;
    display:                block;
    background-image:       url(./_images/nabytok.png);
    background-repeat:      no-repeat;
}
.drogeria{
    width:                  190px;
    height:                 300px;
    float:                  left;
    display:                block;
    overflow:               hidden;
    text-align:             center;
    margin-right:           1px;
}
a .drogeria .img{
    width:                  190px;
    height:                 200px;
    display:                block;
    background-image:       url(./_images/drogeria.png);
    background-repeat:      no-repeat;
}
.velkoobchod{
    width:                  190px;
    height:                 300px;
    float:                  left;
    display:                block;
    overflow:               hidden;
    text-align:             center;
    margin-top:             -20px;
    !margin-top:            0;
}
a .velkoobchod .img{
    width:                  190px;
    height:                 200px;
    display:                block;
    background-image:       url(./_images/velkoobchod.png);
    background-repeat:      no-repeat;
}
.content{
    width:                  910px;
    display:                block;
    overflow:               hidden;
    background-color:       #fff;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    border-radius:          10px; /* future proofing */
    -khtml-border-radius:   10px; /* for old Konqueror browsers */
    margin:                 0 auto;
    padding:                20px;
    font:                   12px 'Trebuchet MS';
    color:                  #4E3F91;
}
.text{
    width:                  910px;
    margin:                 0 auto;
}
hr{
    border:                 0;
    width:                  910px;
    height:                 1px;
    background-color:       #f2f2f2;
}
/******************************************************************************/
/* FOOTER */
footer{
    display:                block;
    clear:                  both;
    width:                  968px;
    margin:                 40px auto;
    color:                  #000;
    font:                   bold 12px 'Trebuchet MS';
    text-align:             center;
}
footer a{
    color:                  #000;
}