body {
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font: x-small/1.5em Georgia,Serif;
	voice-family:  "\"}\""; voice-family: inherit;
	font-size: small;
	text-align: center;
} html>body {font-size: small;}
    
#header {
	float: left;
	width: 100%;
	background: #DAE0D2 url("../images/catalogs/bg.gif") repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	padding: 20px 0 0 0;
}

	#header ul {
		margin: 0;
		padding: 10px 10px 0;
		list-style: none;
	}

		#header ul li {
			float: left;
			background: url("../images/catalogs/left_both.gif") no-repeat left top;
			margin: 0;
			padding: 0 0 0 9px;
			border-bottom: 1px solid #765;
		}

			#header ul li a {
				float: left;
				display: block;
				/*width: .1em;*/
				background: url("../images/catalogs/right_both.gif") no-repeat right top;
				padding: 5px 15px 4px 6px;
				text-decoration: none;
				font-weight: bold;
				color: #765;
			}

			#header > ul li a {width: auto;}

			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#header ul li a {float: none;}
			/* End IE5-Mac hack */

			#header ul li a:hover {
				color: #333;
			}

			#header ul li#current {
				background-position: 0 -150px;
				border-width: 0;
			}

			#header ul li#current a {
				background-position: 100% -150px;
				padding-bottom: 5px;
				color: #333;
			}

			#header ul li:hover, #header li:hover a {
				background-position: 0% -150px;
				color: #333;
			}

			#header ul li:hover a {
				background-position: 100% -150px;
			}
			
#catalog {
	height: 2000px;
}