div#header{text-align:center;margin-bottom:2em;}
div#container,div.sidebar{}

html, body {
    min-height: 100%;
    height: 100%;
    padding-bottom:0;
}

body {
    background: #082D64 url('http://assets.bigbluedev.com/images/body_repeat.png') top left repeat-x;
}

body #body-footer {
  height: 7px;
  width: 100%;
  background-color: #06194B;
  display:block;
  margin-top: -7px;
}

.ir {   
  position: relative;  
  overflow: hidden;    
}                

.ir span, .ir .ir_image {      
  width:100%;   
  height: 100%; 
  position: absolute;   
  background-position:0 0px; 
  background-repeat: no-repeat;      
  top: 0px;
  left: 0px;
}

h1 div span {
  width:auto;   
  height: auto; 
  position: relative;   
  background-position:0 0; 
  background-repeat: no-repeat; 
} 

#container {
    background: url('http://assets.bigbluedev.com/images/centre_background.png') 0 10px no-repeat;
    margin:0pt auto;
    width:792px;
    padding: 0 79px 0 79px;
    text-align: left;
    min-height: 100%;
}

#header {
    text-align: left !important;
	position: relative;
	padding-top:2em;
}

h1 {
    text-align: left;
    margin-top: 22px;
    width: 397px;
    height: 97px;
    position: relative;
}

h1 .ir_image {
    background-image: url('http://assets.bigbluedev.com/images/header.png');
}

h1 a {
    text-decoration: none;
}

h1 #bb {
    color: #fff;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 1.05em;
    display: block;
    width: 112px;
    height: 94px;
    overflow: hidden;
    line-height: 100%;
    float: left;
}

h1 #bb span {
    font-size: 1.5em;
    display: block;
    margin-top: 10px;
}

h1 #wd {
    color: #1496EC;
    font-size: 1em;
    display: block;
    width: 270px;
    height: 71px;
    overflow: hidden;
    float: left;
    margin-left: 8px;
    margin-top: 22px;
    line-height: 85%;
}

#tagline {
    clear: left;
    position: relative;
}

#tagline div { 
    width: 152px;
    color: #1496EC;
    font-size: 1.1em;
    position: absolute;
    right: 0;
    height: 35px;
    top: -55px;
    line-height: 120%;
    text-align: right;
}

#tagline div span { 
    background-image: url('http://assets.bigbluedev.com/images/tagline.png');
}

#content {
    float:left;
    margin-right:10px;
    position:relative;
    width:486px;
    background-color:#054686;
    color:#FFFFFF;
    font-size:0.9em;
    line-height:130%;
    padding:10px 12px;
}

#sidebar {
  float: left;
  width: 270px;
}

#sidebar #contact {
  background-color:#1496EC;
  color:#FFFFFF;
  font-size:1em;
  overflow:hidden;
  padding:5px 10px;
  position:relative;
}

#sidebar #contact h3 {
  margin-top: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#sidebar #contact .vcard {
  margin-bottom: 5px;
}
#sidebar #contact h4 {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #06194B;
}

#sidebar #contact a {
  color: #06194B;
}

#sidebar #contact .fn, #sidebar #contact .country-name {
  display: none;
}

#content h3 {
  color: #FF6000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 10px;
}

#content p a {
  color: #1496EC;
}

#footer {
  clear: both;
}

#footer .header-bar {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
    height: 16px;
    text-align: left;
    font-size: 0.9em;
    background-color: #06194B;
}

#footer .header-bar #webby {
    color: #ff6600;
    text-decoration: none;
    float: left;
}

#footer .header-bar #webby a {
  color: #ff6600;
  text-decoration: underline;
}

#footer #validation_links {
    float: right;
}

#footer #validation_links a {
    padding-left: 16px;
    color: #1496EC;
    text-decoration: none;
    background: url('http://assets.bigbluedev.com/images/tick_bullet.png') 0 1px no-repeat;
    padding-right: 5px;
}

#recent-work ul {
  list-style-type: none;
  margin: 0;
  width: 495px;
}

#recent-work ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 89px;
}

#recent-work ul li a {
  border: 2px solid #1496EC;
  display: block;
  height: 85px;
}

#recent-work ul li a:hover {
  border: 2px solid #ff6600; 
}

#recent-work ul li a:visited {
  border: 2px solid #06194B;    
}


#recent-work ul li a img {
  border: 0;
  padding: 0;
  
}

.header-bar {
    background-color: #054686;
    padding: 5px 11px !important;
    margin-top: 28px;
    margin-bottom: 18px;
}
.header-bar h3 {    
    text-transform: uppercase;    
    letter-spacing: -1px;   
    color: #ff6600;
    margin-bottom: 0;
}

