html, body, h1, h2, h3, h4, ul, li {
    margin: 0;
    padding: 0;
}
h1 img {
    display: block;
}
img {
    border: 0;
}
a {
    color: #c00418;
}
a:hover {
    color: #FFA405;
}
.left {
    float: left;
}
.right {
    float: right;
}
.more {
    text-align: right;
}
.clear {
    clear: both;
}

/** FORM **/
form input.txt,
form select{
    border:1px #5a4820 solid;
}

form input.error{
    border:1px #C00418 solid;
}

form textarea{
    border:1px #5a4820 solid;
}

input.button,
input.button_small{
    font-size:10px;
    background:url(../img/button.gif);
    background-repeat:no-repeat;
    border:none;
    width:120px;
    height:19px;
    line-height:19px;
    text-align:center;
    padding:0px;
    cursor:pointer;
}

input.button_small{
    background:url(../img/button_small.gif);
    width:76px;
}

h1 a,
h2 a{
    text-decoration:none;
}

body {
    background: #E0D5B7 url(../img/page_bg.jpg) repeat-x;
    text-align: center;
    font: 11px verdana, arial, sans-serif;
    color: #74653D;
    padding-bottom: 10px;
    padding-top: 31px;
}

/** layout **/
#wrapper {
    text-align: left;
    margin: auto;
    width: 778px;
    position: relative;
    background: url(../img/body_bg.gif) repeat-y;
}

#page {
    background: url(../img/page_bg.gif) repeat-y;
}

#header {
    position: absolute;
    top: 0;
    left: 243px;
    width: 535px;
    height: 279px;
}

#submenu{
    position:absolute;
    top:285px;
    left:30px;
}

#submenu ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

#submenu ul li{
    float:left;
    padding:
}

#submenu ul li a{
    color:#333;
    text-decoration:none;
    padding:0px 5px;
    font-weight:bold;
}

#submenu ul li a:hover{
    text-decoration:underline;
}

#left {
    float: left;
    width: 243px;
}
#logo {
    width: 244px;
    height: 152px;
    background: url(../img/header_1.jpg) no-repeat;
    text-align: center;
    color: #595959;
}
#logo h1 {
    padding-top: 30px;
    font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
    margin: 8px 25px 4px 25px;
    border-top: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
    padding: 3px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

#nav {
    background: url(../img/nav_left.jpg) no-repeat;
}
#nav ul {
    margin-left: 9px;
    padding-left: 1px;
    padding-bottom: 29px;
    background: #f38f00 bottom left url(../img/nav_bot.jpg) no-repeat;
}
#nav li {
    list-style: none;
    font: 14px "arial narrow", arial, sans-serif;
    border-top: 1px solid #959595;
    background: 188px 10px url(../img/arr_white.gif) no-repeat;
    padding: 7px 0 0 31px;
}
#nav a {
    color: #be3a01;
    font-weight:bold;
    text-decoration: none;
    border-left: 1px solid #959595;
    padding-left: 10px;
    display: block;
    width: 90%;
    padding: 2px 0 6px 8px;
}
#nav a:hover {
    text-decoration: underline;
}
#nav .important {
    border: none;
    background: 188px 10px url(../img/arr_orange.gif) no-repeat;
}
#nav .important a {
    color: #311d00;
}

#nav li ul.sub{
    background:none;
}

#nav li ul.sub li{
    background:none;
    font-size:11px;
    border:none;
    padding:0px;
}

#nav li ul.sub li.important a{
    color:#eee;
}

#nav li ul.sub li a{
    border:none;
}


#news {
    background: url(../img/news_bg.jpg) repeat-y;
    padding-left: 37px;
    padding-right: 22px;
    padding-bottom: 3px;
    text-align: justify;
}
#news h2 {
    font-size: 12px;
    color: #BE8B06;
}

#news div.box{
    padding: 5px 0px;
}

#news h3, #news p {
    font-size: 11px;
    margin: 4px 8px 1px 0px;
}
#news a {
    color: #74653D;
    font-weight: bold;
    text-decoration: underline;
}
#news a:hover {
    color: #38301A;
}
#news .more {
    font-size: 9px;
}
#news .hr-dots {
    background: center url(../img/dots.gif) repeat-x;
    height: 10px;
}

#support {
    background: url(../img/support.jpg) no-repeat;
    padding: 1px;
    height: 97px;
    color: #1A1A18;
}
#support p {
    margin: 0.7em 2.6em;
}

#content {
    float: right;
    width: 485px;
    padding-right: 25px;
    padding-top: 315px;
}
#content h1,
#content h2{
    font: 18px arial, sans-serif;
    color: #c00418;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
}
#content h3 {
    font: 14px arial, sans-serif;
    color: #c00418;
    border-bottom: 1px solid #C4AE7C;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 2em;
}

#content p{
    text-align:justify;
}
#content .left {
    margin-right: 18px;
}
#content .more {
    font-weight: bold;
    font-size: 10px;
}

#spacer {
    height: 2em;
}

#footer {
    background: url(../img/footer_bg.gif) repeat-y;
}

#copyright {
    text-align: center;
    padding: 22px 0px 30px 00px;
    font-size: 9px;
    color: #715F36;
    font-weight: bold;
}

#footerline{
    background: url(../img/footerline.gif) no-repeat;
    height:10px;
    margin-top:0px;
    display:block;
    font-size:1px;
}


/*  login box */
#login_box {
    width: 220px;
    font-size:9px;
    text-align:center;
    padding:15px 10px 40px 20px;
}

#login_box h2{
    margin:0px;
    padding:0px 0px 0px 0px;
    font-weight:normal;
}

#login_box table{
    margin-left:5px;
}

#login_box table input{
    width:145px;
}

#login_box table th{
    text-align:left;
}

#login_box table input.password{
    width:113px;
    float:left;
}

#login_box table input.button{
    float:left;
    width:30px;
    margin-left:2px;
    background:url(../img/ok_button.gif);
}

#login_box .buttons{
    margin-left:5px;
}


/*** PRODUCT BOX **/
div.product_box{
    width:485px;
    padding-bottom:5px;
    border-bottom:1px solid #C4AE7C;
    margin:0px 0px 18px 0px;
    overflow:hidden;
}

div.product_box div.img_box{
    float:left;
}

div.product_box div.content{
    padding-left:140px;
}

#content div.product_box div.content h2{
    border:none;
    font-size:13px;
    margin:0px;
}

/*** FORMULAR PRE KOSIK ***/
div.cart_form{

}

div.cart_form table{

}

div.cart_form table th{

}

div.cart_form table td.price{
    color:#C00418;
}

div.cart_form table input.count{
    border:1px #5a4820 solid;
    width:30px;
    font-size:10px;
}


/** NAVIGACNA LISTA **/
#navigation_bar{
    padding-bottom:10px;
}

#navigation_bar ul{
    margin:0px;
    padding:0px;
    list-style:none;
}

#navigation_bar ul li{
    float:left;
    font-size:9px;
}


/** PAGER **/
div.pager{
    font-size:10px;
}

div.pager a{
    padding:0px 3px;
    text-decoration:none;
}

div.pager a.active{
    color:#FFA405;
}


/** KOSIK A OBJEDNAVKY **/
#cart{

}

#cart table{
    width:100%;
}

#cart table hr{
    height:1px;
    border:none;
    padding:0px;
    background:#C4AE7C;
}

#cart table input.count{
    border:1px #5a4820 solid;
    width:30px;
    font-size:10px;
}


/*** REGISTRATION PAGE **/
#registration_page table th{
    width:100px;
}

#registration_page table th.req{
    width:10px;
}

/**** LOGIN BAR ****/
#login_bar{
    padding:10px 15px 20px 35px;
}