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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	background: #000;
	font-family: Arial, "Gill Sans", sans-serif;
	font-size: 62.5%;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
object {
	line-height: 0px;
}

.cb { clear: both; }

#content .drop-down {
	padding-left: 25px;
	background: url(../images/icons/plus.gif) top left no-repeat;
	text-decoration: underline;
	margin-bottom: 10px;
}

#content .dropped-down {
	padding-left: 25px;
	background: url(../images/icons/minus.gif) top left no-repeat;
	text-decoration: underline;
	margin-bottom: 10px;
}

.a {
	margin-left: 25px;
}

.call-me {
	padding-top: 30px;
}

.orangina { color: #FFCB05; }

/* 1. Generic Styles - Layout */

#header-wrapper {
	width: 100%;
}
	#header {
		width: 950px;
		margin: 0px auto;
		padding-top: 10px;
	}
	
	#branding {
		width: 950px;
		margin: 0px auto;
	}
	
		#branding #logo {
			float: left;
			width: 290px;
			margin: 0 10px 0 1px;
		}
	
		#branding h1 {
			float: left;
			width: 345px;
			font-size: 1.4em;
			padding-top: 17px;
		}
		
		#branding #tagline {
			float: left;
			width: 345px;
			font-size: 1.4em;
			padding-top: 17px;
		}
			
		#branding #social {
			float: right;
			width: 240px;
			padding-top: 17px;
			text-align: right;
		}
		
			#branding #social a {
				color: #fff;
				font-size: 14px;
				margin-left: 10px;
			}
		
	#yummy {	
		margin: 10px auto;
		border: 1px solid #222;
	}
	
	h2 {
		float: left;
		text-transform: uppercase;
		color: #FFCB05;
		margin-right: 10px;
	}
	
	#last-5 {
		margin-bottom: 30px;
	}
	
		#last-5 h2 {
			display: inline;	
		}
		
		#last-5 ul li {
			float: left;
			margin-right: 8px;
		}
		
		#last-5 ul li.first {
			padding-left: 20px;
			background: url('../images/icons/arrows.png') 0px 5px no-repeat;
		}
			
			#last-5 ul li a {
				background:none;
				font-size: 1.4em;
				color: #fff;
				text-decoration: none; 
			}
			
			#last-5 ul li a:hover {
				text-decoration: underline;
			}
			
	#waffle {
		clear: both;
		width: 950px;
	}

		#waffle li {
			float: left;
			width: 225px;
			margin-right: 16px;
		}
	
		#waffle #last { margin-right: 0px;}
		
		#waffle li h2 {
			float: none;
			display: block;
			margin-bottom: 5px;
		}
		
		#waffle li h2 a {
			color: #FFCB05;
		}
		#waffle li h2 a:hover {
			text-decoration: underline;
		}
		
		#waffle #services a {
			padding-left: 20px;
			background: url('../images/icons/question.png') 0px 2px no-repeat;
		}
		#waffle #clients {
			padding-left: 20px;
			background: url('../images/icons/target.png') 0px 3px no-repeat;
		}
		#waffle #portfolio {
			padding-left: 20px;
			background: url('../images/icons/envelope.png') 0px 2px no-repeat;
		}
		#waffle #about {
			padding-left: 20px;
			background: url('../images/icons/person-blue.png') 0px 3px no-repeat;
		}
		
		#waffle li p {
			font-size: 1.3em;
			line-height: 150%;
		}

	/* Content */		
	#content-wrapper {
		width: 100%;
		background:#FFF;
		padding-bottom: 40px;
	}
	
		#content {
			width: 950px;
			margin: 0px auto;
		}
		
		#content #text {
			float: left;
			width: 525px;
			margin-right: 20px;
		}
		#content #sidebar {
			float: right;
			width: 230px;
			padding-top: 12px;
		}
	
#footer-wrapper {
	width: 100%;
	text-align: center;
}
	#footer {
		width: 950px;
		margin: 0px auto;
	}
	#footer ul {
		width: 950px;
		margin: 0px auto;
		padding-bottom: 50px;
		padding-top: 15px;
	}
	
	#footer ul li {
			display: inline;
			margin: 0px 20px;
	}
	
	#footer ul li a {
		padding-top: 15px;
	}
	
	#footer ul #selected a {
		background: url(../images/icons/down-arrow.png) top center no-repeat;
	}

	#footer #quote {
		clear: both;
		margin-bottom: 40px;
		line-height: 150%;
	}
	
#smallprint {
	font-size: 14px;
	width: 100%;
	background: #FFF;
	padding: 5px 0;
	color: #000;
	text-align: center;
}

	#smallprint span {
		color: #FFF;
		margin: 0px 14px;
	}
		
		
/* Generic Typography */
h1 { font-size: 3em; }
h2 { font-size: 1.6em; }
h3, h4 { font-size: 1.6em; }

strong { font-weight: bold; }
em { font-style: italic; }

#content h1, #content h2, #content h3,
#content h1 a, #content h2 a, #content h3 a {
	float: none;
	display: block;
	text-transform:uppercase;
	color: #e0bc00;
	margin-bottom: 0.2em;
	text-decoration: none;
	font-family: "Futura", "Gill Sans", Arial, sans-serif;
	padding: 0px;
}

#content h4, #content h4 a {
	color: #222;	
	font-weight: 600;
}

#content a { color: #333; }

#content h2 {
	font-size: 2.4em;
}

#content h2, #content h3,
#content h2 a, #content h3 a {
	color: #000;
	font-weight: bold;
}

#content p, #content span, #content ul, #content ol {
	font-size: 1.6em;
	color: #222;
}

#content p {
	display: block;
	margin-bottom: 1.5em;
	line-height: 150%;
}

#content ul, #content ol {
	margin: 0em 0 1em 2em;
}
	
	#content ul li, #content ol li {
		padding: 0.1em;
		margin-bottom: 0.2em;
	}
	
	#content ul li {
		list-style:disc;
	}
	
#sidebar h2 {
	font-size: 20px;
	color: #FFCB05;
}

	#sidebar ul {
		margin-left: 0.6em;
	}
	
		#sidebar ul li {
			list-style-type: none;
			margin-bottom: 10px;
		}
		
	#footer {
		font-size: 1.4em;
	}
	
	#footer ul li a {
			text-transform: uppercase;
			text-decoration: none;
			color: #FFCB05;
			font-family: "Futura", "Gill Sans", Arial, sans-serif;
	}
	

/* 2. Home */

#home {
	background: #333 url('../images/bg.png') top left;
}

	#home #page {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -30px;
	}
	
#home h1 {
	display: inline;
}
	#home #waffle {
		padding-top: 10px;
	}

	#home #waffle li {
		width: 215px;
		margin: 0 14px 15px 0;
		padding: 5px;
		min-height: 150px;
	}
	
	#home #waffle #last { margin-right: 0px;}
	
	#home #waffle li:hover {
		background-color: #242424;
		cursor: pointer;
	}
	
	html, body {
		height: 100%;
	}
	
	#home #smallprint {
		 height: 20px;
		 text-align: center;
	}

	
/* 3. Services */

#services-page #header-wrapper {
	padding-bottom: 60px;
	background: url(../images/services-bg.jpg) bottom center no-repeat;
}

	#web{
		margin-bottom: 40px;
	}



#clients-page #header-wrapper {
	padding-bottom: 60px;
	background: url(../images/clients-bg.jpg) bottom center no-repeat;
}
	

#portfolio-page #header-wrapper {
	padding-bottom: 60px;
	background: url(../images/portfolio-bg.jpg) bottom center no-repeat;
}

#about-us-page #header-wrapper {
	padding-bottom: 60px;
	background: url(../images/about-us-bg.jpg) bottom center no-repeat;
}

#brand-page #header-wrapper {
	padding-bottom: 60px;
	background: url(../images/generic-sep.jpg) bottom center no-repeat;
}

/* Clients */

#content ul li .coming-soon {
	text-decoration: none;
}


/* About Us */

#about-us-page #content img {
	width: 344px;
	float: right;
	border: 1px solid #666;
	margin-left: 40px;
}


/* Portfolio */

#gallery {
	width: 690px;
	float: left;
}

#gallery ul {
	margin: 0px;
	padding: 0px;
}

	#gallery ul li {
		list-style-type: none;
		margin: 0px 5px 20px 0px;
		float: left;
		width: 220px;
	}
	
	#gallery ul .third {
		margin-right: 0px;
	}

		#gallery ul li a {
			background-color: #454545;
			padding: 20px 10px 40px 20px;
			display: block;
			border: none;
			text-decoration: none;
		}
		
			#gallery ul li a:hover {
				background-color: #333;
			}
	
		#gallery ul li img {
			margin: 0px 0px 5px 0px;
			padding: 0px;
			border: 1px solid #121212;
		}
		
		#gallery ul li span {
			display: block;
			line-height: 150%;
			font-size: 14px;
			color: #FFF;
			font-family: Arial, Helvetica, sans-serif;
		}
	
		
/* BRAND PAGE */

#brand-page #logos img { border: 1px solid #aaa; margin-bottom: 20px; }


