/* CSS Document */

#contentHome #left{ 
	padding:10px;
	float:left;
	width:472px;
	}

#contentHome #right{
	padding:10px;
	float:left;
	width:240px;
	background:url("../images/bgHome.gif") repeat-x top;
	}
	
/*  LEFT SIDE PANEL  */

.productBanner{
	margin-bottom:10px;
	}
.productBanner .top{
	background:url("../images/home/productBannerTop.gif") no-repeat;
	padding:5px;
}
.productBanner .bodyCar, .productBanner .bodyHome, .productBanner .bodyMotorbike, .productBanner .bodyTravel{
	padding:0 2px 10px 10px;
	}
.productBanner .bodyCar{
	background:url("../images/home/productBannerCar.gif") no-repeat bottom left;
	}
.productBanner .bodyTravel{
	background:url("../images/home/Travel.jpg") no-repeat bottom left;
	}
.productBanner .bodyHome{
	background:url("../images/home/productBannerHome.gif") no-repeat bottom left;
	}
.productBanner .bodyMotorbike{
	background:url("../images/home/productBannerMotorbike.gif") no-repeat bottom left;
	}
.productBanner h2{
	font-size:2.2em;
	line-height:0.8em;
	background:url("../images/common/blueArrow.gif") no-repeat 0 6px;
	padding-left:10px;
	
	
	}
.productBanner h2 a{
	text-decoration:none;
	color:#036;
}
.productBanner h2 a:hover{
	color:#74a2c5;
}
.productBanner h2 a span{
	font-size:0.5em;
}
.productBanner p{ 
	color:#fff; 
	width:185px;
	margin:2px 0 12px 0;
	line-height:1.2em;
}
.productBanner p a{ 
	float:right;
	color:#036;
	font-weight:bold;
	padding-right:8px;
	background:url("../images/common/blueArrow.gif") no-repeat right 4px;
	margin-top:2px;
}

/*  RIGHT SIDE PANEL  */
.rightBox{
	margin-bottom:10px;
	}
.rightBox .body{
	background:url("../images/home/rightBoxBottom.gif") no-repeat bottom left;
	padding:2px 8px 10px 8px;
	}
.rightBox .header{
	font-weight:bold;
	padding:8px;
	background:url("../images/home/rightBoxHeader.gif") no-repeat top left;
	}
.rightBox .top{
	background:url("../images/home/rightBoxTop.gif") no-repeat top left;
	padding:5px;
	}

.rightBox .body ul { 
	list-style-type:none;
	margin:0;
	}
.rightBox .body ul li{ 
	border-top:dashed 1px #98A093;
	padding: 6px 0 6px 10px;
	margin:0;
	background:url("../images/common/greyArrow.gif") no-repeat 0 12px;
}
.rightBox .body ul li.first{ 
	border-top:none;
}
.rightBox .body ul li h3{ 
	font-size:1.4em;
	margin:0;
}
.rightBox .body ul li h3 a{ 
	text-decoration:none;
	line-height:1em;
}
.rightBox .body ul li h3 a span{ 
	font-size:0.7em; 
	font-weight:normal;
}
.rightBox .body ul li h3 a:hover{ 
	color:#98A093;
}
.rightBox .body ul li  a.more{ 
	float:right;
	color:#036;
	font-weight:bold;
	padding-right:8px;
	background:url("../images/common/blueArrow.gif") no-repeat right 4px;
	margin-top:2px;
}
.bannerAd a { 
        display: block;
        background:url("../images/home/lifebanner.jpg") no-repeat;
	height:50px;
	width:240px;
	}
.bannerAd span{
	display:none;
	}
