/* CSS Document */

/* Mmain navigation */

#nav {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 80%;
	width: 730px;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav li {
	float: left;
	list-style: none;
	background: url(/images/nav-li-bg.gif) no-repeat top right;
}

*html #nav li {
	margin:0;
	padding-right: 0px;
	list-style: none;
}

#nav a {
	list-style: none;
	float: left;
	padding-right: 12px;
	padding-left: 11px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: url(/images/nav-bg-green.gif) repeat-x top right;
	border-left: 1px solid #d6b0d1;
	border-right: 1px solid #7b376f;
}

#nav a:hover, #nav a.active {
	color: #ffffff;
	background: url(/images/nav-on-bg.gif) no-repeat top center;
}

#nav a.active {
	font-weight: bold;
	background: url(/images/nav-on-bg.gif) no-repeat top center;
}

	
#loginstrip {
	float: right;
	padding-right: 0px;
	width: 333px;
	height: 75px;
	font-size: 67%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 0px;
}
	
#twobuttons {
	float: left;
	text-align: center;
	width: 156px;
	height: 45px;
	text-decoration: none;
	margin-top: 3px;
	height: 65px;
}
	
#items {
	margin-top: 2px;
	float: right;
	width: 156px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 67px;
}

.shopitems {
	text-align: center;
	width: 156px;
	background-color: #f6e5ec;
	text-align: center;
	line-height: 18px;
}

.shopitems a{
	color: #666666;
	text-decoration: none;
}

.shopitems a:hover{
	color: #666666;
	text-decoration: underline;
}