@CHARSET "UTF-8";
body{
	padding:		0 0 20px 0;
	margin:			0;
	background:		#ddd url(../src/ayfer_bg.jpg) top left;
}
html{
	font:			62.5% normal Helvetica, Verdana, Geneva, Arial, sans-serif;
}
p, table{
	font-size:		1.3em;
	margin-top:		3px;
}
.mainMenue{
	list-style: 	none;
	width:			auto;
	overflow: 		hidden;
	margin-top:		270px;
	margin-left:	400px;
	margin-bottom:	40px;
}
.mainMenue li{
	float:			left;
	margin-right:	10px;
}
a{
	color:			#000;
	text-decoration:none;
}
h2{
	font-weight:	normal;
	margin-top:		0;
}
h3{
	font-weight:	normal;
	color:			#777;
	font-size:		1.6em;
	margin:			0;
}
ul, ol{
	margin:			0;
	padding:		0;
}
.mainMenue a, h2{
	font-size:		1.6em;
}
a:hover, a.active, a:active{
	color:			#777;
	text-decoration:none;
}
p a{
	text-decoration:underline;
}
.metaMenue{
	position:		absolute;
	top:			0;
	right:			0;
	margin:			20px 40px 0 0;
	font-size:		1em;
	list-style: 	none;
}
.fImg{
	float:			left;
	margin-left:	65px;
	margin-right:	15px;
}
.content{
	margin-left:	400px;
	width:			410px;
	position:		relative;
	height:			316px;
}
.content .cFooter{
	position:		absolute;
	bottom:			0;
	margin:			0;
}

.footer{
	background:		#000;
	position:		absolute;
	position:		fixed;
	z-index:		2;
	bottom:			0;
	left:			0;
	width:			100%;
	color:			#fff;
	padding:		5px 0 0 400px;
}
.products{
	list-style:		none;
	font-size:		1.5em;
}



.lightbox{
	position:		absolute;
	left:			0;
	top:			0;
	height:			100%;
	width:			100%;
	z-index:		1;
	text-align:		center;
	background:		url(../src/trans50.png);
}
.navRight, .navLeft{
	background:		#f0f;
	margin:			-42px 50px 0;
	cursor:			pointer;
	height:			84px;
	width:			42px;
}
.nav{
	height:			100%;
	margin:			0 auto;
	list-style: 	none;
}
.cont{
	padding:		50px 150px;
}
.lbImg{
}
.navRight{
	float:			right;
	position:		relative;
	top:			50%;
	
	background:		url(../src/but_next.png);
}
.navLeft{
	position:		relative;
	top:			50%;
	float:			left;
	
	background:		url(../src/but_prev.png);
}
