html {
}

body {
}

body.homepage {
	background: url(/sup/img/bg/html.jpg) repeat-x top left #fff;
}

body.homepage #page_note {
	display: none;
}

body.homepage #content {
	margin-top: -20px;
	padding-top: 0;
}


#features_banner {
	padding-bottom: 15px;
}

#features_banner #toggles {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#features_banner #toggles li {
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
}

#features_banner #toggles li a {
	display: block;
	width: 25px;
	line-height: 20px;
	text-align: center;
	color: #f7f1db;
	text-decoration: none;
	overflow: hidden;
	background: url(/sup/img/bg/feature_tab.gif) top no-repeat #411c38;
}

#features_banner #toggles li a.inactive {
	background-image: none;
	background-color: #ffc;
	color: #333;
}

#features_banner #toggles li.active a {
	color: #411c38;
	background: url(/sup/img/bg/active_feature_tab.gif) top no-repeat #f3eddd;
	cursor: default;
}

#features_slides {
	background-color: #63365b;
}

#features_banner .slide {
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
}

#features_banner .slide .content {
	color: #fff;
	width: 230px;
	padding: 15px;
	background: url(/sup/img/bg/featured_bg.gif) top right no-repeat;
	height: 230px;
	overflow: hidden;
	font-family: Georgia, Garamond, Palatino, serif;
}

#features_banner .slide .content h2 {
	margin: 0 15px 8px 0;
	padding: 0;
	line-height: .9;
	font-size: 1.9em;
	font-family: Georgia, Garamond, Palatino, serif;
}

#features_banner .slide .content .short_description {
	color: #fcead6;
	font-size: 1.1em;
	line-height: 1.4em;
}

#features_banner .slide .content h2 a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#features_banner .slide .content h2 a:hover {
	color: #cdc0cb;
}

#features_banner .slide .content .read_more {

}
#features_banner .slide .content .read_more a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-bottom: dotted 1px #9f7497;
	text-decoration: none;
}

#content .article.list {
	margin: 12px 0;
}