/*

----- Staniforth Architects screen stylesheet -----
----- James Riley 2008 -----

----- enjoy. -----

----- Background Colours -----

	Main Background: #000

----- Text Colours -----

	Main Heading: #505050
	Main Body: #505050

----- Dimensions -----

	Site Width: 863px


*/
* {
	padding: 0; /* global margin and padding reset */
	margin: 0;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
body {
	background: #fff;
	text-align: center; /* centre in IE */
	font: 11px Arial, Helvetica, sans-serif;
	color: #505050;
	padding: 40px 0 20px 0;
}
h1 {
	margin-top:20px;
	margin-bottom:20px;
}
h1 a {
	display: block;
	width: 447px;
	height: 34px;	
	text-indent: -1000em;	
	background: url(../images/common/logo.gif) 0 0 no-repeat;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom:10px;
	font-weight:bold;
}
p {
	margin-bottom:10px;
}
a {
	color: #0a1d6a;
	outline: none;
}
a:hover {
	color: #0a1d6a;
}
a img {
	border: none;
}
em {
	color: #28a3dc;
}
ul {
	list-style: none;
}
blockquote {

}
blockquote p {

}

/* ----- Containers ----- */
/* ------------------------------------------------------------ */
#wrapper {
	margin: 0 auto; /* centre in proper browsers */
	text-align:left;
	width: 990px;
}
#masthead {
	float: left;
	width: 950px;
	margin-bottom: 30px;
}
#sidebar, #sidebar2 {
	float: left;
	width: 330px;
	margin-right:20px;
	_margin-right:10px;
	height:150px;
	/* border:1px solid black;*/
}
#sidebar2 {
	width: 230px;
	margin-right:20px;
	_margin-right:10px;

}
#content {
	float: left;
	width: 220px;
	margin-right:30px;
	height:250px;
	/* border:1px solid black;*/
}

#image-holder {
	float: left;
	width: 382px;
	
}

#image-holder a {
	display:block;
	position:absolute;	
}

#footer {
	clear: both;
	float: left;
	width: 985px;
	border-top:1px solid #a2a2a2;
	margin-top:20px;
}
#thumbs {
	clear: both;
	float:left;
	width:550px;

}

#main-left-col {
	float:left;
}

#homepage-img {
	float:left;
	margin-top:40px;
	width:983px;
	height:168px;
	}
.col, .col2 {
	float: left;
	width: 320px;
	margin-right:40px;
	/* border:1px solid black;*/
}

.col2 {
	margin-top:25px;
	}

/* ----- Sidebar navigation ----- */
/* ------------------------------------------------------------ */
#global-nav, .sub-nav, .sub-nav2  {
	float: left;
	display:block;
	width: 70px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 18px;
	margin-right:10px;

}
#global-nav a , .sub-nav a, .sub-nav2 a {
	color: #505050;
	text-decoration: none;
	padding-left:8px;
}
#global-nav a:hover, .sub-nav a:hover, .sub-nav2 a:hover {
	color: #0a1d6a;
	text-decoration: none;
	
}
#global-nav a.current, .sub-nav a.current, .sub-nav2 a.current {
	color: #0a1d6a;
	background-image:url(../images/common/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position: 0;
}
.sub-nav  {width: 100px;}
.sub-nav2  {width: 120px;}
#footer img {
	float:right;
	margin-top:10px;
	}
#footer .text1 {
	float:left;
	display:block;
	text-indent:-1000em;
	background-image:url(../images/common/footer-text.gif);
	background-repeat:no-repeat;
	width:728px;
	height:18px;
	margin-bottom:0px;
	margin-top:20px;
	}
#footer .text2 {
	float:left;
	display:block;
	text-indent:-1000em;
	background-image:url(../images/common/footer-text2.gif);
	width:392px;
	height:16px;
	}
#footer .tell {
	float:left;
	display:block;
	text-indent:-1000em;
	background-image:url(../images/common/telephone.gif);
	width:135px;
	height:16px;
	}
#footer .email {
	float:left;
	display:block;
	text-indent:-1000em;
	background-image:url(../images/common/e-mail.gif);
	width:236px;
	height:16px;
	}

	}

ul#portfolio { margin:0; padding:0; }
ul#portfolio li { float:left; margin:0 10px 10px 0; width:40px; height:40px; list-style:none; border:1px solid #505050; }
ul#portfolio li.loading { background: url(spinner.gif) no-repeat center center; }

.pics {  
    height:  168px;  
    width:   983px;  
    padding: 0;  
    margin:  0;  
} 