@import url('reset.css');

/* Menu style */
.ei_menu{
	background:#ffffff;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:400px;
	margin-left:2px;
	position:relative;
	display:block;
	width:740px;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:400px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #ffffff;
}
.ei_preview{
	width:75px;
	height:400px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url('slike/bw.jpg') no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:400px;
	opacity:0.6;
	background:transparent url('slike/color.jpg') no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-75px 0px;
}
.pos3 span{
	background-position:-152px 0px;
}
.pos4 span{
	background-position:-227px 0px;
}
.ei_descr{
	position:absolute;
	width:400px;
	height:410px;
	border-right:7px solid #f0f0f0;
	padding-left:20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	left:75px;
	top:0px;
	background:#fff;
}
.slike{
		margin-left:50px;
}
.ei_descr h2{
	font-family: arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	text-shadow:0px 0px 1px #fff;
	background:#fff url('slike/stripe_light.gif') repeat top left;
}
.ei_descr h3{
	font-family: arial, serif;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	text-align:center;
	padding:10px;
	background:#333;
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
}


