.vendorImage {
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	width: 100%;
	top: 0px;
	
	font-family: sans-serif;
	font-size: xx-large;
	color : white;
	height: 100px;


}

.vendorDetails {

	float: right;

}

.mainContent {

	position: absolute;

	visibility: visible;

	z-index: 2;

	height: auto;

	width: 79%;

	left: 17%;

	top: 150px;

}

.leftMenu {
	position: absolute;
	visibility: visible;
	z-index: 2;
	text-align: center;
	width: 15%;
	left: 0%;
	top: 150px;
	


}

.shopMenu {
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 100px;
	left:0px;
	width: 100%;
}

.searchBox {

	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 5px;
	left: 69%;
	width: 30%;
	text-align: right;
	

}
.footer {
color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	float: right;
	width: 100%;
	text-align: center;
}
.homeTopText{
width:100%;

}	
.homeleftcol {
	float: left;
	width: 72%;
	
}
.homerightcol {
	float: right;
	width: 26%;
	padding: 0px;
	


}
.homebottom {
	
	top: 450px;
	float: left;
	width: 85%;


}
.homeCol1 {
	float: left;
	width: 25%;
	padding: 0%;
	text-align:center;
}
.homeCol3 {
	float: right;
	width: 25%;
	padding: 0%;
	text-align:center;
}
.homeCol2 {
	float: left;
	text-align:center;
	width: 40%;
	padding: 0%;
}
