﻿*{
	margin: 0;
	padding: 0;
	border:0;
}
body{
	background-image:url('../images/igiadmainbg.png');
	background-color:#fff;
}

#innbanner{
	width: 100%;
	height: 200px;
	background-color: #eeeeee;
	
}
p{
	font-size: 13px;
	line-height: 1.9;
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	color: #003d7d;
}

h1,h3 h2, h3, h4, h5{
	color: #001f5b;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}
#itop{
	width: 100%;
	height: 100px;
}

#menubar{
	width: 100%;
	height: 70px;
	background:url(../images/menu-row-tail.gif) center top repeat-x #178fbe;
}

#mbanner{
	width: 100%;
	height: 300px;
	background: url('../images/banbg.jpg');
}
#topshadow{
	width: 100%;
	height: 25px;
	background-color: #071e31;
}

#menushadow{
	width:100%;
	height:300px;
	min-height:20px;
	background:url(../images/center-shadow2.jpg) center top no-repeat;
}
.container {
	width:960px;
	margin:0 auto;
	font-size:.875em;
	position:relative;
}

.clr{
	clear: both;
	font-size: 1px;
}


.langlist{
	display: inline-block;

}


.langlist ul{
	list-style-type: none;
}

.langlist li{
	display: block;
	margin: 7px;
	
}
.langlist li a{
	display: block;
	
	
}
.langlist a:hover span{
		color:red;
}
.langlist img{
	height: 25px;
	width: 25px;
}
