@font-face
{
font-family:'copperplate-gothic-light';
src:url('../fonts/copperplate-gothic-light.ttf');

}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #ffffff url(images/main-bg.gif);
	padding: 0;
	margin: 0;
	font-weight:normal;
}
a, a:visited { 
	outline: none 
}
img {
	border: none;
}


/* dock2 - bottom */
#dock2 {
	background-color:red;
	top:703px;
	position: absolute;
left:17%;

z-index:999;
	
}
.dock-container2 {
	position: absolute;
	height: 60px;
	z-index:999;
	background: url(images/dock-bg.gif);

	
}
a.dock-item2 {
	display: block;
	width: 50px; 
	color: #fff; 
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
a.dock-item2 p {
	color:#fff;
	text-align:center;
	margin-bottom:5px;
	 font-weight:normal;
		 	font-size:13px;
			font-family:copperplate-gothic-light;

	letter-spacing:1px;

	}
.dock-item2 span {
	display: none;

}
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px; 
	width:100%;
	height:100%;
}
.txtefct{
color:#fff;
	line-height:25px;
}
@media screen and (max-width: 1024px) { 
	#dock2 {
	background-color:red;
	top:520px;
	position: absolute;
left:65%;

z-index:999;
	
}
.dock-container2 {
	position: absolute;
	height: 60px;
	z-index:999;
	background: url(images/dock-bg.gif);

	
}
a.dock-item2 {
	display: block;
	width: 50px; 
	color: #fff; 
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}
a.dock-item2 p {
	color:#fff;
	text-align:center;
	margin-bottom:5px;
	 font-weight:normal;
		 	font-size:12px;
			font-family:copperplate-gothic-light;

	letter-spacing:1px;

	}
.dock-item2 span {
	display: none;

}
.dock-item2 img {
	border: none; 
	margin: 0px 0px 0px; 
	width:100%;
	height:100%;
}
.txtefct{
color:#fff;
	line-height:25px;
}
}