/* extend html container to 100% and eliminate border & margin problems */
html { margin: 0px !important;
	   width: 100% !important;
	   height: 100% !important;
  	   padding: 0px !important;
  	   border: none !important; }

/* extend body container to 100% and eliminate border & margin problems */ 	   
body { margin: 0px !important;
	   width: 100% !important;
	   height: 100% !important;
  	   padding: 0px !important;
  	   border: none !important;
  	   background: #bd4720 url('http://www.labottegagourmet.com/images/marble64x64.gif') repeat-x;
  	   color: #000000;
  	   font-family: 'Times New Roman';
  	   font-size: 12pt; }

  	   
/* tag and classed tags styles */  	   
img { border: none;
	  z-index: 2;
	  margin: 0px; } 

table, tr, td { border: none; 
			    border-collapse: collapse; 
			    padding: 0px;
			    margin: 0px;
			    vertical-align: top; 
			    font-family: 'Times New Roman';
  	   			font-size: 12pt; }	  

div { border: none; 
	  padding: 0px;
	  margin: 0px; }  	   			
  	   			
h1 { font-family: arial;
	 font-size: 18pt;
	 color: #ff0000;
	 margin: 5px; }
				
h2 { font-family: arial;
	 font-size: 16pt;
	 color: #ff0000;
	 margin: 5px; }	 
	 	 
h3 { font-family: arial;
	 font-size: 14pt;
	 color: #ff0000;
	 margin: 5px; }	 

h4 { font-family: arial;
	 font-size: 12pt;
	 color: #ff0000;
	 margin: 5px; }	 

h5 { font-family: arial;
	 font-size: 10pt;
	 color: #ff0000;
	 margin: 5px; }	 
	 	 	 
ul { margin-top: 2px; }

blockquote { margin-left: 54px; 
			 margin-right: 54px; 
			 margin-top: 2px; 
			 margin-bottom: 2px;
			 text-align: left; }			
  	   				  
a:link { color: #000000; font-family: 'Times New Roman'; font-size: 12pt; }
a:active { color: #660000; font-family: 'Times New Roman'; font-size: 12pt; }
a:visited { color: #880000; font-family: 'Times New Roman'; font-size: 12pt; }
a:hover { color: #ff0000; font-family: 'Times New Roman'; font-size: 12pt; }	  

a.menu:link { position: relative; top: 2px; color: #F0DEAA; font-family: 'Lucinda Fax'; 
			  font-size: 18px; text-decoration: none; display: inline; }
			  
a.menu:active { position: relative; top: 2px; color: #F0DEAA; font-family: 'Lucinda Fax'; 
				font-size: 18px; text-decoration: none; display: inline; }
				
a.menu:visited { position: relative; top: 2px; color: #F0DEAA; font-family: 'Lucinda Fax'; 
				 font-size: 18px; text-decoration: none; display: inline; }
				 
a.menu:hover { position: relative; top: 2px; color: #000000; font-family: 'Lucinda Fax'; 
			   font-size: 18px; text-decoration: none; display: inline; }

a.imglink:link { color: #000000; border: none; }
a.imglink:active { color: #000000; border: none; }
a.imglink:visited { color: #000000; border: none; }
a.imglink:hover { color: #000000; border: none; }
			

/* id'ed tags styles */
div#layout_container { position: relative;
					   width: 880px;
					   min-height: 100%;
					   margin-left: auto;
					   margin-right: auto;
					   background: #fcf0cc;
					   text-align: center; }

div#header { position: relative;
			 height: 110px;
			 background: #ffffff url(http://www.nocoupon.com/lbgourmet/images/header-880x110.gif) no-repeat;
			 overflow: hidden; }

div#navmenu { position: relative;
			  height: 26px;
			  background: #bd4720
url('http://www.labottegagourmet.com/images/marble64x64.gif') repeat-x;
			  padding-left: 4px;
			  padding-right: 4px;
			  text-align: center;
			  vertical-align: middle;
			  overflow: hidden; }
			  
div#content { position: relative; }
			  
span.menubreak { position: relative; top: 2px; }
