@import "reset.css";
@import "text.css";
@import "superfish.css";

html, body{
	background-color: #EAE5CE;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
.wrapper{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}
#footer .wrapper span {
	color: #C2BA92;
}

#header{
	height: 90px;
	color: #000033;
	padding-top: 40px;
	background-repeat: repeat-x;
	background-image: url(../images/header2.gif);
	background-position: center top;
}
#header .wrapper{
	background-repeat: repeat-y;
	background-position: center top;
}
#logo{
	float: left;
	margin: 0;
}
#logo a{
	display: block;
	width: 290px;
	height: 60px;
	background: url(../images/logo.gif) top left no-repeat;
	text-indent: -9999px;
}
.slogan{
	color: #999966;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	font-style: italic;
}

#navmenu-container {
	height: 40px;
	background: url(../images/navmenu_bg.png) repeat-x left top;
	padding: 0;
	margin: 0;
	z-index: 999;
	float: right;
}
	
#nav-menu {
	width: 430px;
	padding-top: 20px;
	padding-left: 0px;
	z-index: 999;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 12px;
}


#content{
	padding: 10px 0;
}
.post-full, .post-thin{
	background: #fff url(../images/post.gif) top left repeat-x;
	border: 5px solid #D9D6B6;
	padding: 20px;
	margin-bottom: 20px;
}
.product-image{
	float: left;
	margin: 0 20px 0 0;
}
h2{
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	margin: 7px 0 0 0;
	line-height: 25px;
	font-weight: bold;
}
.subtitle{
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}
.post-full p,.post-thin p{
	line-height: 25px;
	color: #485203;
}
.post-full h4,.post-thin h4{
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}
.price{
	display: none;
}
.read-more{
	float: right;
}
.read-more a{
	display: block;
	background: url(../images/read-more.gif) top left no-repeat;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
}
.purchase{
	float: right;
	margin: 0 0 0 10px;
}
.purchase a{
	display: block;
	background: url(../images/purchase.gif) top left no-repeat;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
}
#left-col{
	float: left;
	width: 640px;
}
.right-go{
	float: right;
	width: 440px;
}
#sidebar{
	float: right;
	width: 300px;
	padding: 0 0 0 20px;
}
#sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 20px;
	background: #E5DFC0;
	border: 1px solid #B5B291;
	border-top: 1px solid #fff;
}
#sidebar ul li h3{
	font-weight: normal;
}
li#about{
	background: #68654A url(../images/about.gif) top left no-repeat !important;
	border: 1px solid #262016 !important;
	color: #fff;
}
li#about h3{
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}
em{
	color: #ffcc33;
}
#footer{
	background: url(../images/footer.gif) top left repeat-x;
	color: #D8D3BC;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20;
}
#footer .wrapper {
	padding-left: 20px;
	width: 940px;
}

#subscribe{
	background: url(../images/rss.gif) top left no-repeat;
	padding: 0 0 0 40px;
}
.post-block{
	width: 415px;
	padding: 20px;
	float: left;
}
.post-block img{
	float: left;
	border: #d8d3bc 5px solid;
	margin: 0 10px 10px 0;
}
.post-block h5{
	margin: 0;
	font-weight: normal;
}
.alignleft{
	float: left;
	border: #E0DCC9 5px solid;
	margin: 0 20px 10px 0;
}
#adress{
	background: #F5F3E7;
	border: 1px solid #B5B291;
	border-right: 0px solid;
	margin: 0 0 0 0;
	width: 174px;
	float: left;
	padding: 7px 7px 8px 7px;
	color: #68654A;
}
.subscribe_btn{
	background: url(../images/subscribe.gif);
	width: 69px;
	height: 33px;
	text-indent: -9999px;
	border: 0px solid;
	margin: 0;
	float: right;
}
.post-fullnon, .post-thinnon {
	background: #fff url(../images/post.gif) top left repeat-x;
	border: 5px solid #d9d6b6;
	padding: 0px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	border: #E0DCC9 5px solid;
	margin: 0 0 10px 20px;
}

.ProductList{
	list-style:none;
	margin:0px;
	padding:10px;
	float:left;
	width:740px;
	text-align:left;
}
.ProductList li{
	list-style:none;
	margin-right:8px;
	margin-left:8px;
	margin-bottom:21px;
	padding:5px;
	float:left;
	width:150px;
}

.ProductImage{
	width:150px;
	height:180px;
	margin:0 auto;
}

.ProductName a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.ProductName{
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F4F3EA;
	padding: 4px;
	color: #666666;
}

.ProductPrice{
	color:#990000;
	font-size:12px;
	float:left;
	font-weight:bold;
}

.ProductPrice strike{
    color:#a7a37e;
	margin-right:3px;
}

.Clear {
	clear: both;
	font-size: 9px;
	line-height: 5px;
}

.ProductList li {
	border: 1px solid #efecca;
	background:#FFF;
}

.ProductList li:hover, .ProductList li.Over {
	border: 1px solid #e6e2af;
	background:#F4F3EA;
}

.ProductList .ProductImage {
	background: #fff;
}
.subtitle a {
	font-size: 20px;
	color: #7B7751;
	font-family:  Helvetica, Trebuchet MS, Arial, sans-serif;
	line-height: 33px;
}
