body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#888686;
	padding:0px;
	margin:0px;
}

.welcome_text
{
	font-size:10px;
}

.welcome_text img
{
	width:16px;
	height:16px;
}

.logout_link
{
	font-size:10px;
	color:#C00;
}

ul#nav_holder
{
	display:block;
	padding-left:1px;
	background-color:#4E4E4E;
	margin:0px;
	width:800px;
	height:22px;
	font-size:10pt;
}
html>body ul#nav_holder {width: 799px;} 
ul#nav_holder li
{
	width:114px;
	height:22px;
	display:inline-block;
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
}
ul#nav_holder li a
{
	line-height:20px;
	vertical-align:middle;
	display:block;
	width:114px;
	height:22px;
	text-align:center;
	background-image:url('../images/button_small.png');
	background-repeat:no-repeat;
	
	font-weight:bold;
}
ul#nav_holder li a:hover
{
	text-decoration:none;
	width:114px;
	height:22px;
	background-image:url('../images/button_small_hover.png');
	background-repeat:no-repeat;
}
.cart_image
{
	width:24px;
	height:24px;
}

.display1
{
	width:650px;
	height:250px;
}
.display2
{
	width:320px;
	height:250px;
	margin-top:10px;
	float:left;
}
.display2.left{margin-right:10px;}

.clear{clear:both;font-size:0.1px;line-height:0.1px;}
a img{border-style:none;}
a:link{color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{color:black;text-decoration:underline;}
a:active{color:black;text-decoration:none;}

span.title1
{
	font-weight:bold;
	font-size:22px;
	color:#880210;
	margin-top:10px;
	margin-bottom:20px;
}
