/**************************
* BEGIN HOMEPAGE STYLES
*************************/

/**************************
* BEGIN LEFT COLUMN STYLES
*************************/

#left-column {
	float: left;
}

div#left-column ul {
	margin: 16px 14px 0 16px;;
}

div#left-column li {
	margin-bottom: 9px;
}

div#left-column li.promoone {
	background: url(/public/images/promo/left-promo-01.jpg) 0 0 no-repeat;
	width: 236px;
	height: 122px;
}

div#left-column li.promotwo {
	background: url(/public/images/promo/left-promo-02.png) 0 0 no-repeat;
	width: 236px;
	height: 122px;
}

div#left-column li.promothree {
	background: url(/public/images/promo/left-promo-03.jpg) 0 0 no-repeat;
	width: 236px;
	height: 122px;
}

div#left-column li.promofour {
	background: url(/public/images/promo/left-promo-04.jpg) 0 0 no-repeat;
	width: 236px;
	height: 122px;
}

div#left-column li.promofive {
	background: url(/public/images/promo/left-promo-05.gif) 0 0 no-repeat;
	width: 236px;
	height: 122px;
}

div#left-column h1 {
	padding: 10px 0 17px 12px;
	font-size: 24px;
	color: #70b700;
}

div#left-column h1 span {
	font-size: 14px;
}

div#left-column p {
	line-height: 15px;
	margin-left: 12px;
}

div#left-column a.findmore {
	position: relative;
	left: 12px;
	bottom: -7px;
	background: url(/public/images/findmore-btn.png) 0 0 no-repeat;
	width: 46px;
	height: 23px;
	display: block;
}

h1.noimg {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

/**************************
* END LEFT COLUMN STYLES
*************************/

/**************************
* BEGIN RIGHT COLUMN STYLES
*************************/

#content {
	overflow: hidden;
}


#right-column {
	width: 496px;
	float: left;
	padding: 16px 0px 16px 0;
}

div#right-column ul.cat {;
}

div#right-column li.cat {
	margin: 0 14px 19px 0;
	float: left;
	background: url(/public/images/cat-top.png) 0 0 no-repeat;
	width: 233px;
}

div.content .sections a {
	line-height: 20px;
	color: #474747;
}

div#right-column .content {
	width: 209px;
	margin: 7px 0 0 1px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 5px 10px;;
}

div#right-column .footer {
	width: 233px;
	height: 11px;
	background: url(/public/images/cat-btm.png) 0 0 no-repeat;
}

div#right-column h2 {
	margin: 5px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

div#right-column a.morebtn {
	background: url(/public/images/more-arrow-btn.jpg) 0 0 no-repeat;
	margin-top: 4px;
	width: 70px;
	height: 22px;
	display: block;
}

div.sections {
	width: 233px;
	float: left;
}

div.productpreview {
	margin: 11px 0 0 0px;
	text-align: center;
	width: 233px;
	overflow:hidden;
}

div.productpreview img {
margin-bottom: 9px;
float:left;
}

div.producttxt {
	width: 100px;
	float:left;
	text-align:left;
	padding-left: 5px;
}

div.producttxt span {
	line-height: 17px;
	font-weight: bold;
	color: red;
}

div.producttxt a {
	color: #474747;
	text-decoration: none;
}

div.producttxt a:hover {
	text-decoration: underline;
}

div.bottom-promo a.smallad {
	background: url(/public/images/small-ad.png) 0 0 no-repeat;
	width: 480px;
	height: 68px;
	display: block;
}

/*************************
* END HOMEPAGE STYLES
*************************/

