/*
*******************************************************************************
*	(c) NEOCO
* 
*	filename: default.css
*	purpose:  default styles for www.scorchlondon.com
*
*******************************************************************************

$Revision: 1 $
$Date: 30 March 2009 $
$LastChangedBy: alex $
*/

/* ------------------------------------------------------- */
/* CONTENTS
--------------------
	1. SETUP & MAIN STYLES
	2. LAYOUT
	3. UNIVERSAL ELEMENTS
	4. HOME
	5. PORTFOLIO & SERVICES
	6. ABOUT & CLIENTS
	7. FOOTER PAGES
*/

/* ---------------------------------------------------------- 
	1. SETUP & MAIN STYLES 
-----------------------------------------------------------*/

* {
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {  
	text-align: left;	
	font-size: 100%;	
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding-bottom: 20px;
}
a {
	outline: none;
}
a:hover {
	color: #000;
}
div.banner h2 {
	font-size: 26px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 7px;
	font-weight: bold;
}
div.banner p {
	font-size: 14px;
	line-height: 21px;
	color: #000;
}
p a {
	color: #FF6600;
	text-decoration: underline;
}
h5 {
	color: #aaa;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
	div.testimonial h5 {
		padding: 0 0 0 10px;
	}
h6,
h6 a {
	color: #FF6600;
	font-weight: bold;	
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
	ul#services-list h6,
	ul#services-list h6 a {
		font-size: 17px;
		line-height: 20px;
	}
	div.testimonial h6 {
		padding: 0 0 10px 10px;
	}
blockquote {	
	background: url(../images/quotelrg.gif) no-repeat 0 0;
	padding: 10px 20px 0 50px;
	width: 505px;
	margin-bottom: 20px;
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
	blockquote:after {
		content : url(../images/quotesml.gif);
		display: block;
		text-align: right;
	}
	blockquote p {
		padding: 0;
	}
	div.column-left blockquote {	
		width: 255px;
		display: block;
		color: #000;
		font-weight: bold;
		font-size: 14px;
		line-height: 20px;
		padding: 20px 10px 22px 10px;
		background: url(../images/quotesmlside.gif) no-repeat 243px bottom;
		margin-bottom: 0;
	}
	div.column-left blockquote:after {
		content: none;
		display: none;
	}
	div.column-left blockquote img {
		float: left;
		padding: 0 15px 5px 0;
	}
div.one-column h2,	
div.column-right h2 {
	background-color: #FF6600;
	width: 100%;
	margin-bottom: 15px;
}
div.banner h3,
div.column-left h3 {
	background-color: #aaa;
	width: 100%;
}
div.column-left h4 {
	background-color: #FF6600;
	width: 100%;
}
div.one-column h2 span,
div.column-right h2 span,
div.banner h3 span,
div.column-left h3 span,
div.column-left h4 span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 4px;
}
div.column-right h3 {
	color: #FF6600;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
	
/* always need this, used by our javascript libraries */
.hidden {
	display: none;
}


/* ---------------------------------------------------------- 
	2. LAYOUT 
-----------------------------------------------------------*/

/*div#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/
div#container {
	height: 100%;
	margin: 0;
	padding: 0;
}
body > div#container {
	height: auto; min-height: 100%;
}
div#main {
	padding-bottom: 180px; /* must be same height as the footer */
	/*overflow: hidden;*/
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
div#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
div#footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #ff6600;
	margin-top: -160px; /* negative value of footer height */
	height: 160px;
	clear: both;
}
div#header {
	width: 880px;
	position: relative;
	clear: both;
	float: left;
	margin-top: 20px;
	background-color: #fff;
	padding: 10px;
}
div.content {
	width: 880px;	
	position: relative;
	overflow: hidden;
	padding: 10px;
	clear: both;
	float: left;
	background: #fff;
}
	div#footer div.content {
		width: 900px;
		padding: 20px 0;
		float: none;
		margin: 0 auto;
		background: transparent;
		overflow: hidden;
	}
div.banner {
	width: 880px;
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px;
}
div.column-left {
	float: left;
	width: 275px;
	background-color: #E8E7E7;
}
div.column-right {
	float: right;
	width: 575px;
}
div.one-column {
	float: left;
	width: 880px;
	overflow: hidden;
}


/* ---------------------------------------------------------- 
	3. UNIVERSAL ELEMENTS 
-----------------------------------------------------------*/

div#header h1 {
	margin: 20px 0;
}
div#header h1 a {
	text-indent: -5000px;
	display: block;
	width: 278px;
	height: 27px;
	background: url(../images/logo.gif) no-repeat;
}

/* main navigation 
   --------------------------- */
ul#navlist {
	overflow: hidden;
}
ul#navlist li {
	float: left;
}
ul#navlist li a {
	background: url(../images/navigation.gif) no-repeat;
	height: 24px;
	display: block;
	text-indent: -5000px;
}
ul#navlist li#show a {
	width: 99px;
	background-position: 0 0;
}
ul#navlist li#show.selected a,
ul#navlist li#show a:hover { background-position: 0 -24px; }
ul#navlist li#services a {
	width: 117px;
	background-position: -99px 0;
}
ul#navlist li#services.selected a,
ul#navlist li#services a:hover { background-position: -99px -24px; }
ul#navlist li#clients a {
	width: 75px;
	background-position: -216px 0;
}
ul#navlist li#clients.selected a,
ul#navlist li#clients a:hover { background-position: -216px -24px; }
ul#navlist li#portfolio a {
	width: 96px;
	background-position: -290px 0;
}
ul#navlist li#portfolio.selected a,
ul#navlist li#portfolio a:hover { background-position: -290px -24px; }
ul#navlist li#about a {
	width: 86px;
	background-position: -386px 0;
}
ul#navlist li#about.selected a,
ul#navlist li#about a:hover { background-position: -386px -24px; }
ul#navlist li#contact a {
	width: 82px;
	background-position: -472px 0;
}
ul#navlist li#contact.selected a,
ul#navlist li#contact a:hover { background-position: -472px -24px; }
ul#navlist li#blog a {
	width: 58px;
	background-position: -560px 0;
	margin-left: 3px;
}
ul#navlist li#blog.selected a,
ul#navlist li#blog a:hover { background-position: -560px -24px; }
/*new nav*/
ul#navlist_new {
	overflow: hidden;
	float: left;
}
ul#navlist_new li {
	float: left;
	margin-right: 3px;
}
ul#navlist_new li a {
	background: url(../images/navigation_new.gif) no-repeat;
	height: 22px;
	display: block;
	text-indent: -5000px;
}
ul#navlist_new li#show a {
	width: 82px;
	background-position: 0 0;
}
ul#navlist_new li#show.selected a,
ul#navlist_new li#show a:hover { background-position: 0 -22px; }
ul#navlist_new li#services a {
	width: 101px;
	background-position: -89px 0;
}
ul#navlist_new li#services.selected a,
ul#navlist_new li#services a:hover { background-position: -89px -22px; }
ul#navlist_new li#clients a {
	width: 63px;
	background-position: -194px 0;
}
ul#navlist_new li#clients.selected a,
ul#navlist_new li#clients a:hover { background-position: -194px -22px; }
ul#navlist_new li#portfolio a {
	width: 82px;
	background-position: -261px 0;
}
ul#navlist_new li#portfolio.selected a,
ul#navlist_new li#portfolio a:hover { background-position: -261px -22px; }
ul#navlist_new li#about a {
	width: 75px;
	background-position: -347px 0;
}
ul#navlist_new li#about.selected a,
ul#navlist_new li#about a:hover { background-position: -347px -22px; }
ul#navlist_new li#contact a {
	width: 74px;
	background-position: -425px 0;
}
ul#navlist_new li#contact.selected a,
ul#navlist_new li#contact a:hover { background-position: -425px -22px; }
ul#navlist_new li#blog a {
	width: 50px;
	background-position: -504px 0;
}
ul#navlist_new li#blog.selected a,
ul#navlist_new li#blog a:hover { background-position: -504px -22px; }

/* social media navigation
   --------------------------- */
ul#socialmedia {
	overflow: hidden;
	/*background: url(../images/socialheader.gif) no-repeat;*/
	height: 19px;
	padding-left: 74px;
	float: right;
	margin-top: 1px;
}
ul#socialmedia li {
	float: left;
	height: 19px;
}
ul#socialmedia li a {
	text-indent: -5000px;
	display: block;
	height: 19px;
}
ul#socialmedia li.facebook a {
	background: url(../images/social-facebook.gif) no-repeat;
	width: 94px;
}
ul#socialmedia li.twitter a {
	background: url(../images/social-twitter.gif) no-repeat;
	width: 84px;
}
ul#socialmedia li.youtube a {
	background: url(../images/social-youtube.gif) no-repeat;
	width: 79px;
}
ul#socialmedia li a:hover {
	background-position: 0 -19px !important;
}

/* company information 
   --------------------------- */
ul#company {
	position: absolute;
	top: 20px;
	right: 10px;
	overflow: hidden;
	}
ul#company li {
	overflow: hidden;
	float: left;
	margin-left: 10px;
	}
ul#company h3 {
	color: #aaa;
	font-size: 10px;
	line-height: 12px;
	margin: 8px 5px 0 0;
	text-transform: uppercase;
	float: left;
	}
ul#company li.email h3 {
	margin: 8px 5px 0 0;
	}	
ul#company h4 {
	float: left;
	color: #FF6600;
	font-weight: bold;
	font-size: 21px;
	line-height: 21px;
	}
ul#company h5 {
	float: left;
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-transform: lowercase;
	}
ul#company h5 a {
	color: #FF6600;
	}
ul#company h5 a:hover {
	color: #000;
	}

/* our work sidebar 
   --------------------------- */
ul.work {
	width: 275px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	/* self clearing rules */
	ul.work:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	ul.work { display: inline-block; }
	ul.work { display: block; }

ul.work li {
	width: 255px;
	padding: 10px 10px 0 10px;
	position: relative;
}
	/* self clearing rules */
	ul.work li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	ul.work li { display: inline-block; }
	ul.work li { display: block; }
ul.work a.img {
	margin: 0 10px 0 0;
	float: left;
}
ul.work img.newbadge {
	position: absolute;
	top: 3px;
	left: -8px;
}

/* our clients sidebar 
   --------------------------- */
ul.clients {
	width: 255px;
	padding: 10px;
	overflow: hidden;
}
ul.clients li {
	float: left;
	width: 85px;
	height: 75px;
	overflow: hidden;
}

/* twitter sidebar
   --------------------------- */
   
div.column-left h3.twitter {
	background-color: #89D4E4;
}
div.column-left div#tweet_box {
	background-color: #edf9fb;
	padding: 10px;
}
div.column-left div#tweet_box div.tweets {
	width: 255px;
	background: url(../images/twittertop.png) no-repeat;
	padding-top: 18px;
}
div.column-left div#tweet_box ul {
	width: 207px;
	background: url(../images/twitterbottom.png) no-repeat left bottom;
	padding: 0 24px 33px 24px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
div.column-left div#tweet_box div.jta-clear,
div.column-left div#tweet_box span.jta-tweet-attributes {
	display: none;
}
div.column-left div#tweet_box a {
	color: #FF6600;
}
div.column-left div#tweet_box a:hover {
	color: #000;
}
div.column-left div#tweet_box div.tweets_info {
	background: url(../images/bird.png) no-repeat;
	height: 46px;
	padding-left: 45px;
	padding-bottom: 15px;
}
div.column-left div#tweet_box a.follow {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	display: block;
	padding-bottom: 5px;
}
div.column-left div#tweet_box a.follow:hover {
	color: #000;
}
div.column-left div#tweet_box a.follow_btn {
	display: block;
	background: url(../images/followus.png) no-repeat;
	width: 85px;
	height: 18px;
	text-indent: -9999px;
}
div.column-left div#tweet_box a.follow_btn:hover {
	background-position: 0 -18px;
}

/* bookmarks footer
   --------------------------- */
ul#follow,
ul#bookmark {
	float: left;
}
ul#follow {
	margin-left: 30px;
}
ul#follow li,
ul#bookmark li {
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
}
ul#bookmark li.header {
	background: url(../images/bookmark-page.gif) no-repeat;
	text-indent: -5000px;
	width: 131px;
	height: 15px;
}
ul#follow li.header {
	background: url(../images/follow.gif) no-repeat;
	text-indent: -5000px;
	width: 69px;
	height: 15px;
}
ul#follow li a,
ul#bookmark li a {
	height: 16px;
	line-height: 16px;
	background: url(../images/bookmarks.gif) no-repeat;
	padding-left: 30px;	
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-decoration: none;
}
ul#bookmark li.delicious a {
	background-position: 0 0;
}
ul#bookmark li.digg a {
	background-position: 0 -20px;
}
ul#bookmark li.reddit a {
	background-position: 0 -40px;
}
ul#bookmark li.stumble a {
	background-position: 0 -60px;
}
ul#follow li.youtube a {
	background-position: 0 -80px;
}
ul#follow li.twitter a {
	background-position: 0 -100px;
}
ul#follow li a:hover,
ul#bookmark li a:hover {
	color: #000;
}

/* subnavi footer
   --------------------------- */

ul#subnavi {
	float: right;
	overflow: hidden;
}
ul#subnavi li {
	float: left;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}
ul#subnavi a {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
	text-decoration: none;
	padding: 0 5px;
}
ul#subnavi a:hover {
	color: #000;
}


/* ---------------------------------------------------------- 
	4. HOME 
-----------------------------------------------------------*/

body.home div.column-left {
	float: right;
}
body.home div.column-right {
	float: left;
	padding-left: 10px;
	width: 565px;
}
body.home div.column-right h2 {
	margin-left: -10px;
}
body.home div.banner {
	width: 855px;
	height: 284px;
	padding: 80px 10px 10px 35px;
	background: #fff url(../images/home-banner.jpg) no-repeat 10px 10px;
}
body.home div.banner h2 {
	background: url(../images/showreel.gif) no-repeat;
	width: 290px;
	height: 49px;
	text-indent: -5000px;
}
body.home div.banner p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	width: 315px;
	padding: 0;
}
body.home div.banner p.btn {
	background: url(../images/home-button-bg.png) no-repeat;
	padding: 36px 30px 36px 30px;
	overflow: hidden;
	width: 309px;
	height: 28px;
	margin-left: -30px;
	margin-top: -15px;
}
body.home div.banner p.btn a.work {
	display: block;
	background: url(../images/work-with-us.png) no-repeat 0 0;
	width: 160px;
	height: 28px;
	text-indent: -5000px;
	margin-right: 10px;
	float: left;
}
body.home div.banner p.btn a.more {
	display: block;
	background: url(../images/see-more.png) no-repeat;
	width: 117px;
	height: 28px;
	text-indent: -5000px;
	float: left;
}
body.home div.banner p.btn a.work:hover,
body.home div.banner p.btn a.more:hover {
	background-position: 0 -28px;
}
body.home div.banner div#flvPlayer,
body.home div.banner video#flvPlayer,
body.home div.banner object#flvPlayer {
	position: absolute;
	top: 65px;
	right: 51px;
}
body.home div.latest_blog {
	margin-top: 20px;
}
body.home div.latest_blog h2 {
	background-color:#FF6600;
	margin-bottom:15px;
	width:100%;
}
body.home div.latest_blog h2 span {
	color:#FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	text-transform: uppercase;
}
body.home div.latest_blog ul {
	overflow: hidden;
	width: 915px;
}
body.home div.latest_blog li {
	width: 270px;
	margin-right: 35px;
	float: left;
}
body.home div.latest_blog li a.thumb {
	display: block;
	width: 270px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	background: #fc9800;
}
body.home div.latest_blog li a.thumb img {
	display:block;
	height:150px;
	margin: 0 auto;
}
body.home div.latest_blog li h3 {
	padding: 4px 0 6px 0;
}
body.home div.latest_blog li h3 a {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;	
	color: #FF6600;
}
body.home div.latest_blog li h3 a:hover {
	color: #000;
}
body.home div.latest_blog li p {
	padding-bottom: 10px;
}

/* ---------------------------------------------------------- 
	5. PORTFOLIO & SERVICES
-----------------------------------------------------------*/
body.services div.banner,
body.portfolio div.banner {
	width: 880px;
	height: 248px;
	padding: 10px;
	margin-bottom: 0;
	background: #fff url(../images/portfolio-banner.png) no-repeat 10px 10px;
}
body.portfolio div.banner object#swfplayer,
body.services div.banner object#swfplayer {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5000;
}

div.filters {
	width: 272px;
	min-height: 224px;
	float: left;
	margin-right: 30px;	
	background-color: #E8E7E7;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10000;
}
body.portfolio div.banner div.details {
	float: left;
	width: 260px;
	margin-right: 18px;
	position: absolute;
	top: 10px;
	left: 302px;
	z-index: 10000;
}
body.services div.banner p,
body.services div.banner h2,
body.portfolio div.banner p,
body.portfolio div.banner h2 {
	float: left;
	width: 260px;
}
body.services div.banner h2,
body.portfolio div.banner h2 {
	width: 260px;
	margin-top: 32px;
}
div.filters ul,
ul.subnav {
	width: 272px;
	margin-top: 15px;
	overflow: hidden;
}
div.filters li,
ul.subnav li {
	width: 253px;
	float: left;
	margin: 0 0 8px 9.5px;
}
div.filters li a,
ul.subnav li a {
	background: url(../images/filter-tabs.gif) no-repeat 0 -18px;
	display: block;
	width: 247px;
	height: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 18px;
	padding-left: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
div.filters li a:hover,
div.filters li.selected a,
ul.subnav li a:hover,
ul.subnav li.selected a {
	background-position: 0 0;
}
body.services div.banner div.media,
body.portfolio div.banner div.media {
	width: 300px;
	height: 224px;
	padding-bottom: 23px;
	background: url(../images/camera.png) no-repeat 0 0;
	float: right;
}
ul#services-list,
ul#portfolio-work {
	overflow: hidden;
	width: 912px;
	float: left;
}
ul#services-list li,
ul#portfolio-work li {
	width: 272px;
	height: 265px;
	margin: 0 32px 32px 0;
	float: left;
}
ul#portfolio-work li h5,
ul#portfolio-work li h5 a {	
	color:#AAAAAA;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;	
	text-decoration: none;
	text-transform:uppercase;
}
ul#portfolio-work li h6,
ul#portfolio-work li h6 a {
	color: #FF6600;
	font-size:11px;
	font-weight:bold;
	line-height:11px;
	margin-bottom:2px;	
	text-transform: capitalize;
}
ul#services-list img,
ul#portfolio-work img {
	margin-bottom: 10px;
}
ul#services-list p,
ul#portfolio-work p {
	margin-top: 10px;
	padding: 0;
}
body.portfolio div.portfolio-footer {
	border-top: #8D8C91 solid 1px;
	width: 880px;
	padding: 10px 0 30px 0;
	overflow: hidden;
	float: left;
}
body.portfolio div.portfolio-footer p {
	float: left;
}
body.portfolio div.portfolio-footer p a {
	display: block;
	background: url(../images/rss.gif) no-repeat 0 0;
	width: 64px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding-left: 20px;
	text-transform: uppercase;
}
body.portfolio div.portfolio-footer p a:hover {
	background-position: 0 -18px;
}
body.portfolio div.portfolio-footer ul {
	float: right;
	overflow: hidden;
}
body.portfolio div.portfolio-footer li {
	line-height: 18px;
	color: #000;
	font-size: 12px;
	padding: 0 8px;
	float: left;
}
body.portfolio div.portfolio-footer li.prev,
body.portfolio div.portfolio-footer li.next {
	padding: 0;
}
body.portfolio div.portfolio-footer li.prev a {
	display: block;
	background: url(../images/prev.gif) no-repeat;
	width: 35px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding-left: 18px;
	text-transform: uppercase;
}
body.portfolio div.portfolio-footer li.next a {
	display: block;
	background: url(../images/next.gif) no-repeat;
	width: 47px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding-left: 6px;
	text-transform: uppercase;
}

/* portfolio article page
   --------------------------- */

body.portfolio.article div.banner {
	width: 880px;
	height: 325px;
	margin-bottom: 0;
	background: #fff url(../images/article-banner.gif) no-repeat 10px 10px;
	overflow: hidden;
	position: relative;
	z-index: 200;
}
body.portfolio.article div.banner div.controls {
	width: 262px;
	height: 285px;
	padding: 20px;
	float: left;
	position: relative;
	z-index: 300;
}
body.portfolio.article div.banner div.controls p {
	width: 262px;
	overflow: hidden;
	float: left;
}
body.portfolio.article div.banner div.controls a.back {
	float: left;
	background: url(../images/back.gif) no-repeat;
	width: 56px;
	height: 18px;
	text-indent: -5000px;
}
body.portfolio.article div.banner div.controls a.back:hover {
	background-position: 0 -18px;
}
body.portfolio.article div.banner div.controls a.random {
	float: right;
	background: url(../images/random.gif) no-repeat;
	width: 108px;
	height: 18px;
	text-indent: -5000px;
}
body.portfolio.article div.banner div.controls h4 {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
	clear: both;
	float: left;
	text-transform: uppercase;
	width: 262px;
}
body.portfolio.article div.banner div.controls h2 {
	margin: 0 0 10px 0;
	width: 262px;
}
body.portfolio.article div.banner div.controls h5 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	clear: both;
	float: left;
	width: 262px;
}
body.portfolio.article div.banner div.controls ul {
	position: absolute;
	bottom: 20px;
	right: 15px;
}
body.portfolio.article div.banner div.controls li {
	color: #000;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	margin: 0 5px;
	float: left;
}
body.portfolio.article div.banner div.controls li span {
	font-weight: bold;
}
body.portfolio.article div.banner div.controls li.prev a {
	background: url(../images/prev-banner.gif) no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	text-indent: -5000px;
}
body.portfolio.article div.banner div.controls li.next a {
	background: url(../images/next-banner.gif) no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	text-indent: -5000px;
}
body.portfolio.article div.banner video.media {
	float: left;
	width: 578px;
	height: 325px;
	background: #666;
}
body.portfolio.article div.banner div.media {
	width: 578px;
	height: 322px;
	float: left;
	background: transparent;
}
body.portfolio.article div.banner div.media p {
	width: 324px;
	padding: 0 127px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
}
body.portfolio.article div.banner div.media a {
	color: #fff;
}

/* services specific styles
   --------------------------- */

body.services div.banner div.details {
	float: left;
	margin-right: 18px;
	width: 542px;
	margin-left: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10000;
}
body.services div.banner p,
body.services div.banner h2 {
	width: 542px !important;
	margin-top: 0;
}
body.services div.banner h2 {
	margin-top: 10px;
}
body.services.article div.banner {
	width: 880px;
	height: 223px;
	margin-bottom: 0;
	background: #fff url(../images/services-banner.jpg) no-repeat 10px 10px;
	overflow: hidden;
}
body.services.article div.banner p.back {
	width: 262px;
	margin-top: 20px;
	overflow: hidden;
	float: left;
}
body.services.article div.banner p.back a {
	float: left;
	background: url(../images/back.gif) no-repeat;
	width: 56px;
	height: 18px;
	text-indent: -5000px;
}
body.services.article div.banner p.back a:hover {
	background-position: 0 -18px;
}


/* ---------------------------------------------------------- 
	6. ABOUT & CLIENTS & CONTACT
-----------------------------------------------------------*/
body.clients div.banner,
body.about div.banner {
	display: none;
}
body.clients div.column-left p,
body.clients div.column-left img,
body.about div.column-left p,
body.about div.column-left img {
	margin: 11.5px;
	padding: 0;
}
body.clients div.column-left p a,
body.about div.column-left p a {
	background: url(../images/contactus.gif) no-repeat 0 0;
	display: block;
	width: 90px;
	height: 18px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding-left: 6px;
	text-transform: uppercase;
}
body.clients div.column-left p a:hover,
body.about div.column-left p a:hover {
	background-position: 0 -18px;
}
body.clients div.testimonial {
	margin-bottom: 20px;
}
body.clients div.column-left blockquote img {
	float: left;
	padding: 0 15px 5px 0;
	margin: 0;
}
div.column-right ul.clients {
	overflow: hidden;
	padding: 0;
	width: 575px;
}
div.column-right ul.clients li {
	width: 143px;
	height: 116px;
	float: left;
}
body.contact div.column-left {
	background-color: #fff0d9;
}
body.contact div.column-left h3 {
	background-color: #FF6600;
}
body.contact div#googlemap {
	width: 575px;
	height: 407px;
}
body.contact div.column-left h5 {
	margin: 15px 10px 0 10px;
}
body.contact div.column-left address,
body.contact div.column-left h6,
body.contact div.column-left h4 {
	margin: 0 10px;
}
body.contact div.column-left h4 {
	background-color: transparent;
	width: auto;
	font-size: 26px;
	font-weight: bold;
}
body.contact div.column-left address {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 15px;
}


/* ---------------------------------------------------------- 
	7. FOOTER PAGES
-----------------------------------------------------------*/
body.sitemap div.one-column ul li {
	background: url(../images/icon.gif) no-repeat 0 7px;
	padding-left: 15px;
	line-height: 23px;
	margin: 5px 0;
}
body.sitemap div.one-column ul li a {
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
	color: #FF6600;
}
body.sitemap div.one-column ul li ul {
	margin-left: 20px;
}
body.sitemap div.one-column ul li ul li {
	background: transparent;
	padding-left: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: #aaa;
}
body.sitemap div.one-column ul li ul li a {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: #aaa;
}
body.fourzerofour div.one-column img {
	float: left;
	clear: both;
	margin-top: 20px;
}

.float-left {
	float: left;
}

ul.profile {
	margin: 0 20px 14px 0;
	width: 350px;
	min-height: 200px;
}

ul.profile li {
	font-size: 12px;
	line-height: 1.3;
}

ul.profile h3 {
	font-size: 14px !important;
	margin-bottom: 2px;
}

ul.profile li.job {
	margin-bottom: 4px;
	font-size: 11px;
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
}

ul.profile li.description {
	margin-bottom: 6px;
}

ul.profile li.phone {
	margin-bottom: 6px;
	background: url(/images/icons/phone.png) 0 0 no-repeat;
	padding-left: 20px;
}

ul.profile li.email {
	margin-bottom: 6px;
	background: url(/images/icons/email.png) 0 1px no-repeat;
	padding-left: 20px;
}

div.pic {
	margin: 0 20px 14px 0;
}


img.align {
	padding: 0;
	margin: 0 3px 2px 2px;
	vertical-align: middle;
	border: 0;
}

/* ---------------------------------------------------------- 
	END OF CSS FILE
-----------------------------------------------------------*/



