 /*------------------------------------------------------------------ 
 [Table of contents] 
  
 1. Body 
     2. Header
        2.1. Navigation
     3. Content
         3.1. Left column
         3.2. Right column
             3.3.1. RSS
             3.3.2. Search
             3.3.3. Boxes
             3.3.4. Sideblog
             3.3.5. Advertisements
     4. Footer 
 -------------------------------------------------------------------*/  

 
 /*------------------------------------------------------------------ 
 [Color codes] 
  
 Background: #ffffff (white) 
 Content: 
 	Col1 (background):    #999 (mid gray)
	Col2 (background):    #CCC (light gray)
 Header (background):  #333 (dark gray) 
 	primaryNav:           #fff (white) 
 Footer (background):  #333 (dark gray) 
  
 a (standard):   #0040b6 (dark blue) 
 a (visited):    #5999de (light blue) 
 a (active): #cc0000 (pink) 
 -------------------------------------------------------------------*/  
 
 /*------------------------------------------------------------------ 
 [Typography] 
  
 Body copy:      1em normal Verdana, Helvetica, Arial, Geneva, sans-serif; 
 Headers:        2.7em/1.3em Helvetica, Arial, "Lucida Sans Unicode", Verdana, sans-serif; 
 Input, textarea:    1.1em Helvetica, Verdana, Geneva, Arial, sans-serif; 
 Sidebar heading:    1.5em Helvetica, Trebuchet MS, Arial, sans-serif; 
  
 Notes:  decreasing heading by 0.4em with every subsequent heading level 
 -------------------------------------------------------------------*/ 

h1{color:#3e5471; font:60px bold "Times New Roman", Times, serif; background:url(../images/lineRule.jpg) no-repeat 0 bottom; padding-bottom:10px; margin-bottom:10px;}

h2{color:#6d6a40; font:22px bold "Times New Roman", Times, serif; margin-bottom:15px;}

p {color:#614b32; font:14px normal "Times New Roman", Times, serif; margin-bottom:10px;}



/* --------------------------------------*/
/* ---------->>> 1. Body <<<-------------*/
/* --------------------------------------*/

body {background:url(../images/BG2.jpg) repeat center 0; font:1em "Verdana, Arial, Helvetica, sans-serif";}

.container{margin:0px auto; width:960px}


	/* --------------------------------------*/
	/* ---------->>> 2. Header <<<-----------*/
	/* --------------------------------------*/

	.header{height:230px; overflow:hidden;}
		.header img{float:left;}
		.header img.storeFront{float:right; margin-right:127px;}
		.header ul{float:right; background:url(../images/topNav.jpg) no-repeat 0 0; width:421px; height:66px; padding-left:10px; margin-right:100px;}
			.header ul li{float:left; margin:20px 10px; vertical-align:baseline;}
				.header ul li a{color:#d9d49b; font:22px normal "Times New Roman", Times, serif; text-decoration:none;}
					.header ul li a:hover{color:#fff;}
	

	/* --------------------------------------*/
	/* ---------->>> 3. Content <<<----------*/
	/* --------------------------------------*/

	.content{ overflow: hidden;}


		/* --------------------------------------------*/
		/* ---------->>> 3.1. Left Column <<<----------*/
		/* --------------------------------------------*/

		.col1{width:300px; height:500px; float:left; background:url(../images/sideNav.jpg) no-repeat 58px 0;}
			.col1 ul{ width:221px; height:484px; margin:15px 0 0 95px;}
				.col1 ul li a{font:18px normal "Times New Roman", Times, serif; color:#d1c4b3; text-decoration:none; line-height:36px; height:37px; display:block;}
					.col1 ul li a:hover{background:url(../images/navHover.jpg) no-repeat 0 30px; color:#fff; }
			
		/* --------------------------------------------*/
		/* ---------->>> 3.2. Right Column <<<----------*/
		/* --------------------------------------------*/	
			
		.col2{width:600px; float:right; padding:0 20px;}
		
			div.product{background:url(../images/lineRule.jpg) no-repeat 0 bottom; padding:20px 0; overflow:hidden;}
				div.product img{float:left; margin:-20px 20px 0 0;}
				div.product h4{margin-left:153px;}
				


	/* --------------------------------------*/
	/* ---------->>> 4. $ooter <<<-----------*/
	/* --------------------------------------*/
	.footer{height:100px; clear:both;}
		.footer p{margin:40px 0 0 340px; color:#482200; font-size:12px;}