/* Global Conditions
----------------------------------------------------------*/





/* Layout
----------------------------------------------------------*/

#wrapper {
margin:0 auto;
width:750px;
background:#202020;
}

#content_wrapper {
min-height:450px;
width:750px;
background-color:#202020;
}

#gallery {
position: relative;
width:750px;
height:295px;
margin:0;
padding:0;
}

#gallery li {
display: block;
}


.column1, .service_column1, .news_column1 {
text-align:justify;
float:left;
width:200px;
margin-right:30px;
}

.column2, .service_column2, .news_column2 {
text-align:justify;
float:left;
width:200px;
}

.service_column2, .news_column2 {
text-align:left;
}

.clients_column1 {
float:left;
width:300px;
margin-right:30px;
}

.clients_column2 {
float:left;
width:300px;
}

#right_column {
float:left;
width:170px;
background:#2A2A2C;
margin:45px 0px 20px 50px;
clear:right;
}

#imagetab {
margin-left:110px;
}

.right_columnbox {
background:#2A2A2C;
border-bottom:15px solid #202020;
}

#homepage, #aboutus, #portfolio, #news, #services, #contact {
font-size:11px;
font-weight:normal;
line-height:20px;
}

#legal, #terms {
font-size:11px;
font-weight:normal;
line-height:20px;
width:650px;
padding:30px 50px;
}


.portfoliolink {
margin-right:15px;
float:left;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#images img {
display:block;
}

#right_column img {
display:block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Typography and Colours
----------------------------------------------------------*/


#right_column p {
display:block;
margin:15px;
}

.orange {
color:#F79433;
}

h5 {
margin-bottom:15px;
color:#F79433;
text-align:left;
font-size:14px;
font-weight:bold;
}

h6 {
background:#000000 url(../images/portfolio/border_top.gif) top left no-repeat;
padding:5px 10px 5px 10px;
width:100px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

#legal h5 {
margin:15px 0px 5px 0px;
color:#F79433;
text-align:left;
font-size:14px;
font-weight:bold;
}

.portfoliolink img {
border:10px solid #2A2A2C;
}

#footer p {
font-size:9px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#news2 {
border-top:1px solid #2A2A2A;
margin-top:20px;
padding-top:20px;
}

#scoop {
border-bottom:15px solid #202020;
}

ol li {
list-style-type:decimal;
margin-bottom:10px;
margin-left:20px;
color:#999999;
}

/* Navigation
----------------------------------------------------------*/

#navbar {
width:750px;
height:7px;
background-color:#000000;
}

a {text-decoration:none; color:#FFFFFF;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none; color:#F79433}
a:active {text-decoration:none; color:#FFFFFF;}

#homepage a {text-decoration:none; color:#FFFFFF; }
#homepage a:visited {text-decoration:none;}
#homepage a:hover {text-decoration:none; color:#F79433;}
#homepage a:active {text-decoration:none; color:#FFFFFF;}



/* Lightbox
----------------------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color:#000000;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	
	
	
	
