body {
	background: #FFF;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	color: #8B4513;
	background: url("../img/background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
img{
	border: 0;
	margin: 0;
}
table{
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	color: #8B4513;;
}
h1 {
	margin: 0 0 0 10;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia;
	font-style: italic;
	color: #8B4513;
}
h2 {
	margin: 0 0 0 10;
	padding: 0;
	font-size: 12pt;
	font-family: Georgia;
	font-style: italic;
	color: #8B4513;
}
h3 {
	margin: 0 0 0 10;
	padding: 0;
	font-size: 10pt;
	font-family: Georgia;
	font-style: italic;
	color: #8B4513;
}
h4 {
	margin: 0 0 0 10;
	padding: 0;
	font-size: 8pt;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	color: #8B4513;
}
h5 {
	margin: 0 0 0 10;
	padding: 0;
	font-size: 6pt;
	font-family: Georgia;
	font-style: italic;
	color: #8B4513;
}
p {
	margin: 10 0;
	padding: 0 0 10 0;
}
p.none {
	margin: 0;
	padding: 0;
}
p.menu{
	margin: 10 0 0 100;
	font-size: 10pt;
}
a{
	font-family: Georgia;
	color: #8B4513;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
div.cont{
	width: 800px;
	height:870px;
	margin: 0;
	display:inline-block;
	border: none;
	text-align: left;
	vertical-align: top;
	background-color: none;
}
div.map{
	width: 350px;
	height:270px;
	margin: 0;
	display:inline-block;
	border: solid 1px #865045;
	text-align: left;
	vertical-align: top;
	background-color: none;
	float:right;
}
div.garantpic{
	width: 320px;
	height:250px;
	margin: 0;
	display:inline-block;
	border: solid 1px #865045;
	text-align: left;
	vertical-align: bottom;
	background-color: none;
	float:right;
}
div.menuitem{
	width: 105px;
	height: 50px;
	line-height: 50px;
	margin: 0 0 10 0;
	display:inline-block;
	border: none;
	text-align: center;
	vertical-align: middle;
	background-color: none;
	color: white;
}
div.menuitem:hover{
	border: solid 1px #865045;
	background-color: #DEB887;
	color: #8B4513;
}
div.cycle-slideshow{
	margin: 10 0 0 0;
	display:inline-block;
	border: solid 3px #8B4513;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	overflow: hidden;
	z-index: 1;
}
div.prod{
	width: 180px;
	height: 250px;
	margin: 10;
	display:inline-block;
	border: solid 1px #865045;
	text-align: center;
	vertical-align: top;
	background-color: #DEB887;
}
div.novosti{
	width: 880px;
	height:178px;
	margin: 0;
	display:inline-block;
	border: solid 1px #865045;
	text-align: center;
	vertical-align: top;
	background-color: #DEB887;
}
div.dver{
	width: 200px;
	height:260px;
	margin: 2;
	display:inline-block;
	border: solid 1px #865045;
	text-align: center;
	vertical-align: top;
	background-color: #DEB887;
}
/* Форма авторизации */
#login_form{
	width: 400px;
	height:160px;
	display:inline-block;
	border: solid 3px #865045;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 210px;
	margin: 0 auto;
	background-color: #DEB887;
	border-radius: 10px;
	display: none;
	opacity: 0;
	z-index: 3;
}
/* Пoдлoжкa */
#overlay{
	z-index:2; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
input.txt{
	border: 1px solid #cccccc;
	border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   background: #ffffff !important;
   outline: none;
   height: 25px;
   width: 300px;
   font-family: Georgia;
   font-size: 12pt;
   font-style: italic;
   color: darkgray;
   text-align: center;
}
input.iedit{
   height: 25px;
   width: 240px;
   font-family: Georgia;
   font-size: 12pt;
   font-style: italic;
   color: #8B4513;
}
input[type="text"]:focus {
  color: #8B4513;
  border: 1px solid #865045
}
textarea.txt1{
	border: 1px solid #cccccc;
	border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   background: #ffffff !important;
   outline: none;
   height: 420px;
   width: 480px;
   font-family: Georgia;
   font-size: 10pt;
   font-style: italic;
   color: darkgray;
}
textarea.txt1:focus {
  color: #8B4513;
  border: 1px solid #865045
}
/*Поворот при наведении*/
.rot {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 
.rot:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.pic{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(139, 69, 19, 0.5);
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.2);
}