/* <Second level pages> */
	#top-menu
	{
		border-bottom-width: 0;
	}

	#content-header
	{
		height: 87px;
		background-repeat: no-repeat;
		border-bottom: 2px solid #eec987;
	}

	#breadcrumbs
	{
		border-bottom: 1px solid #ababab;
		padding: 5px 0;
	}

	#breadcrumbs,
	#breadcrumbs *
	{
		font: normal 11px Verdana, sans-serif;
		color: #727272;
	}

	#breadcrumbs span
	{
		text-decoration: underline;
	}

	#right-column
	{
		float: right;
		width: 750px;
		margin-top: 35px;
		font: normal 11px Verdana, sans-serif;
		padding-bottom: 75px;
	}

	#left-column
	{
		float: left;
		width: 210px;
		border-right: 1px solid #ababab;
		position: relative;
		padding-bottom: 185px;
		margin-top: 35px;
	}

	#left-column span
	{
		display: block;
		width: 215px;
		height: 185px;
		position: absolute;
		bottom: 0;
		left: 0;
		background: #fff url(../../image/gfx/danesi-classic-white.gif) no-repeat;
	}

	#right-column h1,
	#left-column strong
	{
		display: block;
		font: bold 16px Arial, sans-serif;
		color: #930;
	}

	#right-column h2
	{
		font: bold 14px Arial, sans-serif;
		color: #930;
	}

	#right-column h3
	{
		font: bold 12px Arial, sans-serif;
		color: #930;
	}

	#right-column h4
	{
		font: bold 11px Arial, sans-serif;
		color: #930;
	}

	#right-column h5
	{
		font: bold 10px Arial, sans-serif;
		color: #930;
	}


	#right-column h1
	{
		margin: 30px 0 15px 0;
		padding: 0;
	}

	#right-column div.content div
	{
		width: 390px;
		float: left;
		padding-top: 15px;
	}

	#right-column div.content
	{
		color: #4d4d4d;
	}

	#right-column div.content p
	{
		margin: 0 0 15px 0;
		padding: 0;
	}

	#right-column div.content div.images
	{
		width: 355px;
		display: inline;
		float: right;
		padding: 20px;
		max-width: 315px;
	}

	#right-column div.images div
	{
		border: 1px solid #ababab;
		padding: 10px;
		display: inline;
		float: left;
		clear: both;
	}
	
	#right-column div.images p
	{
		float: left;
		clear: both;
		padding: 10px 14px;
		margin: 0;
		width: 310px;
		max-width: 290px;
		font: normal 11px Tahoma, sans-serif;
	}

	#left-column strong
	{
		margin-left: 30px;
	}

	#left-column ul
	{
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0;
	}

	#left-column ul ul
	{
		margin: 0;
	}

	#left-column ul li
	{
		margin: 0;
		font-size: 1px;
		line-height: 1px;
		padding: 5px 10px 0 0;
		background: url(../../image/bullet/gray-box.gif) 17px 9px no-repeat;
		display: block;

	}

	#left-column ul li li
	{
		padding: 5px 0 0 20px;
	}

	#left-column ul li a
	{
		text-decoration: none;
		font: normal 11px Tahoma, sans-serif;
		color: #505050;
		display: block;
		padding-left: 30px;
		cursor: pointer;
		background: url(../../image/bullet/gray-box.gif) 17px 4px no-repeat;
	}

	* html #left-column ul li a
	{
		float: left;
		clear: both;
		width: 185px;
	}

	#left-column ul li.active a
	{
		background: url(../../image/bullet/brick.gif) 0px 3px no-repeat !important;
	}

	#left-column ul li li a,
	#left-column ul li.active li a
	{
		background: url(../../image/bullet/gray-box.gif) 12px 4px no-repeat !important;
		padding-left: 25px;
	}

	#left-column ul li li.active a,
	#left-column ul li.active li.active a,
	#left-column ul li li a:hover,
	#left-column ul li.active li a:hover
	{
		background-image: url(../../image/bullet/brown-box.gif) !important;
	}
		
	#left-column ul li a:hover,
	#left-column ul a.active
	{
		text-decoration: underline;
		color: #930;
	}

	#left-column ul li a:hover
	{
		background: url(../../image/bullet/brown-box.gif) 17px 4px no-repeat;
	}

	#bottom-menu
	{
		clear: both;
		text-align: center;
	}

	#bottom-menu ul
	{
		margin: 0 auto 3px auto !important;
		padding: 15px 0 0 0;
		width: 950px;
		clear: both;
	}

	#bottom-menu ul li
	{
		display: inline;
		padding: 0 15px;
		font: normal 11px Verdana, sans-serif;
		border-left: 1px solid #505050;
	}
	
	#bottom-menu ul li.first
	{
		border-width: 0;
	}

	#bottom-menu ul li a
	{
		color: #505050;
	}
/* </Second level pages> */

