#MainContent
{
    /*
    width: 100%;
    float: left;
    */
    /*margin-bottom: 20px;*/
}

#leftContent {
	visibility: hidden;
	min-height: 0px;
	width: 0px;
}

#mainContent{
	margin-left: 0px;
}


.contentMenu 
{
    height: 48px;  
}

#headerRegion {
  margin-bottom: 0px;  
}

/* reset some common.css rules */

#outerWrapper #topNavigation {
	height: 41px;
	margin-bottom: 0;
}
#outerWrapper #contentWrapper 
{
    /*
	background-image: url("/App_Themes/rc51parts/images/contentWrapper_home_bg.png");
	background-position: 653px 0;
    */
	padding-bottom: 10px;
}
/* store message */

#storeMessage {
	background-image: url("/App_Themes/rc51parts/images/storeMessage_bg.jpg");
	background-repeat: no-repeat;
	height: 160px;
	margin-left: 1px;
	overflow:hidden;
}
#storeMessage h1 {
	padding-top: 60px;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

/* featured */

#featuredWrapper {
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
	overflow: hidden;
}
#featuredWrapperAfter {
	background-image: url("/App_Themes/rc51parts/images/featuredWrapper_bg.png");
	background-repeat: no-repeat;
	padding-bottom: 16px;
}
#featuredWrapper .box {
	width: 325px;
	height: 220px;
	background-color: #ababab;
	border: solid 1px #8c8e94;
	float: left;
	margin-right: 4px;
	background-image: url("/App_Themes/rc51parts/images/featuredBox_bg.gif");
	background-repeat: repeat-x;
}
#featuredWrapper h2 {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 7px -1px;
	padding: 0px 0px 18px 48px;
	margin-top: 8px;
}

#featuredWrapper .productWrapper {
	overflow: hidden;
	margin-top: -15px;
}
#featuredWrapper .productWrapper .image {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	/*
	width: 180px;
	*/
}
#featuredWrapper .productWrapper .price h3 {
	color: #0F1323;
	font-size: 18px;
	padding: 0 20px;
	line-height: 26px;
	padding-top: 5px;
}
#featuredWrapper .productWrapper .price p {
	margin-bottom:0;
	padding-bottom:0;
}
#featuredWrapper .productWrapper .price h4 {
	color: #fff;
	font-size: 26px;
	line-height: 38px;
	padding: 0 20px 6px 20px;
	font-style: normal;
}
#featuredWrapper p {
	padding: 0 15px 5px 15px;
	color: #fff;
	font-size: 12px;
}
#featuredWrapper p.morespace {
	line-height: 20px;
}

#featureProduct {
	background-image: url("/App_Themes/rc51parts/images/icon_featuredProduct.png");
}
#aboutPowerstore {
	background-image: url("/App_Themes/rc51parts/images/icon_aboutPowerstore.png");
}
#whatsNew {
	background-image: url("/App_Themes/rc51parts/images/icon_whatsNew.png");
}

/* content */

#contentWrapper .news {
	width: 348px;
	float: right;
	background-image: url("/App_Themes/rc51parts/images/contentWrapper_home_bg.png");
    background-repeat: no-repeat;
    background-position: 0px 0;
}
#contentWrapper .news h2 {
	color: #0B1846;
	background-color: #ababab;
	padding: 11px;
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
}
#contentWrapper .news h3 {
	margin-bottom: 5px;
	padding: 0 15px;
	margin-left: 15px;
}
#contentWrapper .news p {
	margin-bottom: 5px;
	padding: 0 15px;
	margin-left: 15px;
}
#contentWrapper .news ul {
	margin-left: 15px;
}

#contentWrapper .news .separator {
	background-image: url("/App_Themes/rc51parts/images/news_separator.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
	margin: 15px 0;
}
#contentWrapper .products {
	margin-right: 350px;
	padding: 5px 0 10px 20px;
}
#contentWrapper .products .infoWrapper {
	overflow: hidden;
}
#contentWrapper .products .infoWrapper .price {
	float: right;
	width: 150px;
}
#contentWrapper .products .infoWrapper .price h4 {
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
}
#contentWrapper .products .infoWrapper .info {
	margin-right: 160px;
}
#contentWrapper .products .boxshots {
	text-align: center;
	padding-top: 20px;
}

.info
{
    font-size: 8pt;  
}

.info h2
{
	margin-top: 25px;
	margin-bottom: 0px;
}

.info h3
{
	margin-top: 25px;
	margin-bottom: 5px;
}

