/* @override http://leoassociates.webdevelopment.acutec.co.uk/css/basic.css */

/* background #5e0616 */

/* background dark #42040f */

@import url("common.css");

/* @group generic */

body, div, img, h1, a {
	behavior: url(js/iepngfix.htc)
}

body {
	background: #5e0616 no-repeat fixed right 200px;
}

body#bHome {
	background-image: url(../img/bg-sketch1.png);
}

body#bProjects {
	background-image: url(../img/bg-sketch2.png);
}

body#bWhat {
	background-image: url(../img/bg-sketch3.png);
}

body#bWho {
	background-image: url(../img/bg-sketch4.png);
}

body#bContact {
	background-image: url(../img/bg-sketch5.png);
}

#pageContainer {
	min-height: 500px;
	position: relative;
	top: 130px;
	background-position: 0 140px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	z-index: 2;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	width: 980px;
}

#pageContent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 2;
}

#pageHeaderShadow {
	width: 100%;
	height: 25px;
	position: fixed;
	background: url(../img/bg-header-shadow.png) repeat-x 0 0;
	top: 120px;
	left: 0;
	z-index: 8;
}

#pageBackgroundShadow {
	width: 100%;
	height: 107px;
	position: fixed;
	background: url(../img/bg-page-shadow.gif) repeat-x 0 0;
	top: 120px;
	left: 0;
	z-index: 1;
}

#footerContainer {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #42040f;
}

#pageFooter {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/divider-line-h.png) no-repeat center 0;
	padding-top: 10px;
}

#pageFooter p {
	text-align: center;
	font-size: 11px;
}

a#footerAdmin {
	background: url(../img/apps_16x16_wht.png) no-repeat left center;
	padding-left: 20px;
	border-bottom-style: none;
	display: inline-block;
	height: 16px;
}

a#footerClient {
	background: url(../img/lock_16x16_wht.png) no-repeat left center;
	padding-left: 20px;
	border-bottom-style: none;
	display: inline-block;
	height: 16px;
}

/* @end */

/* @group header */

#pageHeaderContainer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	background: #5e0616 url(../img/bg-header1.jpg) no-repeat center bottom;
	z-index: 10;
}

#pageHeader {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logoContainer {
	position: absolute;
	right: 0;
	top: 10px;
}

#logoContainer h1 {
	background-image: url(../img/header-logo.png);
	width: 180px;
	height: 0;
	padding-top: 80px;
	overflow: hidden;
	float: right;
}

#logoContainer p {
	font-size: 10px;
	text-align: right;
	clear: right;
	line-height: inherit;
}

#logoContainer p a {
	text-decoration: none;
}

/* @end */

/* @group navigation */

#globalNavigation {
	position: absolute;
	left: 0;
	top: 16px;
}

#globalNavigation ul {
	list-style-type: none;
	margin-left: 0;
}

#globalNavigation ul li {
	float: left;
}

#globalNavigation ul li a {
	float: left;
	display: block;
	height: 0;
	padding-top: 53px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#globalNavigation ul li a:hover {
	background-position: 0 -53px;
}

#globalNavigation a#navHome {
	background-image: url(../img/nav-home.png);
	width: 94px;
}

body#bHome #globalNavigation a#navHome {
	background-position: 0 -106px;
}

#globalNavigation a#navProjects {
	background-image: url(../img/nav-projects.png);
	width: 119px;
}

body#bProjects #globalNavigation a#navProjects {
	background-position: 0 -106px;
}

#globalNavigation a#navWho {
	background-image: url(../img/nav-who.png);
	width: 163px;
}

body#bWho #globalNavigation a#navWho {
	background-position: 0 -106px;
}

#globalNavigation a#navWhat {
	background-image: url(../img/nav-what.png);
	width: 164px;
}

body#bWhat #globalNavigation a#navWhat {
	background-position: 0 -106px;
}

#globalNavigation a#navContact {
	background-image: url(../img/nav-contact.png);
	width: 114px;
}

body#bContact #globalNavigation a#navContact {
	background-position: 0 -106px;
}

#subNavProjects {
	position: absolute;
	top: 75px;
	left: 110px;
}

#subNavWhat {
	position: absolute;
	top: 75px;
	left: 230px;
}

div#subNavProjects ul, div#subNavWhat ul {
	list-style-type: none;
	margin-left: 0;
	font-size: 11px;
}

div#pageHeaderContainer div#pageHeader div#subNavWhat ul {
	font-size: 10px;
}

div#subNavProjects ul li, div#subNavWhat ul li {
	float: left;
	margin-right: 20px;
	width: 100px;
	white-space: normal;
}

#subNavProjects ul li a, #subNavWhat ul li a {
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #ccc;
	padding-bottom: 3px;
	border-bottom-style: none;
}

#subNavProjects ul li a.active, #subNavWhat ul li a.active {
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#subNavProjects ul li a:hover, #subNavWhat ul li a:hover {
	color: #fff;
}

/* @end */

/* @group what we do */

div.whatBox {
	width: 450px;
	height: 250px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
}

div.whatBox img {
	border: 1px solid #fff;
}

div.projectBox {
	width: 300px;
	height: 175px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 50px;
}

div.projectBox img {
	border: 1px solid #fff;
	height: 175px;
	width: 300px;
}

div.projectBox img:hover {
	border: 1px solid #000;
}

div.projectBox h4 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

div.projects_container {
	text-align: center;
}

/* @end */

/* @group home */

#homeHeroShadow {
	width: 980px;
	height: 406px;
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/home-hero-shadow-300.png) no-repeat 1px 1px;
}

#homeHeroImage {
	position: absolute;
	top: 8px;
	left: 13px;
	z-index: 5;
	width: 960px;
	height: 380px;
}

#homeHeroImage div.content {
	position: absolute;
	width: 960px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#homeHeroText {
	text-align: center;
	position: absolute;
	top: 315px;
	left: 0;
	width: 980px;
	clear: both;
}

#homeHeroText div.content {
	text-align: center;
	width: 980px;
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group projects */

#projectText {
	width: 180px;
	margin-left: 15px;
	float: left;
	margin-right: 20px;
}

div#projectGallery {
	width: 760px;
	position: absolute;
	top: 0;
	left: 220px;
	height: 440px;
}

#projectGallery p.galleryVideoLink {
	display: inline-block;
	background: url(../img/hd_32x32_wht.png) no-repeat 10px 0;
	padding-top: 40px;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px dotted #fff;
}

/* @group gallerific */

div.content {
	width: 760px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	height: 350px;
	width: 760px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.slideshow a.advance-link {
	display: block;
	width: 760px;
	height: 350px;  This should be set to be at least the height of the largest image in the slideshow 
	line-height: 350px;  This should be set to be at least the height of the largest image in the slideshow 
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #999;
	position: absolute;
	top: 0;
	right: 0;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 760px;
	top: 0;
	left: 0;
}
div.caption {
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	position: absolute;
	top: 365px;
	left: 0;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	list-style: none;
	margin-right: 5px;
}
a.thumb {
	display: block;
	border: 1px solid #999;
	overflow: hidden;
	width: 80px;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}



/* @end */

/* @group boxgrid */

.boxgrid {
	width: 225px;
	height: 169px;
	margin: 9px;
	float: left;
	background: #161613;
	border: 1px solid #8399AF;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
}

.boxgrid p a {
	font-weight: normal;
	font-style: normal;
}

.boxgrid p a:hover {
	text-decoration: underline;
}

.boxcaption {
	float: left;
	position: absolute;
	height: 100px;
	width: 100%;
	background-image: url(../img/tint-000-80.png);
}

.captionfull .boxcaption {
	top: 170px;
	left: 0;
	position: absolute;
}

.caption .boxcaption {
	top: 220px;
	left: 0px;
}

/* @end */

/* @group kwicks */

.kwicks {
	/

* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	

/* these are required, but the values are up to you (must be pixel) */
	width: 240px;
	height: 450px;
	/*do

not change these */
	display: block;
	overflow: hidden;
	padding: 0;
/* if y

ou need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks.horizontal li {
	/

* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px;
	

/*Set to same as spacing option. */	
	float: left;
	position: relative;
}

.kwicks.vertical  li {
	

/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px;


/*Set to same as spacing option. */
}

.kwicks.horizontal #kwick_4 {
	margin-right: none;
/

* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4 {
	margin-bottom: none;
/

* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.horizontal li h4 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 4px;
	margin-bottom: 0;
	width: 100%;
	font-size: 13px;
	background-image: url(../img/tint-000-80.png);
}

.kwicks.horizontal li a {
	border-bottom-style: none;
}

.kwicks.horizontal li img {
	border-style: none;
}

/* @end */

/* @group pikachoose */

ul#pikame {
	float: left;
	margin-left: 0;
}

#pikame li {
	float: left;
	width: 80px;
	height: 60px;
	border: 1px solid #999;
	background-color: #000;
	margin-right: 5px;
}

#pikame li div {
	
}

.pikachoose {
	width: 510px;
	margin: 0 auto 50px auto;
}

/* This is the ul you have all your images in */

.pikachoose ul {
	padding-left: 0;
	width: 510px;
	height: 180px;
	margin: 0;
	overflow: hidden;
}

.pikachoose ul li {
	float: left;
	border: 1px solid #555;
	padding: 2px;
	background: #777;
	margin: 0 6px 4px 0;
	position: relative;
	overflow: hidden;
}

.pikachoose ul li div img {
	position: relative;
	cursor: pointer;
}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */

.pika_main {
	width: 760px;
	height: 365px;
	position: relative;
	float: left;
}

/*sine we give it the fake border, you need to position the image a little. */

.pika_main_img {
	position: absolute;
	top: 0;
	left: 0;
}

.pika_back_img {
	position: relative;
	top: 0px;
}

.pika_subdiv {
	position: relative;
}

.pika_subdiv img, .pika_subdiv a img {
	border: 1px solid #999;
}

.pika_caption {
	width: 500px;
	height: 16px;
	padding-top: 4px;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 3px;
	background: url('black.png') top left;
}

.pika_caption a {
	color: white;
}

.pika_play {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	top: 5px;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	background: url('play.png') top center no-repeat;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	background: url('pause.png') top center no-repeat;
}

.pika_navigation a {
	font-size: 12px;
	text-decoration: none;
}

.pika_navigation a:hover {
	text-decoration: underline;
}

.pika_navigation {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

/* if you want to 'hide' these jus make their height and width 1px */

.pika_prev_hover {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 456px;
	width: 100px;
	background: url('rewind.png') top left no-repeat;
}

.pika_next_hover {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 456px;
	width: 100px;
	background: url('fastf.png') top right no-repeat;
}

/* @end */

/* @end */

/* @group contact */

#contactMap {
	float: left;
	width: 480px;
	height: 320px;
	padding-right: 15px;
	padding-left: 15px;
}

#contactMap a {
	font-size: 12px;
}

#contactDirections {
	float: left;
	width: 240px;
	padding-right: 15px;
}

#contactDetails {
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
}

#contactDetails p {
	margin-bottom: 20px;
	font-size: 11px;
}

/* @end */