/* Base Template */
html {
    overflow-y: scroll;
}

body{
    margin: 0;
    padding:0;
    background-color: #fff;
    font-family: "Helvetica Neue",helvetica,arial,sans-serif;
    font-size: 0.80em;
    color: #898989;
}

img {
    border: 0;
}

h1,h2,h3,h4 {
    margin-top: 0;
    color: #ef5497;
    font-weight: normal;
}

h1 {
    font-size: 1.25em;

}

h2 {
    font-size: 1.15em;
}

h3 {
    font-size: 1.05em;
}

h4 {

}

p {
    margin-top:0;
}

a:link,a:visited,a:active,a:hover {
    text-decoration:none;
    color: #ef5497;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear:both;
}

#wrapper {
    width: 790px;
    margin: 0 auto;
}

#header {
    padding-top: 40px;
}

#header .logo {
    float:left;
    width: 460px;
    font-size:0;
    padding-bottom: 24px;
    background:url(/images/header-logo-bottom.jpg) no-repeat bottom left;
}

#header .cart {
    float:right;
    width: 230px;
    padding-top: 50px;
    clear:right;
}

#menu {
    padding: 20px 0 21px 0;
    clear:both;
    height: 101px;
    background:url(/images/page-separator.jpg) no-repeat bottom left;
    position:relative;
}

#menu ul {
    text-transform: uppercase;
    padding:0;
}

#menu ul li {
    list-style:none;
    float:left;
    padding: 0 30px 5px 0;
    font-size: 1.05em;
}

#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:active,
#menu ul li a:hover {
    color: #a8a9ad;
}

#menu ul li a:hover, #menu ul li.selected a {
    color: #EF5497;
}

#menu ul li li {
    font-size: 0.85em;
    padding:0;
    float:none;
}

#menu ul li li a:link,
#menu ul li li a:visited,
#menu ul li li a:active,
#menu ul li li a:hover {
    color: #a8a9ad;
}

#menu ul li li a:hover, #menu ul li li.selected a {
    color: #EF5497;
}

#menu .facebook {
    font-size:0;
    position:absolute;
    right: 47px;
    bottom: 7px;
}

#menu .twitter {
    font-size: 0;
    position:absolute;
    right: 20px;
    bottom: 7px;
}

#menu .tumblr {
    font-size: 0;
    position:absolute;
    right: 48px;
    bottom: 7px;
}

#menu .linkedin {
    font-size: 0;
    position:absolute;
    right: 77px;
    bottom: 7px;
}



#banner {
    padding: 15px 0;
    background:url(/images/page-separator.jpg) no-repeat bottom left;
}



#content {
    margin: 0;
    padding: 15px 0;
    background:url(/images/page-separator.jpg) no-repeat bottom left;
}

#content.home {
    padding: 0;
    background: none;
}


#content .latestcategories {

}

#content .latestcategories .latestcat {
    float: left;
    margin-left: 20px;
}

#content .latestcategories .startrow {
    margin-left: 0;
    clear:left;
}

#contactlog {
    padding: 12px 0;
    background:url(/images/contact-bottom.jpg) no-repeat bottom right;
}

#contactlog .contact {
    float:left;
    width:400px;
    padding-top: 2px;
    font-size: 0;
}

#contactlog .account {
    float:right;
    width: 383px;
    text-align: right;
}


#footer {
    padding: 35px 0 10px 0;
    color: #adacad;
}

#footer p {
    margin: 0;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
    color: #adacad;
}

#footer .left {
    float:left;
    width: 200px;
}

#footer .right {
    float:right;
    width: 550px;
    text-align: right;
}

#footer #erdf {
    clear:both;
    color:#757575;
    float:right;
    font-size:0.75em;
    font-weight:bold;
    margin:5px 0 0;
}

#erdf-text {
    float:left;
    margin:5px 0 0;
    width:240px;
}


/* gallery category */


#gallerycategory {

}


#gallerycategory .gallery {
    float:left;
    width: 230px;
    margin: 0 50px 10px 0;
}

#gallerycategory .endrow {
    margin-right:0;
}

#gallerycategory .image {
    font-size: 0;
    height: 160px;
    text-align:center;
}

#gallerycategory .gallery .content {
    text-align:center;
    padding-top: 8px;
}

#gallerycategory .gallery .content h2 {
    font-size:1.05em;
    text-transform: uppercase;
}

#gallerycategory .gallery .content h2 a:link,
#gallerycategory .gallery .content h2 a:visited,
#gallerycategory .gallery .content h2 a:active,
#gallerycategory .gallery .content h2 a:hover {
    color: #A8A9AD;
}


/* product category */
#productcategory {

}


#productcategory .gallery {
    float:left;
    width: 160px;
    margin: 0 50px 10px 0;
}

#productcategory .endrow {
    margin-right:0;
}

#productcategory .image {
    font-size: 0;
    height: 110px;
    text-align:center;
}

#productcategory .gallery .content {
    text-align:center;
    padding-top: 8px;
}

#productcategory .gallery .content h2 {
    font-size:1.05em;
    text-transform: uppercase;
}

#productcategory .gallery .content h2 a:link,
#productcategory .gallery .content h2 a:visited,
#productcategory .gallery .content h2 a:active,
#productcategory .gallery .content h2 a:hover {
    color: #A8A9AD;
}


#productpages {

}

#productpages .cc_pagination-current {
    float:left;
}

#productpages  .cc_pagination {
    float:right;
    text-align:right;
}

#productpages .cc_pagination ul {
    margin: 0;
    padding: 0;
}

#productpages .cc_pagination ul li {
    float:left;
    list-style:none outside none;
    margin-right:5px;
}

#productpages .cc_pagination ul li.current a {
    color: #898989;
}

#productpages .cc_pagination ul li a:link,
#productpages .cc_pagination ul li a:active,
#productpages .cc_pagination ul li a:visited,
#productpages .cc_pagination ul li a:hover {
    display:block;
    padding: 2px;
}

#productpages .cc_pagination ul li a:hover {
    background-color: #EF5497;
    color: #898989;
}





#galleryproducts {
    width: 100%;
}

#galleryproducts tr td{
    padding:10px 0;
    text-align:center;
    vertical-align:middle;
    width: 160px;
}

#galleryproducts a {
    display:block;
}

#galleryproducts img {
    border:1px solid #eee;
    padding:4px;
    vertical-align:middle;
}

#product {

}


#product .title {
    padding-bottom: 15px;
}

#product p {
    margin: 0;
}

#product .title .prevnext {
    float:right;
    width: 50%;
    text-align:right;
}

#product .title .back {
    float:left;
    width: 50%;
}


#product .image {
    width: 100%;
    background-color: #eee;
    font-size: 0;
    text-align:center;
    position:relative;
}

#product .image .overlay {
    z-index: 2;
    position: absolute;
    top: 0pt;
    left: 0pt;
    width: 100%;
    height: 100%;
}

#product .image .overlay img {
    width: 100%;
    height: 100%;
}

#product .content {
    padding: 10px 0;
}

#product .purchase {
    padding: 10px 0;
}

#testimonials {

}

#testimonials .testimonial {
    padding-top: 10px;
}

#testimonials .testimonial h2 {
    margin: 0;
    padding-bottom: 5px;
}

#testimonials .testimonial p {
    margin: 0;
}


#myaccount {

}

#myaccount ul {
    padding-bottom: 10px;
}
