/*******************************************************
        HEADER
**********************************************************/

@charset "utf-8";

body     { margin: 0;
           padding:0;
		   background-image:   
		   url(../images/backgrounds/website_body_background/background_good_black_bottom_for_IE.jpg);
		   /*background-image:url(../images/backgrounds/website_body_background/background.jpg);*/
		   /* I used the above image as default but IE did not display the bottom as well as FF,
		      so I made a new image with more black, looks better in IE, but not FF */
		   background-repeat:repeat-x;
	       background-attachment:fixed;
		   background-position:center;
	       text-align: center;/*THIS IS TO CENTER THE DIV's*, all SEE WRAPPER, USED IN IE7*/

	     }

#wrapper {  /*position:relative;*/
            margin-right:auto;/*HELPS WITH CENTERING AND RESIZING*/
			margin-left:auto;/*HELPS WITH CENTERING AND RESIZING*/
			width:823px;
            /*text-align: center; /* counter the body center */
         }
		
/**************************************************************
		 MAIN HOMEPAGE CONTENT 
***************************************************************/		
#hp_center_image  { height:1047px;
                    width:823px;
					background-image:url(../images/backgrounds/hp_center_image.jpg);
			        background-repeat:no-repeat;
			        background-position:center;
			      }
			
					  
a  { text-decoration:none;  /* this turns off the hyperlink underline */
     color:#FFFFFF;
          
   }
 
.home_page_prod_serv	{ font-size:24px;
						  font-weight:bolder;
						  font-style:italic;
						  letter-spacing:2px;
						  font-family:Arial, Helvetica, sans-serif;
						  color:#FFFFFF;
						  text-align:center;
						  border-bottom:solid 3px; /*this adds a underline to the H2 */
						  display:inline; /*this forces the underline not to stretch past the H2 text*/
						  						  				  						 
                        }
					

#products_list {   padding-top:350px;
		           font-size:17px;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
			       letter-spacing:1px;
			       color:#FFFFFF;
   				   text-align:center;


		       }

#services_list {   padding-top:360px;
                   padding-right:20px;
		           font-size:17px;
                   font-family: Verdana, Arial, Helvetica, sans-serif;
			       letter-spacing:1px;
			       color:#FFFFFF;
   				   text-align:center;
				   		
		       }
			   
			   			   
#products_list_sorry   {   float:left;  
                           margin-top: 400px;
				           margin-left: 100px;
				           padding:0;
				           width: 254px;
		                   font-size:17px;
                           font-family: Verdana, Arial, Helvetica, sans-serif;
			               letter-spacing:1px;
			               color:#FFFFFF;
   				           text-align:center;


		       }		
  
#dc_vs_big_box { 
               }
			   

#click_here_monthly_specials      {  padding-bottom:40px; 
                                     font-size:24px;
									 font-style:italic;
						     	     font-weight:bolder;
						     		 letter-spacing:2px;
			                         font-family:"Arial Black";
					              }
                         
				        
				   
.monthly_specials  {      font-size:36px;
                   }
				   	 

				   
#footer  { color:#FFFFFF;

         }




