body {
    background: #655f54;
    color: #898989;
}

h2, h1, .heading, .title {
    color: #ffb101;
}

#mainMenu a {
    color: #fff;
}

#mainMenu span {
    color: #ffd780;
}

#page {
    background: #fff;
}

#header {
    border-bottom: none;
    height: 87px;
}

#templateTypeMenu ul {
    border-top: none;
    padding-bottom: 5px;
    padding-top: 1px;
}

#templateTypeMenu ul li a {
    color: #000;
}

#templateCategoryMenu ul {
    border-top: none;
}

#templateCategoryMenu a {
    color: #000;
}

#templateCategoryMenu ul li a:hover {
    color: #ffb101;
}

#templateCategoryMenu .activeCategory {
    color: #ffb101;
}

#searchForm .selectBlock select {
    background: #fff;
    border: 1px solid #bdc3cf;
    height: 17px;
}

#searchForm .inputBlock #keywordInput {
    background: none;
    border: 1px solid #bdc3cf;
    padding: 1px 2px;
}

#searchForm .inputBlock #highPriceInput, #searchForm .inputBlock #lowPriceInput {
    background: none;
    border: 1px solid #bdc3cf;
    padding: 1px 2px;
}

#footer a {
    color: #ffb101;
}

/* -- FAQ, Terms, Affiliate, Clipart, Contacts -- css -- */

#contactUsBlock a,
#faqBlock a, #affiliateProgramBlock a {
    color: #ffb101;
}

#affiliateForm #squestionSelect,
#affiliateForm #birthdayDayInput,
#affiliateForm #birthdayYearInput,
#affiliateForm #birthdaySelect {
    background: #fff;
}

#affiliateForm input {
    background: none;
    border: 1px solid #bdc3cf;
    padding: 1px 2px;
    height: 14px;
}

#affiliateForm select {
    background: none;
    border: 1px solid #bdc3cf;
    height: 17px;
}

#affiliateForm #birthdaySelect {
    margin-right: 13px;
    margin-top: 1px;
}

#affiliateForm #squestionSelect {
    width: 222px;
}

#affiliateForm #submitInput {
    border: none;
    padding: 0;
}

#samples iframe,
#clipart iframe {
    border: none;
}

