#navcontainer
{
	background: navy;
 	margin: 0 0 1em 0; 
 	padding: 10px 0px 10px 0px;
 	width: 908px;
}


/* to stretch the container div to contain floated list */
#navcontainer:after
{
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
 	clear: both;
}


ul#navlist
{
 	list-style: none;
 	padding: 0;
 	margin: 0 0 0 2.2em;
 	width: 100%;
	font-size: 1em;
}


ul#navlist li
{
	display: block;
 	float: left;
 	width: 30%;
 	margin: 0;
 	padding: 0;
}


ul#navlist li a
{
 	display: block;
 	width: 100%;
 	padding: 0.5em;
 	border-width: 2px;
 	border-color: #ffe #aaab9c #ccc #fff;
 	border-style: solid;
	color: #777;
	text-decoration: none;
	background: #f7f2ea;
	text-align: center;
	font-weight: bold;
}


ul#navlist li.middle
{
	margin-left: 1em;
	margin-right: 1em;
}



#navcontainer>ul#navlist li a
{ 
	width: auto;
}


ul#navlist li#active a
{
	background: #f0e7d7;
 	color: #980000;
}


ul#navlist li a:hover,
ul#navlist li#active a:hover
{
 	border-color: #aaab9c #fff #fff #ccc;
}



#plasteringGallery,
#renderingGallery,
#tilingGallery
{
	height: 600px;
	width: 800px;
}