@import url(./shared.css);
a.slideshow {
	display: block;
	width: 176px;
	height: 26px;
	background-color: #356fa6;
	background-image: url(../images/view-slideshow.gif);
}
img.faux-background {
	position: relative;
	left: -45px;
	margin-top: 20px;
}
#content {
	background: #fff url(../images/bg-internal.gif) repeat-x 0 -40px;
	overflow: hidden;
	z-index: 5;
}
#mainpanel {
	width: 537px;
	padding: 55px 45px 0;
	color: #212121;
	font-size: 12px;
	float: left;
}
	#mainpanel h2 {
		padding: 10px 36px 40px 0;
		color: #bc0905;
		font: normal 26px Rockwell, sans-serif;
		float: left;
	}
	#mainpanel h3 {
		padding-top: 15px;
		border-top: dotted 1px #ccc;
		margin-top: 20px;
		color: #bc0905;
		font: normal 12px Rockwell, sans-serif;	
		text-transform: uppercase;
	}
	#mainpanel p {
		padding-left: 20px;
		border-left: solid 1px #212121;
		
		overflow: hidden;
	}
	#mainpanel .catalog {
		padding: 0;
		margin: 0;
		clear: left;
	}
	#mainpanel .catalog li{
		width: 170px;
		float: left;
		list-style-type: none;
	}
	#mainpanel .catalog a {
		display: block;
		padding: 10px;
		color: #212121;
		font: normal 18px Rockwell, sans-serif;
		text-align: center;
	}
		#mainpanel .catalog a span {
			display: block;
			font: lighter 14px Avenir, sans-serif;
		}
		#mainpanel .catalog a img {
			border: none;
		}
#featured-item {
	position: relative;
	width: 336px;
	padding: 0 0 0 15px;
	
	text-align: center;
	
}
#sidepanel {
	position: relative;
	width: 290px;
	padding: 10px 8px 1010em 27px;
	margin: 0 0 -1000em;
	background: url(../images/drop-shadow.png) repeat-y 0 0;
	overflow: hidden;
	z-index: 20;
}
	#sidepanel h2 {
		padding: 100px 20px 15px;
		margin: 0 0 10px;
		color: #fff;
		background: #b2130f;
		font: lighter 28px arial, sans-serif;
		letter-spacing: .1em;
		
	}
	
#list p {
	margin-left: -20px;
}
#side-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#side-nav a {
	display: block;
	padding: 11px 20px 6px 20px;
	border-bottom: dotted 1px #c6c6c6;
	color: #4d4d4d;
	font: lighter 20px arial, sans-serif;
}

#side-nav a.new {
	
	padding: 11px 20px 6px 20px;
	background: url(../images/icn_new.gif) no-repeat 80px 5px;
}
	#side-nav a span {
		font: normal 14px arial, sans-serif;
	}
#side-nav a:hover {
	background: #e1e1e1;
}

  #side-nav a.new:hover {
	background: #e1e1e1 url(../images/icn_new.gif) no-repeat 80px 5px;
}

#side-nav .active a {
	background: #b0afaf url(../images/arrow-active-nav.gif) no-repeat 0 center;
}

#side-nav .active a.new {
	
	background: #e1e1e1 url(../images/icn_new.gif) no-repeat 80px 5px;
}
#footer {
	position: absolute;
	bottom: 10px;
	left: 654px;
	width: 270px;
	padding: 5px;
	border-top: dashed 1px #c6c6c6;
	margin: 0;
	text-align: center;
	z-index: 25;
}

.trademark {
	font-size: smaller;
	    vertical-align: baseline;
	    position: relative;
	    bottom: 0.33em;
}