#background {
	background: url('../images/categories/categorie_info_top_bg.png') no-repeat center top;
	}
	
	#bar {
		height: 41px;
		background: #293b49;
		margin: 13px 0 0 29px;
		width: 776px;
		}
	
		#bar p {
			padding: 10px 0 0 30px;
			}
			
		#bar select {
			margin-left: 30px;
			}	
		
	#categories {
	
		}
	
		#categories .categories_row {
			height: 199px;
			background: url('../images/categories/categorie_row_bg.png') no-repeat center bottom;
			padding: 60px 0 0 38px;
			}
			
		#categories .row_first {
			height: 198px;
			background: url('../images/categories/categorie_row_first_bg.png') no-repeat center bottom;
			}
			
		#categories .row_last {
			height: 279px;
			background: url('../images/categories/categorie_row_last_bg.png') no-repeat center bottom;
			}
			
			#categories .categories_row .categorie {
				float: left;
				width: 150px;
				margin-right: 0px;
				text-align: center;
				cursor: pointer; 
				}
				
				#categories .categories_row .categorie h1 {
					font-size: 12pt;
					font-weight: normal;
					
					}