@font-face {
	font-family: 'MuseoSans500';
	src: url('/_css/museosans_500-webfont.eot');
	src: local('stampandshoutfont'), url('/_css/museosans_500-webfont.woff') format('woff'), url('/_css/museosans_500-webfont.ttf') format('truetype'), url('/_css/museosans_500-webfont.svg#webfontwiOzW2kR') format('svg');
	font-weight: normal;
	font-style: normal;
}
html { 
	margin-bottom: 1px;
	min-height: 101%; 
}
body {
	background-color:white;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.center_container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.rounded {
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#logo {
	width:138px;
	height:88px;
	margin:10px 0px;
	float:left;
	border:none;
	}
.navbar {
	font-family: 'MuseoSans500';
	font-size:18px;
	line-height:30px;
	padding:0px;
	color:white;
	height:30px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	}
.navbar_arrow {
	margin:0;
	padding:0;
	position:absolute;
	bottom:-15px;
	left:0px;
	width:100%;
}
.navlist_arrow {
	margin:0;
	padding:0;
	position:absolute;
	right:-10px;
	top:0;
}
#nav_categories {
	width:790px;
	background-color:#3399FF;
	margin-right:10px;
}
#nav_categories ul{
	margin:0;
	padding:0;
	height:30px;
	/*background-color:#99FF00;*/
}
#nav_categories li {
	display:inline-block;
	list-style-type:none;
	padding:0px 15px;
	margin:0;
	position:relative;
	cursor:pointer;
}
#nav_topics a {
	color:#666666;
	text-decoration:none;
}
#nav_checkout {
	width:200px;
	background-color:#CC0000;
	position:relative;
	cursor:pointer;
}
#nav_topics ul{
	font-family: 'MuseoSans500';
	font-size:16px;
	color:#666666;
	line-height:25px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:200px;
	cursor:pointer;
}
#nav_topics li{
	padding-left:10px;
	position:relative;
	margin-bottom:2px;
}
#nav_topics li:hover, #nav_topics li#current_topic {
	background-color:#006cbf;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:white;
}
#nav_topics .general_category {
	background-color:#fdf469;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#left_col {
	margin-top:50px;
	width:200px;
	float:left;
}
#content_col {
	margin-top:50px;
}
#search_container {
	float:right;
	font-family: 'MuseoSans500';
	font-size:16px;
	margin-top:10px;
}
#header_tag {
	clear:right;float:right;
}
/*
.divider_bar {
	background-color:#808080;
	height:5px;
	margin: 0px;
	width:1000px;
	clear:both;
}
*/

.navbar img {visibility:hidden;}
#nav_categories img {background-color:#3399FF;}
#nav_checkout img {background-color:#CC0000;}
.Bumper_Stickers #nav_Bumper_Stickers img, .Magnets #nav_Magnets img, .Window_Clings #nav_Window_Clings img, .T-Shirts #nav_T-Shirts img, .Cut_Vinyl #nav_Cut_Vinyl img, .Cart #nav_checkout img {visibility:visible}
.navbar li:hover img, #nav_checkout:hover img {visibility:visible;}

#nav_topics img {visibility:hidden;background-color:#006cbf;}
#nav_topics li#current_topic img {visibility:visible}
#nav_topics li:hover a, #nav_topics li#current_topic a {color:white}
