/*	Layout
======================================== */
html { overflow: scroll; }
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bg_footer.jpg) repeat fixed;
}
p {
	font-size: 12px;
	line-height: 20px;
	color: #58595b;
	padding-bottom: 15px;
}
strong {
	font-weight: normal;
	color: #231f20;
}
a {
	cursor: pointer; /* IE6 Fix */
	font-size: 11px;
	text-decoration: none;
	color: #58595b;
}
#container {
	margin: 0px auto;
	padding-top: 69px;
	text-align: left;
	width: 882px;
	position: relative;
	background: url(../images/bg-contentWrapper.png) no-repeat center top;
	z-index: 1;
}
#contentWrapper {
	position: relative;
	background: url(../images/bg-container.png) repeat-y center top;
}
#header {
	width: 100%;
	background: url(../images/bg-nav.png) repeat-x left top;
	height: 86px;
	position: fixed;
	z-index: 2;
}
#header h1 {
	width: 156px;
	height: 66px;
	float: left;
	padding-left: 20px;
}
#header h1 a {
	background: url(../images/bg-logo.png) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
body #header h1 a:hover {
	background-position: left bottom;
}
#navWrapper {
	width: 905px;
	margin: 0px auto;
	background: url(../images/bg-navBG.png);
	padding-top: 2px;
}
ul#globalNav {
	margin: 0px auto;
	width: 719px;
	height: 66px;
	float: left;
	padding-right: 10px;
}
ul#globalNav li {
	float: left;
}
ul#globalNav li a {
	text-transform: uppercase;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 66px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 66px;
	float: left;
	border-left: 1px solid #333;
	text-indent: -9999px;
}
ul#globalNav li#aboutLink {
	position: relative;
	z-index: 1;
}
ul#globalNav li#aboutLink a {
	background: url(../images/btn-about.png) no-repeat center top;
	width: 113px;
}
ul#globalNav li#workLink a {
	background: url(../images/btn-work.png) no-repeat center top;
	width: 100px;
}
ul#globalNav li#blogLink a {
	background: url(../images/btn-blog.png) no-repeat center top;
	width: 105px;
}
ul#globalNav li#contactLink a {
	background: url(../images/btn-contact.png) no-repeat center top;
	width: 127px;
}
#header ul#globalNav li#facebookLink a {
	background: url(../images/btn-facebook.png) no-repeat center top;
	text-indent: -9999px;
	width: 68px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-style: none;
}
#header ul#globalNav li#twitterLink a {
	background: url(../images/btn-twitter.png) no-repeat center top;
	text-indent: -9999px;
	width: 65px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-style: none;
}
#header ul#globalNav li#lastfmLink a {
	background: url(../images/btn-lastFM.png) no-repeat center top;
	text-indent: -9999px;
	width: 52px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-style: none;
}
ul#globalNav li#contactLink ul {
	float: left;
	background: url(../images/bg-nav-right.png) no-repeat left top;
	/*padding-left: 15px;*/
	padding-left: 80px;
}
ul#globalNav li#aboutLink ul {
	background: url(../images/bg-subnav.png) no-repeat left top;
	position: absolute;
	z-index: 9;
	top: 66px;
	width: 152px;
	height: 90px;
	left: -8px;
}

ul#globalNav li#aboutLink ul li {
	float: none;
}
ul#globalNav li#aboutLink ul li a {
	font-size: 12px;
	float: left;
	clear: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-indent: 0px;
	background: url(../images/bg-subnav-link.png) no-repeat right bottom;
	border-style: none;
	padding: 5px 10px 0px 20px;
	text-align: left;
}
#header ul#globalNav li a:hover, #header ul#globalNav li.active a, #header h1.active a {
	background-position: right bottom;
}
#header ul#globalNav li#aboutLink ul li a:hover, #header ul#globalNav li#aboutLink ul li.active a {
	background: url(../images/bg-subnav-link.png) no-repeat right 11px;
	color: #CFDA39;
}
#header ul#globalNav li#contactLink ul li a:hover {
	background-position: center bottom;
}
#sidebar ul#globalNav li a:hover {
	background: url(../images/bg-nav-over.png) no-repeat left top;
}
#primaryContent {
	text-align: left;
	padding-top: 20px;
}
#secondaryContent {
	padding: 20px 0px;
	margin: 0px 9px;
	position: relative;
}
#home #primaryContent,
.workdetail #primaryContent {
	padding-top: 0px;
}
#work #secondaryContent {
	background: url(../images/bg-secondaryContent.png) repeat center top;
}
#primaryContent h2,
#secondaryContent h2 {
	font: normal 21px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 20px;
	height: 28px;
	line-height: 28px;
}
#secondaryContent h3 {
	font: normal 21px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 20px;
}
#primaryContent h2.pTitle {
	font: normal 21px Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-left: 9px;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 10px;
	height: 28px;
	line-height: 28px;
}
#primaryContent h2.pTitle strong {
	float: left;
	background: url(../images/bg-page-title.gif) no-repeat right top;
	padding-left: 10px;
	padding-right: 30px;
	height: 28px;
	line-height: 28px;
}
#tertiaryContent {
	background: url(../images/bg_tertiaryDiv.png) no-repeat center bottom;
	padding-bottom: 30px;
	padding-top: 20px;
	margin: 0px 8px;
	clear: both;
}
.header {
	background: url(../images/bg-secondaryContent-topBrdr.png) no-repeat center top;
	height: 7px;
	position: absolute;
	left: 0px;
	top: -7px;
	width: 100%;
}
.footer {
	background: url(../images/bg-secondaryContent-btmBrdr.png) no-repeat center top;
	height: 7px;
	position: absolute;
	left: 0px;
	bottom: -7px;
	width: 100%;
}
#carousel {
	padding: 9px 0px 7px 18px;
}

/*	Home Carousel
======================================== */
#home_carousel_1 {
	height: 328px;
	width: 843px;
	border: 1px solid #999;
	padding: 0px;
	margin: 0px;
}

/*	Work Main Carousel
======================================== */
#work #carousel_1 {
	width: 843px;
	height: 330px;
	border: 1px solid #999;
	padding: 0px;
	margin: 0px;
}

/*	Work Secondary Carousel
======================================== */
#carousel_2 {
	margin: 0px 15px;
}
#carousel_2 li {
	height: 110px;
	width: 112px;
	float: left;
	border-bottom: 7px solid #CFDA39;
	margin: 10px 13px;
	padding: 0px;
	font-weight: normal;
}
#work #tertiaryContent a {
	display: block;
	height: 250px;
	width: 250px;
	border: 1px solid #CCC;
	font: 24px Arial, Helvetica, sans-serif;
	position: relative;
}
#work #tertiaryContent {
	position: relative;
	margin: 0px 9px;
}
#work #tertiaryContent a.prev,
#work #tertiaryContent a.next {
	display: block;
	height: 250px;
	width: 18px;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	border: none;
	background: url(../images/btn-slider-controls.png) no-repeat left center;
}
#work #tertiaryContent a.prev {
	background-position: left center;
	left: 0px;
}
#work #tertiaryContent a.next {
	background-position: right center;
	right: 0px;
}

/*	Main Carousel Navigation
======================================== */
#secondaryNav {
	margin: 0px 0px 8px 18px;
	width: 845px;
	height: 40px;
	background: url(../images/bg_gliderNav.png) repeat-x left top;
}
.toggleLink {
	float: left;
	display: block;
	height: 40px;
	background: #000;
	color: #E7E2D9;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #333333;
	cursor: pointer;
	margin: 0px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.toggleLink_active {
	color: #000;
	background: #CFDA39;
	border-right: 1px solid #333333;
}
.ac_content {
	height: 40px;
	float: left;
	overflow: hidden;
	color: #E7E2D9;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 48px;
}
.ac_content p {
	font-size: 16px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 10px;
}
.ac_content a {
	padding: 0px 0px 5px 10px;
	color: #CFDA39;
	text-decoration: none;
}

/*	Home Secondary Content
======================================== */
#home #secondaryContent {
	background: #232323;
	padding: 20px 0px;
	margin: 0px 9px;
	border-bottom: 5px solid #CFDA39;
	clear: both;
}
#home #secondaryContent h1 {
	font-size: 54px;
	color: #cfda39;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	text-align: left;
}
#home #secondaryContent h2 {
	font-size: 25px;
	line-height: 25px;
	color: #808080;
	font-weight: normal;
	padding: 0px 40px;
	margin: 0px 0px 10px 0px;
	background: url(none);
	text-transform: none;
	border-style: none;
	text-align: left;
	height: auto;
}
#home #secondaryContent p {
	width: 250px;
	color: #808080;
	margin: 0px;
	padding: 10px 25px 10px 0px;
	font-size: 11px;
	line-height: 18px;
}
#home #secondaryContent strong{
	color: #cfda39;
}

/*	Home Tertiary Content
======================================== */
#home #tertiaryContent .box {
	width: 250px;
	float: left;
	margin-left: 28px;
	position: relative;
}
#home #tertiaryContent .box .thumb {
	position: relative;
}
#home #tertiaryContent a.readMore {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-left: 1px solid #ccc;
}
.border {
	border: 1px solid #ccc;
}
#home #tertiaryContent .box .thumb .date {
	background: url(../images/bg_date.png) no-repeat center top;
	margin: 0px;
	height: 58px;
	width: 48px;
	position: absolute;
	left: -5px;
	top: 17px;
	text-align: center;
	font-size: 13px;
	color: #a0a2a5;
	text-transform: uppercase;
	padding: 1px 1px 0px 0px;
	line-height: 24px;
	z-index: 2;
}
#home #tertiaryContent .box .thumb .date span {
	font-size: 30px;
	color: #FFF;
	display: block;
}
#home #tertiaryContent .box h3 {
	font-size: 17px;
	color: #404041;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 2px;
	line-height: 18px;
}
#home #tertiaryContent .box h3 a {
	font-size: 17px;
	text-decoration: none;
	color: #404041;
	background: url(../images/bg_links.png) repeat-x left 14px;
}
#home #tertiaryContent .box .cats {
	font-size: 11px;
	color: #231f20;
	padding-bottom: 10px;
}
#home #tertiaryContent .box p {
	font-size: 11px;
	line-height: 16px;
	color: #808080;
}
#home #tertiaryContent .box .cats a {
	text-decoration: underline;
	color: #231f20;
}
#home #tertiaryContent .box a.readMore {
	display: block;
	height: 90px;
	width: 250px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	background: url(../images/btn_readArticle.png) no-repeat left top;
}
#home #tertiaryContent .box a.readMore:hover {
	background: url(../images/btn_readArticle.png) no-repeat left bottom;
}

/*	Home Quadrary Styles
======================================== */
#quadraryContent {
	padding-bottom: 40px;
}
#quadraryContent .box {
	width: 256px;
	float: left;
	margin-left: 25px;
}
#quadraryContent .box h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #404041;
	padding-bottom: 5px;
	padding-top: 20px;
}
#quadraryContent .box h3 strong {
	font-weight: normal;
	color: #404041;
}
#quadraryContent #lastfm h3 {
	color: #B81E2D;
	border-bottom: 2px solid #B81E2D;
}
#quadraryContent #facebook h3 {
	color: #1B75B5;
	border-bottom: 2px solid #1B75B5;
}
#quadraryContent #flickr h3 {
	color: #E6297B;
	border-bottom: 2px solid #E6297B;
}

/*	One Column Layout
======================================== */
.thecrew #contentWrapper #primaryContent,
.casestudies #contentWrapper #primaryContent {
	float: none;
	width: 100%;
}

/*	Two Column Layout
======================================== */
#about #primaryContent,
#contact #contentWrapper #primaryContent {
	float: left;
	width: 550px;
}
.profile #contentWrapper #primaryContent, .clients #contentWrapper #primaryContent {
	float: none;
	width: auto;
	padding-right: 8px;
}
#about #primaryContent h3 {
	color: #808080	;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e1e2;
	padding-bottom: 5px;
	padding-left: 30px;
}
#about #primaryContent p, #work #secondaryContent p {
	padding-left: 30px;
}
#about #secondaryContent,
#contact #secondaryContent {
	float: right;
	width: 300px;
	margin-left: 10px;
}
#about #secondaryContent ul.subnav {
	float: right;
}
#secondaryContent .right ul {
	padding-top: 5px;
}

/*	Bio Section Styles
======================================== */
.profile .right ul li a, #secondaryContent .right ul li {
	text-indent: 0;
	font-size: 15px;
	color: #000;
	text-align: right;
	height: 28px;
	line-height: 29px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(../images/bg-list-item.png) no-repeat left top;
	text-indent: 0px;
	white-space: nowrap;
	margin: 0px 0px 1px 0px;
	border-right: 5px solid #333;
	float: right;
	clear: right;
}
.profile .right ul li.active a, .profile .right ul li a:hover {
	background: url(../images/bg-list-item.png) no-repeat left bottom;
}
.profile .right ul li a {
	font-size: 15px;
	color: #000;
}
.profile .content .mugshot {
	float: left;
	padding: 2px;
	margin: 0px 0px 0px 30px;
	border: 1px solid #333;
	background-color: #FFF;
}
.profile .content .mugshot img {
	float: left;
	border-bottom: 5px solid #CFDA39;
}
.profile #breadcrumbs {
	float: left;
}
.profile .bio {
	float: left;
	width: 370px;
}
.profile .bio a {
	font-size: 12px;
	border-bottom: 1px dotted #CFDA39;
}

/*	Client Section Styles
======================================== */
.clients ul.left {
	padding: 0px 50px 0px 40px;
	line-height: 20px;
	color: #58595B;
}
.clients p {
	padding-right: 50px;
}

/*	Capabilities List Styles
======================================== */
#about #secondaryContent ul.subnav li {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	clear: both;
	height: 117px;
	float: right;
}
#about #secondaryContent ul.subnav li#strategy {
	height: 145px;
}
#about #secondaryContent ul.subnav li#strategy ul {
	background: url(../images/bg-strategy.png) no-repeat right center;
}
#about #secondaryContent ul.subnav li#creative ul {
	background: url(../images/bg-creative.png) no-repeat right center;
}
#about #secondaryContent ul.subnav li#development ul {
	background: url(../images/bg-development.png) no-repeat right center;
}
#about #secondaryContent ul.subnav li#marketing ul {
	background: url(../images/bg-marketing.png) no-repeat right center;
}
#about #secondaryContent ul.subnav li ul {
	margin: 0px;
	padding-right: 30px;
	float: right;
	clear: right;
}
#about #secondaryContent ul.subnav li ul li,
#work #secondaryContent ul.subnav li {
	text-indent: 0;
	font-size: 15px;
	color: #000;
	text-align: right;
	height: 28px;
	line-height: 29px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../images/bg-list-item.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 0px;
	white-space: nowrap;
	margin: 0px 0px 1px 0px;
	clear: right;
	float: right;
}

/*	Crew/Work Styles
======================================== */
.thecrew #contentWrapper #primaryContent ul.subnav li,
.casestudies #contentWrapper #primaryContent ul.subnav li {
	height: 250px;
	width: 252px;
	float: left;
	border-bottom: 7px solid #CFDA39;
	margin: 0px 0px 30px 31px;
	padding: 0px;
	font-weight: normal;
}
#work #tertiaryContent ul.subnav li {margin: 0px 10px 0px 10px;}
.thecrew #contentWrapper #primaryContent ul.subnav li a,
.casestudies #contentWrapper #primaryContent ul.subnav li a {
	display: block;
	height: 250px;
	width: 250px;
	border: 1px solid #CCC;
	font: 24px Arial, Helvetica, sans-serif;
	position: relative;
}
.thecrew #contentWrapper #primaryContent ul.subnav li a:hover,
.casestudies #contentWrapper #primaryContent ul.subnav li a:hover {
	/*border: 2px solid #CFDA39;*/
}
.thecrew #primaryContent ul.subnav li a strong,
.casestudies #primaryContent ul.subnav li a strong,
.workdetail ul li a strong {
	position: absolute;
	top: 140px;
	background: url(../images/bg-name.png) no-repeat left top;
	display: block;
	font-weight: normal;
	color: #FFF;
	padding-left: 7px;
	margin-left: -5px;
	z-index: 9;
	height: 70px;
	width: 163px;
	line-height: 24px;
	padding-top: 7px;
}
.thecrew #primaryContent ul.subnav li a em,
#work #tertiaryContent ul.subnav li a em {
	font-size: 11px;
	background: #E7EC9C;
	font-style: normal;
	padding: 2px 5px 1px;
	position: absolute;
	top: 205px;
	left: 5px;
	white-space: nowrap;

}
.workdetail h2 {
	font-size: 21px;
	color: #001817;
	text-transform: uppercase;
	padding: 0px 0px 10px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D0D2D3;
}
#work #secondaryContent .left {
	width: 580px;
}
#work #secondaryContent .left p {
	clear: left;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	padding: 10px 20px 0px 20px;
}
#work #secondaryContent .left ul.awards {
	list-style: square;
	font-size: 12px;
	padding: 10px 45px;
}
#work #secondaryContent .left ul.awards li {
	color: #58595B;
	font-size: 11px;
	padding-bottom: 5px;
}
#work #secondaryContent .left ul.awards a {
	font-size: 11px;
	border-bottom: 1px dotted #CFDA39;
}
#work #secondaryContent .left p a {
	font-size: 12px;
	border-bottom: 1px dotted #CFDA39;
}

/*	Footer Styles
======================================== */
#footerWrapper {
	background: url(../images/bg_footerGradient.png) repeat-x left top;
	clear: both;
	text-align: center;
	position: relative;
}
#footerWrapper h1 {
	background: url(../images/bg_footerLogo.png) no-repeat right top;
	height: 353px;
	width: 123px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-indent: -9999px;
}
#footer {
	width: 882px;
	margin: 0px auto;
	clear: both;
	text-align: left;
	padding-bottom: 120px;
	position: relative;
}
#footer .box {
	width: 256px;
	float: left;
	margin-left: 25px;
}
#footer .box h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #001817;
	border-bottom: 1px solid #ebebec;
	padding-bottom: 5px;
	padding-top: 20px;
}
#footer .box ul li {
	border-bottom: 1px solid #C6CDCD;
}
#footer .box ul li ul li {
	border-bottom: none;
}
#footer .box ul li a {
	font-size: 12px;
	color: #404041;
	text-decoration: none;
	display: block;
	line-height: 26px;
	height: 26px;
	text-indent: 7px;
}
#footer .box ul li ul li a {
	padding-left: 10px;
}
#footer .box ul li a:hover {
	background: url(../images/bg_footerLink.png) repeat-x left top;
}
#footer .box ul.holla li {
	font-size: 18px;
	color: #000;
}
#footer .box ul.holla li strong {
	color: #808080;
}

/* TWITTER STYLES
=========================================== */
div#twitter {
	width: 20em;
	margin-bottom: 2em;
	border: 1px solid #888;
}

div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;
	background-color: #888;
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loader.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 0;
	padding: 0 1em 0.5em 1em;
	list-style-type: none;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
}

ul#twitter_update_list li span {
	display: block;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #00f;
}

ul#twitter_update_list li.firstTweet {
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #888;
}

/*	Contact Styles
======================================== */
#contactForm {
	margin:0px;
	width: 530px;
	padding:10px;
	background: url(../images/bg-form.gif) no-repeat 147px 13px;
}
#contactForm h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#contactForm p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
}
#contactForm label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:130px;
	float:left;
	padding-right: 10px;
}
#contactForm .small {
	color:#B81E2D;
	display:block;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:130px;
	padding-right: 10px;
}
#contactForm input {
	float:left;
	font-size:12px;
	padding:6px 5px;
	width:370px;
	margin:2px 0px 20px 10px;
	background: #333;
	color: #FFF;
	border-style: none;
}
#contactForm textarea {
	font: Arial;
	float:left;
	font-size:12px;
	padding:6px 5px;
	height: 150px;
	width: 370px;
	color: #FFF;
	margin:2px 0 20px 10px;
	background: #333;
	border-style: none;
}
#contactForm button {
	clear:both;
	margin-left:0px;
	width:119px;
	background:url(../images/btn-getInTouch.gif) no-repeat left top;
	padding: 4px 0px 5px 10px;
	color:#000;
	font-size:15px;
	text-align: left;
	border-style: none;
	margin-left: 138px;
	cursor: pointer;
}
#address {
	height: 300px;
	width: 250px;
	border: 1px solid #c8c7c7;
}
#address p {
	padding-left: 8px;
}
#address #map {
	height: 240px;
	width: 240px;
	margin: 6px 6px 10px;
	background: url(../images/temp-map.jpg) no-repeat center center;
}
#contactForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#contactForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#contactForm div span.error{
	color: #e46c6e;
}
#error{
	margin: 20px 10px 20px 20px;
	border: 1px solid #ccc;
}
#error ul{
	list-style: square;
	padding: 10px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

/*	Breadcrumb Styles
======================================== */		
#breadcrumbs {
	height: 28px;
	padding: 0px 0px 10px 9px;
	border-bottom: 1px solid #ccc;
}
#work #breadcrumbs {
	margin: 0px 8px;
	padding: 20px 0px 10px 1px;
}
#breadcrumbs li {
	font: normal 21px Arial, Helvetica, sans-serif;
	float:left;
	line-height: 28px;
	color:#000;
	margin: 0px;
	text-transform: uppercase;
	height: 28px;
}
ul#breadcrumbs li.parent a {
	background: #eaeeae url(../images/bg-breadcrumb-tips.png) no-repeat right -28px;
}
#breadcrumbs li a, #breadcrumbs li strong {
	font: normal 21px Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0px 20px 0px 10px;
	display: block;
	float: left;
	color: #000;
}
#breadcrumbs li a {
	background: url(../images/bg-breadcrumb-tips.png) no-repeat right bottom;
}
#breadcrumbs li strong {
	background: url(../images/bg-breadcrumb-tips.png) no-repeat right -56px;
}
#breadcrumbs li.last strong {
	background: url(../images/bg-breadcrumb-tips.png) no-repeat right top;
}
#breadcrumbs li a:link,
#breadcrumbs li a:visited {
	color:#000;
	text-decoration:none;
}	
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color:#dd2c0d;
}

/* COLORBOX STYLES
=========================================== */
#colorbox,
#cboxOverlay,
#cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft,
#cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay,
#cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow{cursor:pointer;}
#cboxOverlay{ background:url(../images/bg-overlay.png) repeat; }
#colorbox{}
#cboxContent{background:#000; margin-top:20px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#ccc;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background:url(../images/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background:url(../images/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}

/* GENERAL STYLES
=========================================== */
.left {
	float:left;
}
.right {
	float:right;
}
.hide {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
