@charset "UTF-8";
/* CSS Document */
body {
	background:#3f3f44;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#3f3f44;
	font-size:100%;
	line-height:100%;
	text-align:left;
}
div, h1, h2, h3, h4, h5, h6, p, ul, li, em, strong, pre, code, input, option, textarea, img, a, fieldset,legend, label {
	margin:0;
	padding:0;
	border:0;	
}
img {
	display:block;	
}
.clear {
	clear:both;
	padding:0;
	margin:0;
}
h1, h2, p, li {
	font-size:0.775em;
}
p {
	padding:0 0 20px 0;
}
/* Vibe Header */
#header,
#header p,
#header p em  {
	width:930px;
	height:120px;	
}
#header {
	background:#84C23A;
	margin:20px auto 0 auto;
	clear:both;
}
#header p {
	position:relative;
	display:block;
	padding:0;
	font-size:1em;
	font-weight:bold;
	color:#FFF;	
}
#header p em {
	position:absolute;
	left:0;
	top:0;
	display:block;
}
#header p,
#header p em {
	background:url(/images/header.gif) no-repeat top left;
}
/* mac hide \*/
#header p,
#rightCol h1,
.portfolioWrapper p {
	overflow:hidden;
}
/* end hide*/

/* Main Naigation */
#topnavi {
	background:#fff url(/images/navi-bg.png) no-repeat top left;
	width:890px;
	height:50px;
	margin:0 auto;
	padding:20px 0 0 40px;
	display:block;
}
#topnavi ul{
	list-style:none;
}
#topnavi li,
#topnavi li a {
	color:#3f3f44;
	height:30px;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	position:relative;
	display:block;
	overflow:hidden;
}
#topnavi a:hover,
#topnavi a.active {
	color:#84C23A;
}
#topnavi li {
	float:left;
	display:inline;
	margin-right:16px;
}
#topnavi li em {
	height:30px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	cursor:pointer;
}
#topnavi li#showcase a,
#topnavi li#showcase em {
	background:url(/images/buttons/btn-showcase.gif) no-repeat top left;
	width:103px;
}
#topnavi li#designPortfolio a,
#topnavi li#designPortfolio em {
	background:url(/images/buttons/btn-design-portfolio.gif) no-repeat top left;
	width:100px;
}
#topnavi li#webPortfolio a,
#topnavi li#webPortfolio em {
	background:url(/images/buttons/btn-website-portfolio.gif) no-repeat top left;
	width:110px;
}
#topnavi li#services a,
#topnavi li#services em {
	background:url(/images/buttons/btn-services.gif) no-repeat top left;
	width:52px;
}
#topnavi li#theteam a,
#topnavi li#theteam em {
	background:url(/images/buttons/btn-theteam.gif) no-repeat top left;
	width:61px;
}
#topnavi li#results a,
#topnavi li#results em {
	background:url(/images/buttons/btn-results.gif) no-repeat top left;
	width:88px;
}
#topnavi li#contact a,
#topnavi li#contact em {
	background:url(/images/buttons/btn-contact.gif) no-repeat top left;
	width:76px;
}
#topnavi li#home a,
#topnavi li#home em {
	background:url(/images/buttons/btn-home.gif) no-repeat top left;
	width:28px;
}
#topnavi li#home {
	margin:0 40px 0 0;
	float:right;
}
#topnavi li#showcase a:hover em, #topnavi li#showcase a.active em,
#topnavi li#designPortfolio a:hover em, #topnavi li#designPortfolio a.active em,
#topnavi li#webPortfolio a:hover em, #topnavi li#webPortfolio a.active em,
#topnavi li#events a:hover em, #topnavi li#events a.active em,
#topnavi li#services a:hover em, #topnavi li#services a.active em,
#topnavi li#theteam a:hover em, #topnavi li#theteam a.active em,
#topnavi li#results a:hover em, #topnavi li#results a.active em,
#topnavi li#contact a:hover em, #topnavi li#contact a.active em,
#topnavi li#home a:hover em, #topnavi li#home a.active em {
	background-position:0 -30px;
}
/* Content Wrapper */
#wrapper {
	background:#FFF;
	width:850px;
	height:490px;	
	margin:0 auto;
	padding:0 40px;
}
/* Main Page Slide Show */
#slideShow,
#slideShow .slide a,
#slideShow .slide div {
	width:850px;
	height:340px;	
	display:block;
	position:relative;
}
#slideShow {
	background:#dbdbdc;
	margin:0 auto;
}
#slideShow .slide {
	width:850px;
	height:340px;
	display:block;
	overflow:hidden;
	left:0;
	top:0;
	position: absolute;
}
#slideShow .slide h2 {
	width:850px;
	height:340px;
	font-size:0.8em;
	color:#3f3f44;
	text-align:center;
	position: relative;
}
#slideShow .slide h2 em {
	width:850px;
	height:340px;	
	position:absolute;
	left:0;
	top:0;
	z-index:30;
}
#slideShow .btnWrapper,
#portfolioSlider .btnWrapper {
	top:300px;
	right:5px;
	position:absolute;
	z-index:80;
}
/* Previous - Next Buttons */
.prevNext,
p.previous,
p.previous a,
p.next,
p.next a,
p.previous a,
p.previous em,
p.next a,
p.next em {
	width:20px;
	height:20px;
	display:block;

}

.prevNext {
	float:left;
	margin:0 10px 0 0;
	background:#dbdbdc;
}
#prev, #next {
	float:left;
	z-index:2000;
}
p.previous,
p.previous a,
p.next,
p.next a {
	padding:0;
	position:relative;
}
p.previous a,
p.next a {
	color:#4a4a50;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
p.previous a:hover,
p.next a:hover {
	background:#828282;
}
p.previous em,
p.next em {
	position:absolute;
	left:0;
	top:0;
	display:block;
}
p.previous a:hover em,
p.next a:hover em {
	background-position:0 -20px
}
p.previous a,
p.previous em {
	background :url(/images/buttons/btn-prev-arrow.gif) no-repeat top left;
	z-index:2000;
}
p.next a,
p.next em {
	background :url(/images/buttons/btn-next-arrow.gif) no-repeat top left;
	z-index:2000;
}
/* Featured Work */
h1#featuredWork {
	margin:16px 0 14px 0;
	position:relative;
	display:block;
	font-size:.725em;
	color:#3f3f44;
	height:10px;
	line-height:10px;
}
h1#featuredWork em {
	position:absolute;
	left:0;
	top:0;
	display:block;
}
h1#featuredWork, h1#featuredWork em {
	background:url(/images/titles/featured-work.png) no-repeat top left;
	height:10px;
	width:850px;
}
.featuredImage {
	width:60px;
	height:60px;
	float:left;
}
.featuredTitle {
	width:144px;
	height:58px;
	border-top:1px solid #dbdbdc;
	border-right:1px solid #dbdbdc;
	border-bottom:1px solid #dbdbdc;
	margin-right:10px;
	float:left;
	display:block;
	position:relative;
	padding:0;
}
.featuredTitle a {
	background:url(/images/bgs/featured-work.gif) repeat 0 0;
	padding:10px 0 0 10px;
	width:134px;
	height:48px;
	font-size:11px;
	color:#3f3f44;
	text-decoration:none;
	display:block;
	margin:0;
}
.featuredTitle a:hover {
	background-position:0 -197px;
}
.featuredTitle .arrow {
	position:absolute;
	display:block;
	width:14px;
	height:14px;
	top:0;
	right:0;
	z-index:80;
}
#content {
	width:850px;
	height:370px;
	background:#46464B;
}
#leftCol {
	width:240px;
	float:left;
}
#rightCol {
	width:610px;
	float:left;
	position:relative;
	height:370px;
}
#rightCol p {
	color:#FFF;
	line-height:1.2em;
	width:561px;
	float:left;
	margin:0 0 0 29px;
}
#rightCol h1 {
	position:relative;
	display:block;
	padding:0;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}
#rightCol h1 em {
	position:absolute;
	left:0;
	top:0;
	display:block;
}
#rightCol h1.theTeam,
#rightCol h1.theTeam em {
	background:url(/images/titles/the-team.jpg) no-repeat top left;
	height:370px;
	width: 610px;
}
#rightCol h1.services,
#rightCol h1.services em {
	background:url(/images/titles/services.png) no-repeat top left;
	height:140px;
	width: 610px;
}
#rightCol li strong a {
	color:#84c23a;
	text-decoration:none;
}
#rightCol li strong a span {
	color:#666;
	font-size:0.8em;
}
#rightCol li {
	color:#FFF;
	list-style-type:none;
	padding-bottom:3px;
}
#rightCol .col1 {
	width:158px;
	height:210px;
	padding:0 10px 0 1px;
	margin:0 0 0 29px;
	float:left;
	border-right:2px solid #505056;
}
#rightCol .col2 {
	width:170px;
	height:210px;
	padding:0 10px 0 22px;
	margin:0;
	float:left;
	border-right:2px solid #505056;
}
#rightCol .col3 {
	width:158px;
	height:210px;
	padding:0 10px 0 17px;
	margin:0;
	float:left;
}
#rightCol a {
	color:#FFF;
}
#rightCol a:hover {
	text-decoration:none;
}
#rightCol h1#teamTitle,
#rightCol h2 {
	width:561px;
	height:20px;
	color:#FFF;
	display:block;
	border-bottom:1px solid #505056;
	font-weight:normal;
	margin:21px 0 10px 29px;
	float:left;
	font-size:0.775em;
}
#rightCol #btnBack,
#studioSlider #btnBack {
	width:85px;
	height:20px;
	float:left;
	text-align:right;
}
#rightCol fieldset {
	width:581px;
}
#rightCol fieldset p {
	margin:0;
	display:block;
	float:left;
	padding:0 0 10px 0;
	width:280px;
}
#rightCol label {
	margin:4px 0 5px 0;
	display:block;
	text-align:left;
	width:70px;
	float:left;
}
#rightCol .textbox,
#rightCol .select,
#rightCol .textarea {
	border:1px solid #505056;
	text-align:left;
	float:left;
}
#rightCol .textbox {
	padding:2px 3px;
	width:190px;
}
#rightCol .select {
	font-size:12px;
}
#rightCol .textarea {
	width:474px;
	height:85px;
	font-size:1.1em;
	padding:2px 3px;
}
#rightCol #codewrapper {
	background:#d7d7d8;
	margin:0 0 15px 70px;
	padding:10px;
	width:454px;
	clear:both;
	float:left;
	border:1px solid #505056;
	display:inline;
}
#rightCol #codewrapper p {
	color:#717171;
	padding:0 0 10px 0;
	width:100%;
}
#rightCol #codewrapper p img {
	padding:0;
	float:left;
}
#rightCol .code-box {
	border:1px solid #505056;
	width:50px;
	padding:1px 2px;
	margin-top:11px;
	float:left;
}
#rightCol .button {
	border:1px solid #505056;
	background:#d7d7d8;
	float:left;
	margin:0 0 0 70px;
	text-align:center;
	padding:3px;
}
.bottomTag {
	display:block;
	margin:10px 0 0 240px;
	float:left;
	width:560px;
	padding:0;
	font-weight: bold;
}
/* FEEDBACK STYLES *********/
#feedbackFade,
#feedbackFade .fade {
	width:850px;
	height:420px;
	position:relative;
	overflow:hidden;	
}
#feedbackFade {
	background:url(/images/feedback/bg.gif) no-repeat;
	margin:0 auto;
}
#feedbackFade .fade {
	left:0;
	top:0;
	z-index:1;
}
#feedbackFade .btnWrapper {
	top:330px;
	right:15px;
	position:absolute;
	z-index:80;
}
#feedbackFade .btnRegular,
#feedbackFade .btnActive {
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	float:left;
	display:block;
	cursor:pointer;
	display:inline;
	margin:0 5px;
	z-index:99;
}
#feedbackFade .btnRegular {
	border:1px solid #c0bbbb;
	background:#dbdbdc;
	color:#4a4a50;
	z-index:99;
}
#feedbackFade .btnActive {
	border:1px solid #666666;
	background:#666666;
	color:#dbdbdc;
	z-index:99;
}

/* PORTFOLIO STYLES *********/
.portfolioWrapper,
.portfolioWrapper #portfolioSlider,
#portfolioSlider .slide
#portfolioSlider div {
	width:610px;
	height:340px;
	overflow:hidden;
	position:relative;
}
.portfolioWrapper,
.portfolioWrapper #portfolioSlider {
	float:left;
	background:#dbdbdc;
}
#portfolioSlider .slide {
	left:0;
	top:0;
	z-index:1;
}
#portfolioSlider .btnRegular,
#portfolioSlider .btnActive {
	width:20px;
	height:20px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	float:left;
	display:block;
	cursor:pointer;
	z-index:99;
	margin:0 5px;
}
#portfolioSlider .btnRegular {
	background:#dbdbdc;
	border:1px solid #4a4a50;
	color:#4a4a50;
	z-index:99;
}
#portfolioSlider .btnActive {
	background:#4a4a50;
	border:1px solid #4a4a50;
	color:#dbdbdc;
	z-index:99;
}
#portfolioSlider div.topLink {
	width:40px;
	height:40px;
	position:absolute;
	display:block;
	top:0;
	right:0;
	z-index:80;
}
#portfolioSlider div.topLink a {
	width:40px;
	height:40px;
	display:block;
	text-decoration:none;
}
#portfolioSlider div.topLink a:active {
	width:40px;
	height:40px;
	display:block;
	text-decoration:none;
}
.portfolioWrapper p {
	width:610px;
	height:340px;
	position:relative;
	display:block;
	padding:0;
	font-size:1em;
	color:#666666;
	font-weight:bold;
}
.portfolioWrapper p em {
	width:610px;
	height:340px;
	position:absolute;
	left:0;
	top:0;
	display:block;
}
.portfolioWrapper p.showcase,
.portfolioWrapper p.showcase em {
	background:url(/images/titles/projects.jpg) no-repeat top left;
}
.portfolioWrapper p.portfolio,
.portfolioWrapper p.portfolio em {
	background:url(/images/titles/portfolio.jpg) no-repeat top left;
}
.portfolioWrapper p.webPortfolio,
.portfolioWrapper p.webPortfolio em {
	background:url(/images/titles/web-portfolio.jpg) no-repeat top left;
}
.portfolioWrapper div.topLink,
.portfolioWrapper div.topLink a {
	width:40px;
	height:40px;
	display:block;
}
.portfolioWrapper div.topLink {
	position:absolute;
	top:0px;
	right:0px;
	z-index:80;
}
.portfolioWrapper div.topLink a {
	text-decoration:none;
}
.portfolioWrapper div.topLink a:active {
	text-decoration:none;
}
#portfolioContainer {
	background:#3f3f44;
	width:220px;
	height:320px;
	padding:20px 0 0 20px;
	float:left;
	display:inline;
	overflow: auto;
}
#portfolioInfo {
	width:220px;
	height:278px;
	float:left;
}
#portfolioInfo h2,#portfolioInfo h1 {
	color:#84c23a;
	display:block;
	float:left;
	width:145px;
	margin:0 0 13px 0;
}
#portfolioInfo h1#title {
	display:block;
	float:left;
	color:#FFF;
	padding:13px 0 0 0;
	width:200px;
	border-top:2px solid #505056;
}
#portfolioInfo p {
	color:#FFF;
	width:200px;
	float:left;
	padding:0 0 10px 0;
	line-height:1.5em;
}
#portfolioInfo ul {
	width: 200px;
	list-style-type:none;
	vertical-align:bottom;
	color:#FFF;
	display:block;
	float:left;
	padding:13px 0 10px 0;
	border-top:2px solid #505056;
}
#portfolioInfo li {
	padding:0 0 5px 0;
}
#portfolioInfo li a {
	border-bottom:2px solid #3f3f44;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#portfolioInfo li a:hover {
	border-bottom:2px solid #505056;
	text-decoration:none;
}
#portfolioNav {
	text-align:left;
	width:130px;
	float:left;
	display:inline;
}
#portfolioNav a {
	width:15px;
	height:15px;	
	display:block;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding:5px 0 0 0;
}
#portfolioNavi {
	padding:0;
	width:200px;
	float:left;
	margin:2px 0 0 0;
}
#bottomThumbs {
	background:url(/images/bgs/portfolio-bottom.png) top left no-repeat;
	width:610px;
	height:102px;
	float:right;
	margin:12px 0 0 0;
}
#wrapper #bottomThumbs .active {
	border:solid 1px #3f3f44;
}
#bottomThumbs a.tooltip {
	border:solid 1px #FFF;
	margin:9px 10px 0 0;
	width:40px;
	height:40px;
	display:inline;
	float:left;
}
#bottomThumbs a.tooltip:hover {
	border:solid 1px #3f3f44;
}
p#menu,
#rightCol p#backmenu {
	width:50px;
	float:right;
	display:block;
	margin:0 20px 0 0;
	color:#FFF;
	text-align:left;
	text-decoration:none;
	padding:0;
}
p#menu a,
#rightCol p#backmenu a {
	display:block;
	width:50px;
	background:url(/images/arrows/up-arrow.png) no-repeat top right;
	color:#FFF;
	text-decoration:none;
	font-size:0.875em;
	margin:0;
}
#rightCol p#backmenu {
	width:50px;
	margin:0;
	line-height:1.5em;
	position:absolute;
	top:22px;
	right:20px;
}
#tooltip{
	font-size:11px;
	position:absolute;
	background:#000;
	padding:4px;
	color:#FFF;
	display:none;
	opacity:0.8;
	-moz-opacity:0.8;
	z-index:100;
	filter:alpha(opacity=80);
}
.tooltipTitle {
	font-weight:bold;
	color:#FFF;
}
/* THE STUDIO STYLES *********/
.studioWrapper,
.studioWrapper #studioSlider,
#studioSlider .slide {
	width:610px;
	height:370px;
	display:block;
	overflow:hidden;
	position:relative;
}
.studioWrapper,
#studioSlider {
	float:left;
	background:#dbdbdc;
}
#studioSlider .slide {
	left:0;
	top:0;
	z-index:1;
}
#studioSlider .btnWrapper {
	top:330px;
	right:5px;
	position:absolute;
	z-index:80;
}
#studioSlider .btnRegular,
#studioSlider .btnActive {
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	float:left;
	font-size:12px;
	line-height:20px;
	display:block;
	cursor:pointer;
	display:inline;
	z-index:99;
	padding:0;
	margin:0 5px;
}
#studioSlider .btnRegular {
	background:#dbdbdc;
	border:1px solid #c0bbbb;
	color:#4a4a50;
	z-index:99;
}
#studioSlider .btnActive {
	background-color:#4a4a50;
	border:1px solid #4a4a50;
	color:#dbdbdc;
	z-index:99;
}
#studioSlider div.topLink {
	width:50px;
	height:1px;	
	position:absolute;
	display:block;
	top:21px;
	right:21px;
	z-index:80;
}
#studioSlider h2.back {
	width:50px;
	color:#FFF;
	display:block;
	height:21px;
	font-weight:normal;
	margin:0;
	float:left;
	text-align:left;
	border:none;
}
#studioSlider h2.back a {
	background:url(/images/arrows/up-arrow.png) no-repeat top right;
	font-size:0.875em;
	color:#FFF;
	display:block;
	text-decoration:none;
	height:17px;
	padding:0;
	width:50px;
	float:right;
}
/* prettyphoto LiteBox */
div.light_rounded .pp_content .ppt,
div.light_square .pp_content .ppt {
	color:#000;
}
div.light_rounded .pp_next:hover,
div.light_square .pp_next:hover {
	background:url(/images/prettyphoto/btnnext.gif) center right no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_previous:hover,
div.light_square .pp_previous:hover {
	background:url(/images/prettyphoto/btnprevious.gif) center left no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_expand {
	background:url(/images/prettyphoto/sprite.png) -31px -26px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_expand:hover {
	background:url(/images/prettyphoto/sprite.png) -31px -47px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_contract {
	background:url(/images/prettyphoto/sprite.png) 0 -26px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_contract:hover {
	background:url(/images/prettyphoto/sprite.png) 0 -47px no-repeat;
	cursor:pointer;
}
div.light_rounded .pp_close {
	background:url(/images/prettyphoto/sprite.png) -1px -1px no-repeat;
	margin:10px 0 0 0;
	width:22px;
	height:22px;
	cursor:pointer;
}
div.light_rounded #pp_full_res .pp_inline,
div.light_square #pp_full_res .pp_inline {
	color:#000;
}
div.light_rounded .pp_arrow_previous {
	background:url(/images/prettyphoto/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
	background-position:0 -87px;
	cursor:default;
}
div.light_rounded .pp_arrow_next {
	background:url(/images/prettyphoto/sprite.png) -22px -71px no-repeat;
}
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
	background-position:-22px -87px;
	cursor:default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
	background:url(/images/prettyphoto/loader.gif) center center no-repeat;
}
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
	background:#000;
}
div.light_square .pp_expand {
	background:url(/images/prettyphoto/sprite.gif) -31px -26px no-repeat;
	cursor:pointer;
}
div.light_square .pp_expand:hover {
	background:url(/images/prettyphoto/sprite.gif) -31px -47px no-repeat;
	cursor:pointer;
}
div.light_square .pp_contract {
	background:url(/images/prettyphoto/sprite.gif) 0 -26px no-repeat;
	cursor:pointer;
}
div.light_square .pp_contract:hover {
	background:url(/images/prettyphoto/sprite.gif) 0 -47px no-repeat;
	cursor:pointer;
}
div.light_square .pp_close {
	background:url(/images/prettyphoto/sprite.gif) -1px -1px no-repeat;
	margin:10px 0 0 0;
	width:22px;
	height:22px;
	cursor:pointer;
}
div.light_square .pp_arrow_previous {
	background:url(/images/prettyphoto/sprite.gif) 0 -71px no-repeat;
}
div.light_square .pp_arrow_next {
	background:url(/images/prettyphoto/sprite.gif) -22px -71px no-repeat;
}
div.light_square .pp_next,
div.light_rounded a.pp_next {
	background:url(/images/prettyphoto/btnnext.gif) 10000px 10000px no-repeat;
	display:block;
	float:right;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
div.light_square a.pp_previous,
div.light_rounded a.pp_previous {
	background:url(/images/prettyphoto/btnprevious.gif) 10000px 10000px no-repeat;
	display:block;
	float:left;
	height:100%;
	text-indent:-10000px;
	width:49%;
}
div.pp_pic_holder a:focus {
	outline:none;
}
div.pp_overlay {
	background:#000;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:9500;
}
div.pp_pic_holder {
	background:url(/images/contentpattern.png);
	display:none;
	position:absolute;
	width:100px;
	z-index:10000;
}
.pp_top {
	height:40px;
	position:relative;
}
* html .pp_top {
	padding:0 20px;
}
.pp_top .pp_left {
	height:40px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_top .pp_middle {
	height:40px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_top .pp_middle {
	left:0;
	position:static;
}
.pp_top .pp_right {
	height:40px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_content {
	height:40px;
}
.pp_content .ppt {
	left:auto;
	margin-bottom:5px;
	position:relative;
	top:auto;
}
.pp_fade {
	display:none;
}
.pp_content_container {
	position:relative;
	text-align:left;
	width:100%;
}
.pp_content_container .pp_left {
	padding-left:20px;
}
.pp_content_container .pp_right {
	padding-right:20px;
}
.pp_content_container .pp_details {
	margin:10px 0 2px 0;
}
.pp_description {
	display:none;
	margin:0 0 5px 0;
	color:#FFF;
	padding:0;
	width:60%;
	float:left;
}
.pp_nav {
	float:right;
	margin:0;
}
.pp_nav p {
	float:left;
	margin:0 4px;
	color:#FFF;
	padding:0;
}
.pp_nav a.pp_arrow_previous,
.pp_nav a.pp_arrow_next {
	display:block;
	float:left;
	height:15px;
	margin-top:3px;
	overflow:hidden;
	text-indent:-10000px;
	width:14px;
}
.pp_hoverContainer {
	position:absolute;
	top:0;
	width:100%;
	z-index:2000;
}
a.pp_expand,
a.pp_contract {
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	text-indent:-10000px;
	top:10px;
	width:20px;
	z-index:20000;
}
a.pp_close {
	display:block;
	float:right;
	text-indent:-10000px;
}
.pp_bottom {
	height:20px;
	position:relative;
}
* html .pp_bottom {
	padding:0 20px;
}
.pp_bottom .pp_left {
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.pp_bottom .pp_middle {
	height:20px;
	left:20px;
	position:absolute;
	right:20px;
}
* html .pp_bottom .pp_middle {
	left:0;
	position:static;
}
.pp_bottom .pp_right {
	height:20px;
	left:auto;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
.pp_loaderIcon {
	display:block;
	height:24px;
	left:50%;
	margin:-12px 0 0 -12px;
	position:absolute;
	top:50%;
	width:24px;
}
#pp_full_res {
	line-height:1 !important;
}
#pp_full_res .pp_inline {
	text-align:left;
}
#pp_full_res .pp_inline p {
	margin:0 0 15px 0;
}
div.ppt {
	color:#FFF;
	display:none;
	font-size:17px;
	left:0;
	position:absolute;
	top:0;
	z-index:9999;
}
.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 */

.formError {
	position:absolute;
	top:300px;
	left:300px;
	width:150px;
	padding-bottom:15px;
	display:block;
	z-index:5000;
}
.formError .formErrorContent {
	width:100%;
	background:#F00;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.formError .formErrorArrow {
	position:absolute;
	bottom:0;
	left:20px;
	width:15px;
	height:15px;
}
.formError .formErrorArrow div {
	box-shadow: 1px 4px 5px #000;
	-moz-box-shadow: 1px 4px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	font-size:0px;
}
.formError .formErrorArrow .line10 {
	width:15px;
	height:1px;
	background:#F00;
	margin:0 auto;
	font-size:0px;
	display:block;
}
.formError .formErrorArrow .line9 {
	width:13px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line8 {
	width:11px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line7 {
	width:9px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line6 {
	width:7px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line5 {
	width:5px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line4 {
	width:3px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
.formError .formErrorArrow .line3 {
	width:1px;
	height:1px;
	background:#F00;
	margin:0 auto;
	display:block;
}
/* Footer */
#footer {
	background:#FFF;
	margin:0 auto 10px auto;
	width:930px;
	height:30px;
	clear:both;
}
#footer p {
	position:relative;
	display:block;
	font-size:.8em;
	color:#3f3f44;
	text-align:right;
	height:30px;
	line-height:30px;
	padding:0;
}
#footer p em {
	position:absolute;
	left:0;
	top:0;
	display:block;
}
#footer p#footerTag,
#footer p#footerTag em {
	background:url(/images/footer.gif) no-repeat top left;
	height:30px;
	width:930px;
}
#copyright {
	margin:0 auto 15px auto;
	width:930px;
	clear:both;
}
#copyright p {
	font-size:0.7em;
	color:#666;
	padding:0;
}

