html, body {
    margin: 0px;
    padding: 0px;
    background: #A6937A url('../images/container-bg.png') !important;
    color: #000;
    font: 12px tahoma, sans-serif;
    text-align: center;
}

img {
    border: none;
}

a:link, a:visited {
    color: #00A;
    text-decoration: underline;
}

a:hover {
    color: #55A;
    text-decoration: none;
}

#main-container {
    background: #CFB78E url('../images/bg.png');
}

#container {
    width: 800px;
    margin: 0px auto;
}

#top {
    height: 73px;
    background: url('../images/top.png') center center no-repeat;
}

#header {
    height: 216px;
    background: url('../images/header.png') center center no-repeat;
}

#colocall {
    position: relative;
    width: 116px;
    float: left;
    top: 3px;
    left: 73px;
}

#menu {
    position: relative;
    width: 307px;
    height: 57px;
    overflow: hidden;
    float: left;
    top: 48px;
    left: 95px;
    padding: 10px;
    background: url('../images/menu.png') no-repeat;
    color: #9BDB8B;
    font: 12px/14px 'lucida console', monospace;
    text-align: left;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu a:link, #menu a:visited {
    color: #9BDB8B;
    text-decoration: none;
}

#menu a:hover {
    color: #C4ECBA;
    text-decoration: underline;
}

#sticker {
    position: relative;
    width: 105px;
    float: left;
    top: 85px;
    left: -400px;
}

#content-top {
    height: 28px;
    background: url('../images/content-top.png') center center no-repeat;
}

#content {
    padding: 1px 113px 1px 112px;
    background: #DCE3E5 url('../images/content-bg.png') repeat-y;
    text-align: left;
}

#content-bottom {
    height: 50px;
    background: url('../images/content-bottom.png') center center no-repeat;
}

#breadcrumbs {
    /*margin-bottom: 29px;*/
    margin-bottom: 2em;
    padding: 1em;
    border: 1px dashed #000;
}

#footer-bg {
    background: #A6937A url('../images/footer-bg.png') repeat-x;
	 margin-bottom: 20px;
}

#footer-top {
    height: 103px;
    background: url('../images/footer-top.png') center center no-repeat;
}

#footer {
    height: 100px;
    background: url('../images/footer.png') center center no-repeat;
}

#contact-info {
    position: relative;
    top: -19px;
    width: 276px;
    height: 52px;
    margin: 0px auto;
    padding: 10px;
    text-align: center;
}

#switch {
    height: 143px;
    background: url('../images/switch.png') center center no-repeat;
}

h1 {
    margin: 0px 0px 14px 0px;
    border-bottom: 1px solid #000;
    font: 20px tahoma, sans-serif;
    text-transform: uppercase;
}

h2 {
    margin: 0px 0px 14px 0px;
    font: bold 14px tahoma, sans-serif;
}

ul.catalog {
    margin: 2em 0px 0px 0px;
    padding: 0px 0px 0px 2em;
    font: 16px tahoma, sans-serif;
}

ul.catalog li {
    margin: 1em 0px;
    padding: 0px;
    list-style: none outside url('../images/catalog-bullet.png');
    vertical-align: middle;
    font-weight: bold;
}

ul.catalog li ul {
    margin: 0px;
    padding: 0px;
}

ul.catalog li ul li {
    padding: 0px;
    vertical-align: middle;
	list-style:none none;
	font-weight: normal;
}

ul.catalog li ul li ul li {
    margin: 0px;
    padding: 0px;
    list-style: square inside;
}

table.catItem {
    width: 100%;
    background: #EEE;
    border: 1px dashed #AAA;
    font: 12px tahoma, sans-serif;
}

table.catItem.disabled {
    color: #AAA;
}

table.catItem .title {
    padding-bottom: 1em;
    font: normal 14px tahoma, sans-serif;
}

table.catItem .image {
    width: 100px;
    vertical-align: top;
}

table.catItem .descr {
    width: 100%;
    padding: 0px 1em;
    vertical-align: top;
}

table.catItem .menu {
    width: 100px;
    vertical-align: top;
}

label {
	font-weight:bold;
}