body {
	background-color: #bea475;
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 14px;
	color: #2e1103;
}

center {
}

table {
	font-family: Arial;
	font-size: 14px;
}

a {
	color:#2e1103;
	text-decoration: underline;
}

a:hover {
	color:#2e1103;
	text-decoration: none;
}

a.name {
	color:#451b07;
	font-family:Monotype Corsiva;
	font-size:20px;
} 

a.menu {
	font-size: 15px;
	font-family: arial;
	color: #FFFFFF;
}

a:hover.menu {
	text-decoration: none;
}

ul.sf-menu li a {
	text-decoration: none !important;
}

ul.sf-menu li a:hover {
	text-decoration: none !important;
}

ul.sf-menu li a:visited {
	text-decoration: none !important;
}

form {
	margin:0;
}

.top {
	width: 100%;
	height: 224px;
	background-image: url(/ru/images/public/top_bckg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.content_bckg {
	width: 100%;
	min-height: 341px;
	background-image: url(/ru/images/public/content_bckg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.bottom {
	width: 100%;
	min-height: 809px;
	background-image: url(/ru/images/public/bottom_bckg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.content_b {
	background-image: url(/ru/images/public/content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.content {
	width:720px;
	padding:55px 0 155px 0;
	text-align:left;
}

div.panel {
	font-size: 13px;
	font-family: arial;
	color:#2e1103;
}

input {
	border: 1px solid #2E1103;
	color:#2E1103;
	font-family: Arial;
	font-size: 13px;
	width:200px;
	padding: 1px;
}


input[type="submit"] {
	border: 1px solid #2E1103;
	color:#2E1103;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	width:200px;
	background-color:#fcf0d9;
	padding: 1px;
}

textarea {
	border: 1px solid #2E1103;
	color:#2E1103;
	font-family: Arial;
	font-size: 13px;
}

p {
	text-indent: 30px;
	line-height:26px;
	text-align:left;
}

p.justi {
	text-indent: 30px;
	line-height:26px;
	text-align:justify;
}

h1 {
	margin: 0 0 15px 30px;
	font-size: 27px;
	color:#451b07;
	font-family:Monotype Corsiva;
	font-weight:normal;
}

h2 {
	margin: 10px 0 15px 30px;
	font-size: 22px;
	color:#552b17;
	font-family:Monotype Corsiva;
	font-weight:normal;
}

h3 {
	margin: 0 0 15px 0px;
	font-size: 20px;
	color:#552b17;
	font-family:Monotype Corsiva;
	font-weight:normal;
}

h4 {
	margin: 0 0 15px 0px;
	font-size: 17px;
	color:#451b07;
	font-family:Monotype Corsiva;
	font-weight:bold;
}

ul {
	margin-left:30px;
	padding-left:0px;
}

a.iamhere {
	color:#f2b571 !important;
	font-weight:normal;
}

div.level1 {
	padding: 15px 0px 10px 10px;
	margin:20px 0px 0px 0px;
	background-image: url(/ru/images/public/h1.jpg);
	background-repeat:no-repeat;
	bakground-position: left top;
}

div.level1 a {
	padding:0 0 0 40px;
	font-size: 20px;
	color:#552b17;
	font-family:Arial;
	font-weight:normal;
}

div.level2 {
	line-height:24px;
	padding: 0px 0px 0px 50px;
	margin:0px;
text-align:left;
}

div.level2 a  {
	font-size: 17px;
	color:#552b17;
	font-family:arial;
	font-weight:normal;
	text-decoration: none;
}

div.level2 a:hover {
	text-decoration: underline;
}

div.level2_img  {
	padding-right:5px;
}


div.link_tovar {
	float:left;
	width:340px;	
	padding: 10px 10px 10px 10px;
	background-color:#fff3d9;
	margin: 10px 0px 10px 10px;
}

div.link_tovar a.tovar {
	padding: 0px;
	line-height:24px;
	font-family: Arial;
	font-size: 14px;
	color:#2e1103;
	text-decoration: none;
}

div.link_tovar a.tovar:hover {
	text-decoration: underline;
}

.stepcarousel{
position: relative; /*leave this value alone*/
/* border: 20px solid navy;*/
overflow: scroll; /*leave this value alone*/
width: 270px;
height: 415px; /*Height should enough to fit largest content's height*/
z-index: 0;
}

.stepcarousel2{
position: relative; /*leave this value alone*/
/* border: 20px solid navy;*/
overflow: scroll; /*leave this value alone*/
width: 370px;
height: 95px; /*Height should enough to fit largest content's height*/
}

.stepcarousel3{
position: relative; /*leave this value alone*/
/* border: 20px solid navy;*/
overflow: scroll; /*leave this value alone*/
width: 630px;
height: 162px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt, .stepcarousel2 .belt2, .stepcarousel3 .belt3{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
z-index: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
z-index: 0;
}

.stepcarousel2 .panel2{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
/* width: 110px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel3 .panel3{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
/* width: 110px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
