@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}
	
body {
	background: #edebe8 url(images/bg.jpg) repeat-x left top;
	padding: 5px 0 0;
	text-align: center;
	}
	
#wrapper {
	background: url(images/wrapper.jpg) no-repeat left top;
	margin: 0 auto;
	text-align: left;
	width: 935px;
	padding: 0 0 0 35px;
	}
	
ul#nav {
	height: 138px;
	width: 800px;
	padding: 12px 0 0;
	overflow: hidden;
	margin: 0;
	}

ul#nav li {	
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#nav li.n-logo {
	float: left;
	width: 615px;
	height: 110px;
	padding: 28px 0 0;
	}
	
ul#nav li.n-logo a {
	background: url(images/logo.gif) no-repeat left top;
	width: 310px;
	height: 100px;
	display: block;
	text-indent: -99999px;
	float: none;
	}
	
ul#nav li.n-logo h2 {
	display: none;
	}

ul#nav li a {
	border: none;
	float: left;
	width: 135px;
	height: 26px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	}
	
ul#nav li.n-portfolio a { background-image: url(images/n-portfolio.gif); }
ul#nav li.n-what a { background-image: url(images/n-what.gif); }
ul#nav li.n-who a { background-image: url(images/n-who.gif); }
ul#nav li.n-contact a { background-image: url(images/n-contact.gif); }
ul#nav li.n-quote a { background-image: url(images/n-quote.gif); }

ul#nav li a:hover {
	background-position: center top;
	}
	
ul#nav li a.on {
	background-position: right top;
	}

.border {
	clear: both;
	border-top: 1px dotted #a69c90;
	width: 850px;
	padding: 20px 25px 0;
	overflow: hidden;
	}	

/* GENERAL CONTENT STYLES */

	
.sidebar {
	float: left;
	width: 250px;
	padding: 20px 25px;
	}
	
.content {
	float: left;
	width: 550px;
	padding: 20px 25px;
	}
	
.full {
	float: left;
	width: 850px;
	padding: 20px 25px;
	}
	
h3 {
	margin: 0;
	height: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -99999px;
	}
	
h3#h3-additionalservices { background-image: url(images/h3-additionalservices.gif); }
h3#h3-clients { background-image: url(images/h3-clients.gif); }
h3#h3-contactinfo { background-image: url(images/h3-contactinfo.gif); }
h3#h3-contactus { background-image: url(images/h3-contactus.gif); }
h3#h3-coreservices { background-image: url(images/h3-coreservices.gif); }
h3#h3-featuredwork { background-image: url(images/h3-featuredwork.gif); }
h3#h3-hi { background-image: url(images/h3-hi.gif); }
h3#h3-joinus { background-image: url(images/h3-joinus.gif); }
h3#h3-news { background-image: url(images/h3-news.gif); }
h3#h3-notableexamples { background-image: url(images/h3-notableexamples.gif); }
h3#h3-ourportfolio { background-image: url(images/h3-ourportfolio.gif); }
h3#h3-qualityoverquantity { background-image: url(images/h3-qualityoverquantity.gif); }
h3#h3-recentwork { background-image: url(images/h3-recentwork.gif); }
h3#h3-requestaquote { background-image: url(images/h3-requestaquote.gif); }
h3#h3-selectedclients { background-image: url(images/h3-selectedclients.gif); }
h3#h3-selectedportfolio { background-image: url(images/h3-selectedportfolio.gif); }
h3#h3-seriousbusiness { background-image: url(images/h3-seriousbusiness.gif); }
h3#h3-whattoexpect { background-image: url(images/h3-whattoexpect.gif); }
h3#h3-whatwedo { background-image: url(images/h3-whatwedo.gif); }
h3#h3-whoweare { background-image: url(images/h3-whoweare.gif); }
h3#h3-workflow { background-image: url(images/h3-workflow.gif); }		
	
	
h4 {
	font: bold 16px/22px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
	}

h5 {
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	color: #333;
	}
	
p,
ul,
ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
	}

li {
	margin: 0 25px;
	}
	
ul.clients li {
	margin: 0 0 3px;
	list-style: none;
	}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #a69c90;
	}
	
a.back {
	font: bold 11px/18px Helvetica, Arial, sans-serif;
	border-bottom: none;
	color: #00467c;
	}
	
a.back:hover {
	border-bottom: 1px dotted #a69c90;
	}
	

/* HOME INTRO */

#intro {
	height: 200px;
	padding: 10px 0 0 25px;
	}
	
#intro p {
	font: normal 18px/22px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	}

#intro ul {
	font: normal 14px/22px Helvetica, Arial, sans-serif;
	}
	
#intro ul li {
	list-style: none;
	background: url(images/hex.gif) no-repeat 4px 8px;
	padding: 0 0 0 20px;
	margin: 0;
	}

#intro ul li a {
	font: bold 13px/22px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #00467c;
	text-decoration: none;
	border-bottom: 1px dotted #a69c90;
	}

/* HOME QUOTE */

#quote {	
	background: url(images/quote.gif) no-repeat left top;
	height: 230px;
	margin: 0 0 0 15px;
	}
	
#quote blockquote {
	height: 165px;
	padding: 15px 30px 0;
	}
	
#quote blockquote p {
	color: #fff;
	margin: 0 0 5px;
	}

#quote blockquote p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #dbd6d0;
	}

#quote h4 {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	padding: 5px 10px 0;
	margin: 0;
	color: #00467c;
	}

#quote h5 {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	padding: 0 10px;
	margin: 0;
	color: #333;
	}

/* HOME NEWS */

.item {
	margin: 0 0 25px;
	}

.item h4 {
	float: left;
	margin: 0;
	padding: 0 0 4px;
	width: 500px;
	}

.item h5 {
	font: normal 11px/22px Helvetica, Arial, sans-serif;
	color: #333;
	width: 40px;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0 0 4px;
	}

.item p,
.item ul,
.item ol {
	clear: both;
	}

/* THUMBNAIL LAYOUT */

ul#thumbnails {
	}

ul#thumbnails li {
	float: left;
	padding: 0 15px;
	width: 270px;
	height: 210px;
	list-style: none;
	margin: 0;
	}

ul#thumbnails li a { 
	display: block;
	height: 210px;
	width: 270px;
	border: none;
	background: url(images/view.gif) no-repeat 225px 185px;
	}

ul#thumbnails li a img {
	display: block;
	border: 5px solid #fff;
	}
	
ul#thumbnails li a:hover img {
	border: 4px solid #dbd6d0;
	background: #fff;
	padding: 1px;
	}

ul#thumbnails li a h4 {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	padding: 5px 10px 0;
	margin: 0;
	color: #00467c;
	}
	
/* THUMBNAIL PAGINATION */

ul#pages {
	clear: both;
	padding: 20px 25px 25px;
	font: bold 11px/18px Helvetica, Arial, sans-serif;
	color: #dbd6d0;
	}
	
ul#pages li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#pages li.left { float: left; }
ul#pages li.right { float: right; }

ul#pages li a {
	font: bold 11px/18px Helvetica, Arial, sans-serif;
	border-bottom: none;
	color: #00467c;
	}
	
ul#pages li a:hover {
	border-bottom: 1px dotted #a69c90;
	}
		
	

/* LARGE PHOTO */

.full {
	height: 410px;
	width: 860px;
	overflow: hidden;
	}

.full .pagination	
/*.full ul.tabs*/ {
	width: 600px;
	float: right;
	height: 25px;
	padding: 15px 0 0;
	margin: 0;
	}
	
.full ul.tabs li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.full ul.tabs li a {
	float: right;
	width: 25px;
	height: 20px;
	padding: 5px 0 0;
	background: url(images/tabs.gif) no-repeat left top;
	margin: 0 0 0 3px;
	text-align: center;
	text-decoration: none;
	font: bold 14px/14px Helvetica, Arial, sans-serif;
	color: #333;
	border: none;
	}

.full ul.tabs li a.on {
	background-position: right top;
	}

.full .giant {
	clear: both;
	height: 390px;
	}
	
.full .giant img {
	display: block;
	border: 5px solid #fff;
	}

/* TABLE */

table {
	margin: 0 0 10px;
	width: 550px;
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	color: #333;
	}
	
table td {
	padding: 3px 10px 3px 0;
	vertical-align: top;
	}
	
table tr.border {
	border: none;
	padding: 0;
	width: auto;
	}

table tr.border td {
	border-bottom: 1px dotted #a69c90;
	}
	
label {
	padding: 2px 0 0;
	display: block;
	font-weight: bold;
	}

input.w300,
select.w300,
textarea.w300 {
	width: 300px;
	padding: 3px;
	border: 1px solid #dbd6d0;
	}
	
textarea {
	height: 75px;
	}

input.w150,
select.w150 {
	width: 150px;
	padding: 3px;
	border: 1px solid #dbd6d0;
	}

input.w100,
select.w100 {
	width: 100px;
	padding: 3px;
	border: 1px solid #dbd6d0;
	}

input.w50,
select.w50 {
	width: 50px;
	padding: 3px;
	border: 1px solid #dbd6d0;
	}
	
input.submit {
	border: none;
	color: #00467c;
	background: url(images/submit.gif) no-repeat left top;
	height: 20px;
	width: 60px;
	padding: 0;
	cursor: pointer;
	text-indent: -99999px;
	}

 .pagination ul li a.on,
 .pagination ul li a:hover,
 .pagination ul li a.selected,
 .pagination ul li a:hover {
	background-position: right top;
	}

/* FOOTER */	
	
#footer {
	clear: both;
	border-top: 1px dotted #a69c90;
	width: 900px;
	background: url(images/micro.gif) no-repeat 855px 8px;
	height: 40px;
	}
	
#footer p {
	font: normal 10px/10px Helvetica, Arial, sans-serif;
	color: #333;
	padding: 15px 0 0 25px;
	}

#footer p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #a69c90;
	}