/* Work at Play | Global Syle */

/* Reset page layout */
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* UPGRADE MESSAGE */
#msg {
	display: none;
}

/* The basics */
body {
	background: #1d1e21 url("/images/bg_body.gif") repeat-x top center;
	font:normal 11px/16px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #ffffff;
}
h4 {
	font-size: 14px;
	font-weight: lighter;
	color:#FFFFFF;
	margin:10px 0 18px 0;
}
p {
	margin:0 0 18px 0;
}
#content li {
	margin: 0 0 8px 0;
	list-style-type: none;
}
#products-page li {
	margin:0 0 8px 14px;
	list-style-type: disc;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

/* Helpers */
.last, div.last, #footer div.last {
	margin-right: 0;
}

/* Navigation */
#navigation {
	background: #1d1e21;
	border-top: 20px solid #1d1e21;
}
#navigation h1 {
	height: 50px;
	float: left;
}
#navigation h1 a {
	background: url("/images/logo.gif") no-repeat;
	width: 150px;
	height:50px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#navigation .slogan {
background: url("/images/logo_slogan.gif") no-repeat;
	width: 400px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#navigation h1 br {
	display: none;
}
#navigation #navigation-wrapper {
	position: relative;
	float: right;
	width: auto;
	z-index: 0;
}
#navigation ul {
	list-style-type: none;
	height: 40px;
	margin: 0;
}
#navigation ul li {
	float:left;
}
#navigation a {
	z-index: 500;
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}
#navigation span {
	display: none;
}
#navigation a.work {
	background-image: url("/images/tabs/work.png");
	width:65px;
}
#navigation a.products {
	background-image: url("/images/tabs/products.png");
	width:107px;
}
#navigation a.services {
	background-image: url("/images/tabs/services.png");
	width:107px;
}
#navigation a.about {
	background-image: url("/images/tabs/about.png");
	width:80px;
}
#navigation a.contact {
	background-image: url("/images/tabs/contact.png");
	width:92px;
}
#navigation a.active {
	color: #fff;
	height: 70px;
}
/* The coloured box behind the active navigation item */
#active-bg {
	background-color: #000; /* Safari needs this */
	position: absolute;
	height: 70px;
	z-index: -1;
}

/* Main content region */
.wrapper {
	width: 940px;
	_width:939px; /* fudge IE6 */
	margin: 0 auto;
	clear:both;
}
#navigation div.wrapper, #footer div.wrapper {
	position: relative;
}
#content {
	clear:both;
	z-index: 0;
	height:600px;
}
.slidable-page {
	z-index: -1;
	padding-top:70px;
}
.slidable-page .wrapper {
	min-height: 600px;
}

/* Footer */
#footer {
	position: relative;
	width: 100%;
	z-index: 5; /* */	
	float: left;
}
#footer h4 {
	
	width:569px;
	height:20px;
	display: block;
	text-indent: -9999px;
	margin:0 0 6px 0;
}
#footer p {
	color:#c892c2;
}
#footer p.follow {
	z-index:99;
	position:absolute;
	margin-top:20px;	
	padding:0 0 50px 0;
}
#footer p.follow a {
	color:#c892c2;
}

/* Preload background images after JS loads */
#preload {
	display: none;
}

/* Positioning the social networking icons */
#socialnetworks {
	float: right;
	position: relative;
	margin-top: -30px;
	margin-right: 3px;
}

#socialnetworks li {
	float: left;
	padding: 1px;
}

#socialnetworks li img {
	width: 25px;
	height: 25px;
}

/* Dialog */
.ui-dialog-titlebar { 
  padding: 5px;
  background-color: #94A3C4;  
  font-size: 14px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position:absolute;
  right: 7px;
}

.ui-dialog .ui-dialog-content { 
  background-color: #fff;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog-overlay {
  background-color: #ccc;
  filter:alpha(opacity=70);/* for IE */
  opacity:0.7;/* CSS3 standard */
}

.facebook-profile-footer, .facebook-profile-footer a {
  color: #000;
  font-size: 10px;
  font-weight: bold;  
}
/* Work at Play | Work Samples Syle */

h1.page-title {
	display: none;
}
h2.tagline {
	float:left;
	background-repeat: no-repeat;
	background-position: top left;
	height: 35px;
	width:620px;
	text-indent: -9999em;
	margin:40px 0 10px 0;
}
h2.products {
	background-image:url("/images/titles/products.png");
	border-bottom: 2px solid #94b5c5;
}
h2.services {
	background:url("/images/titles/services.png") no-repeat left;
	border-bottom: 2px solid #fff;
}
h2.about {
	background:url("/images/titles/about.png") no-repeat right;
	border-bottom: 2px solid #9ecb3b;
}
h2.contact {
	background:url("/images/titles/contact.png") no-repeat;
	border-bottom: 2px solid #F36B22;
}
div.secondary {
	position: relative;
	width: 620px;
	float:left;	
	z-index: 99;	
}
div.primary {
	color:#333333;
	width: 290px;
	height:410px;
	padding:20px 10px 30px 10px;
	float:left;
	margin-left:10px;
}
div.col {
	width:300px;
	margin:0 20px 0 0;
	float:left;
}
div.col.last {
	margin:0;
}
div.secondary img {
	position:absolute;
	top:70px;
	left:0;	
	z-index:90;
}
div.more {
	background: url("/images/products/bg_more.gif") no-repeat bottom;
	position:relative;
	color:#333333;
	clear:both;
	width:620px;
	height:373px;
	z-index: 95;
	cursor: pointer;
}
div.more div.col {
	float:left;
	width:270px;
	padding:10px;
	margin:10px;
}
h3 {
	background-repeat: no-repeat;
	background-position: top left;
	height: 35px;
	text-indent: -9999em;
	margin:23px 0 10px 0;
}

/* Work */
#work-page {
	background: url("/images/bg_office.04.jpg") no-repeat top center;
}
#work-page .wrapper {
	width: 780px;
}
#work-page #circles {
	
}
.work-sample {
	background: #9ecb3b;
	width: 240px;
	height: 150px;
	float: left;
	margin: 0 30px 30px 0;
	cursor: pointer;
	opacity:0.9;
}
.work-sample h2 {
	font-size:16px;
	margin: 20px 0 0 20px;
}
div.info h4 {
	color:#333333;
}
.work-number {
	background: url("/images/work/work-numbers.png") no-repeat 0 0;
	width: 220px;
	height: 80px;
	padding: 0px 10px 10px;
}
.work-sample .two {
	background-position: 0 -140px;
}
.work-sample .three {
	background-position: 0 -280px;
}
.work-sample .four {
	background-position: 0 -420px;
}
.work-sample .five {
	background-position: 0 -818px;/*Previously Deqq, updated for Mattel*/
}
.work-sample .six {
	background-position: 0 -700px;
}
#work-sample-alli {
	background-color: #1b92c2;
	background-color: #e7da05;
}
#work-sample-bmw {
	background-color: #c30074;
	background-color: #7d98a9;
}
#work-sample-vmtv {
	background-color: #D86F2F;
	background-color: #404040;	
}
#work-sample-vles {
	background-color: #9ecb3b;
	background-color: #007842;	
}
#work-sample-dolls {
	background-color: #CB2D2C;
	background-color: #d1200e;	
}
#work-sample-bsg {
	background-color: #cc97c4;
	background-color: #008cc7;	
}

.work-sample:hover {
	background-color: white;
}
#flip-side a {
	color: #c50076;
	text-decoration: none;
}
#flip-side a:hover {
	text-decoration: underline;
}
.close-flip {
	background: url("/images/work/btn-back") no-repeat 0 0;
	width: 34px;
	height: 40px;
}
.close-flip span {
	display: none;
}

/* The work sample "flip side", initially hidden div */
#flip-side {
	position: absolute;
	z-index: 1000;
	width: 201px;
	min-height: 150px;
}
.flip-content {
	display: none;
}
#flip-side .screenshot {
	background-color: #B3B3B3;
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
}
#flip-side .screenshot img {
	height: 100%;
}
#flip-side .info {
	background-color: #FFF;
	color: #333;
	width: 50%;
	height: 100%;
	float: right;
}
#flip-side .info .wrapper {
	width: 85%;
	height: 80%;
	padding: 20px 30px;
}
#flip-side h3 {
	font-size: 14px;
	color: #c50076;
	font-weight: bold;
	
}
#flip-side p {
	margin-bottom: 15px;
}
#flip-side .info a.close-flip {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.work-sample h1 {
	font-size: 20px; 
	margin-bottom: 15px;
}

/* Products */
#products-page {
	background: transparent url(/images/bg_office.03.jpg) no-repeat scroll center top;
}
div.primary {
	background:#92b2c2;
}

h3.virtual {
	background-image:url("/images/products/velocity.gif");
}
h3.deqq {
	background-image:url("/images/products/deqq.gif");
	margin-top:50px;
}

/* Services Page */

#services-page {
	background: transparent url(/images/bg_office.07.jpg) no-repeat scroll center top;
}

#services-page .header {
	padding: 30px; 
	float: left;
	background: #000;
	opacity: 0.9;
	margin-bottom: 20px;
}


#services-page.slidable-page div.wrapper {
	min-height:300px;
}
#services-page.slidable-page div.wrapper h3 {
	border-bottom: 2px solid #1d93c2;
}
#services-page.slidable-page div.wrapper.alt h3 {
	margin-top: -15px;
}
#services-page h3.strategy {
	background:url("/images/services/strategy.gif") no-repeat left;

}
#services-page h3.social{
	background:url("/images/services/social_networking_apps.gif") no-repeat left;
}
#services-page h3.drupal {
	background:url("/images/services/drupal.gif") no-repeat left;
}
#services-page h3.design {
	background:url("/images/services/design.gif") no-repeat left;
}
#services-page h3.development {
	background:url("/images/services/development.gif") no-repeat left;
}
#services-page h3.contact {
	background:url("/images/services/contact.gif") no-repeat left;
}
#services-page.slidable-page div.wrapper h4 {
	color: #1d93c2;
}

#services-page.slidable-page div.wrapper div.col.cta {
	background: #1d93c2;
	padding:10px;
	margin:-35px 0 0 -10px;
	width:290px;
}

#services-page.slidable-page div.wrapper div.col.cta h4  {
	color: #fff;
}
#services-page.slidable-page div.wrapper div.col.cta h3 {
	margin-top:10px;
	border-color: #1d93c2;
}

#services-page ul {
	float: left;
	width: 300px;
	margin-top: 16px;
}

#services-page ul li {
	border-bottom: 2px solid #fff;
	margin: 0;
	// margin: -2px 0 0 0; 
	
	padding: 0;
	width: 300px;
	height:80px;
}

#services-page ul li.last {
	border: none;
}

#services-page ul li a {
	background: url(/images/arrow.png) no-repeat 280px 50%;
	width: 290px;
	height:20px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding: 30px 0 30px 10px;
	margin: 0;
}

#services-page ul li a:hover {
	background-color: #1d93c2;
}

#services-content {
	width:620px;
	height: 530px;
	float: right;
	overflow: hidden;
	position: relative;
}

#services-page div.secondary {
	float:right;

}
#services-page div.primary {
	background: transparent;
	float:right;
	margin:0 10px 0 0;
}

/* About */
#about-page {
	background: transparent url(/images/bg_office.06.jpg) no-repeat scroll center top;
}
#about-page .header {
	padding: 30px; 
	float: left;
	background: #000;
	opacity: 0.9;
	margin-bottom: 20px;
}
#about-page h3 {
	color: #9ecb3b;
}
h3.something {
	background-image: url("/images/about/something_about_us.gif");
}
#about-page div.secondary {
	float:right;
}
#about-page div.primary {
	background:#9ecb3b;
	float:right;
	margin:0 10px 0 0;
}


/* Contact */
#contact-page {
	background: transparent url(/images/bg_office.05.jpg) no-repeat scroll center top;
}
h3.hear {
	background-image:url("/images/contact/love_to_hear.gif");
}
#contact-page div.primary {
	background:#F36B22;
}
#contact-page div.more {
	background: none;
	padding-top:120px;
	text-align:right;
	color:#FFFFFF;
}
div#contact-form-wrapper p {
	margin-bottom:2px;
}
div#contact-form-wrapper div.message {
	color:#FFFFFF;
}
div#contact-form-wrapper {
	border-top:1px solid #ef915f;
	padding-top:10px;
}
#contact-page .form-item, #contact-page textarea {
	margin-bottom: 5px;
}
#contact-page textarea {
	height:45px;	
}
#contact-page textarea, #contact-page input {
	background: #ef915f;
	border:0 solid #ef915f;
	padding: 3px;
	width: 98%;
	color:#333333;
}
#contact-page input {
	height: 18px;
}
#contact-page textarea, #contact-page #send-id {
	font:normal 10px/14px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#contact-page #send-id {
	background: url("/images/btn_send.gif") no-repeat;
	width: 83px;
	height:33px;
	text-indent: -9999px;
	cursor: pointer;
	margin: -5px 0 15px 0;
	float:left;
}

