/**
* CSS
* 
* @version 1.0
* @author Pawel Gruszka
*/

/* reset */

* {
	margin: 0;
	padding: 0;
}

ul, ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}


html, body {height: 100%}

body {
    background-image: url(zorzeta-dots.gif);
    background-position: top center;
    background-repeat: repeat;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 76%;
    line-height: 150%;
}

a {
    color: #000;
}

a:hover {
    color: #898885;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 2em;
    font-weight: bold;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 125%;
}

h3 {
    font-size: 110%;
}

address {
    font-style: normal;
}

a img { border: none; }

.wrapper {
    height: 100%;
}
.page {
    width: 900px;
    margin: 0 auto;
    padding: 2em 1em 1em;
    font-size: 1em;
    text-align: left;
    background-color: #ffffff;
 }

.header .logo {
    background-position:0 0;
    background-repeat:no-repeat;
    text-indent:-999em;
}
.logo {
    float:left;
    height:78px;
    overflow:hidden;
    width:230px;
}

.header .logo a {
    display:block;
    height:78px;
    width:230px;
}

.main {
    clear: both;
}

/* BreadCrumbs */
.breadcrumbs { margin: 1em 0; }
.breadcrumbs li { display:inline; }

.col-left {
    float:left;
    padding:0;
    width:204px;
}

.col-main {
    float:left;
    margin-left:1em;
    padding:1.5em 0 1em;
    width:683px;
}


.footer {
        padding: 1em 0 2em;
        background-color: #b1aeaf;
        color: #ffffff;
        position: absolute;
        left: 0;
        width: 100%;
 }

.footer-wrapper {
    width: 900px;
    margin: 1em auto;
}
.footer a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.footer a:hover {
    color: #DE036F;
}
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {
        float:left;
        margin:0 1.5em 0 0;
        line-height: 1.5em;
        min-width: 204px;
 }

#once { clear: left; }

/********** < Navigation */
#nav {
        font-size:125%;
        line-height: 1.5em;
        padding: 0;
        margin:1em 0;
}


#nav li {
    clear:left;
    float:left;
    position:relative;
    text-align:left;
}

#nav a {
    text-decoration: none;
    color:#000000;
    float:left;
    font-weight:bold;
    padding:0.5em 0;
}

#nav a:hover { color:#898885; }

#nav li.active a {
    color:#DE036F;
}

#nav li.shop {
    margin-top: 2em;
}

#nav li.shop a { color: #f16d15 }
