h1{}
h2{
 color: #894e28;
 font: normal 20px Arial; 
 text-transform: capitalize;
 margin: 10px 0px 0px 0px;
 padding: 0px;
}

b{
 color: #000000;
 font: 18px strong; 

 }


body{
 padding: 0px; 
 margin: 0px;
 background: #fcfef3;
}

#toplayer{
 padding: 0px 0px 0px 0px; 
 background: #fdebbd url(images/logo_background.gif) no-repeat; 
 border-bottom: 1px solid #dc9431;
 width: 100%; 
 height: 90px; 
}

#shop_sign{
 background: url(images/shop_sign.gif) no-repeat; 
 position: absolute; 
 width: 50px; 
 height: 50px; 
 left: 95%; 
 top:6px
}

#menu{
 height: 89px; 
 width: 100%; 
}

#site_logo{
 width: 300px;
 text-align: center;
}

#site_logo img{
 border: none;
}

#menu_links{
 background: url(images/menu_background.gif) repeat-x;
 height: 35px;
 vertical-align: top; 
 padding-top: 5px;
}

a.topmenu:link, a.topmenu:visited { 
 background: none; 
 font: normal 12px arial; 
 text-decoration: none; 
 color: black; 
 margin: 0px 10px 0px 10px; 
 padding-bottom: 8px; 
}

a.topmenu:active, a.topmenu:hover { 
 background: url(images/menu_pointer.gif) no-repeat bottom center; 
 text-decoration: none; 
 color: CC3300; 
 margin: 0px 10px 0px 10px; 
 font: normal 12px arial; 
 padding-bottom: 8px; 
}

#search_area {
 vertical-align: top;
 padding-top: 10px;
}

#search_area form p{
 margin: 0px;
 padding: 0px;
}

#main{
 padding: 0px 0px 40px 0px;
 height: 100%;
 width: 100%;
 background: #fffaf3;
}

div.goods_article{
 font: normal 12px arial;
 margin: 10px;
 float: left;
}

div.goods_article img{
 float: left;
}

div.goods_article a:link, div.goods_article a:visited{
 text-decoration: none;
 color: #894e28;
}

div.goods_article a:active, div.goods_article a:hover{
 text-decoration: underline;
 color: #CC3300;
}

#bottom_area{
 background: #fdebbd; border-top: 2px solid #dc9431;
 width: 100%; 
 height: 60px;
}

#site_copyright{
 text-align: right;
 font: normal 12px arial;
 color: #5f5f5f;
 margin: 13px;
 
}

#site_copyright img{
 float: left;
}

#site_copyright a:link, #site_copyright a:visited{
 text-decoration: underline;
 color: #894e28;
}

#site_copyright a:active, #site_copyright a:hover{
 text-decoration: none;
 color: #CC3300;
}

a {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	text-decoration: none;
	color: #682a03;

}

A:hover {
  color: #CC3300;

}

.ta, textarea {
	font-size : 14pt;
	font-family : Arial;
	color : black;
	background-color : transparent;
	border : 1pt solid Black;
	font-weight : normal;
}
.zag {
	font-size : 14pt;
	font-family : Arial;
	color : black;
	font-weight : bold;
	margin-bottom : 2px;
	margin-top : 2px;
}