html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
}

form
{
	margin:0px;
}

a:link, a:visited, a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

#site_container
{	
	position:relative;
	width:760px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	position:relative;
	width:760px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#header_row
{
	position:relative;
	left:448px;
	top:60px;
	height:20px;
	width:310px;
	font-size:10px;
	text-align:right;
}

#main_content
{
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	min-height:300px;
	height:expression(this.scrollHeight < 300? "300px":"auto" );
	background-color:#000000;
}

#left_container
{
	position:relative;
	top:0px;
	left:0px;
	width:160px;
	float:left;
	z-index:1000;
}

#menu_container
{
	position:relative;
	width:160px;
	min-height:100px;
	height:expression(this.scrollHeight < 100? "100px":"auto" );
	background-color:#242424;
}

#menu_container_top, .menu_container_bottom
{
	position:relative;
	width:160px;
	height:10px;
	overflow:hidden;
	background-image:url(../images/menu_top.gif);
	background-repeat:no-repeat;
	z-index:10;
}

.menu_container_bottom
{
	background-image:url(../images/menu_bottom.gif);
}

.menu_container_middle
{
	position:relative;
	width:127px;
	background-color:#242424;
	min-height:100px;
	height:expression(this.scrollHeight < 100? "100px":"auto" );
	margin-left:auto;
	margin-right:auto;
	z-index:20;
}

#content_container
{
	position:relative;
	top:0px;
	left:20px;
	width:580px;
	margin:0px;
	float:left;
	z-index:10;
	min-height:300px;
	height:expression(this.scrollHeight < 300? "300px":"auto" );
	background-color:#000000;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:1px;
	width:100%;
}

#new_products_container
{
	position:relative;
	width:160px;
	min-height:50px;
	height:expression(this.scrollHeight < 50? "50px":"auto" );
	background-color:#242424;
	margin-top:20px;
}

#new_products_top
{
	position:relative;
	width:160px;
	height:23px;
	background-image:url(../images/new_products_top.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding-top:7px;
}

.new_product_item
{
	line-height:18px;
	border-bottom:1px solid #2f2f2f;
	margin-top:6px;
	padding-bottom:6px;
}

.new_product_item_pink
{
	font-size:14px;
	color:#8f3742;
	font-weight:bold;
}

.new_product_item_blue
{
	font-size:14px;
	color:#0070bc;
	font-weight:bold;
}

.new_product_item_purple
{
	font-size:14px;
	color:#4f326a;
	font-weight:bold;
}

.new_product_item_green
{
	font-size:14px;
	color:#8ba926;
	font-weight:bold;
}

.new_product_item_navy
{
	font-size:14px;
	color:#18417b;
	font-weight:bold;
}

.new_product_item_orange
{
	font-size:14px;
	color:#d36814;
	font-weight:bold;
}

.new_product_item_grass
{
	font-size:14px;
	color:#177C16;
	font-weight:bold;
}

.new_product_item_yellow
{
	font-size:14px;
	color:#F7AD0E;
	font-weight:bold;
}

.new_product_item_plum
{
	font-size:14px;
	color:#802269;
	font-weight:bold;
}

.new_product_item_turquoise
{
	font-size:14px;
	color:#0aa1bc;
	font-weight:bold;
}

#content_footer
{
	position:relative;
	width:760px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	height:91px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:23px;
	font-size:9px;
}

#content_footer_left
{
	position:relative;
	float:left;
	height:91px;
	padding-left:10px;
	padding-top:10px;
}

#content_footer_right
{
	position:relative;
	float:right;
	height:23px;
	width:190px;
	background-image:url(../images/footer_link.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin-right:30px;
	padding-top:6px;
}	

#content_footer a
{
	font-size:11px;
	text-decoration:none;
}

/* END redefine HTML classes */
#javascript_caveat
{	
	position:relative;
	width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	border:1px solid #dedede;
	padding:10px;
	background-color:#ffffff;
}

#skipnav_container
{
	position:relative;
	display:none;
}
