<!--CSS StyleShet-->
.wrapper {
  width:980px;
/* min-height lets your site grow vertically
(like in tables). */
  min-height:600px;
  margin-left:auto;
  margin-right:auto;
  border:solid 1px black; 
}
.header-wrapper{
  width:980px;
  height:14px;
  border:1px solid silver;
}
#menu a {
  width:90px;
  padding-left:3px;
  text-align:left;
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:#333333;
  text-decoration:none;
}

#menu a:hover {
  width:90px;
  padding-left:3px;
  text-align:left;
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
  color:red;
  text-decoration:none;
}

#menutop a  {
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:black;
  text-decoration:none;
}
  
#menutop a:hover  {
  color:#666666;
  text-decoration:none;
}
#menuborder {
  border:1px solid silver;
  background:url(images/menu_border_middle.gif) repeat-x;
  /*background: transparent url(images/menu_border_middle.gif) repeat-x scroll 0 0;*/
}
/*=========banner--start=======*/
#banner {
  border:1px solid silver;
  background:url(images/banner.gif) no-repeat;
  width:980px;
  height:436px;
}
/*=========banner--end=======*/

/*=========catagory home page start=======*/
#catagoryhomepage{
  border:1px solid silver;
  width:298px;
  height:176px;
}
/*=========catagory home page end =======*/



/*=========font/text start=======*/
#text1 {
  font-family:verdana;
  font-size:10px;
  text-align:right;
  color:#333;
  padding-right:10px;
}
#copyright {
  text-align:center;
  color:gray;
  font-family:verdana;
  font-size:10px;
  font-weight:normal;
  padding-top:10px;
}
#shop_buy{
  border-bottom:1px solid silver;
  font-family:verdana;
  font-size:12px;
  color:#6c6c6c;
  font-weight:bold;
  text-align:center;
  height:19px;
  background:url(images/nev_menu_bg.gif);
}
#nev_menu_text {
  padding-left:3px;
  color:black;
  font-family:verdana;
  font-size:11px;
  font-weight:normal;
}
#category{
  text-align:center;
  font-family:verdana;
  font-size:11px;
  color:black;
  font-weight:normal;
}
#our_price {
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  height:24px;
  text-align:center;
  font-family:verdana;
  font-size:11px;
  color:silver;
  font-weight:bold;
}


/*=========font/text end=======*/

/*=========border start=======*/
#model_border1 {
  border:1px solid silver;
  height:76px;
  width:150px;
}

#model_border2 {
  border:1px solid silver;
  width:145;
  margin:3px 3px 3px 3px;
  height:65px;
}

#model_border3 {
  border-right:1px solid silver;
  width:150px;
  height:65px;
}
#border4 {
  border-left:1px solid silver;
  border-bottom:1px solid silver;
  border-top:1px solid silver;
  height:21px; width:195px;
  background:url(images/menu_border_middle.gif) repeat-x;
}

#confic { 
  border-left:1px solid silver;
  border-bottom:1px solid silver;
  border-top:1px solid silver;
  height:21px; width:195px;
  background:url(images/menu_border_middle.gif) repeat-x;
  text-align:center;
  font-family:verdana;
  font-size:10px;
  font-weight:normal;
  color:#333333;
}

#confic2 {
border-left:1px solid silver;
border-right:1px solid silver;
border-top:1px solid silver;
border-bottom:1px solid silver;
height:21px; width:197px;
background:url(images/menu_border_middle.gif) repeat-x;
}
#border5 {
border-left:1px solid silver;
border-bottom:1px solid silver;
height:107px;
width:195px;
}

#border6 {
  background:url(images/fedex.gif);
  border-left:1px solid silver;
  border-right:1px solid silver;
  border-bottom:1px solid silver;
  border:1px solid silver:
  height:107px;
  width:197px;
}
#category_border { 
  border:1px solid silver;
  width:240px;
  height:135px;
} 
/*=========border end=======*/



.seotxt {
  font-size:11px;padding-top:10px;padding-bottom:10px;
}

.seotxt h1 {
  padding-left:0px;margin-left:0px;
}









/* Easy Slider */

  #slider ul, #slider li,
  #slider2 ul, #slider2 li{
    margin:0;
    padding:0;
    list-style:none;
    }
  #slider2{margin-top:1em;}
  #slider li, #slider2 li{ 
    /* 
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */ 
    width:870px;
    height:392px;
    overflow:hidden; 
    } 
  #prevBtn, #nextBtn,
  #slider1next, #slider1prev{ 
    display:block;
    width:30px;
    height:77px;
    position:absolute;
    left:-30px;
    top:71px;
    z-index:1000;
    } 
  #nextBtn, #slider1next{ 
    left:696px;
    }                           
  #prevBtn a, #nextBtn a,
  #slider1next a, #slider1prev a{  
    display:block;
    position:relative;
    width:30px;
    height:77px;
    background:url(../images/btn_prev.gif) no-repeat 0 0; 
    } 
  #nextBtn a, #slider1next a{ 
    background:url(../images/btn_next.gif) no-repeat 0 0; 
    } 
    
  /* numeric controls */  

  ol#controls{
    margin:1em 0;
    padding:0;
    height:28px;  
    }
  ol#controls li{
    margin:0 10px 0 0; 
    padding:0;
    float:left;
    list-style:none;
    height:28px;
    line-height:28px;
    }
  ol#controls li a{
    float:left;
    height:28px;
    line-height:28px;
    border:1px solid #ccc;
    background:#DAF3F8;
    color:#555;
    padding:0 10px;
    text-decoration:none;
    }
  ol#controls li.current a{
    background:#5DC9E1;
    color:#fff;
    }
  ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
  
/* // Easy Slider */


.imageBlock {
  width: 120px;
  height: 120px;
  position: relative;
  text-align:center;
}

.imageImage, .imageSale {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.imageSale {
  left:100px;
}



.imageBlockList {
  width: 180px;
  height: 120px;
  position: relative;
  text-align:center;
}

.imageImageList, .imageSaleList {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.imageSaleList {
  left:150px;
}


