@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------------
HOME Content area
---------------------------------------------------------------------------------------------------------- */

/* Highlight: Shopping Shipping Bill Payment */
#highlight {
	width:302px;
	float:left;
	margin-bottom:10px;
	text-align:center;
	font-size:80%;
	
}

#highlight .redTxt {
	color:#ef1a2e;

}
#highlight p {
	margin: 0;
}


#highlight h1 {
	margin:0;
	font-size:180%;
	padding:20px 0 10px 0;
}


/* Information: Quick Help, Testimonials */
#info_content {
	margin-bottom:10px;
}


#quick_help {
	width:618px;
	float:left;
	font-size:11px;
	min-height:176px;
}


/* dont adjust padding-left */
#quick_help .bottom_left {
	padding-top:15px;
	padding-bottom:10px;
}

#quick_help h2 {
	color: #ef1a2e;
	font-size:120%;
	margin:15px 0 20px 5px ;
}


#quick_help ul {
	list-style:none;
	padding:0;
	margin:0;
}

#quick_help li{
	margin:0;
}

#quick_help li a {
	color:#666666;
}

#quick_help li a:hover{
	text-decoration:underline;
}

#testimonial {
	width:302px;
	float:left;
	background:url(../images/icon_heart.png) no-repeat bottom right;
}

/* dont adjust padding-left */
#testimonial .bottom_left {
	padding-top:10px;
	padding-bottom:10px;
	min-height:176px;
}

.smallred {
	font-size:11px;
	color:#ef1a2e;
	}
	
blockquote {
font-size:118%;
margin:0;
padding:25px;
text-align:center;
line-height:1.2em;
background:url(../images/icon_heart.png) no-repeat bottom right;
min-height:120px;
}

blockquote a {
color:#666666;
cursor:pointer;
font-weight:lighter;
}

