/* Imediablast.com */

body {
	background-color:#8a8a8a;
	margin:0px;
	font: 12px/18px arial;
}
b{
font-weight:bold;
color:#0099CC;
}

.top_bg{
	background-color:#484848;
	height:120px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	z-index:0;
}
.wrapper{
	background:#ffffff url(../images/squars.png) no-repeat 100% 0px;
	padding:10px 10px 80px 20px;
	margin:0px;
	width:880px;
    position:absolute;
	z-index:1;
	border-top:7px solid #e58126;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	left:50%;
	margin-left:-440px;	
}
.logo{
	width:200px;
	height:37px;
	clear:both;
	margin:10px 0px;
	background:#ccc url(../images/logo.gif) no-repeat top left;
}
.menu_wrapper{
clear:both;
}
h3{
font: bold 18px Arial, sans-serif;
color:#e58126;
display:block;
width:100%;
margin:10px 0px 10px 0px;
padding-bottom:10px;
border-bottom:1px solid #eee;

}
h4{
margin: 0px; FONT: bold 14px Arial, sans-serif;
margin:20px 0px 10px 0px;
}
h4 a{
text-decoration:underline;
color:#555;
}
h4 a:hover{
text-decoration:underline;
color:#5574af;
}
p{
margin: 0px 0px 12px;
}
.left_content{
width:430px;
float:left;
clear:left;
margin-left:10px;

}
.right_content{
width:420px;
float:right;
clear:right;
margin-right:10px;
margin-top:0px;

}
.flash{
margin:0px 0px 20px 0px;
display:block;
width:100%;
text-align:left;
}
.footer{
background: #f5f5f5 url(../images/shadow.png) no-repeat top center;
width:870px;
height:25px;
border-top:1px dotted #ccc;
padding:10px 20px 0px 20px;
clear:both;
position:absolute;
bottom:0px;
left:0px;
text-align:right;
}
.footer a{
color:#333;
text-decoration:underline;
font-size: 0.8em;
}
.shadow{
background: #f5f5f5 url(../images/shadow.png) no-repeat top center;
height:20px;
width:100%;
clear:both;
}
/* imediablast menu */
.lavaLampNoImage {
	position: relative;
	height: 29px;
	width: 620px;
	background-color: white;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
/*	border: 1px solid gray; */
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
}
.lavaLampNoImage li.back {
	border: 1px solid #000;
	background-color: #e6e8ea;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampNoImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
	.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
		border: none;
	}