/*Menu tabs*/

.tab-home{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-1.gif);
}


.tab-gallery{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-2.gif);
}

.tab-events{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-3.gif);
}


.tab-personal{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-4.gif);
}


.tab-testimonials{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-5.gif);
}

.tab-contact{
	width:1024px;
	height:110px;
	border: solid 0px #000;
	float:left;
	background-image: url(images/menu-6.gif);
}


/*menu text classes*/

.tabs{
border: solid 0px #fff;
width: 156px;
height: 50px;
float: left;
text-align: center;
}

.tabs p{color: #fff; font-size: 18px; margin-top: 12px;}

.tab-space{width: 8px; height: 50px; float: left; }


a.tab:link {color: #fff;text-decoration: none;}
a.tab:visited {color: #fff;text-decoration: none;}
a.tab:hover {color: #3333cc;text-decoration: none;}


a.one:link {color: #fff;text-decoration: none;}
a.one:visited {color: #fff;text-decoration: none;}
a.one:hover {color: #74aedf;text-decoration: none;}


/*colour bands*/

.con{
width: 100%;
height: 50px;
background-color: #a841d3;
}

.gal{
width: 100%;
height: 50px;
background-color: #74aedf;
}

.per{
width: 100%;
height: 50px;
background-color: #d089e7;
}

.eve{
width: 100%;
height: 50px;
background-color: #8874df;
}


.test{
width: 100%;
height: 50px;
background-color: #b97cd2;
}

