body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/skins/page_bg.gif) repeat-x 0 0;
}
.foot {
	color: #666;
	font-size: 10px;
	line-height: 40px;
}
.foot_logo {
	float: right;
}

.bg_blue {
	background: url(../img/skins/bg_blue.png);
}
/* **************** CONTENT OBJECTS ***************** */
/* ====== Default spacing ====== */
* {
	margin: 0;
	padding: 0;
}
.accessible {
	display: none;
}
/* ====== Elements ====== */
em {
	font-style: italic;
}
ins {
	text-decoration: none;
	color: #999;
}
strong {
	font-weight: bold;
}
hr {
	border: 5px solid #e2e2e2;
	border-width: 0 0 5px 0;
	margin: 20px 10px 10px 10px;
}
/* ====== Headings ====== */
/* .h1-.h6 classes should be used to maintain the semantically appropriate heading levels - NOT for use on non-headings */
h1, .h1 {
	font-size: 196%;
	font-weight: normal;
	font-style: normal;
	color: #1e1e1e;
}
h2, .h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
h3, .h3 {
	font-size: 146.5%;
	font-style: normal;
	color: #0885d8;
}
h4, .h4 {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #1e1e1e;
	margin-bottom: 1.2em;
}
h5, .h5 {
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
	color: #0885d8;
}
h6, .h6 {
	font-size: 108%;
	font-weight: normal;
	font-style: italic;
	color: #0885d8;
}
/* if additional headings are needed they should be created via additional classes, never via location dependant styling */
.logo {
	padding-top: 18px;
}
.logo a {
	text-indent: -999em;
	width: 290px;
	height: 87px;
	background: url(../img/skins/logo.gif) no-repeat 0 0;
	outline: 0;
	display: block;
}
.category {
	font-size: 108%;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #333;
}
.small {
	color: #0885d8;
	font-size: 12px;
}
.postTitle {
	font-size: 24px;
	color: #333;
}
a.postTitle:hover, a.postTitle:active {
	color: #0885d8;
	text-decoration: none;
}
.orange, .orange > a {
	color: #f90;
}
.blue, .blue > a {
	color: #0885d8;
}
.green, .green > a {
	color: #393;
}
.black {
	color: #000;
}
.felt_tip {
	font-size: 19px;
}
.vag_rounded {
	font-size: 26px;
	margin: 5px 0 8px;
}
.page_title {
	font-size: 36px;
	margin-bottom: 15px;
}
/* links */
a {
	color: #0885d8;
	text-decoration: none
}
a:focus, a:hover {
	text-decoration: underline
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
.bc {
	font-size: 11px;
	margin: 2px 0 0;
}
.plaintext {
	line-height: 1.5em;
	font-size: 11px;
}
.plaintext p {
	margin-bottom: 1.2em;
}
.plaintext ol, .plaintext ul {
	margin-bottom: 1.2em;
}
.plaintext li {
	margin-left: 25px;
}
.plaintext ul li {
	list-style-type: square;
}
.plaintext ol li {
	list-style-type: decimal;
}
/* ====== Lists ======*/
/* numbered list */
ol.simpleList li {
	list-style-type: decimal;
	margin-left: 40px;
}
/* standard list */
ul.simpleList li {
	list-style-type: disc;
	margin-left: 40px;
}
.list {
	list-style: none;
	font-size: 11px;
	border-top: solid 1px #cecece;
}
.list li {
	border-bottom: solid 1px #cecece;
	padding: 8px 0;
	display: block;
}
.list_arrows li {
	border-bottom: solid 1px #cecece;
	display: block;
	padding: 0;
	background: url(../img/skins/bullets.png) no-repeat right center;
}

.news {
	list-style: none;
	font-size: 11px;
}
.news li {
	margin-bottom: 18px;
}
.news li.selected {
	padding-left: 45px;
	margin-left: -45px;
	background: url(../img/skins/arrow.gif) no-repeat 5px center;
}
/* iphone list */
.iphone {
	background: url(../img/skins/iphone.png) no-repeat 0 0;
	list-style: none;
	width: 123px;
	height: 177px;
	padding: 54px 21px 46px 15px;
	margin: auto;
	overflow: hidden;
}
.iphone li {
	display: block;
}
/* tabbed grey top menu */
.tab_menu {
	list-style: none;
	font-size: 10px;
	display: inline;
}
.tab_menu li {
	display: inline;
}
.tab_menu li a {
	display: block;
	float: right;
	border-right: solid 1px #fff;
	min-width: 40px;
	padding: 0 10px;
	line-height: 18px;
	height: 18px;
	background: #e7e7e7;
	text-align: center;
	color: #999;
}
.tab_menu li a.active {
	background: #fff;
	color: #666;
}
.archives li {
	color: #0885d8;
	list-style-type: disc;
	margin-left: 20px;
	*margin-left: 25px;
	padding-bottom: 5px;
}

.commentlist {
	padding-bottom: 1px;
}
.commentlist .thumb {
	float: left;
	margin-right: 10px;
}
.commentlist .comment {
	overflow: hidden;
	*overflow: visible;
	zoom: 1;
	line-height: 140%;
}
.commentlist .comment.short {
	padding: 10px 0;	
}
.commentlist li {
	clear: left;
	margin-bottom: 5px;
}
/* main menu */
.menu {	
	background: url(../img/skins/menu.png) no-repeat 0 -128px;
}
.menu, .menu ul {
	height: 41px;
	display: block;
	overflow: hidden;
}
.menu li {
	display: inline;
}
.menu li a {
	display: block;
	float: left;
	zoom: 1;
	text-decoration: none;
	height: 41px;
	outline: 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/skins/menu.png) no-repeat 0 0;
	text-indent: -999em;
}
.menu .whatwedo {
	background-position: 0 0;
	width: 114px;
}
.menu .whatwedo:hover {
	background-position: 0 -43px;
}
.menu .whatwedo.active {
	background-position: 0 -86px;
}

.menu .casestudies {
	background-position: -114px 0;
	width: 117px;
}
.menu .casestudies:hover {
	background-position: -114px -43px;
}
.menu .casestudies.active {
	background-position: -114px -86px;
}

.menu .discussions {
	background-position: -231px 0;
	width: 111px;
}
.menu .discussions:hover {
	background-position: -231px -43px;
}
.menu .discussions.active {
	background-position: -231px -86px;
}

.menu .contact {
	background-position: -342px 0;
	width: 103px;
}
.menu .contact:hover {
	background-position: -342px -43px;
}
.menu .contact.active {
	background-position: -342px -86px;
}
/* ====== Tables ====== */
.data {
	padding: 20px;
	position: relative;
	zoom: 1;
	vertical-align: top;
	border-right: solid 1px transparent;/* border fixes a FF2 bug which causes the data table to overlay its borders*/
}
.data table {
	width: 100%;
	border: 1px solid #AE0345;
}
th, td {
	vertical-align: top;
	border: 1px solid #AE0345;
}
.txtC, .data .txtC td, .data .txtC th {
	text-align: center;
}
.txtL, .data .txtL td, .data .txtL th {
	text-align: left;
}
.txtR, .data .txtR td, .data .txtR th {
	text-align: right;
}
.txtT, .data .txtT td, .data .txtT th {
	vertical-align: top;
}
.txtB, .data .txtB td, .data .txtB th {
	vertical-align: bottom;
}
.txtM, .data .txtM td, .data .txtM th {
	vertical-align: middle;
}
.data th, .data td {
	padding: 3px 20px
}
.data thead tr {
	background-color: #fff0f8;
}
.data th {
	color: #000;
	font-weight: bold
}
/* specification table - extends data table */
.spec {
	padding: 10px;
}
.spec table {
	border-top: 1px solid #e2e2e2;
	border-bottom-color: #fff;
	border-left: none;
	border-right: none;
}
.spec th, .spec td {
	border: 1px solid #e2e2e2;
	border-width: 1px 0;
	padding-left: 0;
}
.spec .odd, .spec .even {
	background-color: #fff;
}
/* ====== blockquote ====== */
cite {
	display: block;
	text-align: right;
	padding-top: 10px;
}

/* ====== special formatting classes ====== */
.blackboard {
	background: url(../img/skins/blackboard.jpg) no-repeat 0 0;
	width: 907px;
	height:399px;
	margin: 15px -2px 15px;
	position: relative;
}
.blackboard .a_whatwedo {
	position: absolute;
	width: 258px;
	height: 121px;
	top: 222px;
	text-indent: -999em;
	outline: 0;
	left: 73px;
}
.blackboard .a_casestudies {
	position: absolute;
	width: 269px;
	height: 155px;
	top: 211px;
	text-indent: -999em;
	outline: 0;
	left: 386px;
}

/* case studies */
.case_studies {
	position: relative;
	height: 112px;
	margin: -2px -10px 0;
	padding: 407px 10px 10px;
	background: url(../img/skins/casestudies.png) no-repeat center top;
}
.case_studies .prev, .case_studies .next {
	position: absolute;
	z-index: 50;
	top: 190px;
	left: 35px;
	background: url(../img/skins/arrows.png) no-repeat 0 2px;
	text-indent: -999em;
	outline: 0;
	width: 22px;
	height: 28px;
}
.case_studies .next {
	left: auto;
	right: 35px;
	background-position: -22px 2px;
}
.cases > li {
	display: inline;
}
.cases > li > a {
	display: block;
	*display: inline;
	zoom: 1;
	width: 25%;
	height: 112px;
	float: left;
	color:#fff;
}
.btn_warner {
	background: url(../img/projects/warner/btn.png) no-repeat 0 -112px;
}
.btn_buildar {
	background: url(../img/projects/buildar/btn.png) no-repeat 0 -112px;;
}
.btn_sxs {
	background: url(../img/projects/sxs/btn.png) no-repeat 0 -112px;;
}
.btn_wds {
	background: url(../img/projects/wds/btn.png) no-repeat 0 -112px;;
}
.selected .btn_warner, 
.btn_warner:hover, 
.selected .btn_buildar, 
.btn_buildar:hover, 
.selected .btn_sxs,
.btn_sxs:hover, 
.selected .btn_wds, 
.btn_wds:hover  {
	background-position: 0 0;
}

.btn_grey {
	display: block;
	outline: 0;
	width: 280px;
	height: 50px;
	text-indent: -999em;
}
.btn_grey_warner {
	background: url(../img/projects/warner/btn.grey.png) no-repeat 0 0;
}
.btn_grey_buildar {
	background: url(../img/projects/buildar/btn.grey.png) no-repeat 0 0;
}
.btn_grey_sxs {
	background: url(../img/projects/sxs/btn.grey.png) no-repeat 0 0;
}
.btn_grey_wds {
	background: url(../img/projects/wds/btn.grey.png) no-repeat 0 0;
}


.btn_grey_warner:hover {
	background-position: 0 -50px;
}
.btn_grey_buildar:hover {
	background-position: 0 -50px;
}
.btn_grey_sxs:hover {
	background-position: 0 -50px;
}
.btn_grey_wds:hover {
	background-position: 0 -50px;
}



.note_project {
	position: absolute;
	right: 55px;
	top: -48px;
	width: 203px;
	height: 186px;
	z-index: 20;
	text-indent: -999em;
}
.note_warner {
	background: url(../img/projects/warner/note.png) no-repeat 0 0;
}
.note_buildar {
	background: url(../img/projects/buildar/note.png) no-repeat 0 0;
}
.note_sxs {
	background: url(../img/projects/sxs/note.png) no-repeat 0 0;
}
.note_wds {
	background: url(../img/projects/wds/note.png) no-repeat 0 0;
}

.case_details {
	width: 900px;
	height: 397px;
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
}
.selected .case_details { 
	display: block;
}
.case_title {
	font-size: 38px;
	color: #fff;
	position: absolute;
	top: 120px;
	left: 550px;
}
.case_description {
	position: absolute;
	top: 220px;
	left: 550px;
	color: #fff;
	font-size: 13px;
	width: 250px;
}
.case_link {
	background: url(../img/skins/case_link.png) no-repeat 0 0;
	display: block;
	outline: 0;
	margin-top: 10px;
	text-indent: -999em;
	width: 126px;
	height: 30px;
}
.case_link:hover {
	position: relative;
	top: 1;
}
.case_sxs {
	background: url(../img/projects/sxs/case.jpg) no-repeat 0 0;
}
.case_warner {
	background: url(../img/projects/warner/case.jpg) no-repeat 0 0;
}
.case_wds {
	background: url(../img/projects/wds/case.jpg) no-repeat 0 0;
}
.case_buildar {
	background: url(../img/projects/buildar/case.jpg) no-repeat 0 0;
}
.case_buildar .case_title {
	top: 140px
}
.case_buildar .case_description {
	top: 190px
}

/* image slideshow */
.slideshow {
	background: url(../img/skins/case_slideshow.png) no-repeat center top;
	height: 356px;
	position: relative;
	margin-bottom: 8px;
	padding: 4px 1px 17px;
}
.slideshow .description {
	position: absolute;
	top: 328px;
	color: #fff;
	width: 400px;
	overflow: hidden;
	left: 45px;
}
.slideshow .zoom_current {
	position: absolute;
	top: 322px;
	text-indent: -999em;
	width: 30px;
	height: 30px;
	overflow: hidden;
	left: 10px;
}
.slideshow .next, .slideshow .prev {
	position: absolute;
	width: 60px;
	text-indent: -999em;
	outline: 0;
	height: 60px;	
}
.slideshow .next {
	right: 11px;
	top: 320px;
	background: url(../img/skins/arrow_next.png) no-repeat 0 0;
}
.slideshow .prev {
	right: 73px;
	top: 315px;
	background: url(../img/skins/arrow_prev.png) no-repeat 0 0;
}
.slideshow .photos {
	list-style: none;
}
.slideshow .photos li{
	display: none;
	width: 100%;
	height: 312px;
	text-align: center;
}
.slideshow .photos .active {
	display: block;
}
.slideshow .photos img {
	display: block;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	left: 0;
	top: 0;
	display: none;
}
.photozoom {
	display: none;
	position: absolute;
	top: 120px;
	left: 50%;
	width: 848px;
	margin-left: -430px;
	background: url(../img/skins/paper.png);
	padding: 4px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
  -moz-box-shadow: 36px 36px 6px rgba(0,0,0,0.45);
	-webkit-box-shadow: 36px 36px 6px rgba(0,0,0,0.45);
}
.photozoom .inner {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 848px;
	background: #000;
}
.photozoom.sxs .inner {
	background: url(../img/projects/sxs/modal.bg.jpg) no-repeat center top;
}
.photozoom.wds .inner {
	background: url(../img/projects/wds/modal.bg.jpg) no-repeat center top;
}
.photozoom.buildar .inner {
	background: url(../img/projects/buildar/modal.bg.jpg) no-repeat center top;
}
.photozoom.warner .inner {
	background: url(../img/projects/warner/modal.bg.jpg) no-repeat center top;
}
.photozoom .top {
	position: absolute;
	left: 380px;
	top: -130px;
	background: url(../img/skins/modal/paperclip.png) no-repeat center bottom;
	width: 67px;
	height: 149px;
}
.photozoom .modal_close {
	position: absolute;
	top: -46px;
	right: 20px;
	width: 194px;
	height: 46px;
	background: url(../img/skins/modal/close.png) no-repeat 0 0;
}
.photozoom .img {
	overflow: hidden;
}
.photozoom .desc {
	background: url(../img/skins/case_slideshow_lrg.png) repeat-x 0 0;
	color: #fff;
	font-size: 13px;
	height: 42px;
	line-height: 42px;
	padding: 0px 15px;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

.photozoom .next, .photozoom .prev {
	position: absolute;
	width: 60px;
	text-indent: -999em;
	outline: 0;
	height: 60px;	
}
.photozoom .next {
	right: 11px;
	bottom: -30px;
	background: url(../img/skins/arrow_next.png) no-repeat 0 0;
}
.photozoom .prev {
	right: 73px;
	bottom: -30px;
	background: url(../img/skins/arrow_prev.png) no-repeat 0 0;
}

.what_we_do {
	position: relative;
	margin: -8px -20px 0;
	padding: 0 20px;
	height: 561px;
}
.what_we_do .activity_desc {
	position: absolute;
	top: 25px;
	left: 25px;
}
.wwd_btn {
	position: absolute;
	background: url(../img/skins/what_we_do.png) no-repeat 0 0;
	width: 200px;
	height: 200px;
	text-indent: -999em;
	outline: 0;
}
.wwd_ux {
	background-position: -1012px 0;
	left: 25px;
	top: 275px;
	width: 264px;
	height: 220px;
}
.wwd_ux:hover, .wwd_ux.active {
	background-position: -1012px -240px;
}

.wwd_design {
	background-position: -217px 0;
	left: 309px;
	top: 212px;
	width: 173px;
	height: 225px;
}
.wwd_design:hover, .wwd_design.active {
	background-position: -217px -240px;
}

.wwd_development {
	background-position: -535px 0;
	left: 505px;
	top: 283px;
	width: 180px;
	height: 200px;
}
.wwd_development:hover, .wwd_development.active {
	background-position: -535px -240px;
}

.wwd_business_models {
	background-position: -715px 0;
	left: 485px;
	top: 36px;
	width: 295px;
	height: 217px;
}
.wwd_business_models:hover, .wwd_business_models.active {
	background-position: -715px -240px;
}

.wwd_audits {
	background-position: -388px 0;
	left: 329px;
	top: 39px;
	width: 150px;
	height: 145px;
}
.wwd_audits:hover, .wwd_audits.active {
	background-position: -388px -240px;
}

.wwd_integration {
	background-position: -10px -5px;
	left: 674px;
	top: 214px;
	width: 210px;
	height: 220px;
}
.wwd_integration:hover, .wwd_integration.active {
	background-position: -10PX -245px;
}

.tab {
	display: none;
}
.tab_active {
	display: block;
}

.contact_page {
	position: relative;
	height: 513px;
	padding: 8px 10px 0;
	margin: 0 -10px;
	background: url(../img/skins/contact/bg.png) no-repeat 0 0;
}
.contact_map {
	height: 512px;
}
.contact_image {
	background: url(../img/skins/contact/bg.jpg) no-repeat 0 0;
	height: 512px;
}
.contact_page .note {
	top: 33px;
	left: 38px;
	position: absolute;
}
.contact_page .note_thx, .contact_page .note_problem {
	top: 83px;
	left: 98px;
}
.contact_menu {
	list-style: none;
	position: absolute;
	bottom: 4px;
	left: 10px;
	width: 900px;
	height: 56px;
	background: url(../img/skins/contact/menu.png) 0 0;
}
.contact_menu li {
	float: left;
	display: block;
	padding-right: 1px;
	background: url(../img/skins/contact/menu.png) no-repeat right -112px;
}
.contact_menu li a {
	line-height: 52px;
	outline: 0;
	height: 56px;
	font-size: 14px;
	display: inline-block;
	zoom: 1;
	padding: 0 30px;
	color: #4f4f4f;
}
.contact_menu li a.active, .contact_menu li a:hover {
	background: url(../img/skins/contact/menu.png) 0 -56px;
	color: #fff;
	text-decoration: none;
}
.contact_btm {
	height: 6px;
	width: 900px;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 20;
	background: url(../img/skins/contact/btm.png);
}
.email_link {
	background: url(../img/skins/contact/btn.png);
	display: inline-block;
	zoom: 1;
	text-indent: -999em;
	width: 99px;
	height: 30px;
	outline: 0;
}

.form dt {
	float: left; 
	clear: left;
	width: 85px;
	font-size: 13px;
	margin-bottom: 6px;
	padding: 2px 0 1px;
}
.form dt.accessible {
	display: block;
	visibility: hidden;
}
.form dd {
	zoom: 1;
	display: block;
	margin-left: 85px;
	*margin-left: 0;
	margin-bottom: 6px;
}
.form input[type=text], .form textarea {
	background: #fff;
	width: 300px;
	padding: 2px;
	border: solid 1px #ccc;
}
.form input.short {
	width: 190px;
}
.form .large {
	width: 380px;
}
.form textarea {
	height: 160px
}
.form .btn {
	float: right;
	margin-right: 10px;
}
.form label input[type=checkbox] {
	vertical-align: -2px;
	*vertical-align: -1px;
	margin-right: 2px
}
.btn {
	background: url(../img/skins/buttons.png) no-repeat 0 0;
	display: inline-block;
	zoom: 1;
	text-indent: -999em;
	height: 30px;
	cursor: pointer; 
	border: 0;
	width: 100px;
}
.btn:hover {
	position: relative;
	top: 1px;
}
.btn_prev {
	width: 100px;
	background-position: 0 0;
	float: left;
}
.btn_next {
	width: 100px;
	background-position: 0 -30px;
	float: right;
}
.btn_case {
	width: 125px;
	background-position: 0 -60px;
}
.btn_send {
	width: 100px;
	background-position: 0 -120px;
}
.btn_emailus {
	width: 100px;
	background-position: 0 -90px;
}
.btn_comment {
	width: 100px;
	background-position: 0 -150px;	
}


.tags {
	list-style: none;
	padding-bottom: 10px;
	margin-top: -5px;
}
.tags li {
	display: inline;
	margin-right: 5px;
}
.tags li:after {
	content: ', ';
}
.tags li:last-child:after {
	content: '';
}

.weight1 {
	font-size: 13px;
}
.weight2 {
	font-size: 15px;	
}
.weight3 {
	font-size: 17px;
}
.weight4 {
	font-size: 19px;
}
.weight5 {
	font-size: 22px;
}
