.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 75px;
}

/* SEARCH */

.footer .search {
  position: absolute;
  top: 40px;
  left: 289px;
  width: 563px;
}

.footer .search .text {
  height: 19px;
  width: 455px;
  border: 1px solid #339900;
  position: absolute;
  top: 1px;
  left: 0px;
}

.footer .search .button {
  height: 24px;
  width: 97px;
  border: #fff solid 0px;
  background: url(../img/search_button.png) top left no-repeat;
  cursor: pointer;
  color: white;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
}


/*  ADRESS  */

.footer address{
	position: absolute;
  bottom: 10px;
	width: 100%;
	text-align: center;
}
.footer address,
.footer address a,
.footer address a:hover{
	color: #666;
	font-style: normal;
	font-size: 11px;
}

/*  SUBNAV  */

.footer .subnav {
	position: absolute;
	bottom: 35px;
	left: 149px;
	overflow: hidden;
}
.footer .subnav ul, 
.footer .subnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 10px;
}
.footer .subnav ul{
	position: relative;
	margin-bottom: 4px;
	right: -2px;
}
.footer .subnav ul li {
	display: inline;
	position: relative;
	border-right: 1px solid #ccc;
}
.footer .subnav ul li.last {
	border-right: none;
}
.footer .subnav ul li a{
	padding: 0px 10px 0px 11px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
.footer .subnav ul li.last a{
	padding: 0px 0px 0px 6px;
}
.footer .subnav ul li a:hover{
	color: #666;
	text-decoration: underline;
}

/* resoult page */

#resoult .footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  background: url(../img/footer_alt.png) top left repeat-x;
	height: 200px;
}

/*  ADRESS  */

#resoult .footer address{
	position: absolute;
	top: 157px;
	left: 444px;
	width: 250px;
	text-align: center;
}
#resoult .footer address,
#resoult .footer address a,
#resoult .footer address a:hover{
	color: #666;
	font-style: normal;
	font-size: 11px;
}

/*  MENU  */

#resoult .footer .menu {
	position: absolute;
	height: 10px;
	width: 500px;
	padding: 0px 0 0 0px;
	top: 47px;
	left: 271px;
	clear: both;
}
#resoult .footer .menu ul,
#resoult .footer .menu ul li { 
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#resoult .footer .menu ul {
	float: left;
	list-style-type:none;
	position:relative;
	margin:0px;
	padding: 0px 0px 0px 0px;
	height: 13px;
}
#resoult .footer .menu ul li { 
	display: block;
	float: left;
	height: 13px;
	width: 77px;
	margin: 0px 0px 0px 0px;
	background: none;
	position: relative;
	text-align: cener;
	border-right: 1px solid #cccccc;
}
#resoult .footer .menu ul li.last {
	margin: 0px;
	border: 0px solid white;
}
#resoult .footer .menu ul li a {
	font-family: Arial, Helvetica;
	display: block;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	height: 13px;
	width:  77px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	white-space: nowarp;
}


#resoult .footer .menu ul li.hover a,
#resoult .footer .menu ul li a:hover {
	font-weight: bold;
	color: #000;
}
#resoult .footer .menu ul li.active:hover a,
#resoult .footer .menu ul li.active a:hover,
#resoult .footer .menu ul li.active a {
	font-weight: bold;
	color: #000;
}

/*  SUBNAV  */

#resoult .footer .subnav {
	position: absolute;
	top: 123px;
	left: 443px;
	overflow: hidden;
}
#resoult .footer .subnav ul, 
#resoult .footer .subnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 10px;
}
#resoult .footer .subnav ul{
	position: relative;
	margin-bottom: 4px;
	right: -2px;
}
#resoult .footer .subnav ul li {
	display: inline;
	position: relative;
	border-right: 1px solid #ccc;
}
#resoult .footer .subnav ul li.last {
	border-right: none;
}
#resoult .footer .subnav ul li a{
	padding: 0px 10px 0px 11px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#resoult .footer .subnav ul li.last a{
	padding: 0px 0px 0px 6px;
}
#resoult .footer .subnav ul li a:hover{
	color: #666;
	text-decoration: underline;
}


/* SEARCH */

#resoult .footer .search {
  position: absolute;
  top: 65px;
  left: 289px;
  width: 563px;
}

#resoult .footer .search .text {
  height: 18px;
  width: 455px;
  border: 1px solid #339900;
  position: absolute;
  top: 1px;
  left: 0px;
}

#resoult .footer .search .button {
  height: 24px;
  width: 97px;
  border: #fff solid 0px;
  background: url(../img/search_button.png) top left no-repeat;
  cursor: pointer;
  color: white;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
}


/* shield page */

#shield .footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  background: url(../img/footer_alt.png) top left repeat-x;
	height: 200px;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: none !important;
	left: 0px !important;
}

/*  ADRESS  */

#shield .footer address{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#shield .footer address,
#shield .footer address a,
#shield .footer address a:hover{
	color: #666;
	font-style: normal;
	font-size: 11px;
}

/*  SUBNAV  */

#shield .footer .subnav {
	position: absolute;
	top: 40px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
#shield .footer .subnav ul {
  display: inline;
}

#shield .footer .subnav ul, 
#shield .footer .subnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 10px;
}
#shield .footer .subnav ul{
	position: relative;
	margin-bottom: 4px;
	right: -2px;
}
#shield .footer .subnav ul li {
	display: inline;
	position: relative;
	border-right: 1px solid #ccc;
}
#shield .footer .subnav ul li.last {
	border-right: 0px solid #fff;
}
#shield .footer .subnav ul li a{
	padding: 0px 10px 0px 11px;
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#shield .footer .subnav ul li.last a{
	padding: 0px 0px 0px 6px;
}
#shield .footer .subnav ul li a:hover{
	color: #666;
	text-decoration: underline;
}
