@charset "utf-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.searchfield {height:100px; width:350px; margin:0px 0px 0px 0px; padding:20px 0px 20px 0px;}
/* set up the overall width of the menu div, the font and the margins with a relative position*/

#menu2 {
font-family:font: 14px "Arial", Arial Helvetica, sans-serif;;
font-weight:strong;
width:500px;
height:210px;
margin:10px 0px 0px 0px; 
position:relative;
z-index:90;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
#menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
#menu2 ul table {border-collapse:collapse; margin:-1px -10px; font-size:1em;}
/* float the list so that the items are in a line */
#menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
#menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:85px; 
height:25px; 
color:#000; 
border:1px solid #fff;
border-width:0px 2px 0 0;
background:#99aaf4; 
line-height:25px; 
font-size:14px;
}
/* make the dropdown ul invisible */
#menu2 ul li ul {
position:absolute; left:-9999px; height:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#menu2 ul li#current a {color:#fff; background:#000066;}

#menu2 ul li a:hover,
#menu2 ul li:hover a {
color:#fff; 
background:#4f70fe;
}
/* make the sub menu ul visible and position it beneath the first list item */
#menu2 ul li#current ul,
#menu2 ul :hover ul {
top:25px; 
left:0;
height:px;
background:#fff;
text-align:left;
}
/*this is the center box make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#menu2 ul li#current ul li,
#menu2 ul :hover ul li {
background:#bcbcbb; 
color:#000;
padding:10px;
width:554px;
height:120px;
border:2px solid #4f70fe;
}

#menu2 ul li#current ul li {border:2px solid #000066;}
/*float the image left with padding and no border */
#menu2 ul li#current ul li img,
#menu2 ul :hover ul li img {
float:left; 
padding:5px 5px 5px 0; 
border:0;
}
/* style the paragraph font height */
#menu2 ul li#current ul li p,
#menu2 ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
#menu2 ul li#current ul li a,
#menu2 ul :hover ul li a {
display:inline;
background:#eee;
color:#c00;
text-decoration:underline;
border:0;
line-height:1.8em;
}
/* style the background and forground colors of the links on hover */
#menu2 ul li#current ul li a:hover,
#menu2 ul :hover ul li a:hover {
text-decoration:none; 
color:#000;
}

#summon_search p {
padding: 5px;
}

.summon-search-field {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
 width: 450px;
 height: 30px;
 font-size: 12px;
  }

  .summon-search-field-plus {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
 width: 350px;
 height: 30px;
 font-size: 12px;
  }
  
   .summon {
  width: 65px;
  height: 30px;
  }





.fbs-pane,.fbs-flyout-pane,li.fbs-nomatch,a.fbs-more-link,li.fbs-selected,.fbs-flyout-images,#fbs-topic-image
{
z-index:100;
background:#fff;
}

#catalog p {
padding: 5px;
}

#catalog_search form input{
	margin-top: 15px;
	margin-left: 5px;
 width: 450px;
 height: 30px;
 font-size: 12px;
}

#catalog_search .cat_button{
width: 65px;
  height: 30px;
  }
  
  #catalog_search p {
padding: 5px;
}

#google_search form input{
	margin-top: 15px;
	margin-left: 5px;
 width: 450px;
 height: 30px;
 font-size: 12px;
}

#google_search .google_button{
width: 65px;
  height: 30px;
  }
  
  #google_search p {
padding: 5px;
}



































