#top-container {
	width: 930px;
	height: 100px;
	background-color: #ffe325;
}

	#top-container * {
		font-size: 13px;
		color: #01bfcb;
	}

	#top-container img.logo {
		margin-top: 10px;
		margin-left: 28px;
		border: none;
	}

#bottom,
#menu {
	width: 100%;
	border-top: 1px solid #b17549;
	border-bottom: 1px solid #b17549;
}

	#menu ul {
		list-style-type: none;
	}
	
		#menu ul li {
			margin: 3px 10px;
			float: left;
		}
	
	div.catalog-header {
		margin: 3px;
		color: #91592f;
		font-weight: bold;
		
		width: 270px;
	}
	
	div.catalog-header a {
		margin-top: 4px;
		margin-right: 5px;
	}

div.breadcrumb {
	font-size: 12px;
	padding-top: 3px;
}

#bottom {
	margin-top: 20px;
	padding: 3px 0;
}

	#bottom div.email {
		width: 270px;
		font-size: 12px;
		text-align: center;
	}

	#bottom div.copyright {
		width: 660px;
		font-size: 12px;
		text-align: center;
	}


div.col-left {
	width: 270px;
}

#main-content {
	margin-top: 15px;
}

#catalog-tree {
	
}

	
	#top-container div.top-right {
		width: 370px;
	}
	
	#top-container div.menu {
		padding-top: 23px;
	}
		
		#top-container div.menu .text-separator {
			color: #d8bbad;
			width: 36px;
			text-align: center;
		}
		
	#top-container div.basket {
		padding-right: 30px;
		padding-top: 19px;
	}
		
		#top-container div.basket .img-separator {
			background-image: url('images/vertical-separator.gif');
			background-repeat: no-repeat;
			width: 25px;
			height: 90px;
			text-align: center;
		}
		
		#top-container div.basket .text-block {
			padding-top: 4px;
			width: 130px;
		}
		
			#top-container div.basket .text-block .basket-sum {
				font-size: 16px;
				font-weight: bold;
			}
