html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,th,td,address {
   margin:0;
   padding:0;
   }
body{
	min-width: 1001px;
	background: #fff;
	font: 75% Tahoma, 'sans serif';
}
a img{
	border: none;
}
img{
	vertical-align: middle;
}
img#logo{
	margin: 10px 0 0 35px;
	float: left;
}
img#fla{
	position: absolute;
	left: 429px;
	top: 13px;
}
.lft{
	float: left;
}
.rt{
	float: right;
}
/*=main structure (reference only)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 
.page {}
	.header {}
	.wrap {}
		.subwrap {}
			.content {}
				.lining {}
					.column {}
			.aside {}
				.lining {}
		.extra {}
			.lining {}
	.footer {}
*/


/*----- page -----*/
.page{
	background: none;
}
	.wrap{
		overflow: hidden !important;
		overflow: visible;
		margin: 0 auto;
	}
		.clear{
			/* clear: both; */
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*----- columns: center, right ----*/
.subwrap{
	 float: right;
	 width: 100%;
}
	 .content{
		float: left;
		 width: 100%;
		 margin: 0;
	}
		/*----- column: center -----*/
		.content .lining{
			padding: 0 45px 30px 260px;
		}
			.content .lining .column{
				overflow: hidden; 
				width: 100%; 
				}
				.content p{
					margin: 1em 0;
					color: #444;
				}
				.content a{
					color: #51843d;
				}
				.content a.alt{
					font-weight: bold;
					text-decoration: none;
				}
				.content a:visited{
					color: #788274;
				}
				.content a:hover{
					
				}
				.content p.category{
					color: #000;
					font-weight: bold;
				}
				.content p.category a{
					color: #444;
				}
				.content h1{
					color: #234d15;
					font: normal 150% Tahoma;
                                        margin-bottom:8px;
				}
				.content div.pages{
					background: #d4e49c;
					border: 1px solid #81ab00;
					border-width: 1px 0;
				}
				.content div.pages p{
					padding: 5px;
					border: 1px solid #edeae5;
					margin: 0;
					border-width: 1px 0;
				}
				table.goods{
					border-collapse: collapse;
					width: 100%;
					margin: 20px;
				}
					table.goods td{
						padding: 30px 10px;
						text-align: center;
						border-top: 1px solid #d7d9b5;
						border-left: 1px solid #d7d9b5;
					}
					table.goods td:first-child{
						border-left: none;
					}
					table.goods tr:first-child td{
						border-top: none;
					}
					
						table.goods td img{
							border: 1px solid #bfbeb1;
						}
						table.goods td span{
							font-size: 150%;
							display: block;
						}
						table.goods td a{
							text-decoration: none;
						}
						table.goods td a:hover{
							text-decoration: underline;
						}
						table.goods td span:hover{
							text-decoration: underline;
						}
/*----- column: left -----*/
.extra{
	float: left; 
	width: 209px; 
	margin-right: -209px;
	padding: 0 0 220px 0;
	background: url(../img/bricks/fire.gif) no-repeat 50% 95%;
}
	.extra .lining{
		
	}
		.extra ul.nav{
			margin: 0 6px 0 43px;
			list-style: none;
		}
			.extra ul.nav li{
				padding: 5px 0 5px 14px;
				background: url(../img/bricks/bullet.gif) no-repeat 2px 13px;
				border-bottom: 1px dotted #aaa;
			}
				.extra ul.nav li a{
					color: #fff;
					font-size: 150%;
					text-decoration: none;
				}
				.extra ul.nav li a:hover{
					text-decoration: underline;
				}
			.extra ul.nav li ul{
				list-style: none;
				padding: 8px 0 15px;
			}
				.extra ul.nav li ul li{
					padding: 5px 0 5px 14px;
					background: none;
					border: none;
				}
					.extra ul.nav li ul li a{
						font-size: 100%;
						background: none;
						border: none;
						text-decoration: underline;
					}
					.extra ul.nav li ul li a:hover{
						color: #f93;
					}
					.extra ul.nav li ul li.alt a{
						text-decoration: none;
						color: #f93;
					}
					.extra ul.nav li ul li.alt a:hover{
						
					}
		.extra img{
			display: block;
			margin: 25px auto;
		}


/*=common elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	width: 100%;
	height: 100%;
	}
body {
	position: relative;
	width: 100%;
	height: 100%;
	/* height: auto !important; *//* for .page */
	min-height: 100%;
	}


/*=page
	Could be decorated with background: Foux columns etc.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	background: url(../img/bricks/wrap.gif) repeat-y 0 0; 
	}
	.wrap {
		padding-bottom: 150px; /* equal to hight of the .footer*/
		}


/*=header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.header {
	height: 222px;
	background: #fff url(../img/bricks/header.jpg) no-repeat 0 0;
	}
	.header .lining{
		float: right;
		background: url(../img/bricks/header.lining.jpg) no-repeat 217px 100%;
		width: 100%;
		}
	.header .contact{
		float: right;
		width: 282px;
		height: 200px;
		background: url(../img/bricks/address.jpg) no-repeat 100% 0;
		padding: 22px 18px 0 0;
		font-style: normal;
	}
	.header .title{
		float: left;
		padding: 30px 0 0 20px;
	}
		.header .title h3{
			color: #d02420;
			font-weight: normal;
			font-size: 400%;
			letter-spacing: 2px;
		}
		.header .contact p{
			clear: both;
			width: 100%;
			text-align: right;
			margin: 0 0 10px;
		}
		.header .contact a{
			color: #4c7f3b;
		}
			.header .contact p span{
				font-size: 150%;
			}
		.header .contact ul.mm{
			float: right;
			padding: 2px 6px;
			margin: 0 0 16px;
			background: #50833c url(../img/bricks/ul.mm.gif) no-repeat 100% 100%;
			float: right;
			list-style: none;
		}
			.header .contact ul.mm li{
				float: left;
				padding: 0 14px;
			}

/*=footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.footer {
	position: absolute; 
	bottom: 0;
	width: 100%; 
	height: 150px;
	clear: both; 
	background: #fff url(../img/bricks/footer.gif) repeat-x 0 0;
	font-size: 90%;
	color: #777;
	}
	.footer .lining{
		padding: 40px 30px 10px;
		}
		.footer a{
			color: #8dbb00;
		}
