/* Footer styles */

#footer {
	background-color: #fafafa;
	background: -moz-radial-gradient(center 40px, circle, #ffffff 100px, #e3e3e3, #d0d0d0 700px);
	background: -webkit-gradient(radial, center 40, 100, center 40, 700, from(#ffffff), to(#d0d0d0));
}

#footer .block {
	padding-top: 30px;
	text-align: center;
	height: 270px;
	position: relative;
}

#footer ul {
    font-size: 14px;
    left: 136px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 70px;
    width: 171px;
    z-index: 10;
}

#footer ul.right {
    left: 678px;
    text-align: left;
}

#footer ul a {
    color: #666666;
    line-height: 39px;
}

.search label {
    display: block;
    font-size: 14px;
    margin: 0 0 14px;
}

.search .text {
    background: url("../images/bg-search-sprite.png") no-repeat scroll 0 -243px transparent;
    display: inline;
    float: left;
    height: 32px;
    margin: 0 0 0 25px;
    padding: 0 10px 0 51px;
    width: 131px;
}

.search .text input:focus { outline: none; }

.search .text input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #666666;
    display: block;
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 131px;
}

.search .submit {
    background: url("../images/bg-search-sprite.png") no-repeat scroll -193px -243px transparent;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 32px;
    line-height: 0;
    text-indent: -9999px;
    width: 55px;
}

.footer-logo {
	display: block;
	background:url("../images/ico-sprites.png") no-repeat 0 -220px;
	width:103px;
	height:69px;
	text-indent:-9999px;
	margin: 60px auto 0 auto;
}

#footer .totop {
	color: #0F5A91;
}

.search fieldset {
    margin: 0 auto;
    padding: 30px 0 0 8px;
    width: 324px;
}

.copy {
    font-size: 11px;
}