/* Global Styling ---------------------- */
#tapeBox {
	position: relative;
	width: 100%;
	/* height: 364px; */
	background: #1d1d1d url(../images/tapes-bg-tmp.jpg) center repeat;
}

	#tapeBoxContent {
		position: relative;
		width: 940px;
		margin: 0 auto;
		padding: 32px 0px;
		overflow: hidden;
	}

		#tapeBoxContent p { margin: 0px; }

#contentWrapper {
	width: 100%;
	background: #1d1d1d url(../images/content-bg.jpg) top repeat-x;
	float: left;
	padding-bottom: 32px;
}

	#content {
		width: 940px;
		margin: 0 auto;
		padding: 32px 0;
	}

#footer {
	clear: both;
	margin: 32px 0 0px;
	background: #1d1d1d url(../images/tapes-bg-tmp.jpg) center repeat-x;
	border-top: 2px solid #424242;
}

	#footer #footerWrapper { width: 940px; margin: 0 auto; }

	#footerWrapper div {
		width: 470px;
		margin: 0 auto;
		padding: 10px 0px;
		font-size: 12px;
		float: left;
	}
		#footer div#backToTop { text-align: right; }
		#footer div a { text-decoration: none; }
		#footer div a:hover { text-decoration: underline; }

/* Showcase styling -------------------- */

.controller {
	position: absolute;
	cursor: pointer;
	font-weight: bolder;
	font-size: 64px;
	z-index: 990;
	color: #a91f23;
}

	#slides > .controller:hover {
		text-decoration: none;
		color: #cfd100;
	}
	
#slidePrev {
	left: 0px;
	top: 170px;
}

#slideNext {
	right: 0px;
	top: 170px;
}

#slides {
	position: relative;
	width: 940px;
	height: 364px;
	overflow: auto;
	margin: 0 auto;	
	z-index: 900;
}

	#slides .slide {
		width: 920px;
		height: 364px;
		float: left;
	}
	
	#slides .slide .slideImage, #slides .slide p {
		position: absolute;
		text-align: left;
		font-size: 18px;
		z-index: 10;
	}
	
	.slideImage h2 { display: none; }
	
	#slides a { text-decoration: none; }
	#slides a:hover { text-decoration: underline; }

	#slides div#mmpSlide .slideImage {	
		left: 8px;
		top: -35px;
		width: 854px;
		height: 399px;
		background: transparent url(/images/projects/mmp-slide.png) 0 0 no-repeat;
	}
	#slides div#mmpSlide p { width: 380px; top: 226px; left: 480px; }

	#slides div#resistSlide .slideImage {	
		left: 80px; 
		top: -26px; 
		width: 781px;
		height: 404px;
		background: transparent url(/images/projects/resist-slide.png) 0 0 no-repeat;
		}
	#slides div#resistSlide p { width: 380px; top: 220px; left: 80px; }

	#slides div#kingBlingSlide .slideImage {	
		left: 107px;
		top: -15px;
		width: 781px;
		height: 404px;
		background: transparent url(/images/projects/kingbling-slide.png) 0 0 no-repeat;
		}
	#slides div#kingBlingSlide p { width: 380px; top: 256px; left: 480px; }

/* Home page ------------------ */

#intro {
	position: relative;
	width: 290px;
	float: left;
	margin-right: 30px;
}

	#intro h3 { text-transform: uppercase; color: #cfd100; }
	
	#intro div#hireUs {
		width: 270px;
		padding: 15px 20px 15px;
		margin-left: -20px;
		background: #2b2b2b url(../images/box-logo-bg.jpg) no-repeat center center;
		border-radius: 8px;  
		-moz-border-radius: 8px;  
		-webkit-border-radius: 8px;  
	}
	
	#intro div#hireUs p { margin-bottom: 0px; }
	
	#intro div#hireUs h3 a { text-decoration: none; }
	#intro div#hireUs h3 a:hover { background-color: #a91f23; }

.servicesRow {
	position: relative;
	width: 620px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;	
}

.serviceLeft {
	postition: relative;
	width: 300px;
	float: left;
	margin-right: 20px;
}

.serviceRight {
	position: relative;
	width: 300px;
	float: left;
}


/* Work page ------------------ */

.work p {
	font-size: 20px;
	line-height: 28px;	
}
		
.work a {
	display: block;
	width: 300px;
	height: 56px;
	margin: 0 0 20px 20px;	
	background: #a91f23;
	color: #fff;
	line-height: 56px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	float: right;
	border-radius: 8px;  
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;  
	box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 10px black;
}

	.work a:hover { 
		border: 1px solid #cfd100;
		width: 298px;
		height: 54px;
		line-height: 54px;
	}

.projectThumb {
	position: relative;
	width: 300px;
	height: 180px;
	margin: 0 20px 20px 0;
	float: left;
	overflow: hidden;
}

.projectThumb:hover {
	margin-bottom: 16px;
	border-bottom: 4px solid #cfd100;
}

	.projectThumb img {
		float: left;
	}
	
	.projectThumb p {
		width: 300px;
		height: 32px;
		background: transparent url(../images/project-thumb-title-bg.png);
		padding: 0 8px;
		font-weight: bold;
		line-height: 32px;
		font-size: 16px;
		letter-spacing: 1px;
		float: left;
	}
	
		.projectThumb p a { text-decoration: none; color: #fff; }
	
	.projectThumb span {
		position: absolute;
		width: 300px;
		height: 148px;
		left: 0px;
		top: 0px;
		background: transparent url(../images/project-thumb-overlay.png);
		display: none;
	}
	
	.projectThumb:hover span {
		display: block;
	}
	

/* Project page ------------------ */

#projectOverview {
	position: relative;
	width: 598px;
	margin-right: 20px;
	background: transparent url(../images/black75.png);
	padding: 10px 10px 20px 10px;
	border: 1px #4b4b4b solid;
	float: left;
	box-shadow: 0px 4px 20px black;
	-moz-box-shadow: 0px 4px 20px black;
	-webkit-box-shadow: 0px 4px 20px black;
}

	#projectOverview h3 {
		color: #fff;
		background-color: #a91F23;
		margin-left: -10px;
		padding: 10px;
		font-size: 24px;
		width: 280px;
	}

	#projectOverview p { font-size: 18px; }
	
	#projectOverview div.sociable { display: none; }

#services {
	position: relative;
	width: 278px;
	background: transparent url(../images/black75.png);
	padding: 10px 10px 24px 10px;
	border: 1px #4b4b4b solid;
	float:left;
	text-align: right;
	box-shadow: 0px 4px 20px black;
	-moz-box-shadow: 0px 4px 20px black;
	-webkit-box-shadow: 0px 4px 20px black; 
}

	#services h3 { 
		color: #fff;
		background-color: #a91F23;
		padding: 10px;
		font-size: 24px;
		margin-right: -10px;
		margin-left: 20px;
	}
	#services ul { font-size: 16px; }
	
.projectImage { 
	margin: 0px 20px 20px 0px;
	float: left;
	box-shadow: 0px 10px 20px black;
	-moz-box-shadow: 0px 10px 20px black;
	-webkit-box-shadow: 0px 10px 20px black; 
}


/* Contact page ----------------*/

.contact h2 {
	padding-left: 160px;
	padding-right: 400px;
}

.contact p {
	font-size: 18px;
	padding-left: 160px;
}

#contactInfo {
	position: relative;
	width: 140px;
	float: left;
}

	#contactInfo p { margin-bottom: 8px; }
	#contactInfo p.address strong { font-weight: bold; }
	
.formColumn {
	width: 380px;
	position: relative;
	margin-left: 20px;
	float: left;
}

form.cform {
	position: relative;
	width: 380px;
}

	form.cform ol { list-style-type: none; }
	
		form.cform ol li { 
			background: #2b2b2b;
			padding: 8px;
			margin-bottom: 4px;
			border: 1px #4b4b4b solid;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}

		form.cform ol li label {
			display: inline-block;
			width: 112px;
			margin-right: 20px;
			vertical-align: top;
		}
	
		form.cform ol li input, form.cform ol li textarea {
			width: 220px;
			margin-bottom: 8px;
			padding: 8px 4px;
		}
		
		form.cform ol li > span {
			display: none;
			margin-left: 160px;
		}

	form.cform .cf_hidden { display: none; }
	
	.cf-sb { 
		text-align: right;
	}
	
		.cf-sb .sendbutton {
			background-color: #2b2b2b;
			color: #fff;
			border: 1px #4b4b4b solid;
			padding: 8px;
			text-transform: uppercase;
			letter-spacing: 1px;
			cursor: pointer;
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
		}
		
		.cf-sb .sendbutton:hover { color: #cfd100; }
	
.linklove { display: none; }