/*  =RESET STYLES
   ----------------------------------------------------*/
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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,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-weight:normal;
	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}



body{	
	margin: 0;	
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg1.jpg) repeat-y center !important;
}

body#home {	
	background: url(../images/bg-body.jpg) repeat-x !important;
}



#bg2{
	width: 100%;
	background: url(../images/bg2.png) repeat-x;
	display: table;
}

#wrapper{
	width:960px;
	margin: auto;
	background: White;
}

#top-header{
	background: #F0F6E8;
	border-bottom: 2px dotted #C7C7C7;
	color:#90948B;  
	text-align: right;
	padding: 3px 10px 3px 0;
	font-size: 11px;
}

#top-header strong{
	font-size: 16px;
}

#header{
	background: url(../images/header-bg.gif) top right;
	height: 132px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
}

#logo{
	padding: 35px 0 0 20px;
	display: block;
	float: left;
}

#socialmedia{
	float: right;
	padding: 80px 50px 0 0 ;
}

#socialmedia a{
	float: left;
	margin-right: 8px;	
}

.tablewrapper{
	width: 700px;
	margin: 0 auto;
	font-size: 12px;
}

h1{
	color: Blue;
	margin-left: 5px;
	font-size: 21px;
}

#footer{
	width: 960px;
	background: #005DAB url(../images/footer.png) no-repeat;
	height: 200px;
	
}
/*/////////////// icons set //////////////////*/

.icon{	
	background-image: url(../images/icons/icon-sprite.gif);
	height: 18px;	
	width: 18px;	
	margin: auto;	
	display: block;
	/*display: block;*/	
}

a.icon span{
	display: none;
}

.icon-email-18{	
	height: 14px;	
	width: 18px;	
	margin: auto;	
	display: block;
}

.icon-email-18:hover{
	background-position: 0px -13px;
	cursor: pointer;
}

.icon-facebook{	
	background-position: -20px 0px;	
}

.icon-facebook:hover {
	background-position: -20px -18px;	
}

.icon-twitter{	
	background-position: -38px 0px;	
}
.icon-twitter:hover{	
	background-position: -38px -18px;	
}

.icon-rss{	
	background-position: -56px 0px;	
}
.icon-rss:hover{	
	background-position: -56px -18px;	
}





/*/////////////// iend of cons set //////////////////*/

body#home h2{
	margin: 8px 0;
}

body#home a{
	color:#125EB2;
}

a.banner-conference{
		background: url(../images/banner/pleo-sanum-san-diego-2011.jpg);
		height: 115px;
		width: 336px;
		display: block;
	}
	
	a.banner-conference span{
		display: none;
	}
	
		a.banner-conference:hover{		
		background-position: 0 -115px; 
		


