/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.png{ filter:expression(png(this));}

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html {
	font:.85em/1.4 Arial, Verdana, Helvetica, sans-serif;
	background:#f4edd6 url(../img/bg_head.jpg) repeat-x center 0;
}
body {
	padding:0;
}

a {
	color:#754200;
}
a:visited {  }
a:hover {
	color:#a46a33;
}
a:active {  }

/* Demo Template
------------------------------ */

#site {
	width:980px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	min-width:1000px;
	text-align:left;
	position:relative;
}
#content-m {
	margin-top:0px;
	width:100%;
	min-width:1000px;
}
#col-left { 
	float:right;
	overflow:hidden;
	width:24%;
	min-width:100px;
	min-height:300px;
	margin:50px 0px 20px 0;
	padding:20px;		 
}
#content {
	overflow:hidden;
	width:64%;
	float:left;
	margin:50px 0px 20px 0;
}

#footer {
	clear:both;
	position:relative;
	padding:2em;
	margin:2em 0em;
	height:4em;
	overflow:hidden;
	color:#419639;
	font-size:12px;
	background-color:#e9dbb3;
}
#footer a {
	color:#419639;
}
#footer p {
	float:left;
	display:block;
	width:200px;
}

/* Horizontal Menu
------------------------------ */
.menu {
	list-style:none;
	background-color:#acca97;
}

ul.menu-h ul {
	position:absolute;
	top:40px;
	left:400px;
}
ul.menu-h li {
	float:left;
	list-style:none;
	padding:0 1.5em;
	border-right:1px solid #cdae80;
}


.menu-h-t {
	overflow:hidden;
}
.menu-h-t li {
	display:inline;
	list-style:none;
	padding:0 .8em;
}

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d {
	min-height:24px;
	border-left:1px solid #ccc;
}
.menu-h-d li {
	float:left;
	display:block;
	position:relative;
	border:1px solid #ccc;
	border-width:1px 1px 1px 0px;
	list-style:none;
}
.menu-h-d a {
	text-decoration:none;
	padding:2px 10px;
	display:block;
}

.menu-h-d ul {
	display:none;
	position:absolute;
	top:22px;
	left:-1px;
	width:160px;
	background:#fff;
	border:0;
	border-bottom:1px solid #ccc;
}

.menu-h-d ul ul {
	left:100%;
	top:-1px;
}

.menu-h-d li li {
	float:none;
	border-width:1px 1px 0px 1px;
}

.menu-h-d li:hover {
	background:#ccc;
}

.menu-h-d a:hover {
	color:#fff;
}

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul {
	display:block;
}

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul {
	bottom:22px;
}
.menu-h-d.d-up ul ul {
	bottom:-1px;
}

/* Vertical Menu
------------------------------ */

.menu-v {
	border-top:1px solid #f4edd6;
}
.menu-v li {
	list-style:none;
	line-height:3em;
	border-bottom:1px solid #f4edd6;
}
.menu-v a {
	text-decoration:none;
	display:block;
	text-decoration:none;
}
.menu-v a:hover {
	text-decoration:none;
}

li.color_menu_1 {
	display:block;
	background:#e1d4b6 url(../img/bg_menu_top.gif) no-repeat left top;
}
li.color_menu_1 a:hover {
	display:block;
	background:#a0ca9c url(../img/bg_menu_top_active.gif) no-repeat left top;
}
li.color_menu_2 {
	display:block;
	background-color:#cadd9a;
}
li.color_menu_2 a:hover {
	display:block;
	background-color:#ceb995;
}
li.color_menu_3 {
	display:block;
	background-color:#c0d98a;
}
li.color_menu_3 a:hover {
	display:block;
	color:#470b00;
	background-color:#cadd9a;
}
li.color_menu_4 {
	display:block;
	background-color:#dae3c7;
}
li.color_menu_4 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_5 {
	display:block;
	color:#fff;
	background-color:#c0d98a;
}
li.color_menu_5 a:hover {
	display:block;
	background-color:#e1d4b6;
}
li.color_menu_6 {
	display:block;
	background-color:#ceb995;
}
li.color_menu_6 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_7 {
	display:block;
	background:#a0ca9c url(../img/bg_menu_bottom.gif) no-repeat left bottom;
}
li.color_menu_7 a:hover {
	display:block;
	color:#fff;
	background:#cadd9a url(../img/bg_menu_bottom_active.gif) no-repeat left bottom;
}

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d li {
	padding:0px 0;
	display:block;
	position:relative;
}
.menu-v-d li a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:15px;
	border-bottom:1px solid #f4edd6;
}

.menu-v-d li:hover {
	background-color:#ccc;
}
.menu-v-d a:hover {
	color:#f4edd6;
}

.menu-v-d li ul {
	display:none;
	position:absolute;
	border-top:1px solid #ccc;
	left: 100%;
	width:100%;
	background:#fff;
}
.menu-v-d li ul li {
	background:#fff;
}

.menu-v-d li:hover ul ul, .menu-v-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-v-d li:hover ul, .menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul {
	display: block;
}

.menu-v-d ul ul {
	left:100%;
}

/* Content elements
------------------------------ */

h1, .content h2, .content h3, .content h4 {
	font:1.9em  Arial, Verdana, Helvetica, sans-serif;
	color:#a46b33;
	margin-top:1em;
	margin-bottom:.5em;
	background:transparent url(../img/line_h.gif) repeat-x left bottom;
}
	
.content h2 { font-size: 1.9em; }
.content h3 { font-size: 1.3em; }
.content h4 {
	font-size:1.1em;
	font-weight:bold;
	padding-top:1em;
	clear:both;
}

div.quote {
	display:block;
	padding-left:6em;
	font-size:0.9em;
	color:#998264;
	background:transparent url(../img/vopros.gif) no-repeat 20px 25px;
}
big {
	font-size:6em;
	color:#cfb08a;
}
small {
	
}
span.sale {
	text-align:right;
	display:block;
	padding-top:.5em;
	padding-left:30px;
	background:transparent url(../img/sale.gif) no-repeat 457px 10px;
}


pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
}

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom:0;
	padding:0;
}

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left {
	float:left;
}
.f-right {
	float:right;
}

/*	Tables
------------------------------ */

table {
	border-collapse:collapse;
	width:100%;
}
table th, table td {
	font-size:.8em;
	border:1px solid #d4c6ae;
	padding:2px 3px;
	vertical-align:center;
	margin:2px;
}
table th {
	border:1px solid #f4edd6;
	background:#d4c6ae;
}
table td {  }


/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-13, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-87, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-13 { width: 13%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-87 { width: 87%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 0 !important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form {
	padding:.5em 0;
}
.content fieldset {
	margin-bottom:1em;
	border:none;
}
.content legend {
	margin-top:-1px;
	padding-bottom:1em;
	font-size:1.1em;
	font-weight:bold;
}

.content .f-row {
	overflow:hidden;
	margin-bottom:.5em;
}
.content label {
	float:left;
	text-align:right;
	font-size:.9em;
	width:150px;
	padding:0 2%;
}
.content .f-inputs {
	padding-left:30px;
}
.content .f-inputss {
	padding-left:130px;
}
.content option {
	padding:0 .5em;
}

.f-actions {
	padding-top:1em;
}

/* Inputs
------------------------------ */

input {
	vertical-align:middle;
}
.i-checkbox {
	margin-top:3px;
}
.i-text {
	width:200px;
	padding:0 1px;
}
textarea.i-text {
	width:400px;
	padding:0 1px;
}
.button {
	padding:0 .25em;
	width:auto;
	overflow:visible;
	cursor:pointer;
}

/* Additional
------------------------------ */
#header {
	width:100%;
	height:350px;
	position:relative;
}
#derevo {
	position:absolute;
	left:0px;
	top:146px;/*
        height:227px;
        width:500px;
        background-color:#6e2a02;*/

}
#derevo h2 {
	font-size:4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#419639;
}
#derevo ul li {
	padding-left:20px;
	padding-bottom:2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#858966;
	list-style:none;
}
#slogan {
	position:absolute;
	left:740px;
	top:170px;
	font-size:0.9em;
	color:#858966;
}

#derevo1 {
    position:absolute;
    width:100%;
left:0px;
top:150px;
height:227px;
background-color:#6e2a02;
}


#wrapper {
    position:absolute;
    width:100%;
	height:380px;
	min-width:800px;
	background:transparent url(../img/bg_tree_top.gif) no-repeat 310px 150px;
}

#topimg {
    position:absolute;
	margin-top:100px;
    margin-left:40%;
	z-index:11;
}

#topimg2 {
    text-align: right;
    position: absolute;
    width: 100%;
	margin-top:150px;
}

#topimg4 {
    position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
}

#topimg5 {
    position: absolute;
    width:100%;
	margin-top:106px;
	right:10px;
	font-size:12px;
	text-align: right;
}
#topimg6 {
    position: absolute;
    width:40%;
	margin-top:106px;
	left:10px;
	font-size:12px;
	text-align: left;
}
#topimg5 a {
    color:#000;
}

#toper {
	text-align:right;
	position: absolute;
	width:100%;
	margin-top:40px;
}

.abs {position:absolute;}

/* Top buttons
------------------------------ */
a.button, span.button, del.button {
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:40px;
	text-decoration:none;
	color:#d4c6ae;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url("/assets/templates/drev/img/form_buttons.png");
    _background-image:url("/assets/templates/drev/img/form_buttons.gif");
}

/* Additional
------------------------------ */
/* Main custom rules
------------------------------ */

html {
	font:.85em/1.4 Arial, Verdana, Helvetica, sans-serif;
	background:#f4edd6 url(../img/bg_head.jpg) repeat-x center 0;
}
body {
	padding:0;
	background:transparent url(../img/bg_tres.jpg) repeat-x 0 150px;
}

a {
	color:#754200;
}
a:visited {  }
a:hover {
	color:#a46a33;
}
a:active {  }

/* Demo Template
------------------------------ */

#site {
	width:980px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	min-width:1000px;
	text-align:left;
	position:relative;
}
#content-m {
	margin-top:0px;
	width:100%;
	min-width:1000px;
}
#col-left { 
	float:right;
	overflow:hidden;
	width:24%;
	min-width:100px;
	min-height:300px;
	margin:50px 0px 20px 0;
	padding:20px;		 
}
#content {
	overflow:hidden;
	width:64%;
	float:left;
	margin:50px 0px 20px 0;
}

#footer {
	clear:both;
	position:relative;
	padding:2em;
	margin:2em 0em;
	height:4em;
	overflow:hidden;
	color:#419639;
	font-size:12px;
	background-color:#e9dbb3;
}
#footer a {
	color:#419639;
}
#footer p {
	float:left;
	display:block;
	width:200px;
}

/* Horizontal Menu
------------------------------ */
.menu {
	list-style:none;
	background-color:#acca97;
}

ul.menu-h ul {
	position:absolute;
	top:40px;
	left:400px;
}
ul.menu-h li {
	float:left;
	list-style:none;
	padding:0 1.5em;
	border-right:1px solid #cdae80;
}


.menu-h-t {
	overflow:hidden;
}
.menu-h-t li {
	display:inline;
	list-style:none;
	padding:0 .8em;
}

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d {
	min-height:24px;
	border-left:1px solid #ccc;
}
.menu-h-d li {
	float:left;
	display:block;
	position:relative;
	border:1px solid #ccc;
	border-width:1px 1px 1px 0px;
	list-style:none;
}
.menu-h-d a {
	text-decoration:none;
	padding:2px 10px;
	display:block;
}

.menu-h-d ul {
	display:none;
	position:absolute;
	top:22px;
	left:-1px;
	width:160px;
	background:#fff;
	border:0;
	border-bottom:1px solid #ccc;
}

.menu-h-d ul ul {
	left:100%;
	top:-1px;
}

.menu-h-d li li {
	float:none;
	border-width:1px 1px 0px 1px;
}

.menu-h-d li:hover {
	background:#ccc;
}

.menu-h-d a:hover {
	color:#fff;
}

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul {
	display:block;
}

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul {
	bottom:22px;
}
.menu-h-d.d-up ul ul {
	bottom:-1px;
}

/* Vertical Menu
------------------------------ */

.menu-v {
	border-top:1px solid #f4edd6;
}
.menu-v li {
	list-style:none;
	line-height:3em;
	border-bottom:1px solid #f4edd6;
}
.menu-v a {
	text-decoration:none;
	display:block;
	text-decoration:none;
}
.menu-v a:hover {
	text-decoration:none;
}

li.color_menu_1 {
	display:block;
	background:#e1d4b6 url(../img/bg_menu_top.gif) no-repeat left top;
}
li.color_menu_1 a:hover {
	display:block;
	background:#a0ca9c url(../img/bg_menu_top_active.gif) no-repeat left top;
}
li.color_menu_2 {
	display:block;
	background-color:#cadd9a;
}
li.color_menu_2 a:hover {
	display:block;
	background-color:#ceb995;
}
li.color_menu_3 {
	display:block;
	background-color:#c0d98a;
}
li.color_menu_3 a:hover {
	display:block;
	color:#470b00;
	background-color:#cadd9a;
}
li.color_menu_4 {
	display:block;
	background-color:#dae3c7;
}
li.color_menu_4 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_5 {
	display:block;
	color:#fff;
	background-color:#c0d98a;
}
li.color_menu_5 a:hover {
	display:block;
	background-color:#e1d4b6;
}
li.color_menu_6 {
	display:block;
	background-color:#ceb995;
}
li.color_menu_6 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_7 {
	display:block;
	background:#a0ca9c url(../img/bg_menu_bottom.gif) no-repeat left bottom;
}
li.color_menu_7 a:hover {
	display:block;
	color:#fff;
	background:#cadd9a url(../img/bg_menu_bottom_active.gif) no-repeat left bottom;
}

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d li {
	padding:0px 0;
	display:block;
	position:relative;
}
.menu-v-d li a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:15px;
	border-bottom:1px solid #f4edd6;
}

.menu-v-d li:hover {
	background-color:#ccc;
}
.menu-v-d a:hover {
	color:#f4edd6;
}

.menu-v-d li ul {
	display:none;
	position:absolute;
	border-top:1px solid #ccc;
	left: 100%;
	width:100%;
	background:#fff;
}
.menu-v-d li ul li {
	background:#fff;
}

.menu-v-d li:hover ul ul, .menu-v-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-v-d li:hover ul, .menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul {
	display: block;
}

.menu-v-d ul ul {
	left:100%;
}

/* Content elements
------------------------------ */

h1, .content h2, .content h3, .content h4 {
	font:1.9em  Arial, Verdana, Helvetica, sans-serif;
	color:#a46b33;
	margin-top:1em;
	margin-bottom:.5em;
	background:transparent url(../img/line_h.gif) repeat-x left bottom;
}
	
.content h2 { font-size: 1.9em; }
.content h3 { font-size: 1.3em; }
.content h4 {
	font-size:1.1em;
	font-weight:bold;
	padding-top:1em;
	clear:both;
}

div.quote {
	display:block;
	padding-left:6em;
	font-size:0.9em;
	color:#998264;
	background:transparent url(../img/vopros.gif) no-repeat 20px 25px;
}
big {
	font-size:6em;
	color:#cfb08a;
}
small {
	
}
span.sale {
	text-align:right;
	display:block;
	padding-top:.5em;
	padding-left:30px;
	background:transparent url(../img/sale.gif) no-repeat 457px 10px;
}


pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
}

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom:0;
	padding:0;
}

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left {
	float:left;
}
.f-right {
	float:right;
}

/*	Tables
------------------------------ */

table {
	border-collapse:collapse;
	width:100%;
}
table th, table td {
	font-size:.8em;
	border:1px solid #d4c6ae;
	padding:2px 3px;
	vertical-align:center;
	margin:2px;
}
table th {
	border:1px solid #f4edd6;
	background:#d4c6ae;
}
table td {  }


/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-13, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-87, .w-90, .w-95, .w-100, 

.w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-13 { width: 13%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-87 { width: 87%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 0 !important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form {
	padding:.5em 0;
}
.content fieldset {
	margin-bottom:1em;
	border:none;
}
.content legend {
	margin-top:-1px;
	padding-bottom:1em;
	font-size:1.1em;
	font-weight:bold;
}

.content .f-row {
	overflow:hidden;
	margin-bottom:.5em;
}
.content label {
	float:left;
	text-align:right;
	font-size:.9em;
	width:150px;
	padding:0 2%;
}
.content .f-inputs {
	padding-left:30px;
}
.content .f-inputss {
	padding-left:130px;
}
.content option {
	padding:0 .5em;
}

.f-actions {
	padding-top:1em;
}

/* Inputs
------------------------------ */

input {
	vertical-align:middle;
}
.i-checkbox {
	margin-top:3px;
}
.i-text {
	width:200px;
	padding:0 1px;
}
textarea.i-text {
	width:400px;
	padding:0 1px;
}
.button {
	padding:0 .25em;
	width:auto;
	overflow:visible;
	cursor:pointer;
}

/* Additional
------------------------------ */

/* Main custom rules
------------------------------ */

html {
	font:.85em/1.4 Arial, Verdana, Helvetica, sans-serif;
	background:#f4edd6 url(../img/bg_head.jpg) repeat-x center 0;
}
body {
	padding:0;
	background:transparent url(../img/bg_tres.jpg) repeat-x 0 150px;
}

a {
	color:#754200;
}
a:visited {  }
a:hover {
	color:#a46a33;
}
a:active {  }

/* Demo Template
------------------------------ */

#site {
	width:980px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	min-width:1000px;
	text-align:left;
	position:relative;
}
#content-m {
	margin-top:0px;
	width:100%;
	min-width:1000px;
}
#col-left { 
	float:right;
	overflow:hidden;
	width:24%;
	min-width:100px;
	min-height:300px;
	margin:50px 0px 20px 0;
	padding:20px;		 
}
#content {
	overflow:hidden;
	width:64%;
	float:left;
	margin:50px 0px 20px 0;
}

#footer {
	clear:both;
	position:relative;
	padding:2em;
	margin:2em 0em;
	height:4em;
	overflow:hidden;
	color:#419639;
	font-size:12px;
	background-color:#e9dbb3;
}
#footer a {
	color:#419639;
}
#footer p {
	float:left;
	display:block;
	width:200px;
}

/* Horizontal Menu
------------------------------ */
.menu {
	list-style:none;
	background-color:#acca97;
}

ul.menu-h ul {
	position:absolute;
	top:40px;
	left:400px;
}
ul.menu-h li {
	float:left;
	list-style:none;
	padding:0 1.5em;
	border-right:1px solid #cdae80;
}


.menu-h-t {
	overflow:hidden;
}
.menu-h-t li {
	display:inline;
	list-style:none;
	padding:0 .8em;
}

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d {
	min-height:24px;
	border-left:1px solid #ccc;
}
.menu-h-d li {
	float:left;
	display:block;
	position:relative;
	border:1px solid #ccc;
	border-width:1px 1px 1px 0px;
	list-style:none;
}
.menu-h-d a {
	text-decoration:none;
	padding:2px 10px;
	display:block;
}

.menu-h-d ul {
	display:none;
	position:absolute;
	top:22px;
	left:-1px;
	width:160px;
	background:#fff;
	border:0;
	border-bottom:1px solid #ccc;
}

.menu-h-d ul ul {
	left:100%;
	top:-1px;
}

.menu-h-d li li {
	float:none;
	border-width:1px 1px 0px 1px;
}

.menu-h-d li:hover {
	background:#ccc;
}

.menu-h-d a:hover {
	color:#fff;
}

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul {
	display:block;
}

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul {
	bottom:22px;
}
.menu-h-d.d-up ul ul {
	bottom:-1px;
}

/* Vertical Menu
------------------------------ */

.menu-v {
	border-top:1px solid #f4edd6;
}
.menu-v li {
	list-style:none;
	line-height:3em;
	border-bottom:1px solid #f4edd6;
}
.menu-v a {
	text-decoration:none;
	display:block;
	text-decoration:none;
}
.menu-v a:hover {
	text-decoration:none;
}

li.color_menu_1 {
	display:block;
	background:#e1d4b6 url(../img/bg_menu_top.gif) no-repeat left top;
}
li.color_menu_1 a:hover {
	display:block;
	background:#a0ca9c url(../img/bg_menu_top_active.gif) no-repeat left top;
}
li.color_menu_2 {
	display:block;
	background-color:#cadd9a;
}
li.color_menu_2 a:hover {
	display:block;
	background-color:#ceb995;
}
li.color_menu_3 {
	display:block;
	background-color:#c0d98a;
}
li.color_menu_3 a:hover {
	display:block;
	color:#470b00;
	background-color:#cadd9a;
}
li.color_menu_4 {
	display:block;
	background-color:#dae3c7;
}
li.color_menu_4 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_5 {
	display:block;
	color:#fff;
	background-color:#c0d98a;
}
li.color_menu_5 a:hover {
	display:block;
	background-color:#e1d4b6;
}
li.color_menu_6 {
	display:block;
	background-color:#ceb995;
}
li.color_menu_6 a:hover {
	display:block;
	color:#419639;
	background-color:#e1d4b6;
}
li.color_menu_7 {
	display:block;
	background:#a0ca9c url(../img/bg_menu_bottom.gif) no-repeat left bottom;
}
li.color_menu_7 a:hover {
	display:block;
	color:#fff;
	background:#cadd9a url(../img/bg_menu_bottom_active.gif) no-repeat left bottom;
}

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d li {
	padding:0px 0;
	display:block;
	position:relative;
}
.menu-v-d li a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:15px;
	border-bottom:1px solid #f4edd6;
}

.menu-v-d li:hover {
	background-color:#ccc;
}
.menu-v-d a:hover {
	color:#f4edd6;
}

.menu-v-d li ul {
	display:none;
	position:absolute;
	border-top:1px solid #ccc;
	left: 100%;
	width:100%;
	background:#fff;
}
.menu-v-d li ul li {
	background:#fff;
}

.menu-v-d li:hover ul ul, .menu-v-d li:hover ul li:hover ul ul {
	display:none;
}

.menu-v-d li:hover ul, .menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul {
	display: block;
}

.menu-v-d ul ul {
	left:100%;
}

/* Content elements
------------------------------ */

h1, .content h2, .content h3, .content h4 {
	font:1.9em  Arial, Verdana, Helvetica, sans-serif;
	color:#a46b33;
	margin-top:1em;
	margin-bottom:.5em;
	background:transparent url(../img/line_h.gif) repeat-x left bottom;
}
	
.content h2 { font-size: 1.9em; }
.content h3 { font-size: 1.3em; }
.content h4 {
	font-size:1.1em;
	font-weight:bold;
	padding-top:1em;
	clear:both;
}

div.quote {
	display:block;
	padding-left:6em;
	font-size:0.9em;
	color:#998264;
	background:transparent url(../img/vopros.gif) no-repeat 20px 25px;
}
big {
	font-size:6em;
	color:#cfb08a;
}
small {
	
}
span.sale {
	text-align:right;
	display:block;
	padding-top:.5em;
	padding-left:30px;
	background:transparent url(../img/sale.gif) no-repeat 457px 10px;
}


pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
}

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img {
	margin-bottom:0;
	padding:0;
}

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left {
	float:left;
}
.f-right {
	float:right;
}

/*	Tables
------------------------------ */

table {
	border-collapse:collapse;
	width:100%;
}
table th, table td {
	font-size:.8em;
	border:1px solid #d4c6ae;
	padding:2px 3px;
	vertical-align:center;
	margin:2px;
}
table th {
	border:1px solid #f4edd6;
	background:#d4c6ae;
}
table td {  }


/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-13, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-87, .w-90, .w-95, .w-100, 

.w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-13 { width: 13%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-87 { width: 87%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 0 !important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }

/* Content Form
------------------------------ */

.content form {
	padding:.5em 0;
}
.content fieldset {
	margin-bottom:1em;
	border:none;
}
.content legend {
	margin-top:-1px;
	padding-bottom:1em;
	font-size:1.1em;
	font-weight:bold;
}

.content .f-row {
	overflow:hidden;
	margin-bottom:.5em;
}
.content label {
	float:left;
	text-align:right;
	font-size:.9em;
	width:150px;
	padding:0 2%;
}
.content .f-inputs {
	padding-left:30px;
}
.content .f-inputss {
	padding-left:130px;
}
.content option {
	padding:0 .5em;
}

.f-actions {
	padding-top:1em;
}

/* Inputs
------------------------------ */

input {
	vertical-align:middle;
}
.i-checkbox {
	margin-top:3px;
}
.i-text {
	width:200px;
	padding:0 1px;
}
textarea.i-text {
	width:400px;
	padding:0 1px;
}
.button {
	padding:0 .25em;
	width:auto;
	overflow:visible;
	cursor:pointer;
}

/* Additional
------------------------------ */
#header {
	width:100%;
	height:350px;
	position:relative;
}
#derevo {
	position:absolute;
	left:0px;
	top:146px;
}
#derevo h2 {
	font-size:4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#419639;
}
#derevo ul li {
	padding-left:20px;
	padding-bottom:2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#858966;
	list-style:none;
}
#slogan {
	position:absolute;
	left:740px;
	top:170px;
	font-size:0.9em;
	color:#858966;
}

#wrapper {
    position:absolute;
    width:100%;
	height:380px;
	min-width:800px;
	background:transparent url(../img/bg_tree_top.gif) no-repeat 310px 150px;
}

#topimg {
    position:absolute;
	margin-top:100px;
    margin-left:40%;
	z-index:11;
}

#topimg2 {
    text-align: right;
    position: absolute;
    width: 100%;
	margin-top:150px;
}

#topimg4 {
    position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
}

#topimg5 {
    position: absolute;
    width:100%;
	margin-top:106px;
	margin-left:0px;
	font-size:12px;
}
#topimg5 a {
    color:#000;
}

#toper {
	text-align:right;
	position: absolute;
	width:100%;
	margin-top:40px;
}

.abs {position:absolute;}


/* Additional
------------------------------ */

a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    /*color:#222;*/
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:40px;
	padding:5px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover {
	background-position:0 -60px;
	color:#fff;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input {
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}

