/*Portfolio */


.website-blue {
	font-family:verdana;
	font-size:14px;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 215px;
	padding-top: 6px;
	padding-left:10px;
}

.website-blue:hover {
	
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-o.jpg);
	background-repeat: no-repeat;
}


.website-green {
	font-family:verdana;
	font-size:14px;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 215px;
	padding-top: 6px;
	padding-left:10px;
}
.website-green:hover {
	
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-o.jpg);
	background-repeat: no-repeat;
  
}

.website-amber {
	font-family:verdana;
	font-size:14px;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 215px;
	padding-top: 6px;
	padding-left:10px;
}
.website-amber:hover {

	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-o.jpg);
	background-repeat: no-repeat;
  
}

.website-red {
	font-family:verdana;
	font-size:14px;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-4.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 215px;
	padding-top: 6px;
	padding-left:10px;
}
.website-red:hover {
	
	color: #FFF;
	text-decoration: none;
	background-image: url(images/websites/website-designer-o.jpg);
	background-repeat: no-repeat;
    
}

#clearspace
{
height: 320px;	
}

