body {
	font-size: 12px;
	font-family: "Tahoma";
	color: black;
	background-color: white;
}

html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	width: 880px;
	margin: 0px auto;
	position: relative;
}

/* < У верхнего и бокового есть кое-что общее… */
#left a, #menu a {
	color: #f5b741;
}

	#left a:hover,
	#menu a:hover,
	.active a {
		color: white !important;
	}
/* /> */

#dhead {
	background-color: #444039;
	color: white;
	margin: 0px 0px 10px;
	position: relative;
	zoom: 1;
}
	
	#metal {
		position: absolute;
		right: 0px;	
	}
	
	#menu {
		width: 640px;
		height: 25px;
		line-height: 25px;
		
		position: absolute;
		bottom: -25px;
		right: 0px;
		
		background: #444039 url(/img/menubg.png) bottom left no-repeat;
		text-align: center;
	}
	
		#menu li {
			display: inline;
			border-right: 1px solid white;
			padding: 0px 7px 0px 4px;
		}
		
			#menu li.last {
				border-right: 0px none;
			}
			
#dbody {
	margin-bottom: -70px;
}

	#left {
		width: 230px;
		float: left;
		
		background-color: #444039;
		color: white;
		font-weight: bold;
	}
		
		#left h2 {
			padding: 9px;
			margin-bottom: 1.3em;
			
			background-color: #2a2720;
			color: #f5b741;
			font-weight: bold;
		}
		
		#left li {
			padding: 9px;
		}
		
			#left .active {
				background-color: #2a2720;	
			}
	
	#right {
		margin-top: 30px;
		width: 630px;
		float: right;
	}
	
	
	#clr {
		height: 90px;
	}

#footer {
	background-color: #444039;
	color: white;
	padding: 10px;
	position: absolute;
	width: 860px; 
	height: 50px;
	bottom: 10px;
}


/* < Жёсткая установка ресетнутого оформления */
.tcontent h1, .tcontent h2, .tcontent h3, .tcontent h4, .tcontent h5 {
		margin: 0em 0em 0.3em 0em;
	}
	
	.tcontent h1 {
		font-size: 1.3em;
		font-weight: bold;
	}
	
	.tcontent h2 {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	.tcontent h3 {
		font-size: 1.1em;
	}
	
	.tcontent h4 {
		font-size: 1.0em;
	}
	
	.tcontent p {
		margin: 0.2em 0em 0.8em 0em;
	}
	
	.tcontent ul li {
		list-style: disc;
		margin-left: 2em;
	}
	
	.tcontent ol li {
		list-style: decimal;
		margin-left: 2em;
	}
	
	.tcontent td {
		padding: .3em;
	}
/* /> */

.imgcont {
 text-align:center;
 margin-bottom:5px;
}

.table {
 margin:5px auto;
}

div.product {
 float:left;
 margin-left:10px;
}