.clr{ /* BASIC CLEAR FIX*/
clear:both;
}

div.clear{ /* Special Div for Firefox for background height fix*/
clear: both;
height: 0px;
margin: 0px;
padding: 0px;
font-size: 0;
}
html {
overflow-y:scroll;
height:100%;
}

#wrapper{
position:relative;
margin:0 auto;
width:1100px;
background:url(../images/wrapper_bg.jpg) no-repeat center top;
min-height:443px;
z-index:2;
}
#top{
position:relative;
margin:0 auto;
width:990px;
min-height:100px;
}
#topmenu h3{
display:none;
}
#topmenu{
position:relative;
float:right;
right:20px;
top:20px;
height:32px;
width:auto;
border-right:4px solid #ff9900;
background:url(../images/topmenu_bg.png) no-repeat left top;
}

#search{
position:relative;
float:left;
right:10px;
top:20px;
width:auto;
min-width:223px;
height:33px;
background:url(../images/search_bg.png) no-repeat left top;

}
#search .inputbox{
margin-left:10px;
border:none;
margin-top:5px;
color:#999;
width:140px;
}
#search .button{
background:#ff9900;
color:#fff;
padding:4px;
border:none;
}

#header{
position:relative;
margin:0 auto;
width:100%;
width:990px;
}
#logo{
position:relative;
float:left;
margin:20px;
margin-left:0;
z-index:1;
}
#banner{
position:relative;
float:right;
margin-top:40px;
margin-right:40px;

}

#suckerfish_outer{
position:relative;
margin:0 auto;
height:55px;
width:969px;
background:url(../images/suckerfish_outer.png) no-repeat top;
line-height:30px;
z-index:2;
}
#suckerfish{
position:absolute;
top:12px;
height:30px;
left:30px;
z-index:10;
}

#breadcrumb{
position:relative;
margin:0 auto;
width:930px;
height:24px;
text-align:left;
z-index:1;
margin-top:10px;

}
#breadcrumb a{
text-decoration:none;
}
#breadcrumb h3{
display:none}

#content{
position:relative;
margin:0 auto;
width:990px;
text-align:left;
padding:20px;
padding-bottom:0;
margin-top:10px;
margin-top:0;
background:url(../images/content_bg.png) repeat-y top;
}
#left{
position:relative;
float:left;
width:680px;
margin-left:30px;
}
#right{
position:relative;
float:right;
width:220px;
margin-right:30px;

}

#inset{
position:relative;
margin:0 auto;
}
#inset h3{
display:none;
}
#inset_bg{
position:relative;
margin:0 auto;
height:20px;
z-index:1;
background:url(../images/inset_bg.gif) no-repeat center top;
}


#bottom{
margin:0 auto;
width:990px;
min-height:132px;
background: url(../images/bottom_bg.jpg) top no-repeat;
text-align:center;
}
#footer h3{
display:none;
}

#footer a:link, #footer a:visited{
color:#444;
}
#footer{
position:relative;
width:990px;
margin:0 auto;
padding:0;
color:#444;
text-align:center;
padding-top:50px;
}

.imgborder{
display:block;
padding:6px;
border:1px solid #666;
background:#333;
margin:4px;
}
.imgpadding{
display:block;
padding-right:6px;
padding-bottom:6px;
}