 
/* stylesheet for Kentel Mk2 header */

/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* styling for Kentel headder Mk2 */
/*** set the content type header ***/


#headermk2{ 
height:170px; 
font-family: Tahoma, Verdana, Arial, sans-serif; 
font-size:12px;
padding: 0px  ;
margin: 0px  ; 
text-align: center; /* centering fix for IE 5 */
color: #00A ;
 background-color: #fff ; 

} 

/** title in header*/
 h1.title {
	width: 50% ;
	margin:  0px auto 4px  auto ;
	padding: 1px ;
    font-size: 12pt ;
	/*color: #00A ;*/
	color: #fff ;
	background-color: #f00 ;
	
}
/********* above menu bar elements and  logo  ************ */
div #flash {
    background-image:url(images/mk2usxbg.jpg);
    background-position: 0px -100px;
    background-attachment: fixed;
    background-color: yellow;
    text-align: left;
    font-family:Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}

img {
	vertical-align: bottom; 
	border: 0
	}

div.imgheader
{
  
  margin: 0px;
  left: 15px;
  top: 18px;
   border: 2px solid #5255DE; 
  position: absolute;
  height: auto;
  width: auto;
  float: left;
  
}
div.imgheader img

{
  display: inline;
  margin: 0px;
  padding:3px;
  border: 5px solid #ffffff;
  background-color: white;

}	

div.telno
{

    font-size: 23px; 
    padding: 35px 0px 0px 240px 
}

 .secureshop
{    
     font-size: 23px; 
    font-family: tahoma;
    
}

/* TOP MENU   */
 .containertop{
    
    width: 100%; 
    overflow: hidden;  
     background-image: url(images/mk2MenuBackgroundShadeBlue.png); 
    background-repeat: repeat-x  ;  
    padding:  4px 0px;
     background-color: blue;
    }


 #menutop {
  padding:0; 
  margin:0 ; 
  list-style-type:none;
  float:right;

  }
#menutop li {
   float:left;  
  }
#menutop a {
  width:auto;
  display:block;
  padding:3px 16px;  /* orig 4px 16px */
  color:#fff; 
  background:none; 
  border-left:2px solid #28289c; 
  text-decoration:none;
  }
#menutop a:hover {
  color:#000; 
  background:#d4d4d4;
  }
  
  /* BOTTOM MENU &&&&&&&& */
 .containerbott{
    float:right; 
    background-image: url(images/mk2MenuBackgroundShadeBlue.png); 
    background-repeat: repeat-x ;  
    background-position: 0px  -20px;
    overflow: visible; 
    background-color: blue;
    padding:   0px 0px  ; 
 } 
 
  #menubott {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:right;

  }
#menubott li {
  float:left; 
  position: relative;
  top: 1px;
  }
#menubott a {
  width:auto;
  display:block;
  padding:5px 16px;  
  margin: 0px 2px 0px 0px;
  color:#fff; 
  background-image: url(images/mk2MenuBackgroundShadeBlue.png); 
  background-repeat: repeat-x ;   
  background-position: 0px  -4px;
  border-right:1px solid #00f; 
  text-decoration:none;
  }
#menubott a:hover {
  color:#000; 
  /* background-image: url(/mk2MenuButtonHoverPink.png); */
  background-color: white;
  background-image: url(images/mk2shad_pink.png);
  background-repeat: repeat-x ;  } 
 /* background-position: 0px  0px; */

/* BUTTON MENU &&&&&&&& */
 .containerbutt{
    float:right; 
    background-image: url(images/mk2MenuBackgroundShadeBlue.png); 
    background-repeat: repeat-x ;  
    background-position: 0  -20px;
    overflow: visible; 
    background-color: blue;
    padding:   0px 0px  ; 
 } 
  
 #menubutt {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:right;

  }
#menubutt li {
  float:left; 
  position: relative;
  top: 1px;
  }
#menubutt a {
  width:auto;
  display:block;
  padding:5px 16px;  
  margin: 0px 2px 0px 0px;
  color:#fff; 
  background-image: url(images/mk2MenuBackgroundShadeBlue.png); 
  background-repeat: repeat-x ;   
  background-position: 0px  -4px;
  border-right:1px solid #00f; 
  text-decoration:none;
  }
#menubutt a:hover {
  color:#000; 
 
  background-color: white;
  background-image: url(images/mk2shad_pink.png);
  background-repeat: repeat-x ;   
 }
 /* background-position: 0px  0px; */
 /* background-image: url(< ?php $baseURI ? >/mk2MenuButtonHoverPink.png); */
