html,
body { height: 100%; }
body {
	margin: 0;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg-main.png);
	min-width: 934px;
	color: #4f1d07;
}
img { border-style: none; }
a {
	color: #a13a0b;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
label,
input,
textarea,
select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #561d05;
}
select { color: #000; }
form,
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input[type=text]:focus{outline: none;}
#container { min-height: 100%; }
* html #container { height: 100%; }
.page-holder {
	width: 900px;
	margin: 0 auto;
	padding: 0 17px;
}
.page-holder:after {
	content: "";
	clear: both;
	display: block;
}
#header {
	width: 100%;
	overflow: hidden;
	background: url(../images/bg-header.jpg) repeat-x;
	height: 163px;
	padding: 20px 0 0;
	border-bottom: 1px solid #fadbba;
}
.logo {
	float: left;
	width: 196px;
	height: 132px;
	overflow: hidden;
	margin: 0 0 0 -17px;
	display: inline;
}
.logo a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/bg-logo.png) no-repeat;
}
.slogan {
	float: right;
	width: 522px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg-slogan.png) no-repeat;
	margin: 110px 0 0 0;
}
#main-nav {
	background: #88350f url(../images/bg-main-nav.gif) repeat-x;
	padding: 6px 0 0;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#main-nav ul li {
	float: left;
	margin: 0 -2px 0 0;
}
#main-nav ul a {
	display: block;
	height: 42px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#main-nav ul li.home a {
	width: 99px;
	background-image: url(../images/bg-main-nav-home.png);
}
#main-nav ul li.reviews a {
	width: 99px;
	background-image: url(../images/bg-main-nav-reviews.png);
}
#main-nav ul li.recommendations a {
	width: 165px;
	background-image: url(../images/bg-main-nav-recommendations.png);
}
#main-nav ul li.groups a {
	width: 163px;
	background-image: url(../images/bg-main-nav-groups.png);
}
#main-nav ul li.subscription a {
	width: 144px;
	background-image: url(../images/bg-main-nav-subscription.png);
}
#main-nav ul li.presentation a {
	width: 138px;
	background-image: url(../images/bg-main-nav-presentation.png);
}
#main-nav ul li.contact a {
	width: 103px;
	background-image: url(../images/bg-main-nav-contact.png);
}
#main-nav ul li.active a,
#main-nav ul li a:hover { background-position: 0 100%; }
#promo {
	background: #ecded4 url(../images/bg-promo.png) repeat-x;
	color: #792f0d;
	padding: 14px 0 12px;
	font-size: 13px;
	line-height: 16px;
}
.promo-holder { width: 100%; }
.promo-holder:after {
	content: "";
	clear: both;
	display: block;
}
.search-form {
	width: 216px;
	float: right;
	margin: 0 -5px 0 0;
}
.search-form .top,
.search-form .bot {
	display: block;
	height: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.search-form .top { background-image: url(../images/bg-search-form-top.png); }
.search-form .bot { background-image: url(../images/bg-search-form-bot.png); }
.search-form .inner {
	background: url(../images/bg-search-form.png) repeat-y;
	min-height: 100px;
	padding: 0 10px 0 26px;
}
* html .search-form .inner { height: 100px; }
ul.form {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.form li {
	width: 100%;
	overflow: hidden;
	padding: 8px 0 0;
}
ul.form li input,
ul.form li select { float: left; }
ul.form li input.text-field {
	margin: 0;
	padding: 3px;
	width: 158px;
}
ul.form select { width: 168px; }
ul.form .btn {
	float: right;
	margin: 6px 12px 0 0;
}
.promo-holder .text {
	height: 1%;
	overflow: hidden;
	padding: 12px 20px 0 0;
}
.promo-holder h2 {
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 6px;
}
.promo-holder p { margin: 0; }
#content { padding: 0 0 150px; }
#content .page-holder { padding-top: 30px; }
.seo-block {
	width: 686px;
	float: right;
}
.primary-block {
	width: 464px;
	float: left;
	overflow: hidden;
}
.articles-wrapp { margin: -30px 0 0; }
.articles-holder {
	background: url(../images/bg-article.png) no-repeat;
	padding: 30px 0 0;
	width: 100%;
}
.articles-holder .headline {
	background: url(../images/bg-article-border.gif) repeat-x 0 100%;
	padding: 0 0 13px;
	margin: 0 0 14px;
}
.articles-holder .headline h2 {
	margin: 0;
	height: 18px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.articles-holder .headline h2.book-month { background-image: url(../images/bg-headline-book-month.png); }
.articles-holder .headline h2.contact { background-image: url(../images/bg-headline-contact.png); }
.articles-holder .headline h2.presentation {
	background-image: url(../images/bg-headline-presentation.png);
}
.articles-holder .headline h2.subscription { background-image: url(../images/bg-headline-subscription.png); }
.articles-holder .headline h2.book-review { background-image: url(../images/bg-headline-book-review.png); }
.articles-holder .headline h2.groups {
	background-image: url(../images/bg-headline-groups.png);
}
.articles-holder .headline h2.review {
	background-image: url(../images/bg-headline-review.png);
}
.articles-holder .headline h2.reco {
	background-image: url(../images/bg-headline-reco.png);
}
.articles-holder .headline h2.world {
	background-image: url(../images/bg-headline-world.png);
}
.articles-holder .headline h2.login {
	background-image: url(../images/bg-headline-login.png);
}
.article {
	width: 100%;
	overflow: hidden;
	padding: 0 0 25px;
}
.article h3 {
	font-size: 22px;
	color: #572109;
	margin: 0;
	font-weight: normal;
	line-height: 23px;
}
.article h4 {
	font-size: 15px;
	color: #af572e;
	font-weight: bold;
	line-height: 23px;
	margin: 0px;
}
.article .author {
	display: block;
	color: #a13a0b;
	font-size: 13px;
	font-weight: normal;
}
.article .author a {
	color: #a13a0b;
	text-decoration: none;
}
.article .author a:hover { text-decoration: underline; }
.article p { margin: 10px 0 0; }
.article .image {
	float: right;
	border: 2px solid #f6eadd;
	margin: 3px 0 0 10px;
}
.article .image img { display: block; }
.article .abonnement {
	padding: 8px;
	border: 1px solid #dca398;
	margin-bottom: 25px;
}
.secondary-block {
	width: 196px;
	float: right;
}
.sidebar {
	width: 180px;
	float: left;
}
.widget {
	background: url(../images/bg-widget.png);
	margin: 0 0 26px;
	width: 100%;
}
.widget .headline {
	position: relative;
	height: 37px;
	width: 195px;
	margin: 0 -5px 0 -10px;
}
.widget .headline div {
	height: 31px;
	width: 165px;
	background: url(../images/bg-widget-headline.png) no-repeat;
	padding: 6px 15px 0;
}
.widget .headline strong {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.widget .headline strong.regions {
	width: 126px;
	height: 17px;
	background-image: url(../images/bg-widget-head-regions.gif);
	margin: 0 0 0 10px;
}
.widget .headline strong.coups {
	width: 148px;
	height: 26px;
	background-image: url(../images/bg-widget-head-coups.gif);
	margin: -10px 0 0;
	float: left;
	position: relative;
}
.widget .headline strong.nicola {
	width: 118px;
	height: 15px;
	background-image: url(../images/bg-widget-head-nicola.gif);
}
.widget .body {
	position: relative;
	height: 1%;
	overflow: hidden;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 16px;
}
.widget .links {
	margin: -10px 0 0;
	padding: 10px 0 17px;
	list-style: none;
	font-size: 13px;
	background: url(../images/bg-widget-link.gif) repeat-x;
}
.widget .links li { padding: 2px 0 4px; }
.widget .links a {
	color: #b21511;
	text-decoration: none;
}
.widget .links a:hover { text-decoration: underline; }
.widget .coups {
	color: #b21511;
	margin: 0 -6px 0 14px;
}
.widget .coups a {
	color: #b21511;
	text-decoration: none;
}
.widget .coups a:hover { text-decoration: underline; }
.widget .coups dd { margin: 0 0 18px; }
.widget .coups dt {
	font-weight: bold;
	font-size: 13px;
	background: url(../images/bg-coups.png) no-repeat;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	width: 100%;
}
.widget .text {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 10px;
}
.widget .text p { margin: 0 0 10px; }
.widget .text .image {
	float: right;
	border: 1px solid #f8ece0;
}
.widget .text .image img { display: block; }
.secondary-block .widget .headline {
	height: 41px;
	width: 216px;
	margin: 0 -11px 0 -9px;
}
.secondary-block .widget .headline div {
	height: 35px;
	background: url(../images/bg-widget-headline-second.png) no-repeat;
	width: 186px;
	padding: 6px 15px 0;
}
.secondary-block .widget .body { padding: 0 12px; }
.login-form {
	width: 212px;
	height: 134px;
	background: url(../images/bg-login.png) no-repeat;
	margin: 0 -16px 0 0;
}
.login-form .inner {
	position: relative;
	padding: 5px 15px;
	height: 1%;
}
.secondary-block #inner_search {
	border-color: #c5aa97;
	border-style: solid;
	border-width: 1px;
	background-color: #f2e6de;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	min-height: 100px;
	margin-bottom: 25px;
}
.login-form ul.form li { padding-bottom: 4px; }
#content .shadow {
	height: 8px;
	display: block;
	background: url(../images/bg-content-shadow.png) repeat-x;
	overflow: hidden;
}
#footer {
	height: 70px;
	border-top: 1px solid #9d3d17;
	background: url(../images/bg-footer.gif) repeat-x;
	margin: -122px 0 0;
	font-size: 13px;
	color: #e5d2c0;
	text-align: right;
	padding: 34px 0 17px;
}
#footer a {
	color: #e5d2c0;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer ul {
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 12px;
	overflow: hidden;
}
#footer ul li {
	float: left;
	background: url(../images/bg-footer-nav-separate.gif) no-repeat 0 9px;
	margin: 0 0 0 -4px;
	padding: 0 8px 0 7px;
}
.page {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.page li {
	display: inline;
	border: 2px solid #DFDFDF;
	margin-right: 5px;
	background-color: #eedfd3;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.page a {
	font-size: 11px;
	color: #b21511;
	text-decoration: underline;
}
hr {
	background-image: url(../images/bg-article.png);
	height: 16px;
	width: 464px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
