html {background-color:#336699 !important;}

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

ul.sb-list {
 margin:0px;
 border-left:1px solid #3399cc !important;
 border-right:1px solid #336699 !important;
 color:#fff; 
 }
 
.sb-accordion ul li.sb-space.divider{
 border-bottom:1px solid #000000 !important;
 border-top:1px solid #3399cc !important; 
}

#breadcrumbWrapper{background-color:transparent;}

#positionLabel, #companyLabel, #nameLabel,.labels,.labels_send {color:#fff !important;}

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

#warning{color:#fff;}

ul li.sb-space h1 {
background-color:#336699 !important;
color:#ccc !important;
}

ul li.sb-space h1:hover {color:#fff !important;
background-color:#3399cc !important;
}

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

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

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

.roundbtn {
  font-size:40px;
  display: inline-block;
background-image: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #336699, #000000);
 background-image: -moz-linear-gradient(top, #336699, #000000);
 background-image: -ms-linear-gradient(top, #336699, #000000);
 background-image: -o-linear-gradient(top, #336699, #000000);
 background-image: linear-gradient(to bottom, #336699, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
  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-image: -webkit-gradient(linear, left top, left bottom, from(#3399cc), to(#000033));
 background-image: -webkit-linear-gradient(top, #3399cc, #000033);
 background-image: -moz-linear-gradient(top, #3399cc, #000033);
 background-image: -ms-linear-gradient(top, #3399cc, #000033);
 background-image: -o-linear-gradient(top, #3399cc, #000033);
 background-image: linear-gradient(to bottom, #3399cc, #000033);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3399cc, endColorstr=#000033);
}

.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:#fff !important;}

a:hover {color:#ccc !important;}

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

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