/*tab css*/
#tabs-nav {
	position: relative;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#bbbbbb;
}

#tabs-nav a {
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	text-decoration:none;
}

#tabs-nav a:link {
	color:#bbbbbb;
}

#tabs-nav a:visited {
	color:#bbbbbb;
}

#tabs-nav a:hover {
	color:#0000e1;
	cursor:pointer;
}

#tab-shopOverview{}
#tab-currentProjects{}
#tab-pastProjects{}

#content-shopOverview{}
#content-currentProjects{}
#content-pastProjects{}

#content-shopOverview a:visited, #content-currentProjects a:visited, #content-pastProjects a:visited {
	color:#ffffff;
}