/* START: Capitalize links in global navigation bar */
 #nav-general {text-transform: capitalize;}
/* END:   Capitalize links in global navigation bar */

.ys_primary{ background:#9a0002;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#ys_social_top_hr {border-top:1px solid #CFCECE; margin-bottom:5px; margin-top:5px; clear:both; }
#ys_social_media {height:26px;display:inline-block;vertical-align:middle;margin-left:10px; }
#ys_social_fblike {float:left;}
#ys_social_tweet {float:left;}
#ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;}
#ys_social_bottom_hr {border-top:1px solid #CFCECE; margin-top:5px;}
#ys_social_pinterest {float:left;}

#bodycontent {float:right; width:770px;} /* 150 + 610 = 760 */

*:first-child+html #bodyshell { width:770px; }

#container {margin:0 auto; text-align:left; width:910px; border:solid 1px #9a0002; background-color: #ffffff;}

#searcharea input {font-size:1.30em;}
#searchsubmit{ background:#cccccc url('') ;color:#000000;font:bold 11px Arial,verdana,sans-serif;padding:0px 1px;text-align:center;cursor:pointer;display:inline; margin:0;}

.dropbtn {
    background-color: #050b05;
    color: white;
    padding: 4px 55px;
    border: yes;
    cursor: pointer;
}

.dropdown {
    position: relative;
    left:-2px;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: -30px;
    background-color: #050b05;
    min-width: 140px;
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: wavy;
    display: inline;
}

.dropdown-content a:hover {background-color: #004d99}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #123349;
}

#myDIV {
    border: 1px solid black;
    width: 100px;
    height: 25px;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {font-weight: bold;}
}

/* Standard syntax */
@keyframes mymove {
    50% {font-weight: bold;}
}

#nav-product ul li a {border-bottom:1px solid #660066; color:#ffffff; display:block; font-weight:bold; font-size:11px; height:17px; margin:0; min-height:17px; padding:4px 4px 6px 13px; text-decoration:none;width:132px;}

html>body #nav-product a {height:auto;}
