@charset "utf-8";
/* CSS Document */

form{
margin:0px;
padding:0px;
}

#logo-link{
position:absolute;
top:18px;
left:11px;
}

#logo-link a{
width:256px;
height:40px;
display:block;
}

#search{
position:absolute;
top:22px;
left:365px;
width:371px;
}

#search .col-left{
width:300px;
float:left;
}

#search .col-right{
width:69px;
float:right;
}

#search .search-box{
padding:3px;
width:297px;
height:26px;
border:solid 1px #90ccc9;
}

.footer-lhs{
background:url(../images/bg-footer-lhs.gif) top left repeat-y #f6f4ef;
}

.footer-rhs{
background:url(../images/bg-footer-rhs.gif) top right repeat-y #f6f4ef;
}

.footer-bottom{
padding: 5px 0px;
border-bottom:solid 1px #bdbdbd;
background:#f5f5f5;
}


