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

html, body{
	background: #f9f9f9;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 50px;
	color: #F3F0E5;
	padding-top: 8px;
}
#header .wrapper{
	background-color:#f9f9f9;
}
#logo{
	float: left;
	background: url(images/logo.png) top left no-repeat;
	margin: 0;
}
#logo a{
	display: block;
	width: 200px;
	height: 61px;
	background: url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
}
.slogan{
	color: #D8D3BC;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
}
#navigation{
	background-color:#f9f9f9;
	float: right;
	margin-top: 20px;
}
#navigation li{
	float: right;
	list-style: none;
	text-transform: uppercase;
}
#navigation li a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#navigation li a:hover{
	color: #00a650;
}
#content{
	padding: 2px 0;
}
#essential a{
	text-decoration: none;
}
#essential a:hover{
	color: #00a650;
}
.post-full, .post-thin{
	background: #fdfdfd url(images/post.gif) top left repeat-x;
	border: 1px solid #ededed;
	padding: 20px;
	margin-bottom: 20px;
}
.product-image{
	float: left;
	margin: 0 20px 0 0;
}
.product-imagez{
	float: left;
	margin: 0 2px 0 0;
}
h2{
	font-family:  Verdana, Arial, sans-serif;
	margin: 7px 0 0 0;
	color: #00a650;
	line-height: 25px;
	font-weight: light;
}
.subtitle{
	font-size: 18px;
	color: #252525;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	line-height: 33px;
}
.post-full p,.post-thin p{
	line-height: 25px;
	color: #000000;
	font-family: Arial, sans-serif;
}
.post-full h4,.post-thin h4{
	margin: 30px 0 0 0;
	font-size: 20px;
	color: #0595d2;
	font-family:  Verdana, 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;
}
#deal {
	background-image: url(images/bg_05.jpg);
	color: #0066CC;
	text-align: left;
}
#deal a{
	text-decoration: none;
	color: #0066CC;
}
.dealhead {
	font-size: 14px;
	padding: 10px;
}
.dealalt {
	padding: 3px;
	background-color: #d3f4f3;
}
#left-col{
	float: right;
	width: 760px;
}
#sidebar{
	float: left;
	width: 180px;
	padding: 0 10px 0 0;
}
#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;
	color: #0076a3;
}
li#about{
	background: #ebebeb !important;
	border: 1px solid #dcdcdc !important;
	color: #000;
}
li#about a{
	text-decoration: none;
	color: #333333;
}
li#about a:hover{
	text-decoration: none;
	color: #0076a3;
}
li#about h3{
	text-align: center;
	font-size: 17px;
	font-weight: normal;
}
em{
	color: #BCD802;
}
#footer{
	background: url(images/footer.gif) repeat-x left top;
	font-size: 9px;
	padding: 20px 0;
	color: #CCCCCC;
}
#footer a{
	color: #78beee;
	text-decoration: none;
}
#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;
	margin: 0 20px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 20px;
}
#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;
}
