@import url('reset.css');
body{
	font-family:"Trebuchet MS", sans-serif;
	font-size:14px;
	background:#444;
	color:#000;
}

.container {
	position:center; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}
.left{
	float:left;
	margin-left:10px;
}
.back{
	position:absolute;
	right:10px;
	top:0px;
}
.content > h1{
	font-size:40px;
	font-weight:normal;
	text-shadow:0px 0px 1px #ccc;
	font-family: 'Raleway', arial, serif;
	border-bottom:0px dotted #444;
	
}
.content > h3{
	font-size:24px;
	color:#aaa;
	font-weight:normal;
	padding:10px 20px;
	text-shadow:1px 1px 1px #000;
	font-family: 'Rock Salt', arial, serif;
}
h3 a{
	font-size:14px;
	padding-left:20px;
}
a{
	color:#ccc;
	text-decoration:none;
}
a:hover{
	color:#ccc;
}
.content {
	margin:0 auto;
	padding:0px 0px 10px 0px; /* Footer Padding */
}

/* Menu style */
.ei_menu{
	background:#444;
	width:100%;
	overflow:hidden;
margin-left:10px;
border:0px solid #31849b;
}


.ei_menu5 {
	height:210px;
	margin-left:-200px;
	position:absolute;
	display:block;
	width:200px;
}


.ei_menu ul{
	height:210px;
	margin-left:0px;
	position:relative;
	display:block;
	width:770px;
}
.ei_menu ul li{
	float:left;
	width:65px;
	height:210px;
	position:relative;
	overflow:hidden;
	border-right:0px solid #fff;
}
.ei_preview{
	width:90px;
	height:210px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/bw9.png) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:65px;
	top:0px;
	width:65px;
	height:200px;
	opacity:0.4;
	background:transparent url(../images/color.png) no-repeat top left;
}
.pos1 span{
	background-position:0px 0px;
}
.pos2 span{
	background-position:-65px 0px;
}
.pos3 span{
	background-position:-130px 0px;
}
.pos4 span{
	background-position:-195px 0px;
}
.pos5 span{
	background-position:-260px 0px;
}
.pos6 span{
	background-position:-325px 0px;
}

.pos7 span{
	background-position:-390px 0px;
}


.pos8 span{
	background-position:-455px 0px;
}
.ei_descr{
	position:absolute;
	width:200px;
	height:300px;
	border-right:0px solid #f0f0f0;
	padding:2px;
	left:85px;
	top:0px;
	
}
.ei_descr h2{
	font-family: 'Rock Salt', arial, serif;
	font-size:26px;
	color:#444;
	padding:10px;
	text-shadow:0px 0px 0px #fff;
	
}
.ei_descr h3{
	font-family: 'Raleway', arial, serif;
	
	text-shadow:0px 0px 1px #000;
	font-style:normal;
	padding:2px;
	
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:18px;
	font-size:11px;
	font-family: Arial;
	text-transform:uppercase;
width:290px;
}

