html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
	font-size: 8pt;
	font-family: "Verdana", "Geneva CE", sans-serif;
	color: #333;
	background: url('images/page.jpg') top left repeat-x white;
}
#wrapper {
    background: url('images/header.jpg') top center no-repeat;
    min-width: 960px;
}
#page {
    width: 960px;
    margin: 0 auto;
    padding: 0; /*215px 0 0*/
    text-align: left;

}
#header {
    padding-top: 215px;
}
p, ul, li, blockquote, form {
    color: #777;
    font-size: 8pt
}

/*************** main menu ******************/
ul.main-menu, ul.main-menu li {
    display: block;
    margin: 0 0 0 90px;
    padding: 0;
}
ul.main-menu li {
    margin: 0;
    padding: 0 18px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: url('images/menu-separator.png') center right no-repeat;
}
ul.main-menu li.last {
    margin-right: 0;
    background: transparent;
}
ul.main-menu li a {
    color: #aaa;
    text-decoration: none;
}
ul.main-menu li a:hover, ul.main-menu li a.selected {
    color: white;
}
#secondary-menu {
    clear: both;
    background: url('images/secondary-menu.png') center center no-repeat white;
    height: 30px;
    margin: 10px 0;
}
#secondary-menu ul.main-menu li {
    font-weight: normal;
    color: #444;
    padding: 0 20px;
    line-height: 32px;
}
#secondary-menu ul.main-menu li a {
    color: #777;
}
#secondary-menu ul.main-menu li a:hover, #secondary-menu ul.main-menu li a.selected {
    color: #444;
}

#content-box {
    _height: 450px;
    min-height: 450px;
    padding-top: 12px;
    clear: both;
    background: url('images/plant.jpg') bottom left no-repeat transparent;

}
#catalog-menu, #content-wrapper, #brands-sold {
    float: left;
    width: 215px;
    font-size: 9pt;
}


#catalog-menu {
}
#catalog-menu form {
    position: relative; /* tady mi asi opravdu nezbyva nic jineho...*/
    margin: 0;
    height: 48px;
    background: url('images/search-box.png') top right no-repeat white;
}
#catalog-menu form .insert {
    display: block;
    position: absolute;
    top: 15px;
    left: 65px;
    border: 0;
    width: 100px;
    height: 16px;
    font-size: 10pt;
    padding-top: 2px;
}
#catalog-menu form .submit-form {
    display: block;
    position: absolute;
    top: 12px;
    left: 177px;
    height: 18pt;
    width: 26px;
    height: 24px;    
    border: 0;
    background: url('images/search-box-button.png') top right no-repeat white;
    cursor: pointer;
    text-indent: -9999px; /*no text on button*/

    /*no text on button in IE6/7*/
    *font-size: 1pt;
    *color: #eee;

}
#catalog-menu ul, #catalog-menu li {
    display: block;
    margin: 0;
    padding: 0;
}
#catalog-menu li {
    background: url('images/catalog-item.png') top right no-repeat white;
    height: 28px;
    line-height: 28px;
    padding-left: 41px;
}
#catalog-menu li a {
    color: #777;
    text-decoration: none;
}
#catalog-menu li span {
    text-transform: uppercase;
    font-weight: bold;
    color: #ee7f1f;
}
#catalog-menu li a span {
    color: #777;
}
#catalog-menu li a:hover, #catalog-menu li a:hover span {
   color: #444;
}

#brands-sold {
    background: url('images/brands-sold-top.png') top left no-repeat white;
}
#brands-sold h3 {
    font-size: 9pt;
    font-weight: normal;
    color: white;
    margin: 0;
    padding: 7px 50px 5px 14px;
}
#brands-sold ul, #brands-sold li {
    display: block;
    margin: 0;
    padding: 0;
}
#brands-sold li {
    background: url('images/brands-sold-item-arr.png') top left no-repeat white;
    height: 22px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;

}
#brands-sold a {
    color: #777;
    text-decoration: underline;
}
#brands-sold a:hover {
    color: #444;
    text-decoration: none;
}

/*************** content ******************/
#content-wrapper {
    width: 528px;
}
#content {
    padding: 0 27px;
}
/*#content > * {
    margin-left: 15px;
    margin-right: 15px;
}*/

#content h2 {
    color: #ee7f1f;
    font-weight: normal;
}
#content h3 {
    background: url('images/h3.png') top left no-repeat;
    height: 29px;
    line-height: 29px;
    color: #aaa;
    font-size: 12pt;
    font-weight: normal;
    margin-left: -13px;
    padding-left: 13px;
}
#content a {
    color: #ee7f1f;
    text-decoration: underline;
}

/* news listing */
#content div.news-item {
    _height: 89px;
    min-height: 89px;
    margin-bottom: 10px;
    clear: left;
    font-size: 8pt;
    background: url('images/dot.png') bottom left repeat-x;
}
#content div.news-item img {
    float: left;
    margin-right: 5px;
}
#content div.news-item div {
    margin-left: 140px;
}
#content div.news-item p, #content div.news-item h3 {
    margin: 0;
    padding: 0;
}
#content div.news-item h3 {
    background: url('images/news-bullet.png') left center no-repeat;
    padding-left: 10px;
}
#content div.news-item h3 a {
    color: #777;
    text-decoration: none;
}



/**************** foooter *******************/
#footer {
    background-color: #555;
    clear: both;
    margin-top: 7px;
    padding: 10px 0 20px;
    color: #9b9b9b;
}
#footer a {
    color: #ccc;
}






#spinner {
	display: none;
	position: absolute;
	border: none;
	z-index: 1000;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
strong {
    color: #ee7f1f;
}
em {
    font-style: normal;
    font-weight: bold;
}
.clear {
    clear: both;
    width: 1px;
    height: 1px;
}
.hidden, #header h1, #header p, hr {
    display: none;
}
