/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*----------------------------
	Structural / Base Styles
 ----------------------------*/

html {
	background: #eaeaed url("../img/bg_body.png") repeat-x;
}

body {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #666;
	background: transparent;
}

#wrap {
	position: relative;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url("../img/bg_wrap.png") repeat-x;
	min-height: 906px;
}

#wipe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*
	background: rgb(255,255,255); filter: alpha(opacity=39);
	background: rgba(255,255,255,0.39); */
	background: url("../img/bg_diagonals.png") repeat;
	z-index: 12;
	display: none;
}

#wipe.show {
	display: block;
}

.section {
	position: absolute;
}

.section>a,
.section h1 a {
	display: block; /* clean up focus positioning */
}

h2 {
	font-size: 48px;
	font-weight: bold;
	
}

p {
	/* margin: 1.5em 0; */
}

ul li {
	display: inline;
	border-left: 1px solid #666;
	padding: 0 5px 0 8px;
}

ul li.first-child {
	border-left: none;
}

a {
	font-weight: bold;
	color: #333;
}

a.btn {
	float: left;
	display: inline;
	width: 162px;
	height: 24px;
	margin-right: 5px;
	padding-top: 6px;
	color: #fdfbfd;
	background: #360 url("../img/bg_btn.png") no-repeat right bottom;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}

a.btn:active,
a.btn:focus {
	background-color: #224300;
}

a.btn.btn2 {
	width: 329px;
	background: #009ec0 url("../img/bg_btn.png") no-repeat right bottom;
}

a.btn.btn2:active,
a.btn.btn2:focus {
	background-color: #017993; 
}

a.btn.clicked {
	background-image: none;
	cursor: default;
}

.aquent {
	display: block;
	height: 23px;
	width: 164px;
	text-indent: -9999px;
	background: url("../img/logo_aquent.png") no-repeat;
}

:focus {
	outline: 1px solid rgba(0,0,0,0.05);
}


/*----------------------------
	Generic Hover
 ----------------------------*/

.section {
	padding: 0;
}

.section.hover,
.section.active {
	margin: -5px;
	background-color: #f2962e;
	border: 5px solid #f2962e;
	cursor: pointer;
}

#wrap .section.active {
	z-index: 20;
	-moz-box-shadow: rgba(0,0,0,0.59) 59px 59px 59px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.59) 59px 59px 59px;
	box-shadow: rgba(0,0,0,0.59) 59px 59px 59px 6px;
}


/*----------------------------
	Generic Popup Styles
 ----------------------------*/

#details-wrap {
	padding-top: 900px;
}

#details-wrap .details {
	left: 191px;
	width: 618px;
	border: 8px solid #f2962e;
	-moz-box-shadow: rgba(0,0,0,0.59) 59px 59px 59px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.59) 59px 59px 59px;
	box-shadow: rgba(0,0,0,0.59) 59px 59px 59px 6px;
}


/* roll up content if JS is on */
.js-enabled #details-wrap {
	padding-top: 0px;
}

.js-enabled .details {
	display: none;
	position: absolute;
}

/* mock up box-shadows with an extra, positioend, blurred div in IE - dropshadow filter doesn't blur */
.ie-shadow {
	position: absolute;
	top: -9999px;
	left: 191px;
	width: 618px;
	height: 326px;
	z-index: 15;
	background: red;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='59', MakeShadow='true', ShadowOpacity='0.59');
}

#details-wrap .details.active {
	display: block;
	z-index: 20;
}

/* special cases to avoid details shadow */
#wrap #writing.active,
#wrap #social.active,
#wrap #pr.active,
#wrap #mobile.active,
#wrap #video.active,
#wrap #directmarketing.active,
#wrap #onlinepromo.active,
#wrap #ia.active {
	z-index:30;
}

.details .content {
	height: 250px;
	padding: 10px 12px;
	color: #333;
	background: #fff;
	background: rgba(255,255,255,0.95);
}

.details p {
	margin: 2px 0 24px;
	font-weight: normal;
	font-size: 14px;
}

.details dl {
	position: relative;
	height: 100px;
	padding-top: 5px;
}

.details dt {
	width: 146px;
	margin-bottom: 6px;
	padding-right: 59px;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}

.details dt.active {
	color: #336600;
	font-weight: bold;
	background: url("../img/bg_active_role.png") no-repeat right center;
}

.details dd {
	position: absolute;
	top: 0;
	left: 205px;
	height: 88px;
	width: 349px;
	padding-left: 14px;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border-left: 1px solid #ccc;
}

.details h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}


.actions {
	position: relative;
	margin: 0;
	padding: 8px 0 0 0;
	color: #fff;
	background: #f2962e;
	min-height: 30px;
}

.footer {
	position: relative;
	margin: 2em -14px 0 -14px;
	padding: 12px 14px 6px;
	color: #fff;
	background: #f2962e;
	min-height: 30px;
}

.details .footer {
	margin: 0;
	padding: 8px 0 6px 0;
}

.footer .aquent {
	position: absolute;
	top: 16px;
	right: 12px;
}

/*----------------------------
	Section Specific Styling
 ----------------------------*/

#graphicdesign {
	top: 106px;
	left: 51px;
	z-index: 5;
}

#graphicdesign.hover {
}

#details-wrap #graphicdesign-details {
	top: 75px;
}

#flash {
	top: 9px;
	left: 144px;
}

#flash.hover,
#flash.active {
	margin: 0;
	border: none;
}

#details-wrap #flash-details {
	top: 90px;
}

#crm {
	top: 85px;
	left: 888px;
}
#crm img {
	padding: 2px 4px 0;
}

#details-wrap #crm-details {
	top: 105px;
	left: 366px;
}

#interactive-endcap {
	position: absolute;
	top: 112px;
	left: 37px;
	height: 59px;
	width: 164px;
	background: url("../img/bg_nav.png") no-repeat;
	z-index: 2;
}

#interactive {
	top: 112px;
	left: 200px;
	height: 57px;
	width: 408px;
	border-top-width: 4px;
	border-bottom-width: 0px;
}
#interactive.hover,
#interactive.active {
	margin: -4px -5px -5px -5px;
	z-index: 20; /* go over search */
}

#details-wrap #interactive-details {
	top: 168px;
	left: 100px;
}

#details-wrap #interactive-details .content { /* fit 5th role */
	height: 265px;
}
#details-wrap #interactive-details dd { /* fit 5th role */
	height: 106px;
}

#search {
	top: 112px;
	left: 608px;
	height: 57px;
	width: 375px;
	border-bottom-width: 0px;
	border-top-width: 4px;
	border-right-width: 0px;
}
#search.hover,
#search.active {
	margin: -4px -5px -5px -5px;
}


#details-wrap #search-details {
	top: 168px;
	left: 349px;
}

#brand {
	top: 227px;
	left: 71px;
}

#brand-shadow {
	position: absolute;
	z-index: 1;
	top: 367px;
	left: 71px;
	width: 889px;
	height: 50px;
	background: url("../img/bg_product_shadow.png") no-repeat;
}

#details-wrap #brand-details {
	top: 372px;
}

#writing {
	top: 414px;
	left: 98px;
	width: 820px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}

#details-wrap #writing-details {
	top: 79px;
}

#social {
	top: 518px;
	left: 153px;
}

#details-wrap #social-details {
	top: 183px;
}

#pr {
	top: 586px;
	left: 38px;
	height: 25px;
	width: 785px;
	padding: 0 25px 0 130px;
	overflow: hidden;
	font-size: 12px;
	color: #000;
	font-style: italic;
	background: url("../img/bg_pr.png") no-repeat left top;
	line-height: 25px;
}

#pr.hover,
#pr.active {
	background: #f2962e url("../img/bg_pr.png") no-repeat left top;
}

#pr a {
	text-decoration: none;
}

#details-wrap #pr-details {
	top: 251px;
}

#mobile {
	top: 626px;
	left: 38px;
	border-left-width: 4px;
}
#mobile.hover,
#mobile.active {
	margin: -5px -5px -5px -4px;
}


#details-wrap #mobile-details {
	top: 291px;
	left: 33px;
}

#video {
	top: 626px;
	left: 355px;
}

#details-wrap #video-details {
	top: 291px;
}

#directmarketing {
	top: 626px;
	left: 670px;
	border-right-width: 4px;
}

#details-wrap #directmarketing-details {
	top: 253px;
	left: 349px;
}

#onlinepromo {
	top: 790px;
	left: 421px;
	width: 176px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

#details-wrap #onlinepromo-details {
	top: 417px;
}

#ia {
	top: 820px;
	left: 308px;
	width: 410px;
	font-size: 13px;
	color: #999;
	text-align: center;
	text-transform: uppercase;
}

#ia a {
	text-decoration: none;
}

#details-wrap #ia-details {
	top: 485px;
}

#legal {
	position: absolute;
	top: 861px;
	left: 0;
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: center;
}

#aquent {
	position: absolute;
	top: 0;
	left: 984px;
	z-index: 30;
}


/*----------------------------
	Social Media Icons
 ----------------------------*/

#social ul {
	width: 572px;
	height: 29px;
	padding-top: 12px;
	padding-left: 136px;
	background: url("../img/share.png") no-repeat 0 0;
}

#social li {
	float: left;
	height: 20px;
	width: 20px;
	padding: 0 9px 0 13px;
	border: none;
	overflow: hidden;
}

#social li a {
	float: left;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	background: url("../img/share.png") no-repeat -155px -12px;
}

#social li a#facebook { background-position: -149px -12px; }
#social li a#twitter { background-position: -191px -12px; }
#social li a#delicious { background-position: -233px -12px; }
#social li a#email { background-position: -275px -12px; }
#social li a#linkedin { background-position: -317px -12px; }
#social li a#friendfeed { background-position: -359px -12px; }
#social li a#google { background-position: -401px -12px; }
#social li a#myspace { background-position: -443px -12px; }
#social li a#live { background-position: -486px -12px; }
#social li a#stumbleupon { background-position: -527px -12px; }
#social li a#reddit { background-position: -569px -12px; }
#social li a#digg { background-position: -610px -12px; }
#social li a#mixx { background-position: -652px -12px; }
 
#social li a#facebook:hover { background-position: -149px -53px; }
#social li a#twitter:hover { background-position: -191px -53px; }
#social li a#delicious:hover { background-position: -233px -53px; }
#social li a#email:hover { background-position: -275px -53px; }
#social li a#linkedin:hover { background-position: -317px -53px; }
#social li a#friendfeed:hover { background-position: -359px -53px; }
#social li a#google:hover { background-position: -401px -53px; }
#social li a#myspace:hover { background-position: -443px -53px; }
#social li a#live:hover { background-position: -486px -53px; }
#social li a#stumbleupon:hover { background-position: -527px -53px; }
#social li a#reddit:hover { background-position: -569px -53px; }
#social li a#digg:hover { background-position: -610px -53px; }
#social li a#mixx:hover { background-position: -652px -53px; }


/*----------------------------
	How This Works
 ----------------------------*/

body.how {
	padding-top: 100px;
	background:  url("../img/bg_body_how.jpg") no-repeat center top;
	padding-bottom: 200px;
	min-height: 606px;
}

body.how #wrap {
	display: none;
}

#howthisworks {
	position: relative;
	display: none;
	width: 758px;
	padding: 20px 14px 0;
	margin: 100px auto 0;
	color: #fff;
	background: #3d3d3d;
	background: rgba(51,51,51,0.95);
	border: 6px solid #f2962e;
	-moz-box-shadow: rgba(0,0,0,0.40) 0px 14px 7px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 0px 14px 7px;
	box-shadow: rgba(0,0,0,0.40) 0px 14px 7px 2px;
}

#howthisworks p {
	margin: 1.5em 0;
	font-size: 14px;
	font-weight: normal;
}

#howthisworks a.close {
	color: #f2962e;
}

#howthisworks a.btn-close {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url("../img/close.png") no-repeat 0 0;
}

#howthisworks a.btn-close:hover,
#howthisworks a.btn-close:active {
	background:  url("../img/close.png") no-repeat 0 -14px;
}	


body.how #howthisworks {
	display: block;
}

.content a.close {
	color: #f2962e;
}

.content a.btn-close {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url("../img/formTemplate/closebox_off.png") repeat scroll 0 0 transparent;
}

.content a.btn-close:hover,
.content a.btn-close:active {
	background:  url("../img/formTemplate/closebox_on.png") repeat scroll 0 0 transparent;
}