#chassis
{
  z-index:0;
  position:absolute;
  float:left;
  width:100%;
  background:white;
  height:auto;
}


/* Header */

#head
{
  z-index:10;
  position:relative;
  float:left;
  width:100%;
  height:160px;
  padding-top:0px;
  background:#fff url(/site_media/images/navbar/menu_bg.jpg) bottom left repeat-x;
  overflow:hidden;
}

#head .iebgfix
{
  overflow:hidden;
  height:46px;
  width:100%;
  background:#1565a2 url(/site_media/images/navbar/menu_bg.jpg) bottom left repeat-x;
  position:absolute;
  left:0;
  top:114px;
  z-index:-100;
}
  

  #head .wrp address
  {
    position:relative;
    font-style:normal;
    display:block;
    width:200px;
    color:#15629f;
    font-size:20px ;
    font-weight:normal;
    line-height:22px;
    top:10px;
  }
  
  #head .wrp input
  {
    outline:none;
  }
  
  
  #head img
  {
    margin-left:1px;
    margin-top:35px;
    float:left;
  }
  
  
  #head ul#menu
  {
    z-index:10;
    position:absolute;
    bottom:0;
    display:block;
    clear:both;
    list-style-type:none;
    height:46px;
    font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
    color:#e0f2fb;
    font-size:14px;
    font-weight:bold;
    width:980px;
    background:transparent url(/site_media/images/navbar/menu_item_divider.jpg) top left no-repeat;
    padding-left:2px;
  }
  
  #head ul#menu li
  {
    height:46px;
    display:inline;
    float:left;
    background:transparent url(/site_media/images/navbar/menu_item_divider.jpg) top right no-repeat;
    position:relative;
    z-index:10;
  }
  
  #head ul#menu li a
  {
    color:#e0f2fb;
    text-decoration:none;
    padding:16px 17px 0 17px;
    display:block;
    height:30px;
    float:left;
    font-size:14px;
    margin-right:2px;
    z-index:200;
    font-weight:bold;
    background:transparent url(/site_media/images/navbar/menu_bg_both.jpg) 0 0 repeat-x;
    position:relative;
    z-index:10;
  }
  
  #head ul#menu li a:hover
  {
    background-position:0 -46px;
  }
  
  #head form
  {
    z-index:205;
    display:block;
    width:280px;
    height:21px;
    position:absolute;
    top:125px;
    right:54px;
    background:transparent url(/site_media/images/navbar/form_bg.jpg) 0 0 no-repeat;
  display:none;
  }
  
  #head form input
  {
    position:relative;
    background:transparent;
    left:35px;
    width:225px;
    height:17px;
    font-size:10px;
    line-height:12px;
    padding-left:0px;
    padding-top:4px;
    color:#6c8393;
  }
  
  #head address
  {
    position:relative;
    float:right;
    color:#15629f;
    font-size:20px;
    font-weight:normal;
    line-height:22px;
    width:300px;
    height:30px;
    margin-top:44px;
    margin-right:8px;
    text-align:right;
    font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  }

#search_go
{
  width:36px !important;
  height:23px !important;
  float:right;
  margin-top:-5px;
}

#buffer
{
  position:absolute;
  left:365px;
  height:46px;
  display:inline;
  float:left;
  width:2px;
  background:transparent url(/site_media/images/navbar/menu_item_divider.jpg) top right no-repeat;
}

#strapline
{
  z-index:1;
  float:left;
  width:500px;
  height:30px;
  display:block;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  font-size:24px;
  line-height:26px;
  color:#15629f;
  margin-top:50px;
  margin-left:40px;
}

#searchresults
{
  position:absolute;
  top:0px;
  *top:-3px;
  left:638px;
  width:340px;
  background:white;
  z-index:2000;
  
}

#searchresults ul
{
  display:block;
  float:left;
  color:#6c8393;
  width:320px;
}

#searchresults ul li
{
  display:block;
  float:left;
  color:#6c8393;
  width:320px;
  padding:5px 0 0 12px;
}

#searchresults ul li span
{
  display:block;
  float:left;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  color:white;
  font-weight:bold;
  font-size:12px;
  width:318px;
  padding:7px 10px 10px 12px;
}

#searchresults ul li.grouper
{
  padding:0;
}

#searchresults ul li.blue span
{
   background:#0669ad;
}

#searchresults ul li.red span
{
   background:#970444;
}

#searchresults ul li.aqua span
{
   background:#026f8e;
}

#searchresults ul li.purple span
{
   background:#5e4d89;
}

#searchresults ul li.green span
{
   background:#75b900;
}

#searchresults ul li ul
{
  display:block;
  float:left;
}

#searchresults ul li ul li
{
  display:block;
  float:left;
  width:270px;
  padding:5px 40px 5px 10px;
}

#searchresults strong
{
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  color:#382c51;
  font-weight:bold;
}

#close_search
{
  width:100%;
  background:black;
  height:20px;
  text-align:center;
  color:white;
  display:block;
  float:left;
  cursor:pointer;
}

#close_search a
{
  color:white;
  font-weight:bold;
}

/* END HEAD STYLES */







/* Home Page */

/* these hold the oversized banner image + provide containers for the 'false' grey edges */

.leftcontainer
{
  z-index:100;
  position:absolute;
  width:100%;
  top:0px;
  height:100%;
  _height:1000px;
  left:50%;
  margin-left:0px;
}

.rightcontainer
{
  z-index:100;
  position:absolute;
  width:100%;
  top:0px;
  height:100%;
  _height:1000px;
  left:50%;
  margin-left:-600px;
}


#herocontainer
{
  background:transparent url(/site_media/images/hero.png) 0px 0px no-repeat;
  z-index:2;
  position:absolute;
  width:1200px;
  top:0px;
  height:344px;
  left:50%;
  margin-left:-600px;
  overflow:hidden;
}

/* greye edges overlay */
  /* it's all a bit forced really */
  
.leftedge
{
  z-index:1500;
  position:absolute;
  width:50%;
  top:0px;
  height:100%;
  left:-50%;
  margin-left:-600px;
  background:#808080;
}

.rightedge
{
  z-index:1500;
  position:relative;
  width:50%;
  top:0px;
  height:100%;
  left:1200px;
  margin-left:0px;
  background:#808080;
}


.homepage #content 
{
  z-index:-20;
  background:transparent url(/site_media/images/homepage_gradient.jpg) 0 0px repeat-x;
}

.homepage #content .wrp
{
  padding-top:340px;
}


#flashcontent
{
  z-index:1000;
  position:absolute;
  height:162px;
  top:25px;
  left:-10px;
  width:100%;
}

#flashcontent img.resize
{
  width:184px;
  height:162px;
}

#flashcontent h2, #flashcontent a
{
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  font-size:20px;
  line-height:22px;
  color:#fff;
}

#flashcontent h2
{
  position:absolute;
  left:15px;
  top:40px;
}

#flashcontent .moreinfo
{
  position:absolute;
  left:15px;
  top:100px;
}


#flashcontent a:hover
{
  text-decoration:none;
}

#nonflash
{
  margin-left:30px;
  margin-top:30px;
}

#homepage_title
{
  display:block;
  width:280px;
  float:left;
  margin-left:30px;
}

#summary
{
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  z-index:1;
  position:relative;
  width:530px;
  float:left;
  color:#6c8393;
  font-weight:bold;
  margin-left:30px;
}

#summary p
{
  font-size:14px;
  line-height:20px;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
}

#homefeatures
{
  z-index:1;
  position:relative;
  width:100%;
  float:left;
  clear:both;
  background:transparent;
}

#home_news, #home_about, #home_testimonials
{
  z-index:1;
  position:relative;
  float:left;
  height:auto;
}

#homefeatures form
{
  z-index:5;
  display:block;
  width:267px;
  height:28px;
  position:relative;
  clear:both;
  background:transparent url(/site_media/images/signup_bg.jpg) 0 0 no-repeat;
}

#homefeatures form input#id_email
{
  background:white; 
  display:block;
  position:absolute;
  top:5px;
  left:10px;
  width:180px;
  height:16px;
  color:#6c8393;
}

#homefeatures form input#submit_signup
{
  position:absolute;
  z-index:10;
  right:0px;
  top:0;
  width:67px;
  height:23px;
}

#home_about
{
  margin-left:10px;
}

#customers
{
  z-index:1;
  position:relative;
  width:940px;
  float:left;
  clear:both;
  margin-left:20px;
  background:white;
  display:inline;
  min-height:100px;
  overflow:hidden;
}

#customers h2
{
  margin:20px 20px 0 8px;
  float:left;
}





/* END HOME PAGE FUN */










/* General Layout */
#content
{
  top:0px;
  * top:-16px !important;
  z-index:-1;
  position:relative;
  width:100%;
  min-width:980px;
  float:left;
  height:100%;
  background:white url(/site_media/images/page_gradient.jpg) 0 0 repeat-x;
  overflow-x:hidden;
}

/*  the div used for centring can't be floated left, 
			so this gives the height 	*/
#trunk   
 {
  z-index:2;
  position:relative;
  float:left;
  width:980px;
  min-width:980px;
  background:white;
  height:100%;
  min-height:500px;
  
}

#view
{
  z-index:1;
  position:relative;
  width:524px;
  min-width:524px;
  float:left;
  border-left:1px solid #c6dceb;
  padding:8px 0 20px 10px;
  height:100%;
  left:-1px;
  min-height:440px;
}

#view h1
{
  margin:0px 0 8px 0;
  color:#0e344e;
}

#view ul
{
 list-style:disc;
 color:#349cdf;
 margin-left:20px;
}

#view #copy ul li a
{
 color:#005edf !important;
 text-decoration: underline;
}

#view ul.objectlist
{
  margin-left:0px;
  width:470px;
}

#crumbtrail
{
  z-index:1;
  position:relative;
  top:0;
  float:left;
  width:962px;
  height:22px;
  color:#6c8393;
  border-bottom:1px solid #c6dceb;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  padding:8px 0 0 18px;
  margin:0;
}

#crumbtrail h6
{
  color:#6c8393;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  display:inline;
}

#crumbtrail a
{
  color:#6c8393;
  font-family:Georgia, 'Trebuchet MS', Helvetica, Arial, Verdana, san-serif;
  font-size:12px;
  line-height:14px;
  font-weight:bold;
  display:inline;
}

#advert_column
{
  position:relative;
  display:inline;
  float:right;
  width:174px;
  margin-right:10px;
  background:white;
  height:100%;
  padding-top:8px;
}
  
#options
{
  z-index:1;
  position:relative;
  float:left;
  padding-left:18px;
  margin-top:10px;
  height:100%;
  border-right:1px solid #c6dceb;
}

#options h4
{
  margin-bottom:10px;
}


#copy
{
  padding:12px 15px 15px 10px;
  display:inline;
  clear:none;
  float:left;
  overflow:hidden;
  width:510px;
  background:white;
}

#copy ul
{
  margin-bottom:10px;
}


#email_list
{
  display:inline;
  position:relative;
  width:100%;
  margin-bottom:20px;
  left:-20px;
  float:left;
  z-index:10;
}


#email_list li.email
{
  display:block;
  float:left;
  width:200px;
  text-align:left;
  color:black;
}

#email_list li a
{
  color:#6c8393;
  display:block;
  float:left;
}

#email_list li.label
{
  display:block;
  float:left;
  width:200px;
  clear:both;
  text-align:left;
  color:black;
}







/* Stuff for individual pages %/



/* Solutions */


#supl_images
{
  margin-left:15px;
}

#supl_images img:first-child
{
  margin-right:10px;
}

#supl_images img
{
  margin-bottom:10px;
}















#gmap
{
  position:relative;
  top:0px;
  width:400px;
  height:380px;
  border:2px solid #0055a5;
  margin-bottom:10px;
  float:left;
  display:inline;
  margin-right:40px;
}
 




/* Footer */
#footer
{
  position:relative;
  clear:both;
  display:block;
  width:100%;
  padding:30px 0 20px 0;
  z-index:200;
  top:0px;
  height:110px;
  background:white;
  color:#6c8393;
  font-size:11px;
  overflow: hidden;
}

#footer_content
{
  z-index:200;
  position:relative;
  width:940px;
  min-width:910px;
  margin:0 auto;
  background:white;
  padding:0 20px 0 20px;
}

#footer_content a
{
  color:#6c8393;
  text-decoration:none;
  font-size:11px;
  margin-left:20px;
  z-index:200;
  position:relative;
}

#footer a:hover
{
  text-decoration:underline;
}


#footer address
{
  position:relative;
  float:right;
  color:#6c8393;
  font-size:11px;
  font-weight:normal;
  line-height:18px;
  width:500px;
  text-align:right;
}



#map
{
  position:relative;
  clear:both;
  display:block;
  width:100%;
  min-height:450px;
  height:auto;
  z-index:3;
  top:-20px;
  left:0px;
  background:white;
  padding-top:20px;
  display:none;
  overflow-x:hidden;
}

#map .wrp
{
  padding-left:20px;
  width:960px !important;
}

#map ul
{
  list-style-type:none;
  margin:0;
  padding-left:0px;
}

#map ul li a
{
  list-style-type:none;
  margin:0px;
  padding:0 0 5px 0;
}

#map h5 a
{
  font-size:14px;
  margin:0;
  padding:0 0 10px 0;
}



#map a:hover, .sitemap a:hover
{
  text-decoration:underline;
}

#map a, .sitemap a
{
  text-decoration:none;
}

#map ul li a, .stemap  ul li a
{
  text-decoration:none;
}





#address_footer
{
  padding-right:80px;
  width:270px;
  height:60px;
  margin-top:-10px;
  float:right;
  display:block;
  font-size:11px;
  /*background:white url(/site_media/images/bsi_logo.gif) top right no-repeat;*/
}

#address_footer img
{
  float:right;
}

#social_networks{
    clear:both;
    margin:0;
    padding:0;
    margin-top:10px;
    width:550px;
    margin-left:0px;
}

#social_networks{
    clear:both;
    margin-top:10px;
}

#social_networks .list li, #social_networks_hp .list li{
    margin-right:5px;
    padding:0;
    display:inline;
}

#social_networks .list{
    margin:0;
    padding:0;
}

#send_to_friend{
    width:330px; 
    padding:20px;  
}

#send_to_friend ul{
    margin-left:20px;
}

#send_to_friend h2{
    color:#349CDF !important;
    font-size:14px;
}

.blog #social_networks{
    clear:both;
    margin:0;
    padding:0;
    margin-bottom:20px;
    width:550px;
    margin-left:0px;
}

.blog .back{
padding-bottom: 0;
}

.blog #social_networks{
    clear:both;
    margin-top:0px;
}

.blog #social_networks .list li, #social_networks_hp .list li{
    margin-right:5px;
    padding:0;
    display:inline;
}

.blog #social_networks .list{
    margin:0;
    padding:0;
}

.blog .copy h1{
color:#349cdf !important;
}

.blog .copy .summary{
color:#6C8393;
font-weight: bold;
}

.blog .copy .entry{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #c6dceb;
}

.blog .copy #comments{
margin-top: 25px;
border-top: 1px solid #c6dceb;
padding-top: 20px;
}

.blog .copy .date .comments_link{
font-weight: normal;
}

.blog .rss{
font-family: 'Trebuchet MS',Helvetica,Arial,Verdana,san-serif;
font-weight:normal;
font-size: 12px;
padding-left: 20px;
background-image: url("../images/feed_icon.gif");
background-repeat: no-repeat;
background-position: center left;
color: #0E344E;
}
    

