.banner {
	float: left;
	width: 739px;
	height: 400px;
	margin: 0px 0px 10px 0px;
}

.popular-services {
	float: left;
	width: 200px;
	height: 400px;
	margin: 0px 0px 10px 8px;
}

.popular-services ul {
	background: #f8f8f8 url(/images/200x360-background.png) no-repeat scroll 0 0;
	list-style: none;
	height: 360px;
	width: 200px;
	margin: 12px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

.popular-services ul li {
	padding: 7px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.popular-services ul li a {
	font-size: medium;
	color: #000000;
	text-decoration: none;
} 

.popular-services ul li a:hover {
	color: orange;
}

.popular-services ul li span {
	color: #8E8E8E;
	display: block;
	font-size: small;
	margin: 0px 0px 0px 15px;
}

.popular-services img {
	margin: 0px 0px 0px 5px;
}

.popular-services h2 {
	background: transparent url(/images/24x24-next.png) no-repeat;
	padding: 2px 0px 0px 30px;
	height: 24px;
   font-size: large;
   font-weight: normal;
   text-decoration: none;
}


.welcome {
	float: left;
	width: 350px;
	border-right: 1px solid #dddddd;
	padding: 0px 15px 0px 0px;
}

.welcome h2 {
	background: transparent url(/images/24x24-info.png) no-repeat;
	padding: 0px 0px 0px 30px;
	height: 24px;
   font-size: large;
   font-weight: normal;
   text-decoration: none;
} 

.welcome p {
	margin: 10px 0px 10px 35px;
	font-weight: normal;
}

.welcome a {
	font-size: medium;
	color: #56a2db; 
	margin: 0px 0px 0px 35px;
	text-decoration: none;
}

.weoffer {
	float: left;
	width: 550px;
	padding: 0px 0px 0px 15px;
}

.weoffer h2 {
	background: transparent url(/images/24x24-special.png) no-repeat;
	padding: 0px 0px 0px 30px;
	height: 24px;
   font-size: large;
   font-weight: normal;
   text-decoration: none;
}

.weoffer a {
	font-size: medium;
	color: #56a2db;
	text-decoration: none;
}

