* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #f5f5f5 url('images/wood_pattern.png');*/
	/*source: http://subtlepatterns.com/?p=904*/
}

/*LABELS*/
.label {	
	/*Position*/
	overflow: hidden;
	position: relative;
	margin: 12px;
	display: inline-block;
	vertical-align: top;
	
	/*Skin*/
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
}

.label img {
	display: block;
}

.label p {
	/*Position*/
	position: absolute;
	padding: 5px;
	width: 100%;
	
	/*Skin*/
	background: #000; /*fallback*/
	background: rgba(0,0,0,0.7);
	color: #fff;
	font: bold italic 13px/1.0 Helvtica, Verdana, sans-serif;
	
	/*Animation*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*Top In Bounds*/
.top:hover p, .topleft p, .topright p {
	top: 0%;
}

/*Top Out of Bounds*/
.top p, .centertop p {
	top: -50%;
}

/*Bottom In Bounds*/
.bottom:hover p, .bottomleft p, .bottomright p {
	bottom: 0%;
}

/*Bottom Out of Bounds*/
.bottom p, .centerbottom p {
	bottom: -50%;
}

/*Left In Bounds*/
.bottomleft:hover p, .bottomright:hover p, .topleft:hover p, .topright:hover p, .centerleft:hover p, .centerright:hover p {
	left: 0%;
}

/*Left Out of Bounds*/
.bottomleft p, .topleft p, .centerleft p, .centerleft p {
	left: -150%;
}

/*Right Out of Bounds 150%*/
.bottomright p, .topright p, .centerright p {
	left: 150%;
}

/*Centered From Bottom*/
.centerbottom:hover p {
	bottom: 50%;
}

/*Centered From Top*/
.centertop:hover p, .centerleft p, .centerright p {
	top: 50%;
}

/*Center Margin Fixes*/
.centertop:hover p, .centerleft p, .centerright p {
	margin-top: -20px;
}

.centerbottom:hover p {
	margin-bottom: -20px;
}

/*Country Region Header Titles*/
/*
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

div#navcontainer
{
background-color: #1F00CA;
border-top: solid 1px #FFFFFF;
border-bottom: solid 1px #FFFFFF;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;

text-align: center;



}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
display: inline-block;


}

div#navcontainer ul li a
{
float: left;
width: 175px;
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;




border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
background-color: #16008D;
color: white;

}

#active a { border-left: 1px solid #fff; }

/*End of Country Region Header Titles*/



#navcontainer
{
/*background: #1F00CA;*/
margin: 0 auto;
padding: 1em 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
width: 112%;
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
}
*/
/* 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 auto;
vertical-align: middle;
width: 900px;
	


 
}

ul#navlist li
{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0;

}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #fff;
border-style: solid;
color: #fff;
text-decoration: none;
background: #1F00CA;


}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #1F00CA;
color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFF;
	/*background: transparent;*/
	border-color: #fff #fff #fff #ccc;
}
