/* begin new css layout */

body, html
{
	margin: 0;
	padding: 0;
	_margin-top:10px;
	background: #fff;
	color: #000;

	font: 12px Tahoma;
	background-image: url(/images/background.jpg);
}

body
{
	min-width: 800px;
	min-height: 600px
}

#wrapper
{
	width:expression(document.body.clientWidth > 850 ? "850px" : "auto" );
	height: auto;
	background: #aec484;
	border: 1px solid black;
	margin: 20px 20px;
}

#logo
{
	position: absolute;
	top: 26px;
	left: 30px;
}

#header
{
	
	padding-left: 150px;
	height: 46px;
	background-image: url(/images/top_bg.jpg);
}

#searchbox
{
	position: absolute;
	padding-top: 11px;
	top: 21px;
	left: 425px;
	width: 204px;
	height: 45px;
	margin-left: 20px;
	background-image: url(/images/search_bg.gif);
	background-repeat: no-repeat;
}

#navigation
{
	
	padding-left: 140px;
	background-image: url(/images/topnav_bg.gif);
	height: 27px;
	
}

#navigation ul
{
	margin: 0;
	padding: 5px;
	list-style: none;
}

#navigation li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation a
{
	font-size: smaller;
	color: black;
	text-decoration: none;
}

#menu
{
	background: #aec484;
	float: left;
	width: 138px;
}

#menu .topmenulist a
{
	display: block;
	border-top: 0px solid white;
	background-image: url(images/mainmmenu_bg.gif);
	height: 14px;
	background-repeat: no-repeat;
	text-align: right;
	padding: 6px 12px 5px 0px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-family:arial;
}

#menu .productmenulist a
{
	display: block;
	border-top: 0px solid white;
	background-image: url(images/mainsubmenu_bg.gif);
	height: 14px;
	background-repeat: no-repeat;
	text-align: right;
	padding: 6px 12px 5px 0px;
	color: #CC6699;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-family:arial;
}

#menu .bottommenulist a
{
	display: block;
	border-top: 0px solid white;
	background-image: url(images/mainmmenu_bg.gif);
	height: 14px;
	background-repeat: no-repeat;
	text-align: right;
	padding: 6px 12px 5px 0px;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-family:arial;
}

#menu .topmenulist
{
	position: absolute;
	top: 190px;
	left: 21px;
	width: 138px;
}

#menu .productmenulist
{
	position: absolute;
	top: 240px;
	left: 21px;
	width: 138px;
}

#menu .bottommenulist
{
	position: absolute;
	top: 440px;
	left: 21px;
	width: 138px;
}

#content
{
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid black;
	margin: 5px 5px 5px 138px;
	min-height: 475px;
	overflow:hidden;
	height:expression(this.scrollHeight < 475? "475px" : "auto" );
	color: #675338;
	text-align:justify;
	font-family: Times New Roman;
	font-size:13px;
}

#content .yarn a
{
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-family:arial;
}

#footer
{
	padding-bottom: 3px;
	background: #aec484;
	clear: both;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-family:arial;
}

#footer a
{
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-family:arial;
}

#content .classlist
{
	display: block;
	text-align: left;
	padding: 6px 12px 150px 60px;
	color: #CC6699;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family:arial;
}

#content .classlist a
{
	display: block;
	text-align: left;
	padding: 10px 12px 5px 40px;
	color: #CC6699;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family:arial;
}
#content .subclasslist
{
	display: block;
	text-align: left;
	padding: 6px 12px 0px 20px;
	color: #CC6699;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family:arial;
}

#content .subclasslist a
{
	display: block;
	text-align: left;
	padding: 10px 12px 5px 40px;
	color: #CC6699;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family:arial;
}