*{
	padding:0px;
	margin:0px;

}

a{
	text-decoration:none;
}

body{
	/*background-image:url("IMG/backgroundWhiteWall.jpg");*/
	/*background-color:#1c1c1c;*/
	background-color:black;
	width:100%;
	min-width:600px;
}

h1{
	color:#b4915e;
	font-family:nevis;
	text-transform:uppercase;
	font-size:6em;
	text-align:center;
	margin-top:30px;
	
}

h2{
	color:#94713e;
	font-family:nevis;
	text-transform:uppercase;
	font-size:4em;
	text-align:center;
	margin-top:30px;
	
}

h2 a{
	color:#b4915e;
	font-family:nevis;
	/*text-transform:uppercase;*/
	
	text-align:center;
	margin-top:5px;
	text-decoration:none;


}

h3{
	color:#b4915e;
	font-family:nevis;
	text-transform:uppercase;
	font-size:2em;
	text-align:center;
	margin-top:30px;
	
}

h4{
	color:#b4915e;
	font-family:nevis;
	/*text-transform:uppercase;*/
	font-size:1.4em;
	text-align:center;
	margin-top:30px;
	
}

h5{
	color:#d4b17e;
	font-family:nevis;
	/*text-transform:uppercase;*/
	font-size:1.2em;
	text-align:center;
	margin-top:30px;
	
}

a:hover{
	color:silver;
	font-family:nevis;
	/*text-transform:uppercase;*/
	
	text-align:center;
	margin-top:5px;
	text-decoration:none;


}

.container{
	width:400px;
	
	height:auto;
	position:relative;
	
	margin-top:50px;
	margin:auto;
	
	padding:0px;
	padding-top:0px;

}

.onelinerDivClearVisible{
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	height:0px;
	position:relative;
	margin:auto;
	width:70%;
	min-width:480px;
	border-top:1px solid #b4915e;
	clear:both;
	padding:0px;
	margin-top:30px;
}

.onelinerDivClearVisibleMini{
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	height:0px;
	position:relative;
	margin:auto;
	width:70%;
	border-top:1px solid #b4915e;
	clear:both;
	padding:0px;
	margin-top:30px;
}

.dashedBottom{
	width:100%;
	margin-top:100px;
	border:3px dashed #b4915e;
	height:0px;
	margin-bottom:50px;
}



.TitleLinksSquare{
	width:100%;
	height:400px;

	
	position:relative;
	
	border:0px solid white;
	overflow:visible;
	padding:0px;
	margin:0px auto;
	
	
	
	overflow:visible;
	
	clear:both;
	
	margin-top:100px;
	
	
	
	
}

.TitleLinksSquare a{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	display:block;
	overflow:visible;

}




.TitleLinksSquareColorFill{
	left:-50px;
	top:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	height:100%;
	display:inline;
	/*border-bottom-left-radius:20px;*/
	border-radius:100%;
	
	opacity: 0;
    filter: alpha(opacity=0);
	overflow:visible;
	
	-webkit-transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;

}

.TitleLinksSquare a:hover .TitleLinksSquareColorFill{
	left:0px;
	opacity: 1;
    filter: alpha(opacity=100);
	overflow:hidden;
	-webkit-transition: all 0.12s ease-in-out;
    -moz-transition: all 0.12s ease-in-out;
    -ms-transition: all 0.12s ease-in-out;
    -o-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}

.TitleLinksSquareColorFill img{
	animation: none;
	-webkit-animation: none;
	border:0px solid rgba(0,0,0,0);
	overflow:visible;
	
}

.TitleLinksSquareColorFill img:hover{
	animation: none;
	-webkit-animation: none;
	border:0px solid rgba(0,0,0,0);
	/*background-color:rgba(200,200,200, 0.6);*/
	overflow:visible;
}

.TitleLinksSquare img{
	filter:none;
	width:100%;
	height:100%;
	
	padding:0px;
	margin:0px;
	display:inline;
	float:none;
	
	/*border-bottom-left-radius:20px;*/
	border-radius:100%;
	overflow:visible;
	
	
	animation: none;
	-webkit-animation: none;
	border:0px solid rgba(0,0,0,0);

}

.TitleLinksSquare img:hover{
	animation: none;
	-webkit-animation: none;
	border:0px solid rgba(0,0,0,0);
	overflow:visible;
}