	body 	 {
		 text-align: center;
		 font: 75% Verdana;
		 color:#000000;
		 }
		 
	p 	 {
		 font: Verdana;
		 color:#000000;
		 }
		
	h1 	 {
		 font-size: 23px;
		 font-weight: bold;
		 color:#000000;
		 margin: 0;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-weight:normal;
		 margin-top: 10px;
		 margin-bottom: 2px;
		 }
		 
	h2 	 {
		 font-size: 12px;
		 font-weight: bold;
		 color:#A5804C;
		 margin: 0;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 margin-top: 0px;
		 margin-bottom: 3px;
		 }
		 
	h3 	 {
		 font-size: 12px;
		 font-weight: bold;
		 color:#000000;
		 margin: 0;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 margin-top: 6px;
		 margin-bottom: 0px;
		 }
		
	a:link 	 {
		 color:#336699;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-weight:normal;
		 text-decoration:none;
		 }
		 
	a:hover	 {
		 color:#003366;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-weight: normal;
		 text-decoration:none;
		 }
		 
	a:visited {
		  color:#003366;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-weight: normal;
		  text-decoration:none;
		  }
		 
	a:link.menu 	 {
		 color:#304761;
		 font-size: 110%;
		 font-weight:bold;
		 }
		 
	a:hover.menu 	 
		 {
		 color: #336699;
		 font-size: 110%;
		 font-weight: bold;
		 }
		 
	a:visited.menu 	 
		 {
		 color: #336699;
		 font-size: 110%;
		 font-weight: bold;
		 }
		 
	a:link.contextmenu 	 
		{
		 color: #003366;
		 font-size: 100%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
	a:hover.contextmenu 	 
		 {
		 color: #336699;
		 font-size: 100%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
	a:visited.contextmenu 	 
		 {
		 color: #336699;
		 font-size: 100%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
	a:link.submenu 	 
		{
		 color: #6699FF;
		 font-size: 100%;
		 line-height: 22px
		 }
		 
	a:hover.submenu 	 
		 {
		 color: #003366;
		 font-size: 100%;
		 line-height: 22px
		 }
		 
	a:visited.submenu 	 
		 {
		 color: #003366;
		 font-size: 100%;
		 line-height: 22px
		 }
		 
	a:link.breadcrumb	 
		{
		 color: #6699FF;
		 font-size: 100%;
		 }
		 
	a:hover.breadcrumb	 
		 {
		 color: #003366;
		 font-size: 100%;
		 }
		 
	a:visited.breadcrumb	 
		 {
		 color: #003366;
		 font-size: 100%;
		 }
		 
	a:link.catText 	 
		{
		 color: #6699FF;
		 font-size: 92%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
	a:hover.catText 	 
		 {
		 color: #6699FF;
		 font-size: 92%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
	a:visited.catText 	 
		 {
		 color: #6699FF;
		 font-size: 92%;
		 font-weight: bold;
		 line-height: 26px
		 }
		 
/* Div stiles for layout */

/* inner square */
#inner {
	width: 800px;
	height: 600px;
	border: 1px solid #FFFFFF;		
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff url('../images/main-background.jpg') no-repeat top center;
	}
	
/* heater area */	
#header  {
         float: left;
	 height: 120px;
	 width: 800px;
	 margin-bottom: 2px
	 }
	
	/* 1st column of the header area*/
	#headerCol1    {
		 float: left;
		 margin-left: 18px;
		 margin-top: 26px;
		 height: 80px;
		 width: 160px;
		 }
	
	/* 2nd column of the header area*/
	#headerCol2   {
		 float: left;
	         margin-top: 26px;
	         height: 80px;
	         width: 500px;
	         }
	         
	/* 2nd row of the header area with the menu in it */
	#topnav  {
		 float: bottom;
		 margin-top: 106px;
		 width: 523px;
		 margin-left: 125px;
		 background-color: #ffffff;
		 background-image: url('../images/navbg.jpg');
		 background-position: center;
		 background-repeat: no-repeat;
		 text-align: center;
	         }
		
		 
/* body area */	
#content {
	 height: 480px;
	 width: 800px;
	 /*border: 1px solid #000000;*/
	 }
	 
	/* menu column of the body area*/	 
	#menu    {
		 float: left;
		 margin-top: 14px;
		 margin-left: 16px;
		 margin-bottom: 0px;
		 height: 466px;
		 width: 115px;
		 /*border: 1px solid #000000;*/
		 }
		 
		/* sub menu items*/	 
	#submenu {
		 margin-left: 6px;
		 margin-top: 0px;
		 }
		 
	/* content column of the body area*/	 
	#main    {
	         position: relative;
		 float: left;
		 margin-left: 16px;
		 margin-top: 14px;
		 height: 463px;
		 width: 490px;
		 /*border: 1px solid #000000*/
		 }
		 
		 /* avert in conternt area*/	 
		 #advert  {
		 	  float: left;
			  margin-left: 0px;
			  margin-top: 0px;
			  margin-bottom: 4px;
		 	  height: 100px;
		 	  width: 100%;
                          display: inline;
                          /*border: 1px solid #000000*/
		 	  }
		 	  
		 /* gallery in conternt area*/	  
		 #gallery {
                          /*float: left;*/
		 	  height: 80px;
		 	  width: 100%;     
		 	  font-size: 94%;  
		 	  /*border: 1px solid #000000;*/

		          }
		          
		          #galleryImage {
		                        float: left;
		                        margin-right: 4px;
		                        height: 80px;
		 	                width: 120px; 
                                        /*border: 1px solid #000000;*/
		                        }
		 	  
		 /* featured product in conternt area*/	 
		 #featuredProduct  {
                          /*float: left;*/
		 	  position: absolute;
     			  bottom: 0px;
			  margin-left: 0px;
			  margin-top: 0px;
		 	  height: 80px;
		 	  width: 100%;
		 	  /*border: 1px solid #000000;*/
		 	  }
		 	  
		 	  #featuredThumbnail {
		 	  		   float: left;
		 	  		   width: 80px;	
		 	  		   margin: 0 18px 18px 0;
                                           /*border: 1px solid #000000;*/
		 	  		   }
		 
		 
	/* right column of the body area*/	 
	#right   {
		 margin-left: 16px;
		 margin-top: 10px;
		 height: 466px;
		 width: 117px;
		 /*border: 1px solid #000000;*/
		 }
		 
/* footer area */
#footer {
	 height: 20px;
	 width: 800px;
	 text-align: right;
	 margin-top: 4px;
	 }

#firstPara {
           margin-top: 0px
           }
		
/* custom styles */
		
	.subtitle {
		   font-size: 12px;
		   font-weight: bold;
		   font-style: italic;
		   margin-top: 0px;
		   margin-left: 20px;
		   color:#A5804C;
		   font-family: Verdana, Arial, Helvetica, sans-serif;
		   }
		   
	.footer	   {
	           font-size: 80%;
		   color: #666666;
	 	   font-family: Verdana, Arial, Helvetica, sans-serif;
	 	   font-weight:normal;
		   }
		   
        .breadcrumbTitle {
	            font-size: 12px;
		    margin: 0;
		    margin-bottom: 0px;
		    padding-bottom:0; 
		    }
		    
	.price	   {
	           font-size: 100%;
		   color: #000000;
	 	   font-family: Verdana, Arial, Helvetica, sans-serif;
	 	   font-weight:bold;
		   }	    



	
	
