.clearfix {
  display: block;
  clear: both;
  margin:0;
  padding:0;
}

#navbar {
    background-color: transparent;
    position: relative;
    padding: 0 0 7px 0;
    height: 56px;
    z-index:1;
    background: url(img/navmenubg3.png) 0 -56px no-repeat;
}

#navbar li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}

#navbar li a {
    font-size:14px;font-weight:bold; color:#fff;
    padding-top:7px;
    border: 0;
    text-decoration: none;
    display: block;
    height: 49px;
}
span.navh{
    font-size:0.75em;font-weight:normal;
}

#nav_home a {
    padding-left:4px;
    width: 130px;
    height: 39px;
    padding-top:12px;
    text-align:center;
}

#nav_home a:hover {
    background: url(img/navmenubg2.jpg) 0 0px no-repeat;
}

#nav_home a.active {
    background: url(img/navmenubg.jpg) 0 0px no-repeat;
}

#nav_calendar a {
  	width: 140px;
  	height: 40px;
	vertical-align:middle;
	text-align:center;
    background-position: -44px 0;
    display:block;
}

#nav_calendar a:hover {
    background: url(img/navmenubg2.jpg) -146px 0px no-repeat;
}

#nav_calendar a.active {
    background: url(img/navmenubg.jpg) -146px 0px no-repeat;
}

#nav_documents a {
  	width: 143px;
  	height: 42px;
	padding-top:12px;
	padding-right: 2px;
	text-align:center;
}

#nav_documents a:hover {
    background: url(img/navmenubg2.jpg) -244px 0px no-repeat;
}

#nav_documents a.active {
    background: url(img/navmenubg.jpg) -294px 0px no-repeat;
}

#nav_parliaments a {
  	padding-left: 32px;
  	width: 192px;
  	height: 42px;
	padding-top:5px;
}

#nav_parliaments a:hover {
    background: url(img/navmenubg2.jpg) -444px 0px no-repeat;
}

#nav_parliaments a.active {
    background: url(img/navmenubg.jpg) -444px 0px no-repeat;
}

#nav_about a {
  	padding-right: 2px;
  	width: 145px;
  	height: 42px;
	padding-top:12px;
	text-align:center;
}

#nav_about a:hover{
    background: url(img/navmenubg2.jpg) -300px 0px no-repeat;
}

#nav_about a.active {
    background: url(img/navmenubg.jpg) -302px 0px no-repeat;
}

#nav_euspeakers a {
    padding-left: 34px;
  	width: 138px;
  	height: 42px;
	padding-top:5px;
}

#nav_euspeakers a:hover {
    background: url(img/navmenubg2.jpg) -789px 0px no-repeat;
}

#nav_euspeakers a.active {
    background: url(img/navmenubg3.jpg) -789px 0px no-repeat;
}

#sidebar h3 {
	margin-bottom:18px;
	padding-right: 20px;
	padding-bottom: 2px;
	font-size: 1.35em;
	color: #777777;
	text-align: center;
}

/* -- homepage -- */

#mainHome {background: url(img/mainhomebg.jpg) -5px 0 repeat-y;}

#topMainHome {
  margin-left:2px;
  padding-top: 4px;
  background: url(img/topmainhomebg.jpg) 1px 0 no-repeat;
}

.topHomeContent {
    height:260px;
    width:952px;
    padding:0;
    background: #203b55 url(img/sliderhomebg.jpg) 2px bottom repeat-x;
}

ol#controls li a{
    float:left;
    height:29px;
    line-height:29px;
    color:#fff;
    padding:0 12px;
    text-decoration:none;
    background:url(img/slidernavbg.gif) no-repeat 0 0;
}

ol#controls li.current a{
    color:#fff;
    background:url(img/slidernavcurrentbg.gif) no-repeat 0 0;
}

#datepickerBlockHome {
    float: right;
    position: relative;
    width: 218px;
    padding: 0 0 2px 22px;
    margin-bottom:30px;
    top:22px;
}

.homeBlockEUSpeakers {
    float: left;
    position: relative;
    width: 206px;
    height: 99%;
    padding: 20px 12px 20px 31px;
    margin-left: 8px;
    background: transparent url(img/euspeakershomebg.jpg) left bottom repeat-x;
    border-left: #dddddd 1px solid;
}

#content {
  float: left;
  padding: 0;
  margin: 0;
  width: 679px;
}

#bottomshadow {
  padding-top:19px;
  margin-top: -17px;
  margin-left: -4px;
}

#bottomHomeContent {
    margin-top: -14px;
    margin-left: -2px;
      padding-bottom: 9px;
      background: url(img/homebottombg2.jpg) -6px 0 repeat-y;
}

.celexToolTip {
  background: #fff url(img/docubg.png) -14px 0 repeat-x;
  padding:10px;
  margin:20px 8px 9px -143px;
  border-top:1px #fff solid;
  border-left:2px #fff solid;
  border-right:2px #fff solid;
  border-bottom:2px #fff solid;
  display:none;
  position: absolute;
  background: url(img/dottedgreybg2.png) 0 0 repeat;
  padding-top:8px;
  border:2px #A3A3A3 solid;
  z-index: 9999;
  width:400px;
  height: 250px;
  overflow: auto;
}

#celexClass li a {
  margin-left: 19px;
  font-weight: bold;
  padding: 5px 14px 5px 6px;
  background: transparent url(img/more.gif) 124px 9px no-repeat;
  border: none;

}

.celex_clear_btn {
  margin-left:3px;
  cursor:	pointer;
  background: #edf5ff url(img/close2.gif) right 3px no-repeat;
  padding: 0 14px 0 2px;
  border:	#0574b9 1px solid;
  border: 1px solid #edf5ff;
  font-weight: bold;
  font-size:1em;
  color: #5580b8;
}

.searchForm .type-search input {
    border:1px solid #ddd;
    padding:0.28em;
    width: 392px;
    margin-top: 2px;
    margin-bottom: 6px;
    font-size:11px;
    color:#909090;
    background: url(img/docubg.png) left -9px repeat-x;
}

.advancedSearchForm {
  margin:20px 0 16px 0;
  padding-top:7px;
}



.searchSubmit {
  width:207px;
  float:right;
  margin-top:-32px;
  margin-right:14px;
  display:inline;
}

.searchForm .limitLang {text-align: right;margin-right:180px; margin-top:-3px; margin-bottom:-3px;}

.calendarSearchSubmit {
  width:198px;
  float:right;
  margin-top:-42px;
  margin-right:14px;
}

.searchForm {
    width: 634px;
    background: #f4f4f4 url(img/searchformbg.jpg) 0 0 repeat-x;
    margin:-5px 0 0 0;
    padding:2px 0 11px 27px;
}

.searchForm .calendarType-search input {
  border:1px solid #ddd;
  padding:0.28em;
  width: 390px;
  margin-top: 3px;
  margin-bottom: 16px;
  font-size:11px;
  color:#909090;
  background: url(img/docubg.png) left -9px repeat-x;
}
.searchForm .type-scrutiny {
  float: right;
  display: inline;
  width:276px;
  margin-top: -22px;
  margin-right:45px;
  text-align:left;
  font-weight: bold;
}

.searchForm .type-scrutiny select {
  font-size:0.9em;
  color: #8c8c8c;
  border:1px solid #ddd;
  padding:0.28em;
  margin-top: 1px;
  background: #fff;
  vertical-align:center;
  font-weight: bold;
}

.dialogSeparator {width:100%; margin-top:-10px;}

.bottomSearchForm {
    background: url(img/bottomsearchformbg.jpg) 0 bottom no-repeat;
    width: 661px;
    height:28px;
    padding:2px 0 0 0;
    margin: -17px 0 16px 0;
}

#facetsContainer {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    width: 185px;
}

.bottomfacets {
    background: transprent url(img/facetsbottombg.jpg) 0 0 no-repeat;
    padding:9px 0 10px 0;
    margin-bottom:1px;
}

#result {
    float:right;
    width:667px;
    margin:8px 20px 3px 3px;
}

.facetsSidebar  {
    width:183px;
    background: url(img/facetsbg.jpg) 0 0 repeat-y;
    margin-bottom:12px;
}

 .currentfacets .remove a {
    color:#859965;
    font-weight:bold;
    font-size:12px;
    margin-top:5px;
    padding-right:20px;
    background: url(img/removecriteria.jpg) Right 3px no-repeat;
}

/*--- DROPDOWN ---*/
.advSearchPopupResultLabel {
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0 5px 0 25px;
  padding-bottom: 6px;
  width: 90%;
}

#subNav a {
  display: block;
  padding: 7px 27px 8px 20px;
  margin-top:-14px;
  background: url(img/subnavbg.jpg) right bottom no-repeat;
  border-bottom: 1px #dcdcdc solid;
  color: #747475;
}

#subNav a:hover {
  background: url(img/subnavhoverbg.jpg) right bottom no-repeat;
  border-bottom: 1px #dcdcdc solid;
}

#subNav li.active a {
  display: block;
  padding: -14px 30px 10px 21px;
  background: #5681bb url(img/subnavselectedbg.jpg) right bottom no-repeat;
  border-bottom: 1px #dcdcdc solid;
  color: #fff;
  font-weight: bold;
}

#subNav li.active a:hover {
    background: #5681bb url(img/subnavselectedbg.jpg) right bottom no-repeat;
  border-bottom: 1px #dcdcdc solid;
  color: #fff;
}

#loggedNews  li {
  width: 260px;
  float: left;
  padding: 4px 6px 0 6px;
  margin-left: 6px;
  margin-right: 28px;
  line-height: normal;
  font-size: 0.9em;
  border-bottom: #47474e 1px solid;
}

.latestDeadlineLeft {
    text-align:left;
    float:left;
    position:relative;
    width: 422px;
    margin-left:-6px;
    padding:9px 0 20px 42px;
    background: url(img/homedeadline-left.jpg) left 2px no-repeat;
    font-size:1em; color:#fff;font-weight:bold;
}

.newProcedureRight {
    text-align:right;
    float:right;
    position:relative;
    width: 422px;
    margin-right:-5px;
    padding:9px 42px 20px 0;
    background: url(img/homedeadline-right.jpg) right 2px no-repeat;
    font-size:1em; color:#fff;font-weight:bold;
}

#widgetContainer {
  margin-left: 12px;
  margin-right: 9px;
  padding-top: 4px;
  padding-bottom: 19px;
  float: left;
  position: relative;
}

.widgetBox {
  position: relative;
  width:95%;
  margin-bottom: 15px;
}

.widgetTools {
    postition: absolute;
	float:right;
	text-align:left;
	margin-right:4px;
	padding-top:1px;
    top:0;
    width:30%;
}

.pdfMini {
  postition: relative;
  float: right;
  width: 14px;
  margin-right: 2px;
  text-indent: -99999px;
  display: block;
  background: transparent url(img/pdf_button.png) left center no-repeat;
}

.expandWidget {
  float: right;
  position: relative;
  padding-right: 10px;
  margin-left: -9px;
}


/* ------- pagination ------- */

.pagination {padding-top:3px;padding-bottom:12px;margin-top: 10px;margin-left:10px;margin-bottom:10px; border-bottom:1px solid #EFEFEF;}

.pagination ul {
    margin: 18px auto;
	text-align: center;
    display: inline;
    padding: 0;
}

.pagination li {
    font-size: 11px;
    list-style: none;
    display: inline;
    padding:4px 0 5px 0;
    margin-right:3px;
}

.pagination a {
	border: solid 1px #9aafe5;
	padding:2px 4px 2px 4px;
}

.pagination a:hover {
      border: solid 1px #0e509e;
}

.pagination .last-off {
    color: #fff;
    font-weight: bold;
    margin-left:2px;
    padding-right:9px;
    background: transparent url(img/plast.png) right 7px no-repeat;
}

.pagination .last {
      color: #fff;
      margin-top:3px;
      padding: 0 5px 0 3px;
      background: transparent url(img/plast.png) left 5px no-repeat;
}

.pagination .last a {
      border: solid 0px #9aafe5;
      font-weight: bold;
}

.pagination .first {
	color: #fff;
	margin-top:3px;
    margin-right:4px;
    padding: 0 3px 0 3px;
    background: transparent url(img/pfirst.png) right 5px no-repeat;
}

.pagination .first-off {
    color: #fff;
    font-weight: bold;
    margin-right:0px;
    padding-left:4px;
    padding-right:5px;
    background: transparent url(img/pfirst.png) left 6px no-repeat;
}

.pagination .next-off {
     color: withe;
    text-indent: -9999em;
    padding-left:5px;
    padding-right:6px;
    margin-top:-1px;
    background: transparent url(img/pnext.png) center center no-repeat;
    border: solid 1px #ddd;
}

.pagination .next a{
    color: #fff;
    text-indent: -9999em;
	padding: 2px 5px 2px 6px;
    margin-top:-4px;
    background: transparent url(img/pnext.png) center center no-repeat;
    border: solid 1px #ddd;
}

.pagination .previous a{
	color: #fff;
    text-indent: -9999em;
    padding: 3px 6px 2px 5px;
   	margin-top:-4px;
    margin-right:0px;
    background: transparent url(img/pprevious.png) center center no-repeat;
    border: solid 1px #ddd;
}

.pagination .previous-off {
    color: #fff;
    text-indent: -9999em;
    padding: 3px 5px 2px 6px;
    margin-top:-3px;
    margin-right:2px;
    margin-left:1px;
    background: transparent url(img/pprevious.png) center center no-repeat;
    border: solid 1px #ddd;
}

.pagination .next a:hover,.pagination .previous a:hover {
      border: solid 1px #0e509e;
      text-decoration: underline;
}

.pagination .active {
      background: #2e6ab1;
      border: solid 0px #9aafe5;
      padding: 1px 2px 1px 2px;
      margin-top:0px;
}

.pagination .active a {
    color: #FFFFFF;
    font-weight: bold;
    border: 0;
    margin-right: 0px;
}

.pagination .active a:hover {
    border: 0;
}

.duration {
  position: relative;
  float: right;
  width: 200px;
  margin-top: -4px;
  margin-right: 14px;
  font-size: 0.9em;
  font-weight: normal;
}

/* -- MyIPEX forums -- */

.myForumsCom .comments {
  padding-top: 2px;
  padding-left: 20px;
  color: #878787;
  background: transparent url(img/forums.gif) left bottom no-repeat;
}

.forumCategoriesLegend {
    margin-top:-16px;
    width:29%;
    float:right;
    white-space:nowrap;
}

.forumCategoriesComments {
    margin-top:-16px;
    width:17%;
    float:right;
}

/* -- Dossiers -- */

#headScrutinyProgress {
  text-align:center;
  float:right;
  position: relative;
  width:40px;
  margin-top:-17px;
  margin-right:-10px;
  z-index:99999;
}
.status {
  float:right;
  text-align:left;
  position: relative;
  width:230px;
  margin-top:-14px;
  padding-top:2px;
  padding-right:6px;
    z-index: 2;
}
.headPopTitle_right {
  text-align:center;
  float:right;
  position: relative;
  width:140px;
  margin-top:-31px;
  padding:8px 0 10px 0;
  background: #fff url(img/headpopscrutinybg-right.png) right top no-repeat;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0px solid #d3d3d3/*{borderColorDefault}*/; background: #fff; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #fff/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-widget-header .ui-state-hover, .ui-widget-header .ui-state-focus { margin:0px; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #fff/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

.headSymbolsTitle_right {
  text-align:center;
  float:right;
  position: relative;
  width:313px;
  margin-top:-31px;
  padding:8px 0 10px 0;
  background: #fff url(img/headpopexplanationbg-right.png) right top no-repeat;
}

.tooltipExplanation {
  display: none;
  margin-top: 2px;
  margin-left: 51px;
  padding: 0;
  width: 442px;
  font-size: 1em;
 z-index: 99999;
}

.popToolSymbols {
  margin:6px 9px 6px 9px;
  padding:5px 4px 4px 2px;
  border-bottom:1px #dcdcdc solid;
}

#popToolTip {
  position: relative;
  background: url(img/dottedgreybg2.png) 0 0 repeat;
  border-left: 1px #a9a8a8 solid;
  border-right: 1px #a9a8a8 solid;
  border-bottom: 1px #a9a8a8 solid;
   z-index: 9999;
}

#popToolTip_arrow {
  margin-right: 39px;
  padding: 0;
  height: 7px;
  z-index: 9999;
  background: url(img/tooltiparrowup.gif) right 0 no-repeat;
}

.download_now {
  background: transparent url(img/infoexplanation.gif) no-repeat 0 0;
  float: right;
  position: relative;
  padding-bottom: 2px;
  margin-top: -16px;
  margin-right: 10px;
  margin-bottom: 22px;
  text-indent: -9999em;
  width: 19px;
  cursor: pointer;
  z-index: 99999;
}

/* mouseover state */
.download_now:hover {
  background: transparent url(img/infoexplanation2.gif) no-repeat 0 0;
}

table.document {
  width: 99%;
  margin: 0 0 0 9px;
  font-size: 0.98em;
}

h2.expand span {
  position: relative;
  float: right;
  margin-top: -30px;
  margin-right: -8px;
  padding: 8px 0 9px 6px;
  background: transparent url(img/arrow-down.jpg) right top no-repeat;
}

h2.expand2 span {
  position: relative;
  float: right;
  margin-top: -30px;
  margin-right: -8px;
  padding: 8px 0 9px 6px;
  background: transparent url(img/arrow-down2.jpg) right top no-repeat;
}

.countryHead {
  font-size: 0.95em;
  display: block;
  line-height: normal;
  padding: 0 28px 25px 28px;
  margin: 10px 10px 16px 0;
  background: #203B55 url(img/sliderhomebg.jpg) 0 center repeat-x;
  border: 1px #e1e1e1 solid;
}

.countryHead img {
  float: left;
  margin: 25px 30px 15px 0;
  border: 3px #ddd solid;
  background: #203B55 url(img/no-photo.gif) center center no-repeat;
}

.calendarEventDescription {
    background: transparent url(img/dottedgreybg2.png) repeat 0 0;
    border: solid #E1E1E1;
    display: block;
    line-height: normal;
    margin: 2px;
    padding: 15px 45px 12px 28px;
}

.calendarEventContacts {
    position:relative;
    float:right;
    display:inline-block;
    width:400px;
    margin-top:-18px;
    margin-bottom:15px;
    margin-right:324px;
}

.userForm .type-radio {
  margin-left: 130px;
  margin-top: 2px;
  margin-bottom: 3px;
  text-align:left;
}

.addFiles {
    width:26%;
    word-wrap: break-word;
    }
.addFiles2 {
    width:34%;
    word-wrap: break-word;
    }

.iemargin {
    padding-left:2px;
}

.userForm .type-radio label {
  display: inline;
  width: 50%;
  float: none;
  font-weight: normal;
}

.userFormSubmit {
  margin-top: 15px;
  margin-left: 128px;
}

a.userSubmit {
  display: block;
  float: left;
  font-weight: bold;
  color: #fff;
  padding-right: 6px;
  margin-right: -4px;
  height: 27px;
  background: url(img/submitbutton_a.png) right -27px no-repeat;
  cursor:pointer;
}

a.userSubmit span {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 4px 6px 5px 16px;
  background: url(img/submitbutton2.png) left -27px no-repeat;
}

a.userSubmit:hover {
  background: url(img/submitbutton_a.png) right -27px no-repeat;
  text-decoration: underline;
}

a.userSubmit span:hover {
  background: url(img/submitbutton2.png) left -27px no-repeat;
  cursor:hand;
}

.emailForm .type-text label {
    font-weight: bold;
	margin-left: 12px;
	margin-top: 5px;
	padding-bottom: 5px;
    color:#666;
    float: left;
    position:relative;
  }

.emailForm .type-text input {
  border:1px solid #ddd;
  padding:0.28em;
  width: 96%;
  margin-top: -3px;
  margin-bottom:4px;
  background: url(img/docubg.png) left -9px repeat-x;
 }

.emailForm .type-text textarea {
  border:1px solid #ddd;
  padding:0.28em;
  width: 96%;
  height: 80px;
  margin-bottom: 8px;
  background: url(img/docubg.png) left -9px repeat-x;
  resize:none;
 }

 .emailFormSubmit {
	text-align:right;
    position:relative;
    display:block;
    margin-top: 10px;
    margin-bottom: -7px;
    height:2px;
    padding:0;
    text-decoration:none;
}

a.emailSubmit {
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
	padding-right: 6px;
	margin-right: 4px;
	height: 27px;
	background: url(img/submitbutton_a.png) right -27px no-repeat;
}

a.emailSubmit:hover {
    text-decoration:underline;
}

a.emailSubmit span {
	display: block;
	font-weight: bold;
	color: #fff;
	margin-left:14px;
	padding: 5px 6px 6px 16px;
	background: url(img/submitbutton2.png) left -27px no-repeat;
}

.scrutinySymbols {
    display:inline-block;
    position:relative;
    margin-top:-22px;
    float:right;
    width:40px;
    text-align:left;
}

.filesProp {
	float: right;
	display: inline;
	margin-top: -20px;
	margin-right: 8px;
	width: 200px;
	text-align: right;
}

.filesPropEUSpeakers {
	float: right;
	display: inline;
	margin-top: -20px;
	margin-right: 8px;
	width: 110px;
	text-align: right;
	font-size:11px;
}

.NPCountry {
	margin-top:4px;margin-left:-31px; margin-bottom:-8px;
}

.CountriesInsList {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 5px;
  padding-bottom: 4px;
  background: transparent url(img/dottedgreybg2.png) left top repeat-x;
  color: #8a8a8a;
  border-right: #e3e4e3 1px solid;
  border-left: #e3e4e3 1px solid;
  border-bottom: #e3e4e3 1px solid;
}

.CountriesInsList li {
      margin-top: 1px;
      margin-bottom: 4px;
      padding-left: 54px;
      color: #707070;
      font-size: 0.95em;
      font-weight: normal;
      color: #707070;
}

.pageLinksblock2 {
	width: 46%;
	float: right;
    text-align: right;
    margin-bottom: 9px;
    margin-right: 20px;
    padding-left: 10px;      
    font-size: 0.95em;
    border-left: #e3e4e3 1px solid;
}

.institutionsCont {
	float: left;
	width: 46%;
	margin: 2px -20px 2px 2px;
	display: block;
}

.institutionsContRight {
	float: right;
	width: 44%;
	margin: 2px 2px -10px;
	display: block;
}

.EUspeakersHead {
	display: block;
  	line-height: normal;
  	padding: 25px 32px 22px 28px;
  	margin: 10px 10px 34px 10px;
  	background: #fafafa url(img/euspeakershomebg.jpg) left bottom repeat-x;
  	border: 1px #e1e1e1 solid;
}

.exportContacts {
	float: right;
	font-size: 0.75em;
	margin-top: -24px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.ContactsGrid {
  width: 264px;
  height: 85px;
  float: left;
  padding-top: 7px;
  margin: 12px;
  padding-left: 35px;
}

.goToTop {
  height: 32px;
  margin-right: -2px;
  margin-bottom: -4px;
  padding: 7px 31px 0 0;
  background: url(img/topbg.jpg) right top no-repeat;
}

.goToTop a {color: #fff;font-size: 11px;}

#footerHome {
  float: left;
  position: relative;
  width: 95%;
  padding: 20px 0 15px 45px;
  margin-bottom:9px;
  background: url(img/footerbg.jpg) 4px bottom no-repeat;
}