
 * {
  
    padding: 0;
    outline: 0;
    margin: 0;
 }
 
 body {
   
          background-color: #000;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
          text-align: center;
 
 }
 
 #page_wrap {
 
       width: 995px;
       margin: 0 auto; /****** Centers everything ****/
       text-align: left;
 }
 
 #header {
  
        margin: 0 auto;	   	  
 }
 
 		
/********************************************
                NAVIGATION
********************************************/
.a img {border-style: none;}

 #menu {
  
           background-image: url(images/navBar_bg.gif);
	   background-repeat: repeat-x;
	   background-position: top;
	   height: 34px;
	   margin-top: 10px;
	   
         
 }
 
 
 
 #menu ul{

           background-image: url(images/navBar2.jpg);
	   background-repeat: no-repeat;
           background-position: top;
	   height: 34px;
	   float: left;
	   margin-left: 108px;
	  
	    
 }
 
 #menu ul li {
      
         display: block;
         float: left;
         width: 78px;
	 margin-left: 25px;
	 padding-top: 10px;
		   

}


#menu ul li a {

            text-decoration: none;
            color: #fff;
}

#menu li.current a {

            color: #000;
}


#menu ul li a:hover, #menu ul li a:active {color: #000; }


/****************************************************
                   MAIN CONTENT
******************************************************/
a img {border-style: none;}

#content {

       background-image: url(images/headPhones_contentBox.jpg);
	   background-position: right;
	   background-repeat: no-repeat;
       background-color: #fff;
	   width: 830px;
	   height: 700px;
	   margin: 0 auto;
	   margin-top: 20px;
border: none;
	   font-size: 16px;
	   padding: 30px;
	   padding-top: 50px;
}
#contentleft {
	float: left;
	width: 375px;
	margin: 20px;
	margin-top: 0px; 
}
	
#contentright {
	float: right;
	width: 375px;
	margin: 20px;
	margin-top: 0px;
}

#footer {

      background-image: url(images/footer_bg.gif);
	  background-repeat: repeat-x;
	  height: 55px;
	  margin-top: 20px;
	clear: both;
	text-align: center;
	color: white;
 	padding-top: 5px;
	font-weight: 12px;
}
a {  text-decoration: none; 
color: #569AFB}
h1 {font-size: 150%;
    color: #569AFB }
h2 {font-size: 125%;