html, body{
	height: 100%;
	width: 100%;
	margin: 0px; padding: 0px;
}

body{
	text-align: center;
	background: #745337;
	font-size: 14px;
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", times, serif;
	color: #7B624C;
}

.hide{
	display: none;
}

div.cleaner{
	clear: both;
	visibility: hidden;
	height: 1px;
}

a {
	color: #914040;
}
a:hover{
	color: #CA2F3F;
	text-decoration: none;
}

/* ----------------------------------------- page envelop ---------------------------------------- */

#envelop{
	width: 900px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: 100%;
	background: #ECE7D0;
}

body>#envelop {
	height: auto; /* footer bottom */
}

/* ----------------------------------------- header ---------------------------------------- */

#header{
	margin: 0px auto;
}

#banner_home{
	height: 191px;
	background: #E2DBB8 url('../img/layout/banner.jpg') no-repeat;
	border: 0px;
}

#banner{
	height: 191px;
	background: #E2DBB8 url('../img/layout/banner2.jpg') no-repeat;
	border: 0px;
}
#banner_bottom {
	width: 900px;
	height: 25px;
	background: url('../img/layout/left.jpg') no-repeat 310px 0px;
}
/* ----------------------------------------- generic navigation ---------------------------------------- */

#first{
	border: 0px solid black;
	width: 900px;
	margin: 0px auto;
}

#first p{
	color: #EEE7CD;
	text-align: center;
	height: 28px;
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	background: url('../img/layout/menu.jpg') repeat-x;
	float: left;
	margin: 0px;
	width: 788px;
}

#first p a{
	margin: 0px 10px;
	text-transform: uppercase;
}

a.menu {
	text-decoration: none;
	color: #8A8062;
}

a.menu_selected {
	text-decoration: none;
	color: #914040;
}

a.menu:hover, a.menu_selected:hover {
	text-decoration: underline;
}

#start, #end{
	background: red;
	height: 48px; width: 54px;
	float: left;
}

#start{ background: url('../img/layout/start.jpg') no-repeat; }
#end{ background: url('../img/layout/end.jpg') no-repeat; } 

/* ----------------------------------------- first menu ---------------------------------------- */

.menu{
	width: 100%!important;
}

#first{
	height: 48px;
	background: #ECE7D0 url('../img/layout/firstmenu.gif') repeat-x;
}

/* ----------------------------------------- second menu ---------------------------------------- */

#second{
	height: 34px;
	background: rgb(116,83,55) url('../img/layout/secondmenu.jpg') no-repeat;
}

#second p{
	text-align: center;
	margin: 0px; padding: 0px;
	line-height: 30px;
	color: #B09075;
	text-transform: uppercase;
	font-size: 13px;
}

#second p a{
	margin: 0 5px;
}
a.m2, a.m2:visited, a.m2:hover {
	color: #BD9982; /* #B09075 */
	font-weight: bold;
	text-decoration: none;
}

a.m2_selected, a.m2_selected:visited, a.m2_selected:hover {
	color: #DF4D6A;
	font-weight: bold;
	text-decoration: none;
}
a.m2:hover, a.m2_selected:hover {
	text-decoration: underline;
}

/* ----------------------------------------- page content ---------------------------------------- */

#content{
	background: #ECE7D0;
	padding-bottom: 70px;
	_padding-bottom: 50px;
	margin-bottom: 0px;
}

/* ----------------------------------------- page column ---------------------------------------- */

#left-env, #center-env, #right-env{
	float: left;
	text-align: justify;
	line-height: 130%;
}
#left-env{ width: 315px; }
#left{ padding: 10px 0px; }

#center-env{ width: 280px; }

#right-env{ width: 300px; }
#right{ padding: 10px 20px; }

#right-home-padding { padding: 24px 0px 0px 0px; }
#left-home-padding { padding: 14px 0px 0px 0px; }
#center-top-padding { padding: 14px 0px 0px 0px; }

/* ----------------------------------------- left column ---------------------------------------- */

#windows{
	width: 100%;
	text-align: center;
	padding: 0px 0px;
}

table.windows {
	padding: 0px;
	margin: 0px;
}

table.windows td {
	width: 151px;
	height: 210px; /* 180px + 30px */
	font-size: 0px;
	vertical-align: bottom;
	text-align: center;
	background: url('../img/layout/window.png') no-repeat;
	background-position: bottom center;
}
table.windows td img {
	border: 0px; padding: 0px;
	margin: 16px 21px 36px 23px;
}

#left h2 {
	color: #903F3F;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

#products-box{
	padding: 5px;
	padding-left: 20px;
}

/* ----------------------------------------- maintext column ---------------------------------------- */

#maintext-env{
	width: 595px;
	float: left;
	text-align: justify;
}

#maintext{
	padding: 10px 20px;
	background: url('img/left.jpg') no-repeat 310px 0px;
}

#maintext p, #maintext p a, #maintext div, #maintext div a{
	color: #7B624C;
}


/* ----------------------------------------- center column ---------------------------------------- */

#center h3.intro_title{
	color: #664930;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}

#center-text{
	padding: 5px;
}

#center-text p, #center-text p a, #center-text strong, #center-text div, #center-text div a{
	color: #7B624C;
}

#drinks{
	height: 155px;
	width: 271px;
	background: url('../img/layout/drinks.jpg') no-repeat -5px 0px;
}

/* ----------------------------------------- right column ---------------------------------------- */

#right h5, #main h3, #left h3{
	color: #907157;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	margin-bottom: 10px;
}

#right h3{
	margin: 2px 0px; padding: 0px;
	color: #914040;
	font-size: 16px;
}

#right h3 a{
	color: #914040;
	text-decoration: underline;
}

#right h3 a:hover{
	text-decoration: none;
}

#right p, #right div{
	color: #7B624C;
	margin: 0px;
}

#right div.panel_more a{
	text-decoration: none;
	color: #7B624C;
}

#right div.panel_more a:hover{
	text-decoration: underline;
	font-weight: bold;
}

#right div.panel_more{
	text-align: right;
}

#right p#archive{
	text-align: right;
	margin-top: 20px;
}

p#archive a{
	color: #8A8062;
	text-decoration: underline;
}

p#archive a:hover{
	text-decoration: none;
}

/* ----------------------------------------- footer ---------------------------------------- */

#footer{
	background: #745337 url('../img/layout/content.gif') repeat-x top;
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 50px;
	padding-top: 20px;
}

#footer p{
	margin: 0px; padding: 0px;
	color: #B09075;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p a{
	color: #B09075;
	text-decoration: none;
}

#footer p a:hover{
	color: white;
	text-decoration: underline;
}

.icon{
	margin: 0 5px;
}

/* ----------------------------------------- products ---------------------------------------- */

div.img_product {
	text-align: center;
	margin-bottom: 10px;
}
img.product { 
	width: 250px;
	border: 0px;
}

div.product_letter {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
h1.product_article_title {
	text-align: center;
	font-size: 17px;
	color: #914040;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3.product_category_title {
	font-size: 15px;
	color: #7B624C;
	font-weight: bold;
	text-transform: none;
	margin: 0px 0px 10px 0px;
}

ul.products li {
	list-style-type: square;
	font-size: 15px;
	margin-bottom: 7px;
}

div.product_article_text {
	font-size: 14px;
}

a.product {
}

a.product_selected, a.product_selected:visited, a.product_selected:hover {
	color: #DD0456;
	text-decoration: none;
}

img.product_photo {
	height: 89px; /* width: ?px; */
	border: 1px solid #8A8062;
	margin: 0px;
	vertical-align: bottom;
	text-align: right;
}

/* search */
#box_search {
	text-align: right;
	height: 30px;
}
table.search {
}
table.search td.search_input {
}
table.search td.search_submit {
}
input.search_input {
	border: 1px solid #D0C6AD;
	margin: 0px;
	width: 107px;
	height: 16px;
	background-color: #F2EFE1;
	color: #AE9279;
	font-size: 12px;
	padding: 4px 0px 0px 8px;
}
input.search_submit {
	width: 20px;
	border: 0px;
	background-color: transparent;
	color: #8A8062;
	font-size: 14px;
	cursor: hand; cursor: pointer;
}
/* end of: search */

