/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');
/* HACKS ------------------------------------------------------------*/

.clear {
	clear:both;
	height:1px;
}
.inv {
	display:none;
}
/* PARAGRAPH AND BULLETS FIX --------------------------------------------*/

.cols ul, .single ul, .post ul, .contact-left ul, .contact-right ul {
	margin-left: 20px;
	list-style-type: disc;
}
.cols ol, .single ol, .post ol, .contact-left ol, .contact-right ol {
	margin-left: 20px;
	list-style-type: decimal;
}
/* GENERAL ------------------------------------------------------------*/





body {
	line-height: 1;
	color: #260100;
	background: #f9f7e8 url(../img/spring/bg.gif) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
}
div#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
h1 {
	font-size: 36px;
	line-height: 1.5em;
	color: #260100;
}
h2 {
	font-size: 32px;
	line-height: 1.5em;
	color: #260100;
}
h3 {
	font-size: 26px;
	line-height: 1.5em;
	;
	color: #260100;
}
h4 {
	font-size: 22px;
	line-height: 1.5em;
	color: #260100;
}
h5 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #260100;
}
h6 {
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
}
h7 {
	font-size: 50px;
	line-height: 1.5em;
	letter-spacing: 0.2pt;
	word-spacing: -0.4pt;
	color: #260100;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
}
p.section-title {
	display: block;
	overflow: hidden;
	color: #260100;
	margin-bottom: 18px;
}
p.section-title span.title {
	display: block;
	float: left;
	font-size: 36px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #260100;
}
p.section-title span.desc {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 18px;
}
.title-1 {
	background: url(../img/h1-bg.png) no-repeat -3px 3px;
	text-indent: 9px;
}
.title-2 {
	background: url(../img/h2-bg.png) no-repeat 0px 15px;
	text-indent: 10px;
}
.title-3 {
	color: #e1820b;
}
blockquote h4 {
	font-size: 26px;
	background: url(../img/quotes-close.png) no-repeat right bottom;
	font-style: italic;
	font-family: Georgia;
	color: #260100;
	line-height: 1.5em;
}
blockquote h4:first-letter {
	font-size: 26px;
}
div.col blockquote p, blockquote p {
	font-size: 14px;
	font-style: italic;
	color: #260100;
	line-height: 1.5em;
}
.custom1 a {
	text-decoration: none;
}
img.left-align {
	float:left;
	margin:8px 18px 18px 0;
	display: block;
}
img.right-align {
	float:right;
	margin:0px 0px 0px 10px;
	display: block;
}
img.boxed {
	background: white;
	padding: 5px;
	border: 1px solid #606060;
}
.custom {
	word-spacing: .3em;
}
/* HEADER ------------------------------------------------------------*/

div#header {
	overflow: hidden;
	position: relative;
	height: 210px;
	width: 100%;
	background: url(../img/spring/top-bg.png) no-repeat;
}
div#header img#logo {
	position: absolute;
	top:17px;
	left: 2px;
}
/* ARROW ------------------------------------------------------------*/

img#arrow {
	position: relative;
	top: 145px;
}
img.arrow-home {
	display: none;
}
img.arrow-about {
	left: 680px;
}
img.arrow-gallery {
	left: 770px;
}
img.arrow-blog {
	left: 843px;
}
img.arrow-contact {
	left: 920px;
}
/* NAV ------------------------------------------------------------*/

ul#nav {
	display: block;
	position: absolute;
	top:120px;
	right: 0px;
	width: 520px;
	z-index: 300;
}
ul#nav li {
	display: block;
	float: right;
}
ul#nav li a {
	font-size: 16px;
	text-decoration: none;
	margin-left: 15px; 
	padding-right:15px;
	border-right: 1px solid #260100;
}
ul#nav li.last a {
	border-right: none 0px;
	padding-right:0px;
}
ul#nav li ul li {
	border: none;
}
ul#nav li ul {
	display: block;margin-top:-18px;
	padding: 10px 5px;
	
	background: white;
	border: 1px solid #260100;
}
ul#nav li ul li {
	display: block;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #260100;
}
ul#nav li ul li:last-child {
	border: none;
}
ul#nav li ul li a {
	border: none;
	font-size: 13px; 
}
/* SEARCH ------------------------------------------------------------*/

form#search {
	position: absolute;
	top: 20px;
	right: -22px;
	width: 250px;
	height: 50px;
}
form#search input#keyword {
	color: #b8b2a9;
	font-size: 14px;
	width: 144px;
	height: 30px;
	margin: 10px 0px 5px 30px;
	padding: 0px 30px 0px 5px;
	border: 0;
	background: url(../img/search-input.png) no-repeat transparent;
}
form#search input#go {
	position: absolute;
	top: -2px;
	right: 20px;
	width: 49px;
	height: 49px;
	border: 0px;
	background: url(../img/go-button.png) no-repeat transparent;
}
form#search input#go:hover {
	background-position: 0px -49px;
}
/* MAIN ------------------------------------------------------------*/

div#main {
	width: 100%;
	min-height: 650px;
	position: relative;
	overflow: hidden;
}
div.holder {
	overflow: hidden;
}
div.holder div.block {
	width: 307px;
	float: left;
	margin: 0px 18px 0px 0px;
}
div.holder div.last {
	margin: 0px 0px 70px 0px;
}
div.holder div.block div.thumb-holder {
	position: relative;
	width: 307px;
	height: 129px;
	background: url(../img/thumb-bg.png) no-repeat;
	margin-bottom: 5px;
}
div.holder div.block img.thumb {
	position: absolute;
	top:2px;
	left: 2px;
}
div.holder div.block h2 {
	line-height: 1em;
	margin-bottom: 0px;
	text-indent: 0px;
	background: none transparent;
}
div.holder div.block h3 {
	line-height: 1em;
	margin-bottom: 10px;
}
div.holder div.block p.thumb-text {
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
	border-top: 2px solid #260100;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.top-img {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 10px;
}
div.top-img img {
	display: block;
	margin: 0 auto;
}
/* COLUMNS ------------------------------------------------------------*/

div.one-col, div.two-col, div.three-col {
	overflow: hidden;
}
div.separator {
	border-bottom: 2px solid gray; margin-bottom:18px; outline:1px solid #FFFFFF;
	outline-offset: -1px;
}
div.one-col div.col {
	width: 100%;
}
div.two-col div.col {
	width: 445px;
	float: left;
	margin-right: 30px; padding:10px;
}
div.two-col div.last {
	margin-right: 0px;
}
div.two-col div.col1 {
	width: 430px;
	float: left;
	margin-right: 10px; padding:10px;
}
div.two-col div.last1 {
	margin-right: 0px;
}
div.three-col div.col {
	width: 300px;
	float: left;
	margin-right: 30px;
}
div.three-col div.last {
	margin-right: 0px;
}
div.col p {
	font-size: 14px;
	text-align:justify;
	line-height: 1.5em;
	margin: 1.5em;
	text-indent: 20px;word-wrap: break-word;
}
div.col a {
	color:#500200;
	font-weight:bold;
	text-decoration: none;
}
div.col a:hover {
	color: #D61216;
}
/* SLIDESHOW ------------------------------------------------------------*/

div#slideshow {
	overflow: hidden;
	position: relative;
	height: 380px;
	margin-bottom: 5px;
	width: 960px;
}
div#slideshow ul#slides {
	margin: 0 auto;
	width: 950px;
	height: 337px;
	position: absolute;
	top:20px;
	left: 5px;
}
div#slideshow-arrows {
	margin: 0 auto;
	z-index: 900;
	width: 1000px;
	height: 57px;
}
div#slideshow img#prev {
	position: absolute;
	top:180px;
	left: 1px;
	z-index: 20;
}
div#slideshow img#next {
	position: absolute;
	top: 180px;
	right: 1px;
	z-index: 21;
}
div#slideshow span {
	background: url(../img/slideshow-border.png) no-repeat;
	width: 960px;
	height: 378px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#slideshow-nav {
	display: block;
	position: absolute;
	overflow: hidden;
	bottom: 40px;
	right: 20px;
	z-index: 20;
}
#slideshow-nav a {
	display: block;
	float: left;
	background: url(../img/slidebutton.png) no-repeat;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	margin-right: 5px;
}
#slideshow-nav a.activeSlide {
	background: url(../img/slidebutton-over.png) no-repeat;
}
/* FADE-SLIDE ------------------------------------------------------------*/

div.fade-slide {
	overflow: hidden;
	height: 345px;
	border: 2px solid white;
}
/* GALLERY ------------------------------------------------------------*/

ul.gallery {
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	width: 1000px;
}
ul.gallery li {
	display: block;
	position: relative;
	overflow: hidden;
	width: 226px;
	height: 181px;
	float: left;
	margin: 0px 18px 10px 0px;
	background: url(../img/gallery-thumb-bg.png) no-repeat;
	text-align: center;
}
ul.gallery li img {
	margin: 1px 0px 0px 1px;
}
ul.gallery li a:hover span {
	display: block;
}
ul.gallery li span {
	display: none;
	position: absolute;
	top:1px;
	left: 1px;
	width:224px;
	height: 150px;
}
ul.gallery li.cat-images span {
	background: url(../img/over.png) no-repeat;
}
ul.gallery li.cat-video span {
	background: url(../img/over-video.png) no-repeat;
}
ul.gallery li.cat-flash span {
	background: url(../img/over-flash.png) no-repeat;
}
ul.gallery li em {
	display: block;
	color: #260100;
	font-size: 14px;
	font-style: normal;
	margin-top: 8px;
}
ul#portfolio-filter {
	display: block;
	overflow: hidden;
	width: 920px;
	height: 63px;
	padding: 12px 20px 5px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #260100;
	background: url(../img/filter-bg.png) no-repeat;
}
ul#portfolio-filter li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 16px;
	font-size: 14px;
}
ul#portfolio-filter li:first-child {
	color: #606060;
	font-weight: bold;
}
ul#portfolio-filter li a {
	color: #999999;
	text-decoration: none;
}
ul#portfolio-filter li a:hover {
	color: #606060;
}
/* MORE-GALLERIES ------------------------------------------------------------*/

ul.more-galleries {
	display: block;
	margin-left: 30px;
}
ul.more-galleries li {
	display: block;
	background: url(../img/bullet.png) no-repeat 0px 3px;
	;
	margin-bottom: 0.3em;
	text-indent: 18px;
}
ul.more-galleries li a {
	font-size: 14px;
	line-height: 1.5em;
	;
	color: #260100;
	margin-bottom: 1.5em;
	text-decoration: none;
	font-weight: bolder;
}
ul.more-galleries li a span {
	color: #909090;
	font-weight: lighter;
	font-size: 14px;
}
ul.more-galleries li a:hover, ul.more-galleries li a.active {
	text-decoration: underline;
}
ul.more-galleries li:first-child {
/*list-style: none;
	background: none;
	margin-left: 0px;
	margin-top: 26px;
	margin-bottom: 1em;*/
}
/* BLOG PAGER ------------------------------------------------------------*/

ul.blog-pager {
	display: block;
	width: 100%;
}
ul.blog-pager li:first-child {
	display: block;
	float: left;
	background: url(../img/prev-bullet.png) no-repeat top left;
	padding-left: 20px;
	height: 16px;
}
ul.blog-pager li:last-child {
	display: block;
	float: right;
	text-align: left;
	background: url(../img/next-bullet.png) no-repeat top right;
	padding-right: 20px;
	height: 16px;
}
ul.blog-pager li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #260100;
	display: block;
}
/* PAGER ------------------------------------------------------------*/

ul.pager {
	overflow: hidden;
	display: block;
	height: 20px;
	position: absolute;
	right: 0px;
	margin-bottom: 230px;
}
ul.pager li {
	display: block;
	width:12px;
	height: 12px;
	float: left;
	background: url(../img/spring/pager.png) no-repeat;
	background-position: -18px 0px;
	margin-left: 5px;
}
ul.pager li:hover, ul.pager li.active {
	background-position: -38px 0px;
}
ul.pager li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000px;
}
ul.pager li:first-child {
	background-position: 0px 0px;
}
ul.pager li:last-child {
	background-position: -59px 0px;
}
/* BLOG ------------------------------------------------------------*/

div#main div#posts {
	width: 610px;
	float: left;
}
div#posts div.post, div#posts div.single {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
div#posts div.post p.post-title, div#posts div.single p.post-title {
	display: block;
	font-size: 26px;
	line-height: 1.5em;
	color: #260100;
	padding-right: 70px;
}
div#posts div.post p.post-meta, div#posts div.single p.post-meta {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
}
div#posts div.post p.post-meta span, div#posts div.single p.post-meta span {
	font-weight: bold;
	color: #979186;
}
div#posts div.post div.post-img, div#posts div.single div.post-img {
	position: relative;
	width: 612px;
	height: 230px;
	padding-bottom:12px;
	margin-top: 7px;
}
div#posts div.post div.post-img span, div#posts div.single div.post-img span {
	position: absolute;
	bottom:0px;
	left: 0px;
	width:614px;
	height: 20px;
	background: url(../img/post-shadow.png) no-repeat center bottom;
	z-index: -1;
}
div#posts div.post div.post-img img, div#posts div.single div.post-img img {
	border: 2px solid white;
	width: 606px;
}
div#posts div.post p.brief, div#posts div.single p.brief {
	display: block;text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify; /* Выравнивание по ширине */
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #260100;
}
div#posts div.post p.brief, div#posts div.single p.brief a:hover{
	
	color: #D61216; 
}
div#posts div.post p.brief, div#posts div.single p.brief a{
	
	color: #500200; font-weight:bold; text-decoration:none; 
}
div#posts div.post a.more, div.holder div.block a.more {
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/spring/more-button.png) no-repeat;
	width: 68px;
	height: 25px;
	text-indent: -9000px;
}
div#posts div.post a.more:hover, div.holder div.block a.more:hover {
	background-position:0px -25px;
}
/* COMMENTS BALLOON ------------------------------------------------------------*/


div#posts div.post p.post-comments {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 67px;
	height: 59px;
	background: url(../img/spring/comments-balloon.png) no-repeat;
	color: white;
	font-size: 22px;
	text-align: center;
	padding-top: 12px;
}
div#posts div.comments p.post-comments {
	display: block;
	position: relative;
	width: 67px;
	height: 59px;
	color: white;
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}
div#posts div.comments p.post-comments span {
	display: block;
	position: absolute;
	top: 10px;
	left: 80px;
	font-size: 22px;
	color: #260100;
}
/* COMMENTS ------------------------------------------------------------*/


div#posts div.comments {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	padding-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
div.comments ol.comments-list li {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 10px;
}
div.comments ol.comments-list li:nth-child(odd) {
	background: #faf9f5;
}
div.comments ol.comments-list li img {
	border: 1px solid #260100;
	padding: 1px;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
div.comments ol.comments-list li p.meta {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	width: 500px;
	float: left;
	font-style: italic;
}
div.comments ol.comments-list li p.meta span {
	font-weight: bold;
}
div.comments ol.comments-list li p.brief {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
	float: left;
	width: 520px;
}
/* SIDEBAR ------------------------------------------------------------*/

div#sidebar {
	width: 275px;
	float: right;
}
div#sidebar ul.side-block, div#sidebar ul.side-posts {
	display: block;
	margin-bottom: 10px;
}
div#sidebar ul.side-block li {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: 1px solid #260100;
	text-indent: 15px;
}
div#sidebar ul.side-block li a {
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
	text-decoration: none;
}
div#sidebar ul.side-posts li {
	border-bottom: 1px solid #260100;
	display: block;
	overflow: hidden;
	padding: 5px 0px;
	margin: 5px 0px;
}
div#sidebar ul.side-posts li img {
	float: left;
	margin-right: 5px;
	padding: 1px;
	border: 1px solid #260100;
}
div#sidebar ul.side-posts li p.brief, div#sidebar ul.side-posts li p.title {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
}
div#sidebar ul.side-posts li p.title a{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
		color: #260100;
	text-decoration: none;
}
div#sidebar ul.side-posts li p.title a:hover {
	
		color: #D8BE64;
	text-decoration: none;
}
div#sidebar ul.side-block li:first-child a, div#sidebar ul.side-posts li:first-child a {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #260100;
	text-decoration: none;
	text-indent: 10px;
	padding-top: 26px;
}
div#sidebar ul.side-posts li:first-child a {
	padding-top: 20px;
}
div#sidebar ul.side-block li:first-child, div#sidebar ul.side-posts li:first-child {
	background: url(../img/sidebar-top.png) no-repeat;
	height: 65px;
	border: none;
}
div#sidebar ul.side-block li:last-child, div#sidebar ul.side-posts li:last-child {
	border: none;
}
/* CONTACT ------------------------------------------------------------*/

div.contact-left {
	width: 450px;
	float: left;
}
div.contact-right {
	width: 450px;
	float: right;
}
div.contact-right1 {
	width: 500px;
	float: right;
}
div.contact-right, div.contact-right1 p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	color: #260100;
}
div.contact-right,div.contact-right1 a {
	color: #260100;
	font-weight: bold;
	text-decoration: none;
}
div.taped-image {
	display: block;
	position: relative;
	height: 290px;
}
div.taped-image span {
	position: absolute;
	background: url(../img/tape.png) no-repeat;
	width: 171px;
	height: 28px;
	left: 120px;
}
div.taped-image em {
	position: absolute;
	background: url(../img/shadow.png) no-repeat top center;
	height: 28px;
	width: 100%;
	bottom: -11px;
}
div.taped-image img {
	margin-top: 15px;
	border: 4px solid white;
}
/* FORMS ------------------------------------------------------------*/


div.contact-left form, div.leave-comment form {
}
div.contact-left form, div.leave-comment form {
	margin-top: 20px;
}
div.contact-left form input, div.contact-left form textarea, div.leave-comment form input, div.leave-comment form textarea {
	color: #260100;
	font-size: 14px;
	border: 1px solid #260100;
	background: #f9f7e8;
	padding: 4px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.contact-left form input, div.contact-left form textarea, form#comment-form input, form#comment-form textarea {
	width: 400px;
	margin-bottom: 6px;
}
div.contact-left form input#send, form#comment-form input#hidden {
	width: 87px;
	height: 36px;
	background: url(../img/submit-button.png) no-repeat transparent;
	border: none;
	margin-top: 14px;
}
div.contact-left form input#send:hover, form#comment-form input#hidden:hover {
	background-position: 0px -37px;
}
div.contact-left form fieldset label, form#comment-form label {
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #260100;
}
div.contact-left form fieldset p, form#comment-form p {
}
div.contact-left p#error, div.leave-comment p#error {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}
div.contact-left p#success, div.leave-comment p#success {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #e1820b;
	margin-bottom: 10px;
}
/* FONT STYLES ------------------------------------------------------------*/


div#main p.boxed-dotted {
	background: white;
	padding: 5px;
	border: 2px dotted gray;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#main p.boxed-dashed {
	background: white;
	padding: 5px;
	border: 2px dashed gray;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#main p.boxed-important {
	background: #e3b438;
	padding: 5px;
	border: 2px solid #801409;
	color: #801409;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
div#main p.boxed-blue {
	background: #dfeefa;
	padding: 5px;
	border: 2px solid #4a5761;
	color: #4a5761;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.list li {
	margin-left: 20px;
	list-style: disc;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #260100;
	border-bottom: 1px solid gray;
}
ol.list li {
	margin-left: 20px;
	list-style-type: decimal;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #260100;
	border-bottom: 1px solid gray;
}
/* TOGGLE & ACCORDION ------------------------------------------------------------*/


h5.accordion-trigger, h5.toggle-trigger {
	padding: 0 0 0 45px;
	margin: 0 0 5px 0;
	height: 46px;
	line-height: 46px;
	width: 100%;
	float: left;
	background: url(../img/toggle-button.png) no-repeat 10px 10px;
	border-bottom: 1px solid #260100;
}
h5.accordion-trigger a, h5.toggle-trigger a {
	color: #260100;
	text-decoration: none;
	display: block;
}
h5.accordion-trigger a:hover, h5.toggle-trigger a:hover {
	color: #D61216;
}
h5.accordion-trigger.active, h5.toggle-trigger.active {
	background-position-x: 10px;
	background-position-y: -68px;
}
div.accordion-container, div.toggle-container {
	margin: 0 0 5px 0px;
	;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
div.accordion-container .block, div.toggle-container .block {
	padding: 10px;
}
div.accordion-container .block p, div.toggle-container .block p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
/* FOOTER ------------------------------------------------------------*/


div#footer {
	width: 100%;
	padding-top: 60px;
	margin-top: 40px;
}
div#footer a {
	color: #fff;
}
div#footer ul#follow li p {
	font-size: 14px;
	line-height: 1.5em;
	color: #260100;
	font-weight: bold;
}
div#footer div#footer-wrapper {
	position: relative;
	width: 960px;
	min-height: 200px;
	margin: 0 auto;
	background: url(../img/bottom-bg.png) no-repeat bottom center;
}
div#footer div#footer-wrapper ul#follow {
	display: block;
	position: absolute;
	width: 244px;
	height: 56px;
	top: -80px;
	left: 358px;
	background: url(../img/follow-bg.png) no-repeat;
}
div#footer div#footer-wrapper ul#follow li {
	display: block;
	float: left;
	margin-left: 17px;
	margin-top: 10px;
}
div#footer div.footer-cols {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#footer div.footer-cols div {
	width: 310px;
	margin: 0px 1px;
	float: left;
	min-height: 170px;
	background: url(../img/footer-separator.png) no-repeat top right;
}
div#footer div.footer-cols ul {
	width: 200px;
	margin: 0 auto;
	display: block;
}
div#footer div.footer-cols div.last {
	background: none;
}
div#footer div.footer-cols ul li {
	margin-left: 70px; font-size:14px;
	color:#b8b6aa;
	margin-bottom: 0.6em;
	display: inline-block; /* позволяем vertical-align выравнивать себя по вертикали */
	
}
div#footer div.footer-cols ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: lighter;
}
div#footer div.footer-cols ul li:first-child {
	margin-bottom: .5em;
	color:#b8b6aa;
}
div#footer div.footer-cols ul li:first-child a {
	text-decoration: none;
	font-size: 14px;
}
div#footer div.footer-cols ul li a:hover {
	text-decoration: underline;
}
div#footer div.footer-bottom {
	margin-top: 30px;
	overflow: hidden;
	width: 960px;
}
div#footer div.footer-bottom p.legal {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	height: 30px;
	text-align: center;
}
/*-----------------------------------*/
	
	#breadcrumbs-two{
	  /* Сбрасываем обтекание текста */
	  overflow: hidden;font-size: 12px;
	  width: 100%;
	}
	
	#breadcrumbs-two li{
	  float: left;
	  margin: 0 .5em 0 1em;
	}
	
	#breadcrumbs-two a{
	  background: #FAF6E6;
	  padding: .7em 1em;
	  float: left;
	  text-decoration: none;
	  color: #260100;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	  position: relative;
	}
	
	#breadcrumbs-two a:hover{
	  background: #F7E8B2;
	}
	
	#breadcrumbs-two a::before{
	  content: "";
	  position: absolute;
	  top: 50%; 
	  margin-top: -1.5em;   
	  border-width: 1.5em 0 1.5em 1em;
	  border-style: solid;
	  border-color: #FAF6E6 #FAF6E6 #FAF6E6 transparent;
	  left: -1em;
	}
	
	#breadcrumbs-two a:hover::before{
	  border-color: #F7E8B2 #F7E8B2 #F7E8B2 transparent;
	}
	
	#breadcrumbs-two a::after{
	  content: "";
	  position: absolute;
	  top: 50%; 
	  margin-top: -1.5em;   
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid #FAF6E6;
	  right: -1em;
	}
	
	#breadcrumbs-two a:hover::after{
	  border-left-color: #F7E8B2;
	}
	
	#breadcrumbs-two .current,
	#breadcrumbs-two .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	#breadcrumbs-two .current::after,
	#breadcrumbs-two .current::before{
	  content: normal;
	}
	
table {
    border-collapse: collapse; /* Для IE7 и старше */
       width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*----------------------*/
/* LISTS ------------------------------------------------------------*/
.lists-plus1 ul{ 
	list-style-image: url(../img/plus.png); 
	line-height: 2.5em; margin-bottom:30px; margin-top:30px;
	margin-left: 30px; width:300px; 
}
.lists-plus ul{ 
	list-style-image: url(../img/plus.png); 
	line-height: 2.5em; margin-bottom:30px; margin-top:30px;
	margin-left: 30px; 
}
.button1{
  text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:solid 1px #500300; 
 -webkit-border-radius:23px;
 -moz-border-radius:23px; 
 border-radius: 23px; 
 font:14px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#500300; 
 background-color:#f7e8b2; 
 background-image: -moz-linear-gradient(top, #f7e8b2 0%, #d8bf64 100%); 
 background-image: -webkit-linear-gradient(top, #f7e8b2 0%, #d8bf64 100%); 
 background-image: -o-linear-gradient(top, #f7e8b2 0%, #d8bf64 100%); 
 background-image: -ms-linear-gradient(top, #f7e8b2 0% ,#d8bf64 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8bf64', endColorstr='#d8bf64',GradientType=0 ); 
 background-image: linear-gradient(top, #f7e8b2 0% ,#d8bf64 100%);   
 -webkit-box-shadow:0px 2px 5px #736c6c, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 2px 5px #736c6c,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 2px 5px #736c6c, inset 0px 0px 1px #ffffff; 
 margin-left:20px; margin-top:20px; }
 .fig {
    text-align: center; /* Выравнивание по центру */ 
 
