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;
	font: .75em Tahoma, sans-serif;
	color: #666;
	background: url(../img/bricks/grass.jpg);
}
a{
	color: #900;
}
a img{
	border: none;
}
.rt{
	float: right;
}
.lt{
	float: left;
}
.cntr{
	text-align: center;
}
ul{
	list-style: none;
}
.content ul{
	list-style: disc;
	margin: 0 0 0 20px;
}
.content ul ul{
	list-style: circle;
}

html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.footer{
	margin: -75px auto 0;
	position: relative;
	height: 75px;
}

/*- - - - - page - - - - -*/
.page{
	background: #fff url(../img/bricks/page.gif) repeat-y;
	width: 1006px;
	margin: 0 auto;
}
	.wrap{
		overflow: hidden !important;
		overflow: visible;
		margin: 0 auto;
		clear: both;
	}
		.clear{
			clear: both;
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*- - - - - columns: center, right - - - -*/
.subwrap{
	float: right;
	width: 100%;
}
	.content{
		float: left;
		width: 100%;
	}
		/*- - - - - column: center - - - - -*/
		.content .lining{
			padding: 16px 17px 89px 232px;
		}
			.content .lining .column{
				overflow: hidden;
				width: 100%;
			}
.content p{
	margin: 0 0 1em;
}
.content h1{
	font-size: 1.33em;
	color: #439a22;
	margin: 0 0 .7em;
}
.content h2{
	font-size: 1.16em;
	color: #439a22;
	margin: .7em 0;
}
.content .item{
	overflow: hidden;
	height: 189px;
	border-bottom: 17px solid #ffe6cb;
}
.content .last{
	border-bottom: none !important;
}
.content .item img.rt{
	margin: 0 0 0 12px;
}
.content .item img.lt{
	margin: 0 12px 0 0;
}
/*- - - - - column: left - - - - -*/
.extra{
	float: left;
	width: 217px;
	margin-right: -217px;
	overflow: visible;
}
	.extra .lining{
		
	}
ul.nav{
	background: url(../files/wood.jpg) repeat-y;
	position: relative;
	z-index: 100;
	width: 217px;
	float: left;
}
	ul.nav li{
		height: 40px;
		position: relative;
		z-index: 300;
	}
	ul.nav li a{
		color: #fc9;
		width: 187px;
		text-decoration: none;
		display: block;
		height: 40px;
		line-height: 40px;
		padding: 0 15px 0 15px;
		float: left;
		white-space: nowrap;
	}
	ul.nav li a:hover{
		text-decoration: underline;
	}


ul.nav ul{
	position: absolute;
	left: 217px;
	top: 0;
	z-index: 300;
	background: url(../files/wood.jpg) repeat-y;
	display: none;
}
ul.nav li:hover ul,
ul.nav li.hover ul{
	display: block;
}
ul.nav ul li a{
	width: auto;
	white-space: nowrap;
}
/*- - - - - header - - - - -*/
.header{
	background: url(../img/bricks/header.jpg) no-repeat;
}
	.header .lining{
		height: 254px;
	}
#logo{
	display: block;
	height: 143px;
	width: 380px;
	text-indent: -1000em;
	overflow: hidden;
	float: left;
}
ul.serv{
	float: right;
	padding: 5px 13px;
}
	ul.serv li{
		float: right;
		margin: 0 7px;
	}
p.phone{
	float: right;
	clear: right;
	font-size: 1.5em;
	color: #ffe6cb;
	padding: 0 22px 0 0;
	white-space: nowrap;
}
.header .rt{
	width: 300px;
}
/*- - - - - footer - - - - -*/
.footer{
	clear: both;
	width: 1006px;
	font-size: .9em;
}
	.footer .lining{
		margin-left: 217px;
		padding: 20px 33px 16px;
		height: 39px;
		overflow: hidden;
		background: #ffe6cb;
		color: #900;
	}
.footer address{
	font-style: normal;
}
.footer address a{
	color: #900;
}
ul.main{
	margin: 82px 0 0;
	background: url(../img/bricks/wood2.jpg) repeat-x 0 -1px;
	float: left;
	width: 956px;
	padding: 0 0 0 50px;
}
	ul.main li{
		height: 29px;
		float: left;
		background: url(../img/bricks/sep.gif) no-repeat 0 55%;
		position: relative;
		z-index: 200;
		text-transform: uppercase;
	}
	ul.main li:first-child{
		background: none;
	}
	ul.main li a{
		color: #933;
		text-decoration: none;
		font-weight: bold;
		display: block;
		height: 29px;
		line-height: 29px;
		padding: 0 22px;
		float: left;
	}
	ul.main li a:hover{
		text-decoration: underline;
	}
ul.main ul{
	position: absolute;
	top: 29px;
	left: 0;
	background: url(../img/bricks/wood2.jpg);
	
	display: none;
}
ul.main li:hover ul,

ul.main li.hover ul{
	display: block;
}
	ul.main ul li{
		background: none !important;
		border-top: 1px solid #a88144;
		text-transform: none;
		float: none;
		white-space: nowrap;
	}
	ul.main ul li a{
		float: none;
	}

