/*product css*/

h1
{
text-align:center;
color:#e31e24;
font-family:Elephant;
font-weight:bold;
text-shadow: 4px -2px 3px #cccccc;
font-size:40px;
}
a {
  color:#e31e24;
  text-decoration: none;
}
a:visited
{
color:rgb(230, 105, 105);
}
.menu-item
{
    text-align:center;
    text-transform:uppercase;
    background-color:#1f365c;
    font-family:Cooper;
    font-size:18px;
    color:#e31e24;
    padding:5px 0;
}
.menu-item:hover {    background-color:#FFFFFF;   }
.menu-item a:hover {    color:#1f365c;    }
#banner
{
    margin-top:10px;
}
#product h3
{
    text-align:center;
    text-transform:uppercase;
    padding:5px 0;
    font-family:Arial Rounded MT;
    border-bottom:4px solid #1f365c;
    color:#e31e24;
}
#product p
{
font-family:Arial Rounded MT;
color:#000000;
}
ul
{
    font-family:Arial Rounded MT;
    color:#000000;
    list-style-type:round;
}
div.desc {
  padding: 3px;
  font-size:15px;
  font-weight: bold;
}
#gallery img:hover
{ opacity: 0.6;
}
footer 
{
    text-align:center;
    font-family: Cambria;
    background-color:#1f365c;
    color:#e31e24;
    width: 100%;
}
img{
    max-width:100%;
    height:auto
}