﻿
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }
body 
{
    
}
#container
{
    width:721px;
    margin-left:auto;
    margin-right :auto;
    background-image:url(file:///V:\wwwroot\HIAMSNew15\images\Products\Aftermarket\Electronic Throttle Bodies (ETB)\BCimage.png);
    border-radius:10px;
}
header
{
    width: 1000px;
    font-size :25px;
    text-align:center;
    background-color:#21C6F8;
    border-top-left-radius:10px;
    border-to-right-radius:10px;
    }
    
footer
{
    width: 1000px;
    font-size :25px;
    text-align:center;
    background-color:#21C6F8;
    border-top-left-radius:10px;
    border-to-right-radius:10px;
    clear:both;
    }
 #content
 {
     width: 716px;
     margin-left:auto;
     margin-right :auto;
 }   
    
 #content ul
 {
     list-style-type :none ;    
 }
 
 #content li
 {
     float: right;    
     width: 92px;
     display: block;
     margin-right :20px;
     margin-bottom:10px;
     margin-left:auto;
     
     
 }
 
 #content img
 {
     -webkit-webkit-transition: all is ease;
     -moz-webkit-transition: all is ease;
     -ms-webkit-transition: all is ease;
     -o-webkit-transition: all is ease;
     transition: all is ease;
     filter: blur(0px);
     -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
     -ms-filter: blur(0px);
     -o-filter: blur(0px);
     }
 
 #content img:hover
 {
     -webkit-webkit-transition: all is ease;
     -moz-webkit-transition: all is ease;
     -ms-webkit-transition: all is ease;
     -o-webkit-transition: all is ease;
     transition: all is ease;
     filter: blur(0px);
     -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
     -ms-filter: blur(0px);
     -o-filter: blur(0px);
    
     
     }