html {
    font-size: 100.01%;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    color: #332e1c;
    font: 62% Arial, Helvetica, sans-serif;
    min-width: 1000px;
    background: #1f1800 url(../images/bg-page.gif) repeat-x;
}

form,
select {
    margin: 0;
    padding: 0;
}

img {
    border: none
}

a:focus {
    outline: none
}

#main {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.page-bg {
    min-height: 100%;
    background-image: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: 50% 3px;
}

* html.page-bg {
    overflow: visible;
    height: 100%;
}

.hidden {
    display: none
}

.holder {
    overflow: hidden;
    width: 100%;
    clear: both;
}

/*	-------------------------------------------------------------
	Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header {
    clear: both;
    width: 960px;
    margin: 0 20px;
    overflow: hidden;
}

.logo-area {
    overflow: hidden;
    width: 100%;
    margin: 0 0 27px;
}

.logo-area .logo {
    float: left;
    width: 137px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
}

.logo-area .logo a {
    display: block;
    width: 137px;
    height: 50px;
}

.logo-area ul.side-logo {
    float: right;
    margin: 12px 0 0;
    padding: 0;
}

.logo-area ul.side-logo li {
    float: left;
    padding: 0 10px 0 0;
    list-style: none;
}

.logo-area ul.side-logo li img {
    display: block
}

/*	-------------------------------------------------------------
	Title area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.title-area {
    overflow: hidden;
    width: 100%;
    margin: 0 0 4px;
}

.title-area .title {
    float: left;
    margin: 10px 0 0;
    color: #806820;
    letter-spacing: 1px;
    font: bold 35px/40px "Trebuchet MS", Verdana, sans-serif;
}

.title-area .title a,
.title-area .title a:visited {
    color: #806820;
    text-decoration: none;
}

.sIFR-hasFlash .title-area .title {
    font-size: 36px;
    line-height: 43px;
}

.title-area ul.cards {
    float: right;
    margin: 0;
    padding: 0;
}

.title-area ul.cards li {
    float: left;
    padding: 0 2px 0 7px;
    list-style: none;
}

.title-area ul.cards li img {
    display: block
}

/*	-------------------------------------------------------------
	content
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content {
    clear: both;
    width: 960px;
    padding: 0 20px;
    margin: 0 0 10px;
    overflow: hidden;
    background: url(../images/bg-content.png) no-repeat;
}

#content .content-bg {
    overflow: hidden;
    padding: 10px;
    width: 940px;
    /*min-height: 530px;*/
    background: #fffcf2;
}

#content .content-bghome {
    overflow: hidden;
    padding: 10px;
    width: 940px;
    background: #fffcf2;
}

#content .content-bg2 {
    overflow: hidden;
    padding: 10px;
    width: 940px;
    min-height: 590px;
    background: #fffcf2;
}

* html #content .content-bg {
    overflow: visible;
    height: 470px;
    position: relative;
}

* html #content .content-bg2 {
    overflow: visible;
    height: 550px;
    display: block;
    position: relative;
}

/*	-------------------------------------------------------------
	Nav Bar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.nav-bar {
    overflow: hidden;
    width: 960px;
    margin: -10px -10px 10px;
    position: relative;
    background: #004c7b url(../images/bg-nav-bar.gif) repeat-x;
}

ul#nav {
    float: left;
    margin: 0 0 0 -2px;
    padding: 0;
}

ul#nav li {
    float: left;
    list-style: none;
    padding: 0 0 0 0px;
}

ul#nav li a {
    float: left;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}

ul#nav li a.nav-01 {
    width: 127px;
    background: url(../images/nav-01.gif) no-repeat;
}

ul#nav li a.nav-02 {
    width: 94px;
    background: url(../images/nav-02.gif) no-repeat;
}

ul#nav li a.nav-03 {
    width: 100px;
    background: url(../images/nav-03.gif) no-repeat;
}

ul#nav li a.nav-04 {
    width: 70px;
    background: url(../images/nav-04.gif) no-repeat;
}

ul#nav li a.nav-05 {
    width: 103px;
    background: url(../images/nav-05.gif) no-repeat;
}

ul#nav li a.nav-06 {
    width: 118px;
    background: url(../images/nav-06.gif) no-repeat;
}

ul#nav li a.nav-07 {
    width: 117px;
    background: url(../images/nav-07.gif) no-repeat;
}

ul#nav li a:hover,
ul#nav li a.active {
    background-position: 0 -30px
}

/*	-------------------------------------------------------------
	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.nav-bar .search {
    float: right;
    width: 203px;
    height: 25px;
    padding: 5px 10px 0 20px;
    background: url(../images/bg-search.gif) no-repeat;
}

.nav-bar .search .inp-search {
    float: left;
    border: 0;
    margin: 3px 0 0;
    padding: 0;
    background: none;
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
}

.nav-bar .search .btn-search {
    float: right;
    margin: 0;
}

/*	-------------------------------------------------------------
	Page title
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.page-title {
    overflow: hidden;
    width: 920px;
    padding: 14px 0px;
    /*margin: 0 0 10px;*/
}

.page-title h1 {
    margin: 0;
    color: #4c4222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
}

.page-title h1 span {
    float: left;
    margin: 0 10px 0 0;
}

.page-title h1 strong {
    float: left;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.page-title h1 em {
    float: left;
    font-style: normal;
    font-weight: normal;
    color: #b29c59;
    margin: 0 10px 0 0;
}

/*	-------------------------------------------------------------
	Info holder
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.info-holder {
    overflow: hidden;
    width: 100%;
    margin: 0px 0 10px;
}

.info-holder .info-column {
    float: left;
    width: 240px;
}

.info-holder .info-column h2 {
    margin: 0 0 6px;
    color: #806820;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -1px;
}

.info-holder .info-column p {
    margin: 0 0 14px;
    color: #332E1C;
    font-size: 1.2em;
    line-height: 1.3em;
}

.info-holder .info-column ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.info-holder .info-column ul li {
    float: left;
    width: 100%;
    padding: 0 0 14px;
    list-style: none;
    font-size: 1em;
    line-height: 1.6em;
}

.info-holder .info-column ul li p {
    font-size: 1em;
    margin: 0;
}

.info-holder .form-block {
    background-color: #e5e0cf;
    float: right;
    padding: 20px 60px 20px 0px;
}

.info-holder .form-block .text {
    margin: 0 0 30px 20px;
    padding: 0 0 0 6px;
    height: 1%;
    overflow: hidden;
}

.info-holder .form-block .text h2 {
    margin: 0 0 6px 0px;
    color: #262319;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -1px;
}

.info-holder .form-block .text p {
    margin: 0 0 14px;
    color: #262319;
    font-size: 1.1em;
}

.info-holder .form-block .text p strong {
    color: #333
}

.info-holder .form-block .text .note {
    display: block;
    overflow: hidden;
    margin: 0 0 14px;
    font-size: 1.4em;
    font-weight: normal;
    color: #262319;
}

.order .note {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    overflow: hidden;
    margin: 0 0 0px;
    font-size: 1.4em;
    font-weight: normal;
    color: #262319;
}

.info-holder .form-block ul.form {
    overflow: hidden;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
}

.info-holder .form-block ul.form li {
    float: left;
    width: 100%;
    padding: 0 0 7px;
    list-style: none;
}

.info-holder .form-block ul.form li label {
    float: left;
    padding: 5px 10px 0 0;
    width: 300px;
    text-align: right;
    font: 14px Arial, Helvetica, sans-serif;
    color: #66635c;
}

.info-holder .form-block ul.form li .inp-txt {
    float: left;
    width: 310px;
    padding: 5px 10px 0;
    height: 27px;
    background: url(../images/bg-inp-txt.gif) no-repeat;
}

.info-holder .form-block ul.form li .inp-txt input {
    float: left;
    margin: 0;
    padding: 0;
    width: 292px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #666;
    border: 0;
    background: #fff;
}

.info-holder .form-block ul.form li .inp-txt-area {
    float: left;
    width: 294px;
    height: 128px;
    padding: 4px 10px;
    background: url(../images/bg-inp-txt-area.gif) no-repeat;
}

.info-holder .form-block ul.form li .inp-txt-area textarea {
    float: left;
    margin: 0;
    padding: 0;
    width: 294px;
    max-width: 294px;
    height: 128px;
    max-height: 96px;
    overflow: auto;
    border: 0;
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
}

.info-holder .form-block #btn-submit {
    overflow: hidden;
    width: 111px;
    height: 37px;
    margin: 0 0 0 306px;
    padding: 0 0 2px;
    color: #664c00;
    font: 15px Arial, Helvetica, sans-serif;
    border: 0;
    background: url(../images/btn-submit.gif) no-repeat;
    cursor: pointer;
}

/*	-------------------------------------------------------------
	Offers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.offers {
    overflow: hidden;
    width: 962px;
    height: 153px;
    margin: 0 auto 10px;
    background: url(../images/bg-offers.jpg) no-repeat;
}

.offers ul {
    overflow: hidden;
    width: 964px;
    margin: 0 -1px;
    padding: 0;
}

.offers ul li {
    float: left;
    width: 239px;
    padding: 0 1px;
    list-style: none;
}

.offers ul li a {
    display: block;
    height: 140px;
    padding: 12px 5px 0;
    margin: 0 0 1px;
    color: #595959;
    text-decoration: none;
    position: relative;
}

.offers ul li.block-01 a:hover {
    background: url(../images/bg-offers-hover-01.jpg) no-repeat 1px 2px
}

.offers ul li.block-02 a:hover {
    background: url(../images/bg-offers-hover-02.jpg) no-repeat 0 2px
}

.offers ul li a strong {
    display: block;
    width: 100%;
    font: bold 14px/18px "Trebuchet MS", Verdana, sans-serif;
    color: #2e3d4d;
    text-align: center;
    cursor: pointer;
}

.offers ul li a span {
    display: block;
    width: 100%;
    color: #595959;
    font: 11px/13px Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
}

.offers ul li a img {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

/*	-------------------------------------------------------------
	News area
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.news-area {
    overflow: hidden;
    width: 930px;
    height: 51px;
    margin: 0 auto 8px;
    padding: 0 20px 0 12px;
    background: url(../images/bg-news-area.gif) no-repeat;
}

.news-area .new {
    float: left;
    width: 215px;
    padding: 0 13px 0 0;
}

.news-area .new strong {
    float: left;
    width: 176px;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 51px;
    color: #66541f;
    overflow: hidden;
}

.news-area .new ul {
    float: right;
    margin: 24px 0 0;
    padding: 0;
}

.news-area .new ul li {
    float: left;
    list-style: none;
    padding: 0 3px 0 0;
}

.news-area .new ul li a {
    display: block;
    width: 6px;
    height: 6px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/bg-circle.gif) no-repeat;
    color: #66541f;
    font-family: Arial, Helvetica, sans-serif;
}

.news-area .new ul li a.active {
    background-position: 0 -6px
}

.news-area .block {
    float: left;
    padding: 0 0 0 17px;
    width: 630px;
}

.news-area .block p {
    margin: 0;
    font-size: 1.2em;
    line-height: 51px;
}

.news-area .block p a {
    color: #b29c59;
    text-decoration: none;
}

.news-area .block p a:hover {
    text-decoration: underline
}

.news-area .rss {
    float: right;
    width: 15px;
    height: 15px;
    margin: 20px 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/ico-rss.gif) no-repeat;
}

/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.menu {
    float: left;
    padding: 0 0 10px;
    width: 220px;
    margin-right: 10px;
}

.menu ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu ul li {
    vertical-align: top;
    height: 1%;
    list-style: none;
    font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
}

.menu ul li a {
    background: #D9D9D9 url(../images/bgcat.jpg) repeat-x scroll 0 0;
    border-bottom: 1px solid #C3BDAC;
    border-top: 1px solid #F3EDDC;
    color: #736439;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    padding: 9px 10px 5px;
    text-decoration: none;
}

.menu ul ul li {
    margin: 0;
    font: .9em/1.2em Arial, Helvetica, sans-serif;
}

.menu ul ul a {
    background: #FFFCF2 url(../images/bg-arrow.gif) no-repeat scroll 195px 50%;
    height: 1%;
    padding: 10px;
}

.menu ul li a:hover {
    background: url(../images/bg-menu-item-active.gif) no-repeat 0 50%;
    color: #ffffff;
}

.menu ul li a.selected {
    background: url(../images/bg-menu-item-active.gif) no-repeat 0 50%;
    color: #ffffff;
}

/*	-------------------------------------------------------------
	Info block
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.info-block {
    float: right;
    width: 710px;
}

.info-block .block {
    overflow: hidden;
    width: 690px;
    padding: 13px 13px 10px 7px;
    margin: 0 0 10px;
    background: #d4d6d8 url(../images/bg-block.jpg) no-repeat;
}

.info-block .block .img {
    background: transparent url(../images/bg-frame.gif) no-repeat scroll 0 0;
    float: left;
    height: 141px;
    margin: 0 13px 0 0;
    overflow: hidden;
    padding: 13px;
    width: 144px;
}

.info-block .block .img img {
    display: block
}

.info-block .block .txt {
    overflow: hidden;
    height: 1%;
    padding: 14px 0 0;
}

.info-block .block .txt h2 {
    margin: 0;
    font-size: 20px;
    color: #806820;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-top: -16px;
}

.info-block .block .txt p {
    margin: 0;
    font-size: 1.3em;
    color: #332e1c;
    font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 0;
	width: 360px;
}

/*	-------------------------------------------------------------
	list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.list {
    overflow: hidden;
    width: 100%;
    padding: 14px 0 0;
    background: #F3EEE3;
	/*background: url("../images/bg.gif") repeat scroll 0 0 #F3EEE3;*/
}

.list ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.list ul li {
    float: left;
    width: 100%;
    padding: 0 0 12px;
    list-style: none;
}

.list ul ul li {
    float: left;
    width: 340px;
    padding: 0 1px 0 9px;
}

.list ul ul li .img {
    float: left;
    margin: 0 9px 0 0;
    width: 75px;
    height: 75px;
    overflow: hidden;
    padding: 7px;
    background: url(../images/bg-frame-small.gif) no-repeat;
}

.list ul ul li .img img {
    display: block
}

.list ul ul li .txt {
    overflow: hidden;
    height: 1%;
}

.list ul ul li .txt h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 14px;
    color: #806820;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
}

.list ul ul li .txt p {
    margin: 0;
    color: #332E1C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.list ul ul li .txt p a {
    color: #806820;
    font-weight: bold;
    text-decoration: none;
}

.list ul ul li .txt p a:hover {
    text-decoration: underline
}

/*	-------------------------------------------------------------
	Order
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.order {
    overflow: hidden;
    width: 920px;
    padding: 0 10px 10px;
    background: #e5e0cf;
}

.order .info {
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}

.order .info p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 14px 0 0;
    color: #665e47;
    font-size: 11px;
}

.order .info p a {
    color: #997e2e;
    text-decoration: underline;
}

.order .info p a:hover {
    text-decoration: underline
}

.order .info p strong {
    color: #1a1812
}

.order .code {
    overflow: hidden;
    padding: 10px;
    margin: 0 0 10px;
    width: 900px;
    background: #faf7ed;
    border-top: 1px solid #cccac2;
    border-bottom: 1px solid #cccac2;
}

.order .code label {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #594300;
    padding: 6px 10px 0 0;
}

.order .code .field {
    float: left;
    width: 170px;
    height: 17px;
    padding: 3px 10px 0;
    margin: 2px 0px 0 0;
    background: url(../images/bg-inp-code.gif) no-repeat;
}

.order .code .field input {
    float: left;
    width: 170px;
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    color: #594300;
    font: 11px Arial, Helvetica, sans-serif;
}

.order .code .btn-add {
    float: left;
    padding: 4px 40px 0 0;
    width: 203px;
    height: 24px;
    background: url(../images/btn-add.gif) no-repeat;
    color: #594300;
    font: 10px Arial, Helvetica, sans-serif;
    border: 0;
    cursor: pointer;
    margin-top: -4px;
}

.order .table {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.order .table table {
    overflow: hidden;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #f2eddc;
}

.order .table table td {
    padding: 12px 10px;
    text-align: center;
    color: #646566;
    background: url(../images/bg-table-divider.gif) repeat-y;
}

.order .table table .color td {
    background: #f8f4e9 url(../images/bg-table-divider.gif) repeat-y
}

.order .table table th {
    height: 42px;
    padding: 0 10px;
    color: #fff;
    font: 11px/42px Arial, Helvetica, sans-serif;
    background: #8a8b8d url(../images/bg-table-header.gif) no-repeat;
}

.order .table table .item {
    background-position: -2px 0
}

.order .table table .item {
    text-align: left;
    width: 290px;
}

.codefont,
.codeprice {
    color: #403d36;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.codeprice {
    font-size: 12px!important
}

.order .table table td.item {
    font: bold 11px Arial, Helvetica, sans-serif;
    color: #403d36;
    background-image: none;
}

.order .table table td.item a {
    color: #403d36;
    text-decoration: none;
}

.order .table table td.item a:hover {
    text-decoration: underline
}

.order .table table select {
    color: #666;
    font: 11px Arial, Helvetica, sans-serif;
}

.order .table table strong {
    font: 1.3em Arial, Helvetica, sans-serif;
    color: #334c66;
}

.order .table table .btn-del {
    display: block;
    width: 21px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/btn-del.png) no-repeat;
}

.order .table table .total td {
    background: #d4cebe url(../images/bg-table-divider2.gif) repeat-y;
    border-bottom: 1px solid #e5e0cf;
}

.order .table table .total td.item {
    background-image: none;
    font-size: 1em;
    width: auto;
    border-bottom: 1px solid #e5e0cf;
}

.order .table table .total span {
    display: block;
    height: 1%;
    text-align: right;
    color: #666257;
    font-weight: normal;
}

.order .table table .total strong {
    font-weight: bold;
    color: #59564c;
}

p.orderunder {
    color: #8c793f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: none;
}

.order .table table .final td {
    background: #a39e8d url(../images/bg-table-divider3.gif) repeat-y
}

.order .table table .final td.item {
    background-image: none;
    font-size: 10px;
    width: auto;
}

.order .table table .final span {
    display: block;
    height: 1%;
    text-align: right;
    color: #faf7ed;
    font-weight: normal;
}

.order .table table .final strong {
    font-weight: bold;
    color: #faf7ed;
}

.order .btns {
    overflow: hidden;
    padding: 8px 2px;
    width: 918px;
}

.order .btns a.btn {
    float: left;
    margin: 6px 20px 0 0;
    color: #594300;
    font-size: 12px;
    line-height: 23px;
    padding: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background: url(../images/bg-btn.gif) no-repeat;
}

.order .btns a.btn span {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    font-weight: normal;
    margin: 0 -20px 0 0;
    padding: 0 20px 0 0;
    height: 25px;
    cursor: pointer;
    position: relative;
    background: url(../images/bg-btn.gif) no-repeat 100% 0;
}

.order .btns .next-step {
    background: url(../images/btn-next-step.gif) no-repeat;
    color: #664C00;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 37px;
    line-height: 39px;
    overflow: hidden;
    padding-left: 13px;
    text-align: left;
    text-decoration: none;
    width: 197px;
}

.order .btns .previous-step {
    background: transparent url(../images/btn-cont.jpg) no-repeat scroll 0 0;
    color: #664C00;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 37px;
    line-height: 39px;
    overflow: hidden;
    padding-right: 13px;
    text-align: right;
    text-decoration: none;
    width: 243px;
}

/*	-------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
    clear: both;
    width: 962px;
    margin: 0 19px 20px;
    overflow: hidden;
}

.footer-area {
    overflow: hidden;
    height: 1%;
    border: 1px solid #d5d5d5;
}

#footer .breadcrumbs {
    overflow: hidden;
    width: 100%;
    padding: 6px 0 3px;
    border-bottom: 1px solid #ffffff;
    background: #e6e6e6 url(../images/bg-breadcrumbs.gif) repeat-x;
}

#footer .breadcrumbs ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer .breadcrumbs ul li {
    float: left;
    padding: 0 8px 0 21px;
    list-style: none;
    font-size: 11px;
    line-height: 23px;
    color: #66582e;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/separator-breadcrumbs.gif) no-repeat;
}

#footer .breadcrumbs ul li.home {
    width: 30px;
    padding: 0;
    background: none;
}

#footer .breadcrumbs ul li.home a {
    display: block;
    margin: 3px 0 0 7px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/ico-home.gif) no-repeat;
}

#footer .breadcrumbs ul li a {
    color: #66582e;
    text-decoration: none;
}

#footer .breadcrumbs ul li a:hover {
    text-decoration: underline
}

#footer .site-map {
    overflow: hidden;
    height: 1%;
    background: #eaeaea url(../images/bg-site-map.gif) repeat-x;
}

#footer .site-map .column {
    float: left;
    width: 210px;
    padding: 16px 0 30px 30px;
    font-size: 1.1em;
    color: #5c6166;
}

#footer .site-map .column strong {
    display: block;
    width: 100%;
}

#footer .site-map .column ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

#footer .site-map .column ul li {
    float: left;
    width: 100%;
    list-style: none;
}

#footer .site-map .column ul li a {
    color: #5c6166;
    text-decoration: none;
}

#footer .site-map .column ul li a:hover {
    color: #b29c59
}

#footer .info {
    overflow: hidden;
    padding: 12px 3px 0;
    height: 1%;
}

#footer .info p {
    float: left;
    margin: 0;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #b2a374;
    width: 580px;
}

#footer .info p a {
    color: #e5d7ac;
    text-decoration: none;
}

#footer .info p a:hover {
    text-decoration: underline
}

#footer .info span.design {
    color: #806820;
    float: left;
    padding-top: 5px;
}

#footer .info p.statements {
    color: #806820;
    float: right;
    width: 160px;
}

#footer .info p.design a {
    color: #b2953e;
    text-decoration: none;
    font-weight: bold;
}

#footer .info p.design a:hover {
    text-decoration: underline
}

/*	-------------------------------------------------------------
	Sifr
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

object,
embed {
    margin: 0;
    padding: 0;
    display: block;
}

.sIFR-flash {
    visibility: visible !important;
    margin: 0;
}

.sIFR-replaced {
    visibility: visible !important
}

span.sIFR-alternate {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 0 !important;
    height: 0 !important;
    display: block !important;
    overflow: hidden  !important;
}

.sIFR-flash + div[adblocktab=true] {
    display: none !important
}


/*	-------------------------------------------------------------
	Program
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.info-holder .article-text {
    padding: 0 0px 0 0
}

.article-text h2 {
    margin: 0 0 6px;
    color: #806820;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -1px;
}

.info-holder .article-text p {
    margin: 0 0 14px;
    color: #332E1C;
    font-size: 1.2em;
}

ul.programm {
    padding: 0!important;
    margin: 0!important;
    margin-left: -25px!important;
}

.programm li {
    color: #332E1C;
    font-size: 1.2em;
    list-style: none;
    background-image: url(../images/list-program.jpg);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    margin-left: 27px!important;
    padding-left: 27px!important;
}

.download,
.download a {
    color: #806820;
    text-decoration: none;
    font-size: 1.1em;
}

.download a:hover {
    color: #2e3d4c
}

/*	-------------------------------------------------------------
	Homepage
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.homepage-splash {
    width: 940px;
    background-image: url(../images/bg-home.gif);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
}

.tip {
    height: 41px;
    margin-bottom: 10px;
    margin-top: 10px;
	clear:both;
}

/*	-------------------------------------------------------------
	Catalogue
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

ul.catalogue-thumbs {
    margin: 0px;
    padding: 0px;
}

.catalogue-thumbs li {
    display: inline;
    width: 220px;
    margin-right: 10px;
    margin-bottom: 5px;
    list-style: none;
}

/*	-------------------------------------------------------------
	Product
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.product-detail {
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
    background: #f3eee3;
    font-size: 1.1em;
    padding-bottom: 15px;
}

.product-detail p,
.product-detail li {
    margin-left: 10px;
    color: #332e1c;
    font-size: 1.2em;
}

.product-detail .small-title {
    border-top: 1px solid #CCC9C2;
    color: #807453;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

.ckeckout p {
    margin: 0!important
}

.product-detail h5 {
    margin: 0px;
    color: #806820;
    font-size: 13px;
    margin-left: 10px;
}

.product-detail li {
    margin-left: 25px!important;
    margin: 0;
    padding: 0;
}

.product-detail ul {
    margin: 0;
    padding: 0;
}

.info-top {
    font-weight: bold
}

.info {
    margin: 0px;
    color: #806820;
    font-size: 1.1em;
}

.center {
    text-align: center
}

.center-italic {
    font-style: italic
}

.athladetails {
    background-image: url(../images/athladetails.gif);
    background-repeat: no-repeat;
    height: 29px;
    line-height: 32px;
    width: 314px;
    margin-top: 10px;
}

.athlanodetails {
    background-image: url(../images/athlanodetails.gif);
    background-repeat: no-repeat;
    height: 29px;
    line-height: 26px;
    width: 181px;
    margin-top: 10px;
}

.checkout {
    color: #807b6c;
    border-top: 1px solid #ccc9c2;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    clear: both;
}

.checkout h5 {
    margin: 0px
}

.code {
    font-size: 1.1em
}

.code span {
    font-weight: bold
}

.points {
    display: inline;
    color: #333333;
}

.buttonex a {
    background-image: url(../images/diadikasiaeksar.jpg);
    background-repeat: no-repeat;
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 35px;
    padding-left: 10px;
    width: 208px;
}

.buttonex a:hover {
    color: #eacd77
}

.popup {
    background-image: url(../images/popup.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 623px;
    height: 100px;
    margin-left: 30px;
    padding-top: 20px;
}

.popup p {
    font-size: 1em;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 30px;
}

.buttonadd a {
    width: 206px;
    height: 31px;
    float: right;
    clear: both;
    display: block;
    background-image: url(../images/add2order.jpg);
    background-repeat: no-repeat;
    color: #594300;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 13px !important;
    padding-right: 0;
    padding-top: 0;
}

h2.form-title {
    margin-left: 157px!important;
    color: #806820;
    font-size: 13px;
    margin-left: 10px;
}

p.subtext {
    margin-left: 157px;
    margin-top: 0px;
}

/*	-------------------------------------------------------------
	News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.news-sidebar {
    float: left;
    padding: 0 0 10px;
    width: 220px;
}

.news-sidebar img {
    border: 10px solid #eaeaea
}

.news-sidebar p {
    margin: 10px 0 14px;
    color: #332E1C;
    font-size: 1.2em;
    line-height: 1.3em;
}

.news-date {
    font-size: 1.0em;
    color: #806820;
}

.news-block h3 {
    margin: 0 0 5px!important;
    color: #806820;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -1px;
}

.news-block {
    float: right;
    width: 710px;
}

.news-block .block {
    overflow: hidden;
    width: 690px;
    padding: 13px 13px 10px 7px;
    margin: 0 0 10px;
    background: #d4d6d8 url(../images/bg-block.jpg) no-repeat;
}

.news-detail {
    overflow: hidden;
    width: 100%;
    padding: 14px 0 0;
    background: #edf0f2;
    font-size: 1.1em;
    padding-bottom: 15px;
}

.news-detail p,
.news-detail li {
    margin: 15px 15px 0px 15px;
    color: #332E1C;
    font-size: 1.2em;
}

.news-detail h2 {
    margin: 0px 15px 0px 15px;
    color: #806820;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -1px;
}

.news-detail a {
    color: #806820;
    text-decoration: none;
}

.news-detail a:hover {
    color: #2e3d4c
}

.news-detail .news-date {
    font-size: 1.0em;
    color: #806820;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: -10px;
}

/*	-------------------------------------------------------------
	Search
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.search-block {
    float: right;
    width: 100%;
}

.search-detail {
    overflow: hidden;
    width: 100%;
    padding: 14px 0 0;
    background: #F3EEE3;
    font-size: 1.1em;
    padding-bottom: 15px;
}

.search-detail h2 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    color: #806820;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
}

.search-detail p {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    color: #332E1C;
    font-size: 1.2em;
}

.search-block .block {
    overflow: hidden;
    width: 690px;
    padding: 0px 0px 0px 0px;
    margin: 0 0 10px;
    background: #d4d6d8 url(../images/bg-block.jpg) no-repeat;
}

.search-detail ul {
    padding: 0px;
    margin: 0px;
    margin-left: 15px!important;
    margin-right: 15px!important;
}

.search-detail li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #d3d5d6;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.search-detail li a {
    color: #806820;
    font-weight: bold;
    text-decoration: none;
}

.search-detail li h2 a {
    color: #806820;
    font-weight: normal;
    text-decoration: none;
}

.search-detail li a:hover {
    color: #2e3d4c
}

.newsletter {
    background-image: url(../images/newsletter-form.jpg);
    border: 0px;
    width: 157px;
    height: 17px;
    padding-top: 2px;
    padding-left: 3px;
    margin-left: 35px;
}

.newsletter-button {
    background-image: url(../images/send.jpg);
    border: 0px;
    width: 74px;
    height: 19px;
    padding-top: 2px;
    padding-left: 3px;
    margin-left: 75px;
    margin-top: 5px;
}

.offers ul li h5 {
    width: 100%;
    font: bold 14px/18px "Trebuchet MS", Verdana, sans-serif;
    color: #2e3d4d;
    text-align: center;
    padding: 0px;
    margin-top: 12px!important;
    margin: 0;
    padding: 0;
}

.offers ul li p {
    color: #595959;
    font: 11px/13px Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px;
    padding-top: 0px!important;
    margin: 0px!important;
}

.offers ul li.block-03 a:hover {
    background: transparent url(../images/bg-offers-hover-01.jpg) no-repeat scroll 1px 2px
}

/*	-------------------------------------------------------------
	Useful
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.useful h2 {
    color: #806820;
    font-size: 2.5em;
    font-weight: normal;
    letter-spacing: -1px;
    padding-left: 10px;
}

.useful p {
    color: #332E1C;
    font-size: 1.2em;
    margin: 10px;
}

a {
    color: #806820;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #b29c59
}

/*	-------------------------------------------------------------
	Useful
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.news-detail td.title {
    background-color: #ad8934!important;
    color: #FFFFFF!important;
    font-family: Arial,Helvetica,sans-serif!important;
    font-size: 12px!important;
    font-weight: bold!important;
    height: 55px!important;
}

.news-detail td.desc {
    background-color: #DBDBDB;
    color: #262626;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 55px;
}

.news-detail .example img {
    background: transparent url(../images/bg-frame-small.gif) no-repeat scroll 0 0;
    float: left;
    height: 75px;
    margin: 0 9px 0 0;
    overflow: hidden;
    padding: 7px;
    width: 75px;
}

.news-detail .example h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 16.45px;
    font-size: 13px;
}

.service p {
    margin: 0;
    padding: 0;
	color: #262319;
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.service td {
	vertical-align:top;
	padding: 0px;}

.service .ekkatharistiko,
.service .athla {
    background-color: #D9D1B8;
    padding: 15px 15px 0;
}

.service .ekkatharistiko {
    border-right: 1px solid #a8a087;
    border-top: 1px solid #f6eed5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #8c793f;
}

.service .ekkatharistiko h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #262319;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.service .ekkatharistiko a {
    text-decoration: underline;
    font-size: 10px;
    color: #736e62;
}

.service .athla {
	
}

.service .athla h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #262319;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

/*	-------------------------------------------------------------
	Categories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.categories {
    background-color: #e5e0cf;
    padding-bottom: 5px!important;
}

.categories h2 {
    font-size: 13px;
    padding: 10px;
	padding-top: 0px;
    padding-bottom: 0px!important;
}

.categories p {
    padding: 10px;
    padding-top: 0px!important;
}

.categories p a {
    color: #997e2e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

.categories ul {
    margin-left: 8px!important;
    padding: 0;
    margin: 0;
}

.categories li a {
	width:306px;
	color: #FFFCF2 !important;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px !important;
    font-weight: normal !important;
	line-height: 29px;
    padding: 0px;
    text-decoration: none !important;
	
	
}

.categories li img {
    margin-left: -10px;
    margin-top: -11px;
}

.categories li {
    background-image:url(../images/catalogue-a.jpg);
	background-repeat:repeat-x;
	float:left;
	/*height:45px;*/
	height:30px;
	list-style:none outside none;
	margin-bottom:2px;
	margin-right:2px;
	/*width:183px;*/
	text-align:center;
	-moz-text-shadow: 1px 1px 1px #2d2712;
    -webkit-text-shadow: 1px 1px 1px #2d2712;
	text-shadow: 1px 1px 1px #2d2712;
}

.cat-menu li a#active {
    background-color: #FFFCF2 !important;
    background-image: none;
    height: 33px;
    list-style: none;
    margin-right: 2px;
    padding-left: 12px;
    padding-top: 3px;
}

.categories li:hover {
    background-image: url(../images/catalogue-b.jpg)!important;
    background-repeat: repeat-x;
    z-index: 99999;
}

td.right-col {
    background-image: url(../images/bgcat2.jpg)!important;
    width: 232px;
    max-height: 100%;
}

.cat {
    margin: 0;
    padding: 0;
}

.cat-menu {
    background-color: #e6e0cf;
    margin-top: -10px;
    height: 100%;
    display: block;
}

.cat-menu ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0!important;
    margin: 0!important;
    list-style: none;
}

.cat-menu li a {
    color: #736439;
    font-weight: normal;
    background-image: url(../images/bgcat.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    width: 219px;
    line-height: 33px;
    border-top: 1px solid #f3eddc;
    border-bottom: 1px solid #c3bdac;
    border-left: 1px solid #c3bdac;
    padding-left: 13px;
}

.cat-menu li {
    list-style: none
}

.items {
    width: 715px;
    display: block;
}

.item2 {
    border-right: 1px solid #EAE7DD;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 215px;
}

.cat-image {
    text-align: center;
    border: 1px solid #b3b0aa;
    width: 164px;
    height: 164px;
    margin-left: 28px;
}

p.code-item {
    color: #807b6c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

p.title-item {
    color: #806820;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0;
}

p.item-desc {
    color: #332E1C;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 11px;
    padding: 5px 0 0;
}

.euro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #b29c59;
}

.h {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #806526;
    font-style: italic;
}

.athla {
    background-color: #ad8934;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

p.item-details {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

p.add2order a {
    background-image: url(../images/add2order.jpg);
    background-repeat: no-repeat;
    color: #594300;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 31px;
    line-height: 40px;
    padding-left: 13px!important;
    width: 206px;
    padding: 0;
    margin: 0;
}

p.add2order a:hover {
    color: #b29c59
}

.item-infos {
    float: left;
    width: 300px;
    display: block;
}

.item-description {
    float: right;
    width: 400px;
    display: block;
    margin-right: 10px;
}

.items h1 {
    color: #807453;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.items h2 {
    color: #4C4222;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: normal;
}

.item-description .code {
    color: #807b6c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-top: 1px solid #ccc9c2;
    padding-bottom: 10px;
    padding-top: 10px;
}

.item-description .title {
    color: #806820;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
}

.item-description .small-title {
    color: #807453;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    border-top: 1px solid #ccc9c2;
    padding-top: 10px;
}

.item-description .desc {
    color: #332e1c;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.item-description .tools {
    color: #99917a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.item-description .tools a {
    text-decoration: underline;
    color: #997e2e;
    font-weight: normal;
}

.item-description .tools a:hover {
    color: #99917a
}

.item-details {
    background-image: url(../images/athladetails.gif);
    background-repeat: no-repeat;
    height: 29px;
    line-height: 32px;
    padding-left: 7px;
    width: 283px;
}

.ath {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.otherath {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 30px;
}

.athlanodetails .otherath {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 10px;
}

.athlanodetails .atheuro {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 17px;
}

.atheuro {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-left: 24px;
}

.add2order2 a {
    background-image: url(../images/add2order2.jpg);
    background-repeat: no-repeat;
    color: #FFFCF2;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 38px;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 13px;
    width: 286px;
}

.thumb {
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 10px;
    /*border: 1px solid #b3b0aa;*/
}

.card {
	background-image:url(../images/card.jpg);
	background-repeat: no-repeat;
    height: 102px;
    margin-top: 10px;
}

.card .info {
	float: right;
    padding: 10px;
    width: 655px;
	color:#8c793f;
}

.card .info p {
	margin: 6px 0 0;
    padding: 0;}

.clear {
	clear: both;}
.new-catalogue {
	background-color: #d9d1b8;
	font-family:Arial, Helvetica, sans-serif;}
	
.new-catalogue p {
	font-size: 13px!important;
	font-weight: bold;}

.categories ul.golds {
	padding: 0px;
	margin:0px;}

.categories ul.golds li{
	text-align: center;
	width: 307px;
	    background-image: url(../images/catalogue-b.jpg)!important;
    background-repeat: repeat-x;
    z-index: 99999;}
	
	.categories ul.golds li a {
	font-size: 18px!important;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	color: #ffffff!important;
	-moz-text-shadow: 1px 1px 1px #534103;
    -webkit-text-shadow: 1px 1px 1px #534103;
	text-shadow: 1px 1px 1px #534103;
	}


.categories ul.normal {
	clear:both!important;
	padding: 0px;
	margin: 0px;}
