/*************************

HOME PAGE CONTENT ELEMENTS

**************************/

.homepageleftcontent{
	float:left;
	width:545px;
	margin-top:10px;
	margin-left:10px;
}

.homepagelatestadvert{
	float:left;
	width:545px;
	height:371px;
}

.homepageexperts{
	float:left;
	width:545px;
	height:132px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:white;
}

.expertstitle{
	float:left;
	width:540px;
	height:36px;
	margin-top:5px;
	margin-left:5px;
	font-size:24px;
}

.expertsquote{
	float:left;
	width:510px;
	height:70px;
	margin-right:5px;
	padding-left:30px;
	font-size:16px;
}

.expertslink{
	float:left;
	width:540px;
	height:20px;
	margin-right:5px;
	text-align:right;
}


.homepagerightcontent{
	float:left;
	width:231px;
	margin-top:10px;
	margin-left:10px;
}

.homepagenewestproduct{
	float:left;
	width:231px;
	height:251px;
	background-color:white;
}

.newestproducttitle{
	float:left;
	width:221px;
	margin-left:10px;
	height:58px;
}

.newestproductimage{
	float:left;
	width:231px;
	height:160px;
}

.newestproductlink{
	float:left;
	width:226px;
	height:18px;
	margin-right:5px;
	text-align:right;
	font-size:14px;
}

.homepagemostpopular{
	float:left;
	width:231px;
	height:251px;
	margin-top:10px;
	background-color:white;
}

.homepagemostpopulartitle{
	float:left;
	width:221px;
	margin-left:10px;
	height:58px;
}

.homepagemostpopularimage{
	float:left;
	width:231px;
	height:160px;
}

.homepagemostpopularlink{
	float:left;
	width:226px;
	height:18px;
	margin-right:5px;
	text-align:right;
	font-size:14px;
}