html {
background-color:#000 !important;
background-image:url('../resources/Royal_blue.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}

body {background-color:transparent !important;background-image:none !important;}

ul.sb-list {
 margin:0px;
 border-left:1px solid #555 !important;
 border-right:1px solid #333 !important;
 color:#fff; 
 }
 
.sb-accordion ul li.sb-space.divider{
 border-bottom:1px solid #888 !important;
 border-top:1px solid #aaa !important; 
}

#breadcrumbWrapper{background-color:transparent;}

#positionLabel, #companyLabel, #nameLabel,.labels,.labels_send {
color:#fff !important;
text-shadow: 0px 0px 3px rgba(0,0,0,0.8),
             0px 0px 3px rgba(0,0,0,0.3),
             0px 0px 3px rgba(0,0,0,0.3) !important;
}

#address, #services {color:#fff;}

.footer {color:#000 !important;}

#warning{color:#fff;}

ul li.sb-space h1 {
background-image:url('../resources/silvermetalplate1.png') !important;
color:#000033 !important;
}

ul li.sb-space h1:hover {
color:#0000ff !important;
}

.sb-space.sb-open h1{
color:#0000ff !important;
}

.sb-space h1{background-color:#fff !important;}

.sb-content {
background-color:#333 !important;
border-top:0px solid #000;
border-bottom:0px solid #000;
border-right:1px solid #555;
}

.roundbtn {
  font-size:40px;
  display: inline-block;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #00f, #003);
 background-image: -moz-linear-gradient(top, #00f, #003);
 background-image: -ms-linear-gradient(top, #00f, #003);
 background-image: -o-linear-gradient(top, #00f, #003);
 background-image: linear-gradient(to bottom, #00f, #003);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00f, endColorstr=#003);
  margin: 2px;
  margin-bottom: 6px;
  width: 70px;
  height: 70px;
  text-align:center;
  line-height: 70px;
  border-radius: 50%;
  box-shadow: 0px 2px 3px #aaa, inset 0px 1px 2px #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}

.roundbtn:hover {
  text-decoration: none;
 background-color: #003; background-image: -webkit-gradient(linear, left top, left bottom, from(#009), to(#003));
 background-image: -webkit-linear-gradient(top, #00f, #009);
 background-image: -moz-linear-gradient(top,  #00f, #009);
 background-image: -ms-linear-gradient(top,  #00f, #009);
 background-image: -o-linear-gradient(top,  #00f, #009);
 background-image: linear-gradient(to bottom,  #00f, #009);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0000ff, endColorstr=#000099);
 color:#fff !important;
}

.btn {
 border:1px solid #616261;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

.btn:hover{
 border:1px solid #4a4b4a;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}

.icon-facebook {padding:5px 10px 5px 10px;}

a:link, a:visited {color:#DDD;}

a:hover {color:#6699FF;}

a:link.roundbtn,a:link.btn, a:visited.btn , a:visited.roundbtn {color:#ddd !important;}

a:hover.btn, a:hover.roundbtn {color:#fff !important;}