html
{
	height:100%;
	overflow-y:auto;
}
body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#main_container
{
	width:100%;
	height:100%;
	margin:0 auto;
}

#top
{
	width:100%;
	margin:0 auto;
	padding:0px;
	clear:both;
	height:80px;
}
#content_container
{
	width:100%;
	height:100%;
	margin:0 auto;
	padding:0px;
	clear:both;
}

.navhistory 
{
	margin:0 auto;
	height:13px;
	padding-top:2px;
	width:auto;
	float:left;
	border-bottom:1px solid #000;
}
	.navhistory { color: #000000; font-size: 10px; }
	.navhistory a { color: #000000; text-decoration: none;}
	.navhistory a:hover { color: #CC0000; }
	.navhistory a:visited { color: #000000; }

.leftmenu
{
	background-image: url(../images/wbg-left.gif);
	background-attachment: scroll;
	background-color: #000;
	background-repeat: repeat-y;
	background-position:left 60px;
}
#leftmenu
{
	width:180px;
	height:100%;
	color: #FFFFFF;
	float:left;
}
#menu
{
	margin-left:5px;
	height:80%;
}
	#leftmenu a:link, #leftmenu a:visited, #leftmenu a:active, #leftmenu a:hover
	{
		color:#FFF;
		text-decoration:none;
	}

	.leftmenu
	{
		margin:0px 0px 0px 5px;
	}
	.level1
	{
		font-size: 13px;
		font-weight: bold;
	}
	.level2_left{
		background:url(../images/mnu-s.gif) no-repeat;
	}
	.level2
	{
		font-size:11px;
	}
	.level3
	{
		font-size:9px;
	}	
#content
{
	float:left;
	width:600px;
}

	.prod {
		border-bottom : 2px solid #CC0000;
		padding-bottom:2px;
	}
	.vnr 
	{
		font-size : 14px;
		font-weight : bold;
	}
	.hdr {
		font-size : 10px;
	}
	.price
	{
		background:#FFFF40;
		padding:2px 0px 2px 0px;
	}
.credit{
	font-size:10px;
	margin-left:5px;
}