/* elementos */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p {
    margin: 0;
    padding: 0;
}

body {
    color: #464646;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
}

select, input, textarea {
    font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
    font: 115% monospace;
}

body * {
    line-height: 1.22em;
}

body {
    text-align: left;
}


q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0 none;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0 none;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1
{
  font-family: Opensans,Candara, Trebuchet, sans-serif;
  font-size: 25px;
  color: #333333;
  font-weight: 400;
}

h2
{
  font-family: Opensans, Candara, Trebuchet, sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}

a
{
  color: #666;
 font-size: 12px;
}

a:link
{
  text-decoration: none;
}

input[type=text]
{
  border: 1px solid #c8c8c8;
  padding: 5px 0px 5px 10px;
}

input[type=submit]:hover
{
  cursor: pointer;
}

textarea
{
  border: 1px dotted #c8c8c8;
  font-size: 18px;
  padding: 20px;
}

img
{
  border: 0px;
  margin:0px;
  padding:0px;
}

input
{
 outline:none;
}

table,td
{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

td
{
  vertical-align: top;
}

*::-moz-placeholder {
    color: #999;
}




/* classes */

.image-left {
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
}
.image-right 
{
    float: right;
    margin-bottom: 0;
    margin-left: 12px;
}

.image-caption
{
   font-family: Arial;
   padding-top:5px;
   text-align: center;
   font-size:12px;
}

.album-td
{
  padding-bottom: 10px;
}

.form-textline, .form-text
{
  width: 400px;
}

.clist
{
  padding-bottom:25px;
}





/* ids  */


#top 
{
    top:0;
    left: 0;
    position: fixed;
    right: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 1030;
    background: none repeat scroll center top #f6f6f6;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#top-wrapper {
    height: 50px;
    margin: auto;
    width: 980px;
}


#logo {
    display: table;
    float: left;
    width: 460px;
}

#menu {
    float: right;
}

#top .logo {
    float: left;
    padding-top:5px;
    width: 130px;
}

#top .slog {
    font-family: 'Indie Flower', cursive;
    font-size:17px;
    float: left;
    padding:9px 0 0 10px;
    line-height: 1em;
    width: 310px;
}



#banner 
{
    background: #ffffff url("/files/60/60.png") repeat-y center top;
    margin: 70px 0 50px;
    height: 412px;
}

#banner-wrapper {
    height: 420px;
    margin: auto;
    width: 970px;
}

#social-wrapper {
    margin: auto;
    width: 940px;
    display: block;
    z-index: 999;
    padding-top:5px;
}

.facebook, .twitter, .google, .instagram {
    display: block;
    float: left;
    margin-right: 8px;
}

.facebook {
    width: 182px;
}

.google {
    width: 42px;
}

.twitter {
    width: 80px;
}

.instagram { 
  padding: 1px 8px 3px 25px;
  background: #3399cc url("/files/42/4222.png") no-repeat left center;
  border-radius: 4px;
}
.instagram a { 
  color: #fff;
  font-size: 10px;
}
.instagram:hover { 
  background-color: #076c9f;
}


#content
{
    margin: 0 auto !important;
    width: 980px !important;
    height: 6860px;
}

.catHeaderWrapper {
    background-color: #f6f6f6;
}



.categoryItem a {
    color: #181512;
    text-decoration: none;
}

.categoryItem a:hover {
    color: #e40405;
    text-decoration: none;
}

.categoryItem {
    border: 2px solid #f8f8f8;
    box-sizing: content-box;
    float: left;
    height: 280px;
    width: 240px;
}


.catHeaderWrapper .catHeader {
    background-color: #fff;
    box-sizing: border-box;
    height: 240px;
    margin: 20px auto auto;
    padding: 10px 0 0 20px;
    width: 200px;
}

.catHeaderWrapper .catHeader h1 {
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom:5px;
}

.catHeaderWrapper .catHeader li {
    font-family: Verdana,Arial,sans-serif;
    line-height: 20px;
    list-style-type: none;
    size: 12px;
}

.productWrapper, .productWrapper img {
    height: 100%;
    width: 100%;
}
.productWrapper {
    position: relative;
}


.productWrapper .productMetaDeta {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 240px;
    z-index: 10;
}

.productWrapper .productMetaDeta .productHeader {
    font-family: 'Oswald',Verdana,Arial,sans-serif;
    color: #181512;
    font-size: 13px;
}










#footer {
    border-top: 1px solid #dedede;
    padding-top: 30px;
    background-color: #fff;
    clear: both;
}

#footer .footer_container a {
    color: #666;
    font-weight: normal !important;
    text-decoration: none !important;
}
#footer .footer_container a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}


#footer-debug {
    clear: both;
    color: #333;
    cursor: default;
    padding-bottom: 50px;
    text-align: center;
}

#footer .footer_container {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    width: 980px;
}

#footer .footer_top {
    overflow: hidden;
}

#footer .site_map {
    float: left;
    margin: 0 0 20px 10px;
    overflow: hidden;
    width: 600px;
}


#footer .site_map dt {
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}

#footer .site_map dl {
    font-size: 12px;
    line-height: 18px;
    float: left;
    width: 120px;
}

#footer .mailing_list {
    float: right;
    width: 300px;
}

#footer .mailing_list {
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    margin-left: 20px;
}

#footer .mailing_list .title {
    color: #333333 !important;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px;
}

#footer .mailing_list p {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

#footer .mailing_list .email_input_wrapper {
    width: 300px;
}

#footer input[type=text] {
    background: none repeat scroll 0 0 #ebebeb;
    border: medium none;
    color: #000000;
    float: left;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 0 !important;
    padding: 10px;
    text-decoration: none;
    text-transform: none;
    width: 248px !important;
}

#footer  input[type="image"] {
    height: 38px;
    width: 22px;
    background: none repeat scroll 0 0 #ebebeb;
    margin: 8px 0 0 !important;
}


#footer .footer_bottom {
    width: 980px;
    display: inline-block;
    font-size: 10px;
    margin: 15px 0 !important;
    text-align: center;
}

#footer .footer_bottom a{
    font-size: 10px;
}

















/* menu menu menu menu menu menu menu menu menu menu*/

.ddsmoothmenu
{
  height: 50px;
}


.ddsmoothmenu ul
{
    float: right;
    height: 50px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


.ddsmoothmenu ul li
{
    border-right: 1px solid #ddd;;
    float: left;
    position: relative;
    height: 10px;
    text-align: center;
    padding: 20px 20px;
}

.ddsmoothmenu ul li:first-child
{
    border-left: 1px solid #ddd;
}


/*Top level menu link items style*/

.ddsmoothmenu ul li a
{
    display: block;
    color: #58595b;
    display: block;
    font-family: "Avenir LT W01 95 Black",Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: 600;
    height: 100%;
    text-decoration: none !important;
    width: 100%;
}

.ddsmoothmenu ul li a:hover
{
    color: #000000;
}









/* Banner Banner Banner Banner Banner */


.l1-s2 {
    background: none repeat scroll 0 0 #333;
    box-shadow: 0 4px 10px -5px black;
    font-family: 'Bubblegum Sans', cursive;
    color: #FFF;
    font-size: 27px;
    height: 28px;
    line-height: 0;
    padding: 5px 12px;
    text-shadow: none;
}

.l1-s3 {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 4px 10px -5px black;
    color: #111;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    text-shadow: none;
}

.l1-s4 {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 4px 10px -5px black;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 14px;
    line-height: 14px;
    padding: 5px 10px;
    text-shadow: none;
}

.l1-s4:hover {
    color: #e40405;
}








#toTop {
    background: url("/files/35/353.png") no-repeat scroll left top transparent;
    display: none;
    height: 44px;
    position: fixed;
    right: 50px;
    top: 60%;
    width: 44px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 10;
}


#toTop:hover {
    background-position: 0 -94px;
    outline: medium none;
}