div#main-body > img.main-banner{
	max-width: 100%;
}

div#main-body > section{
	text-align: center;
}

div#main-body > section ul{
	margin: 0;
	padding: 0;
}

div#main-body > section ul li{
	display: inline;
	font-size: 14px;
	text-align: center;
}

div#view-products > img{
	float: right;
	margin-right: 30px;
}

div#view-products > .text-h2{
	font-size: 15px;
	font-weight: normal;
	float: left;
	width: 71%;
}

div#view-products > .text-h2 img{
	display: block;
	margin-top:10px;
	max-width: 100%;
}

div#main-body > section.promotion{
	
}

div#main-body > section.promotion > h2{
	color: white;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 57px;
	text-indent: 0.5em;
}

div#main-body > section.promotion.quick-deal > h2{
	background-color: #fe586c;
}

div#main-body > section.promotion.special > h2{
	background-color: #79ceda;
}

div#main-body > section.promotion.featured > h2{
	background-color: #88bf5a;
}

div#main-body > section.promotion > h3,
div#main-body > section.top-blog-posts h3{
	color: #4d4e50;
	font-size: 1.125em;
	font-weight: normal;
	margin: 10px 0;
	padding-left: 5px;
}

div#main-body > section.promotion > h3 > a,
div#main-body > section.top-blog-posts h3 a{
	color: #4d4e50;
	text-decoration: none;
}

div#main-body > section.top-blog-posts h3{
	font-weight: bold;
}

div#main-body > section.promotion > span > img{
/*	float: right; */
	max-width: 100%;
}

div#main-body > section.promotion > span{
	color: #757575;
	font-size: 0.750em;
	font-weight: normal;
	line-height: 13px;
	text-indent: 10px;
}

div#main-body > section.promotion > span.price{
	margin-left: 10px;
}

div#main-body > section.promotion > a{
/*    float: left;*/
    display: inline-block;
    margin: 10px;
}

div#main-body > section.promotion > span.price > s{
	font-style:normal;
	text-decoration: line-through;
}

div#main-body > section.promotion > span > strong{
	display: block;
	font-size: 1.2em;
	text-indent: 10px;
}

div#main-body > section.top-blog-posts{
	position: relative;
}

div#main-body > section.top-blog-posts > h2,
div#main-body > section.popular-categories > h2,
div#main-body > section.top-products > h2,
div#main-body > section.top-articles > h2,
div#main-body > section.testimonials > h2{
	font-family: 'Droid Sans', sans-serif;
	font-size: 1.3em;
	font-weight: normal;
}

div#main-body > section.top-blog-posts li{

}

div#main-body > section.popular-categories{
	clear: both;
	width: 100%;
}

div#main-body > section.top-products li > h3{
	color: #6c6c6c;
	font-size: 15px;
	margin: 0;
}

div#main-body > section.top-products li > h3 > a{
	color: #6c6c6c;
	text-decoration: none;
}

div#main-body > section.top-products li > h3 > a:hover{
	color: #5C5959;
	text-decoration: none;
}

div.party-suppliers-directory img{
	max-width: 100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

	div#main-body > section.promotion > h2{
		font-size: 1.4em;
	}

}

@media only screen and (max-width: 480px) {
	div#view-products > .text-h2{
		width: 100%;
	}
}

@media only screen and (max-width: 765px) {
	
}

@media only screen and (min-width: 765px) {
	
	div#main-body > section.promotion{
		float: left;
		margin-top: 15px;
		text-align: left;
		width: 50%;
	}
	
	div#main-body > section.promotion > h2{
		margin: 0;
	}
	
	div#main-body > section.top-blog-posts{
		float: left;
		margin-left: 1%;
		margin-top: 15px;
		width: 47%;
	}
	
	div#main-body > section.top-blog-posts > h2{
		margin-top: 12px;
	}
	
	div#main-body > section.oneitemslider ul li{
		text-align: left;
	}
	
	div#main-body > section ul li > div{
		width: 90%;
	}
	
	div#main-body > section.top-articles{
		float: left;
		margin-top: 15px;
		width: 49%;
	}
	
	div#main-body > section.testimonials{
		float: left;
		margin-left: 1%;
		margin-top: 15px;
		width: 48%;
	}
	
	div#main-body > section.featured-business{
		text-align: left;
	}
	
	div#main-body > section.featured-business p{
		margin-left: 185px;
	}

	div#main-body > section.top-articles > h2,
	div#main-body > section.testimonials > h2{
		margin-top: 3px;
	}

	div#main-body > section.promotion > figure{
		float: right;
		margin-right: 15px;
		margin-top: 15px;
	}
	
	div#main-body > section.promotion > p{
		float: right;
	}
	
	div.party-suppliers-directory{
		float:right;
	}
}

@media only screen and (max-width: 1023px) {
	
}

@media only screen and (min-width: 1023px) {
	
}