

h1.homeTitle {
	color: #000;
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#HomepagePromo {
 	height: 150px;
 	background: #ECE2E0;
 	padding: 10px;
 	color: #fff;
	background-position: top right;
	margin-top: 5px;
}
#HomepagePromos {
	margin-top: 0;
}

#HomepagePromos a img {
	width:642px;
}

/*
	Promo list style - category
	---------------------------
*/

.promoPic {
	float: left;
}
.submenu {
	background:url("../cs-images/submenu3.jpg");

}
.submenu_ul {
	width:642px;
	list-style-type:none;
	position: absolute;
	top:180px;
	height: 0;
	margin-left: 5px;
	margin-top: 180px;
	font-family: Arial, Helvetica, sans-serif;
}
*:first-child+html .submenu_ul {
	margin-left: -665px;
}
* html .submenu_ul {
	margin-left: 233px;
}
.submenu_ul li {
	width: 298px;
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
	background:#EEE5BA !important;
	padding: 5px 10px 5px 5px;
	cursor: pointer;
}
.submenu_ul li a,
.submenu_ul h2 {
	text-decoration:none;
	color: #841F31;
	font-family: Verdana, Arial, sans-serif;
	font-style:normal;
	font-size:10px;
	display: block;
	font-weight: bold;
	outline: none;
}
.submenu_ul li a span {
	font-weight: normal;
	color: #333;
}

.submenu_ul li a span h3  {
	font-weight: normal !important;
	color: #333;
	font-size: 11px;
}
.submenu_ul li.current {
	background:#841F31 !important;
}
.submenu_ul li.current span {
	color: #fff;
}
.submenu_ul li.current a,
.submenu_ul li.current a h2 {
	color:#fff !important;
}
.submenu_ul li.current a span h3 {
	font-weight: normal;
	color: #fff !important;
}
.submenu p.promoText {
	color:#000;
	font-size:18px;
	font-weight:normal;
}
.submenu p.promoText {
	top:5px;
	right:5px;
	width: 450px;
	text-align: left;
	float: right;
	position: relative;
}
.submenu p.promoText a {
	width: 450px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.submenu p.promoPrice span {
	padding: 2px 3px 2px 3px;
	background: #fff;
	margin-right: 0;
	margin: 0;
}


.promoPricebox {
	padding: 165px 0px 0px 228px;
}
.submenu .promoPrice {
	background: #81a6c0;
	font-size: 24px;
	position: absolute;
	display: block;
	/*margin-left: 100px;*/
	color: #ffffff;
	padding: 5px;

}
* html .promoPrice {
	margin-left: 228px;
	margin-top: -150px;

}
*:first-child+html .promoPrice {
	margin-left: -410px;
}
.submenu p.promoPrice a {
	text-decoration:none;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	padding: 8px 5px 8px 8px;
	background: #fff;
	margin:-2px 0 0 0;
	outline: none;
}

.submenu p.promoText span {
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
.miniPromoPic {
	float: left;
	width: 24px;
	height: 24px;
	background: #000;
	margin-right: 5px;
}

/* Homepage Articles list - changes to the styles in mainstyle.css */

#Content .ArticleBox {
	width: 158px;
	float: left;
	padding: 0;
	height: 285px;
	margin-right: 2px;
}

.childarticletitle {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	display: block;
}
.childarticletext {
	font-size: 10px;
	padding: 5px;
	color: #333;
}

.ArticleBox h2, .ArticleBox h2 a {
	font-weight:bold;
	font-size:100%;
	color:#DFDFDF;
}
.ArticleBox h2 {
	padding:5px;
	height: 33px;
}
.ArticleBox img {
	margin:1px;
}
.ArticleBox p {
	font-size:10px;
	margin:5px;
	color:#3F0000;
}
.Article01 {
	background:#E6D2D6;
}
.Article01 h2 {
	background:#841F31;
	color:#DFDFDF;
}
.Article01 h2 a, .Article01 h3 a, .Article04 h2 a {
	color:#DFDFDF;
}
.Article02 {
	background:#F7F4F3;
}
.Article02 h2 {
	background:#D9C6C2;
	color:#841f31;
}
.Article02 h2 a {
	color:#841f31;
}
.Article03 {
	background:#E6EDF2;
}
.Article03 h2 {
	background:#81A6C0;
}
.Article04 {
	background:#D9CCCC;
}
.Article04 h2{
	background:#3F0000;
}


