@import url('reset.css');
body{
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	font-size:0.8em;
	color:#fff;
}
.header{
	text-align:center;
	width:100%;
	height:28px;
	clear:both;
	border-bottom:10px solid #fff;
	font-size:1.1em;
	line-height:25px;
}
.header a{
	color:#fff;
	padding-right:20px;
}
.header a:hover{
	color:#111;
}
.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-top: 2px solid #CCCCDD;
}
.left{
	float:left;
	margin-left:10px;
}
.back{
	position:absolute;
	right:10px;
	top:0px;
}

.content {
	width:80%;
}

.content > h1{
	font-size:2em;
	font-weight:normal;
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	border-bottom:1px dotted #444;
	padding:10px 20px;
}
.content > h3{
	font-size:24px;
	color:#aaa;
	font-weight:normal;
	padding:10px 20px;
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
}
h3 a{
	font-size:18px;
	padding-left:20px;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#111;
}
.content {
	margin:0 auto;
/*	padding:0px 0px 58px 0px;  Footer Padding */
}
.footer {
	position:relative;
	width:100%;
	height:50px;
	line-height:50px;
	bottom:0; /* stick to bottom */
	background:#54a1d7;
	border-top:7px solid #fff;
	text-align:center;
	color:#fff;
	background:#000 url(../images/stripe.gif) repeat top left;
}
.footer a{
	color:#fff;
	padding:0px 10px;
}
.footer a:hover{
	color:#111;
}
/* Menu style */
.ei_menu{
	background:#d0e5f4;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:450px;
	margin-left:50px;
	position:relative;
	display:block;
	width:1300px;
	border
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:450px;
	position:relative;
	border-right:2px solid #2854B0;
	overflow:hidden;
}

.item-list ul{
  
  	height:180px;
	margin-left:0px;
	position:relative;
	display:block;
	width:450px;
  
}
.item-list ul li{
  	float:left;
	position:relative;
	display:block;
	border-right:none;
	overflow:hidden;
	width:450px;
	height:40px;
}

.ei_preview{
	width:75px;
	height:450px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/bw.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:450px;
	opacity:0.3;
	background:transparent url(../images/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;
}
.pos5 span{
	background-position:-302px 0px;
}
.pos6 span{
	background-position:-377px 0px;
}
.ei_descr{
	position:absolute;
	width:478px;
	height:410px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:75px;
	top:0px;
	background:#fff;
}
.ei_descr h2{
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	font-size:2em;
	color:#333;
	padding:10px;
	background:#fff url(../images/stripe_light.gif) repeat top left;
}
.ei_descr h3{
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	color:#111;
	font-size:1em;
	font-style:normal;
	padding:10px;
	margin:5px;
	background:#54a1d7;
	text-align:justify
}
.ei_descr h2 a:hover{
	color:#aaa;
}
.ei_descr p{
	color:#000;
	padding:2px 5px 0px 2px;
	line-height:normal;
	font-size:1em;
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	height:auto;
/*	text-transform:uppercase; */
}

/* For the index_3 demo */
ul.trigger_list{
	position:absolute;
	right:60px;
	top:-15px;
}
ul.trigger_list li{
	float:left;
	line-height:53px;
	color:#ddd;
	font-weight:600;
}
ul.trigger_list li a{
	font-family: "Lucida Grande", "Lucida Sans", Sans, Verdana, Tahoma, Arial, sans-serif;
	display:block;
	color:#2854B0;
	padding:5px 10px;
	margin:3px;
}
ul.trigger_list li a:hover{
	color:#111;

}
