/* CSS Document */

body {
margin:0; 
padding:0;
background-color: #f0efed;
background-image: url(images/fon.jpg);
font-size: 16px;
font-family: 'trebuchet MS', 'Lucida sans', Verdana;
}

img {
	border:0;
}

h1 {
	margin-top:10px;
	color: #473226;
	text-align: center;	
	font-size: 1.8em;
}

h2 {
	margin-top:30px;
	color:#83aa01;
	text-align: center;	
	font-size: 1.4em;
}

h3 {
	color:#ff7f00;
	text-align: center;	
}

a, a:hover, a:active {
    color:#c66000;
}

.bread_crumbs {
    font-size:12px;
}

#header {
	background-image: url(images/bg.jpg);
	width:auto;
	height:594px;
	background-repeat: no-repeat;
	background-position:center;
	margin:0 auto;
}

#header_module {
	width:100%;
	max-width:1600px;
	margin:0 auto;	
	
}

#left_module {
	width:366px;
	float:left;
	margin-top:30px;
	margin-left:60px;
}

#right_module {
	width:313px;
	float:right;
	margin-top:30px;
	margin-right:60px;
	    position: relative;
}

.head_mail {
    margin: -125px auto 0 46px;
    position: absolute;
    z-index: 1;
    font-size: 20px;
    color: #3c1b00;
    display: block;
}

.zakaz_online {
	margin:-47px auto 0 8px;
	position: absolute;
	z-index:1;
}

a.zakaz_online {
    width: 278px;
    height: 80px;
    background: url(images/zakaz_online.png) no-repeat;
    display:block;
}

a.zakaz_online:hover {
    background-position: 0px -79px;
}

#menu {
	float:left;
	width:100%;
	margin: 90px auto 0 auto;
}

#navigation{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}

#navigation li{ display:inline;}

#navigation li a{
	text-decoration:none;
	padding:0;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#fff;
	margin-right:35px;
}

#navigation li a:hover {
    border-bottom: 1px dashed #fff;
}


#content {
	width:860px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:-4px;
	margin-bottom:50px;
	padding:10px 50px 40px 50px;	
	box-shadow: 0 10px 14px #c2c2be;
	background-color: #fcf8f1;
}

#footer {
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	height: 116px;
	width:100%;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #fff;
}

#wooden_house {
	margin-top: 10px;
	margin-left:30px;
	text-align:left;
	font-size: 18px;
}

#wooden_house td {
	padding:15px;
	    vertical-align: top;
}

#wooden_house img {
	margin-right:15px;
}

#help {
	cursor : help;
}

/*Plusi*/
.rounded-list ol{
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	margin-top:30px;
	padding-right:30px;
	
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rounded-list ol ol{
	margin: 0 0 0 2em;
}

			.rounded-list li{
				font-size:18px;
				position: relative;
				display: block;
				padding: .4em .4em .4em 2em;
				*padding: .4em;
				margin: .9em 0;
				background: #ddd;
				color: #444;
				text-decoration: none;
				-moz-border-radius: .3em;
				-webkit-border-radius: .3em;
				border-radius: .3em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;	
			}

			.rounded-list li:hover{
				background: #eee;
			}

			.rounded-list li:hover:before{
				-moz-transform: rotate(360deg);
			  	-webkit-transform: rotate(360deg);
			    -moz-transform: rotate(360deg);
			    -ms-transform: rotate(360deg);
			    -o-transform: rotate(360deg);
			    transform: rotate(360deg);	
			}

			.rounded-list li:before{
				content: counter(li);
				counter-increment: li;
				position: absolute;	
				left: -1.3em;
				top: 50%;
				margin-top: -1.3em;
				background: #87ceeb;
				height: 2em;
				width: 2em;
				line-height: 2em;
				border: .3em solid #fff;
				text-align: center;
				font-weight: bold;
				-moz-border-radius: 2em;
				-webkit-border-radius: 2em;
				border-radius: 2em;
				-webkit-transition: all .3s ease-out;
				-moz-transition: all .3s ease-out;
				-ms-transition: all .3s ease-out;
				-o-transition: all .3s ease-out;
				transition: all .3s ease-out;
			}
/*Plusi*/

/*stili tablic*/
table {
    *border-collapse: collapse; /* Для IE7 и старше */
    border-spacing: 0;
    margin:0 auto;
}

.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;
	background-color:#fcfbf9;      
}

.bordered tr:hover {
    background: #f9f3d1;
    -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;
}

.bordered th {
    background-color: #c5dcf7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#deeaf7), to(#c5dcf7));
    background-image: -webkit-linear-gradient(top, #deeaf7, #c5dcf7);
    background-image:    -moz-linear-gradient(top, #deeaf7, #c5dcf7);
    background-image:     -ms-linear-gradient(top, #deeaf7, #c5dcf7);
    background-image:      -o-linear-gradient(top, #deeaf7, #c5dcf7);
    background-image:         linear-gradient(top, #deeaf7, #c5dcf7);
    -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;
}
/*stili tablic*/

/* galereya */

.gallery_goriz_mod {
    height:auto;
	width:auto;
	float:left;
	margin: 0 auto;
}

.gallery_img_mod {
    width: 170px;
	text-align: center;
	float:left;
	margin: 20px;
	font-size: 20px;
}

.gallery_goriz_mod a img {
	border: 1px solid #BBB;
	padding: 5px;
}
/* galereya */

/* otzivi */

.review {
    color:#473226;
    font-size: 17px;
    margin-top: 10px;
	margin-bottom: 40px;
    padding: 20px 20px 10px 20px;
    background: #DEF7D7;
    border: 1px solid #afcca6;
    border-right: 1px solid #e3f8dc;
    border-bottom: 1px solid #e3f8dc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.review p {
    font-style: italic;
	text-align: right;
}

/* otzivi */

.articles {
text-align:left;
}

.articles a img {
	border: 1px solid #BBB;
	padding: 5px;
	float: left;
	margin-right: 15px;
}

.check_text {
	display: block;
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
}
