/* CSS style document for main secretsales.com website */
/* Piotr Nierobisz - neonm3@gmail.com */
/*------------------------------------------------------------------------------------*/
/* main content - faq */

	#panel_main_content {
	  position: relative;	
      background: url(//secretsales.com/_images/v1/bckg_aboutus.gif) no-repeat;
	  padding: 0px 0px;  
	  width: 965px;
	  height: 480px;
	  z-index: 2;	 
	  overflow: hidden;
	 }


/*---------------------------------------------------------------------------------------------------------------------*/	
/* main content panel */
/*---------------------------------------------------------------------------------------------------------------------*/		

h1 {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana;
 font-weight: bolder;
 font-size: 20px;
 color: #666666;
}

h2 {
 margin: 5px 0 0 0;
 padding: 0 0 0 0;
 font-family: Verdana, Arial;
 font-weight: bold;
 font-size: 17px;
 color: #FF00FF;
}

	 #floating_shape {
	   position: absolute;
	   background: url(//secretsales.com/_images/v1/about/aboutus_smoke.jpg) no-repeat;	
	   left: 688px;
	   top: 0px;
	   width: 280px;
	   height: 523px;
	 }
 
 
	 #about_page_title {
	   position: absolute;
       left: 34px;
	   top: 60px;	   
	   width: 685px;
	   height: 60px;
	}


	#about_image {
	 position: absolute;
	 left: 36px;
	 top: 137px;
     width: 314px;
     height: 248px;
	}
	
	#about_content {
	  position: absolute;
	  top: 120px;
	  left: 34px;
	  height: 367px;
   	  width: 685px;		
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 13px;
	  color: #666666;  
	}


