body {
	margin: 15px; padding: 0px;
	background: #b5b5bd url(/images/bg.gif);
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #000000;
}

noscript {
	text-align: center; 
	color: #000000; 
	font-size: 1.2em;
	margin-top: 5px;
}

form {
    display: inline;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	border: solid black 1px;
	background: #f3f3f3;
	color: #000000; 
}

select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	background: #f3f3f3;
	color: #000000; 
}

#page {
	width: 100%;
	text-align: center;
}

#outer_container {
	margin: auto;
	padding: 12px;
	width: 824px;
	background: #93939D;
	border: solid 1px #7F7F8B;
}

#inner_container {
	margin: auto;
	width: 822px;
	text-align: left;
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
}

#header {
	height: 110px;
	background: url(/images/header_bg.gif) top right no-repeat;
}

#logo {
	float: left;
	padding-left: 17px;
	padding-top: 11px;
	background: #ffffff;
}

#header_nav {
	float: right;
	width: 180px;
	padding: 10px;
	text-align: right;
}

#header_nav a { color: #000000; text-decoration: none; font-weight: bold; }
#header_nav a:active { color: #000000; }
#header_nav a:visited { color: #000000; }
#header_nav a:hover { color: #000000; }

#nav {
	float: left;
	background: #F3F3F6;
	width: 130px;
	border-top: solid 1px #000000;
}

#nav a { color: #000000; text-decoration: none; font-weight: bold; }
#nav a:active { color: #000000; }
#nav a:visited { color: #000000; }
#nav a:hover { color: #000000; }

.nav_item {
	width: 108px;
	padding: 11px;
	border-bottom: solid 1px #000000;
}

.nav_item_store {
	width: 108px;
	padding: 11px;
	border-bottom: solid 1px #000000;
	background: url(/images/shopping_bag.gif) top right no-repeat;
}

#content {
	position: relative;
	float: right;
	width: 652px;
	padding: 20px;
	padding-top: 0px;
}

#footer {
	height: 20px;
	padding: 10px;
}

.clear {
	clear: both;
}

.shopButton {
	background: #ffffff;
	color: #FF000C;
	border-right: solid 1px #74726E;
	border-bottom: solid 1px #74726E;
	font-weight: bold;
}

.pageHeader {
	font-size: 16px;
	font-weight: bold;
}

.categoryHeader {
	font-size: 14px;
	font-weight: bold;
}

.productLink {
	color: #000000;
	text-decoration: none;
}

.cartLink {
	color: #ff0000;
	text-decoration: none;
	background: #f3f3f3;
	border: solid #000000 1px;
	padding: 1px;
}

.cartItem {
	color: #000000;
	text-decoration: none;
}

.activityExample {
    text-align: center;
    padding: 3px;
    background: #cccccc;
    color: #000000;
    border: 0px;
    width: 150px;
    font-weight: bold;
}

.slideshow {
    text-align: center;
    padding: 3px;
    background: #cccccc;
    color: #000000;
    border: 0px;
    cursor: pointer;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}