@charset "utf-8";
/* CSS Document */
		a{
		  color:#083554;
		}
		img{
		 border: 0px solid #fff;
		}
		body
		{
			margin: 0;
			padding: 0;
			font-family: "Baskerville Old Face",georgia, times, "times new roman", serif;
			color: #56554c;
			background-color: #eceac9;
			background-image:  url(../img/bg-site.jpg);
			background-repeat:repeat-x;
			padding-bottom: 40px;
		}
		
		#container
		{
			margin: 1em 9%;
			background-color: #FFF;
			border: 1px solid #cb9565;
		}
		
		#banner
		{
			background-color: #000;
			background-image:  url(../img/header-bg.gif);
			background-repeat:repeat-x;
			background-position:top;
			height:311px;
			border-bottom: 2px solid #4d6821;
		}
		
		#headerlogo{
		  position:absolute;
		  z-index:400;
		  top:20px; 
		  left:380px;
		  height:308px;
		  width:533px;
		  background-image:  url(../img/header-name-bg.gif);
		  z-index:5;
		  margin-right:10%
		  
		}
		
		#logo{
		 position: absolute;
		 z-index: 6;
		 background-image:  url(../img/logo.gif);
		 width:346px;
		 height:331px;
		 margin-left:20px;
		 
		}
		
		#banner td{
		 margin:0px;
		 padding:0px;
		}
		
		#banner h1
		{
			margin: 0;
			padding: 0;
		}
		
		#content
		{
			padding-top: 1em;
			margin: 0;
			background-image: url(../img/bg-content.jpg);
			background-repeat:no-repeat;
			background-position:top right;
			background-color:#fff;
			padding-left:1px;
			margin-bottom: 130px;
		}
        
		 .content_a
        {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            width: 150px;
            font-size: 14px;
            vertical-align: top;
            font-size: 78%;
        }
         
		/*
		#content table{
		  margin-left:1px;
		}*/
		
		#content h2 { margin-top: 0; }
		
		#catalog td{
		  background-image: url(../img/bg-catalog.jpg);
		  width: 263px;
		  height: 177px;
			background-repeat:no-repeat;
			color: #e9e6c2;
			margin-right:5px;
		}
		#catalog{
		 padding-bottom: 20px;
		}
		#catalog a{
		  color:#fff;
		  font-weight:bold;
		} 
		
		#catalog img{
		  margin: 14px;
		  float:left;clear:left;
		  border: 2px solid #fff;
		}
		
		#footer
		{
			clear: both;
			margin-top: -82px;
    		position: relative;
   			 height: 82px;
   			 background: transparent url('../img/grass_pattern.png') repeat-x left bottom !important;
   			 background: none;
		}
		
		#footer2{
			clear: both;
			background-color: #666;
			color:#fff;
			text-align: right;
			/*height:29px;*/
			background-image:  url(../img/bg-footer.jpg);
			background-repeat:repeat;
			padding-right:20px;
			line-height:25px;
		}
		
		#shop-address{
		  display:none;
		}
		
		#footer2 a{
		 color:#fff;
		  text-decoration:none;
		}
		
		#footer2 a:hover{
		text-decoration:underline;
		color: #CCCCCC;
		}


 /*TEXT*/
 .smalltxt{
   width: 140px;
   font-size:smaller;
 }
 .van{
  text-decoration:line-through;
  color:#FF0000;
  font-size:10px;
 }
 .big{
  color:#eae6c1;
  font-size:large;
  font-weight:bold;
 }
 .buy-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
 .buy-it {width:65px; background:url(../img/contact/send.png) no-repeat;}
