
body{
	font-family:"Trebuchet MS", sans-serif;
	font-size:14px;
	color:#fff;
	background-image:url('back2.jpg');
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
	height:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #FF9900;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	color:#5C5C5A;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.header{
	text-align:center;
	width:100%;
	height:35px;
	clear:both;
	margin-bottom:20px;
	border-bottom:7px solid #222;
	font-size:11px;
	line-height:35px;
	font-style:italic;
	
}
.header a{
	color:#aaa;
	text-shadow:1px 1px 1px #000;
	padding-right:20px;
}
.header a:hover{
	color:#fff;
}
.container {
	position:relative; 
	margin:0 auto; 
	width:100%;
	height:auto !important; 
	height:100%; 
	min-height:100%; 
}
.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 #fff;
	font-family:arial, serif;
	border-bottom:1px dotted #444;
	padding:10px 20px;
}
.content > h3{
	font-size:24px;
	color:#5C5C5A;
	font-weight:normal;
	font-family: arial, serif;
}
h3 a{
	font-size:14px;
	padding-left:20px;
}
a{
	color:#000000;
	
}
a:hover{
	color:#000000;
}
.content {
	margin:0 auto;
	padding:0px 0px 58px 0px; 
}
.footer {
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	bottom:0; 
	background:#cccccc;
	border-top:7px solid #222;
	text-align:center;

	color:#fff;

}
.footer a{
	color:#aaa;
	padding:0px 10px;
	
}
.footer a:hover{
	color:#fff;
	
}

.ei_menu{
	background:#4ec0d8;
	width:100%;
	overflow:hidden;
}
.ei_menu ul{
	height:350px;
	margin-left:90px;
	position:relative;
	display:block;
	width:1300px;
}
.ei_menu ul li{
	float:left;
	width:75px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(bg.jpg) no-repeat top left;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:350px;
	opacity:0.2;
	
}
.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:278px;
	height:310px;
	border-right:7px solid #f0f0f0;
	padding:20px;
	left:75px;
	top:0px;
	background:#fff;
	text-align: justify;
}
.ei_descr h2{
	font-family: arial, serif;
	font-size:26px;
	color:#333;
	padding:10px;
	text-shadow:0px 0px 1px #fff;
	background:#fff
}
.ei_descr h3{
	font-family:arial, serif;
	color:#fff;
	font-style:normal;
	padding:5px;
	background:#5C5C5A;
}
.ei_descr p{
	color:#000;
	padding:10px 5px 0px 5px;
	line-height:17px;
	font-size:11px;
	font-family: Arial;
}


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: arial, serif;
	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;

}
