/* @import url('reset.css'); */

/* Menu style */
.ei_menu{
	/* background:#111; */
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:180px;
	margin-left:0px;
	position:relative;
	display:block;
	width:1300px;
}
.ei_menu ul li{
	float:left;
	width:120px;
	height:200px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:120px;
	height:200px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/bwNew.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:120px;
	top:0px;
	width:120px;
	height:200px;
	opacity:0.2;
	background:transparent url(../images/colorNew.jpg) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-120px 0px;
}
.pos3 span{
	background-position:-240px 0px;
}
.pos4 span{
	background-position:-360px 0px;
}
.pos5 span{
	background-position:-480px 0px;
}
.pos6 span{
	background-position:-600px 0px;
}
.ei_descr{
	position:absolute;
	width:278px;
	height:200px;
	/* border-right:7px solid #f0f0f0; */
	padding:10px;
	left:120px;
	top:0px;
	background:#008BBE;
}
.ei_descr>h2{
	/* font-family: 'Rock Salt', arial, serif; */
	font-size:18px;
	color:#fff;
	padding:5px 5px 0px 5px;
	/* text-shadow:0px 0px 1px #fff; */
	/* background:#fff url(../images/stripe_light.gif) repeat top left; */
}
.ei_descr>h3{
	font-family: 'Source Sans Pro', sans-serif !important;
	color:#fff;
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:0px 5px;
	font-size:15px;
	/* background:#008BBE; */
}
.ei_descr p{
	color:#fff;
	padding:10px 5px 0px 5px;
	line-height:15px;
	font-size:13px;
	font-family: Arial;
	text-transform:uppercase;
}

.ei_descr a{
	color:#fff;
	padding:5px 15px;
	font-size:13px;
	font-family: 'Source Sans Pro', sans-serif !important;
	text-transform:uppercase;
}

/* For the index_3 demo */
ul.trigger_list{
	position:absolute;
	right:20px;
	top:145px;
}
ul.trigger_list li{
	float:left;
	line-height:53px;
	color:#ddd;
	font-style:italic;
}
ul.trigger_list li a{
	font-family: 'Source Sans Pro', sans-serif !important;
	display:block;
	background:#000;
	color:#ddd;
	line-height:35px;
	padding:5px 10px;
	margin:3px;
	border-radius:5px 5px 5px 5px;
	text-shadow:1px 1px 1px #000;
}
ul.trigger_list li a:hover{
	background:#222;
	color:#fff;

}
