/*** Reset ***/
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{ background:transparent; border:0; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline;}
ol,ul {list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus{ outline:none; }
img { vertical-align: bottom; border:none;}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
form{padding:0;margin:0;}
input, textarea, select {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin:0;
}
/* Remove dotted outline from image inputs */
input::-moz-focus-inner {
  	border: 0;
}
/********** General *********/
/* CLEAR FIX*/
.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 */
.clear {clear:both;}
a{text-decoration:none;outline:0;}
a:hover{text-decoration:underline;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
p{margin-bottom:20px;}

.floatL{float:left;}
.floatR{float:right;}
img {
	max-width: 100%;
	height: auto;
	border:none;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}

body{
	font-family:Arial, Helvetica, sans-serif;
    color:#000;
    font-size:12px;
	line-height:1.2;
}
.wrapper{
	position:relative;
	width:100%;
}


/************************************ Header & Nav ***********************************/
.navbar{min-height:20px;}
.navbar-default {
    background-color:#fff;
    border:none;
	background: #004a78;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGE3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDM2NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #004a78 0%, #003658 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004a78), color-stop(100%,#003658));
	background: -webkit-linear-gradient(top,  #004a78 0%,#003658 100%);
	background: -o-linear-gradient(top,  #004a78 0%,#003658 100%);
	background: -ms-linear-gradient(top,  #004a78 0%,#003658 100%);
	background: linear-gradient(to bottom,  #004a78 0%,#003658 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a78', endColorstr='#003658',GradientType=0 );
	margin-bottom:0;
	padding:10px 0 5px;
	border-radius:0;
}
.navbar-brand {
    padding:0;
	background:url(../img/common/logo_pc.png) no-repeat 0 0;
	width:200px;
	height:22px;
	display:block;
	margin-top:5px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left:0;}
.navbar-collapse{float:right;}
.navbar-default .navbar-nav{margin-top:2px;}
.navbar-default .navbar-nav > li{margin-left:10px;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	display:block;
	padding:2px 12px;
	border-radius:3px;
	margin-bottom:10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color:#d9eaf2;
	color:#002e53;
}
@media (min-width: 768px) {
	.dropdown:hover .dropdown-menu {display: block;}
}
.dropdown-menu{
    background-clip: padding-box;
    background-color:transparent;
    border:none;
    border-radius:0;
    min-width:150px;
    padding:0;
	background:#fff;
}
.dropdown-menu:after,
.dropdown-menu:before{
    border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
    top: -9px;
    content: '';
    left: 10%;
    position: absolute;
}
.dropdown-menu > li > a{
	background:none;
	display:block;
	padding:15px 10px;
	height:auto;
	text-indent:0;
	color:#000;
	font-size:12px;
	overflow:hidden;
	border-top:1px solid #eee;
}
.dropdown-menu .overview{display:none;}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus{
	background:#f5f5f5;
	color:#000;
}

/************************************ Footer ***********************************/
.footer{
	background:#ededed;
	color:#333;
	overflow:hidden;
	padding:30px 0 20px;
	font-size:11px;
	border-top:5px solid #e3e3e3;
}
.footer ul{
	width:20%;
	float:left;
	padding:0 15px;
}
.footer ul li{padding-bottom:5px;}
.footer ul a,.footer-btm a{color:#333;}
.footer-btm{
	padding:15px 0 10px;
	color:#333;
	font-size:11px;	
	border-top:5px solid #e3e3e3;
}
.footer-btm span{padding:0 15px;}
.footer-btm p{
	margin:0;
	line-height:30px;
}

/*-------------- Featured Panel --------------*/
.featuredPanelWrap{
	width:100%;
	background:#e9eef1 url(../img/home/mainBk.jpg) no-repeat center 0;
	height:760px;
	margin-top:-10px;
	position:relative;
	z-index:1;
}
.featuredPanel{
	width:988px;
	margin:0 auto;
	padding:35px 0 0 0;
}
.featuredPanel p{
	padding:15px 0;
	font-size:16px;
	width:470px;
	line-height:130%;
}
.featureHead{
	font-size:24px;
	font-weight:normal;
	padding:0
}
.featuredPanel div{
	margin-bottom:6px;
}
.featuredPanel div.email{
	margin-bottom:10px;
}
.featuredPanel div.shopping a{
	background:url(../img/home/shopping_but1.gif) 0 0 no-repeat;
	display:block;
	width:285px;
	height:38px;
}
.featuredPanel div.shopping a:hover{
	background:url(../img/home/shopping_but1On.gif) 0 0 no-repeat;
}
.featuredPanel div.banner a{
	background:url(../img/home/banner_but1.gif) 0 0 no-repeat;
	display:block;
	width:285px;
	height:38px;
}
.featuredPanel div.text a:hover{
	background:url(../img/home/text_but1On.gif) 0 0 no-repeat;
}
.featuredPanel div.text a{
	background:url(../img/home/text_but1.gif) 0 0 no-repeat;
	display:block;
	width:285px;
	height:38px;
}
.featuredPanel div.banner a:hover{
	background:url(../img/home/banner_but1On.gif) 0 0 no-repeat;
}
.featuredPanel div.research a{
	background:url(../img/home/research_but1.gif) 0 0 no-repeat;
	display:block;
	width:285px;
	height:38px;
}
.featuredPanel div.research a:hover{
	background:url(../img/home/research_but1On.gif) 0 0 no-repeat;
}
/*-------------- Home --------------*/
.psWrap{
	width:100%;
	background:url(../img/home/productsBg.png) repeat-x 0 0;
	height:61px;
	position:relative;
	z-index:10;
	margin-top:-10px;
}
.ps{
	width:998px;
	margin:0 auto;
	overflow:hidden;
	padding-top:7px;
}
.ps ul{
	list-style:none;
	width:996px;
	height:67px;
}
.ps ul li{float:left;}
.ps ul li div.label{
	background:#0f4c75 url(../img/home/whiteArrow.gif) no-repeat 137px 22px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	float:left;
	display:block;
	text-align:right;
	border-left:1px solid #749fbc;
	border-right:1px solid #749fbc;
	padding:8px 53px 0 42px;
	height:46px;
}
.ps ul li a{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	height:46px;
	float:left;
	display:block;
	text-align:center;
	border-right:1px solid #749fbc;
	padding:8px 35px 0;
	background:#125c8d;
}
.ps ul li a.right{
	background:#125c8d;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	height:46px;
	float:right;
	display:block;
	text-align:center;
	border-right:1px solid #749fbc;
	padding:8px 38px 0;
}
.ps ul li a:hover{
	background:#0f4c75;
	text-decoration:none
}

.breadcrumb{
	list-style:none;
	overflow:hidden;
	font-size:11px;
	color:#888888;
	background:none;
	border-radius:0;
	padding:0;
}
.breadcrumb li span{padding:0 10px;}
.breadcrumb > li + li::before {
    content: "";
    padding: 0;
}


.main{
	width:auto;
	padding:20px 0;
	overflow:hidden;
}
.main a{color:#256798;}
.home_leftCol{
	width:509px;
	float:left;
}
.home_rightCol{
	width:450px;
	float:right;
}

.greyTop{
	background:url(../img/home/greyTop.gif) no-repeat 0 0;
	width:509px;
	height:15px;
}
.greyBtm{
	background:url(../img/home/greyBtm.gif) no-repeat 0 0;
	width:509px;
	height:15px;
}
.greyContent{
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background:#f8f8f8;
	padding:10px 20px;
}

.testimonialWrap{
	background:url(../img/home/testimonialTile.gif) repeat-y 0 0;
	width:452px;
	margin:0 0 10px 8px;
	position:relative;
	font-size:14px;
}
.testimonial{
	background:url(../img/home/testimonialTop.gif) no-repeat 0 0;
	padding:24px 20px 30px 20px;
	width:412px;
	z-index:10;
	position:relative;
}
.testimonialWrapBtm{
	background:url(../img/home/testimonialBtm.gif) no-repeat 0 0;
	width:452px;
	height:69px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
.testimonial p.intro{
	background:url(../img/home/openQ.gif) no-repeat 0 0;
	font-size:24px;
	font-weight:bold;
	padding:0 0 15px 36px;
}
.testimonial p{
	background:url(../img/home/closeQ.gif) no-repeat right bottom;
	padding:0 16px 20px 36px;	
}
.fromClient{
	line-height:30px;
	padding:0 0 10px 25px;
	font-style:italic;
}
.fromClient img{
	vertical-align:middle;
	padding-left:10px;
}
.view{
	font-size:14px;
	width:100%;
	padding:10px 0 20px;
}
.view img{
	padding:0 0 0 15px;
	margin-top:-8px;
}
ul.clients{
	list-style:none;
	overflow:hidden;
	padding-bottom:25px;
}
ul.clients li{
	display:inline;	
}
ul.clients li img{
	vertical-align:middle;
	padding-left:33px;
}
ul.clients li.first img{padding:0;}

h2.border{border-bottom:1px solid #d7d7d7;}
.pcGroupWrap{
	border-bottom:1px solid #d7d7d7;
	padding:12px 0 0 0;
	overflow:hidden;
}
.pcGroupWrap .type{
	float:left;
	width:190px;
	padding:0 0 0 10px;
}
.pcGroupWrap .networks{
	float:left;
	padding-bottom:2px;
}
.pcGroupWrap .networks img{
	padding-bottom:10px;
}
.newsWrap{
	margin:30px 0 0 0;
}
.newsWrap ul{
	padding:15px 0 0 10px;
	list-style:none;
}
.newsWrap ul li{
	background:url(../img/common/arrow.gif) no-repeat 0 0;
	padding:0 0 15px 20px;
}
a.twitter{
	background:url(../img/common/logo_twitter.png) no-repeat 0 0;
	padding:6px 0 10px 35px;
	font-weight:bold;
	margin:13px 0 0 5px;
	display:block;
}

/*-------------- Header Style --------------*/
h1{
	color:#003458;
	font-size:30px;
	padding-bottom:25px;
}
h2{font-size:16px;padding-bottom:15px;}
h2.greyBorder{border-bottom:1px solid #dcdcdc;padding-bottom:10px;margin-bottom:10px;}
h3{font-size:13px;font-style:italic;margin-bottom:15px;}

/*-------------- List Style --------------*/
ul.normal{list-style:none;}
ul.normal li,ul.normal2 li, ul.list li,ul.list_no_pad li{
	background:url(../img/common/yellowArrow.gif) no-repeat 0 2px;
	padding:0 0 10px 10px;
}
ul.normal ul{padding:10px 0 0 20px;}
ul.list{list-style:none;padding:0 0 20px 20px;}
ul.list_no_pad{list-style:none;}

ul.normal2 {
    list-style: none outside none;
    padding-left: 30px;
}
ul.normal3 {
    padding:0 0 0 20px;
	font-size:14px;
}
ul.normal3 li{
    padding:0 0 10px 0px;
	font-size:14px;
}
ol.normal{padding-left:30px;}
ol.normal li{padding-bottom:20px;}


/*-------------- Grey Box --------------*/
.t {background:url(../img/common/dot.gif) 0 0 repeat-x;width:100%;}
.b {background:url(../img/common/dot.gif) 0 100% repeat-x;}
.l {background:url(../img/common/dot.gif) 0 0 repeat-y;}
.r {background:url(../img/common/dot.gif) 100% 0 repeat-y;}
.bl {background:url(../img/common/bl.gif) 0 100% no-repeat;}
.br {background:url(../img/common/br.gif) 100% 100% no-repeat;}
.tl {background:url(../img/common/tl.gif) 0 0 no-repeat;}
.tr {background:url(../img/common/tr.gif) 100% 0 no-repeat;padding:6px;}
.greybox{background:#f8f8f8;margin-bottom:20px;}
.greyboxInner{padding:10px;}
.greybox ul.list{padding:0;}

/*-------------- About Us --------------*/
/*------- Default -------*/
/*.aboutMain{width:582px;}
.about{
	background:url(../img/about/aboutBg.jpg) no-repeat right 90px;
}
.aboutWrap{
	width:269px;
	float:left;
	border-right:1px solid #dcdcdc;
	padding-right:21px;
	margin-bottom:20px;
}
.aboutWrapNoBorder{
	width:269px;
	float:right;
	margin-bottom:20px;
}
.aboutWrap img,.aboutWrapNoBorder img{
	padding-bottom:10px;
}
a.learnBtn{display:block;padding:5px 0 0 10px;}*/

.about img{
	display:block;
	margin:0 auto 15px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border:1px solid #ddd;
}


/*------- Career -------*/
.careerMain{width:532px;float:left;}
.officeImgs{float:right;width:436px;}

/*------- Awards -------*/
.featuredAwards{
	background:#fff url(../img/about/awardsFeatured.jpg) no-repeat right 0;
	width:100%;
	height:199px;
	position:relative;
	margin-bottom:30px;
	border:1px solid #eee;
	border-radius:5px;
	-webkit-border-radius:5px;	
}
.featuredAwards .top10{
	background:url(../img/about/top10.png) no-repeat 0 0;
	width:96px;
	height:140px;	
	position:absolute;
	top:0;
	left:28px;
}
.featuredAwards p{
	padding:0;
	width:50%;
	font-size:18px;
	padding:30px 0 0 150px;
}
h2.year{
	background:#eeeeee;
	border-radius:5px;
	-webkit-border-radius:5px;	
	line-height:33px;
	padding:0 15px;
	font-size:16px;
	margin:0 0 20px;
}
.awards ul{
	list-style:none;
	overflow:hidden;
}
.awards ul li{
	float:left;
	width:33.3333%;
	padding:0 15px;
	margin-bottom:20px;
	overflow:hidden;
}
/*.awards ul li.last{float:right;padding-right:0;}*/
.awards ul li .awardsImg{
	float:left;
	width:100px;
	text-align:center;
}
.awards ul li .awardsBrief{padding:10px 0 0 110px;}
.awards ul li .awardsType{padding-bottom:6px;font-size:11px;color:#666666;}


/*------- News -------*/
/*------- News Sidebar -------*/
/*.sidebar{
	width:228px;
	float:left;
}
.newslistTop{
	background:#f7f7f7 url(../img/about/newslistTop.gif) no-repeat 0 0;
	width:228px;
	height:5px;
}
.newslistBtm{
	background:#f7f7f7 url(../img/about/newslistBtm.gif) no-repeat 0 0;
	width:228px;
	height:5px;
}*/
ul#newslist {
	/*border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	margin:0px;
	padding:0px;
	list-style:none;
	background-color:#f7f7f7;
	width:226px;	*/
	margin:-10px -15px;
}
/*ul#newslist li{width:226px;}*/
ul#newslist a.head {
	cursor:pointer;
	background:url(../img/about/collapse.gif) no-repeat 15px 13px;
	color:#8a8a8a;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-size:16px;
	padding:10px 0 10px 30px;
	text-align:left;
}
ul#newslist a.selected {
	background: url(../img/about/expand.gif) no-repeat 15px 15px;
	color:#000;
}
ul#newslist a.news{border-bottom:1px solid #e3e3e3;}
ul#newslist ul.sublist{border-bottom:1px solid #e3e3e3;overflow:hidden;width:100%;}
ul#newslist ul.sublist,ul#newslist ul#archivelist{background-color:#f0f0f0;}
ul#newslist ul.sublist li a {
	display:block;
	text-decoration:none;
	padding:10px 10px 10px 45px;
}
ul#newslist ul.sublist li{	
	background:url(../img/about/dot.gif) no-repeat 30px 14px;
	/*float:left;
	width:226px;*/
}

ul#newslist ul.sublist li a:hover, ul#newslist ul.sublist li a.active {
    background: url(../img/about/dot.gif) no-repeat 30px 14px #fff;
}
ul#newslist ul#archivelist {
    list-style: outside none none;
    width: 100%;
}
ul#newslist ul#archivelist a.head {
    background: url(../img/about/collapseSml.gif) no-repeat 30px 8px;
    color: #666666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 10px 30px;
    text-decoration: none;
    text-indent: 14px;
}
ul#newslist ul#archivelist a.selected {
    background: url(../img/about/expandSml.gif) no-repeat 30px 8px;
}
ul#newslist ul#archivelist li a {
    display: block;
    padding: 5px 15px 10px 55px;
    text-decoration: none;
}
ul#newslist ul#archivelist ul {
    background-color: #e9e9e9;
    overflow: hidden;
    width: 100%;
}
ul#newslist ul#archivelist li li {
    background: url(../img/about/dot.gif) no-repeat 43px 9px;
}
ul#newslist ul#archivelist li li a:hover, ul#newslist ul#archivelist li li a.active {
    background: url(../img/about/dot.gif) no-repeat 43px 9px #fff;
}
ul#newslist ul#archivelist li li a:hover, ul#newslist ul#archivelist li li a.current {
    background: url(../img/about/dot.gif) no-repeat 43px 9px #fff;
}
/*------- News Content -------*/
/*.newsContent{
	width:745px;
	float:right;
}*/
.newsContent h2{padding-bottom:5px;}
.newsContent .newsItemDate{color:#6c6c6c;padding-bottom:25px;}
.dotSep{
	border-top:1px dashed #c8c8c8;
	margin:10px 0 20px;
}
.companyWrap{overflow:hidden;}
.companyWrap h3{font-style:normal;margin:15px 0;}
.companyWrap .companyInfo{
	float:left;
	width:65%;
	background:url(../img/about/contactSep.gif) no-repeat right 25px;
	padding-right:30px;
}
.companyWrap .contactInfo{
	float:right;
	width:30%;
	padding-top:30px;
}

/*-------------- Products & Services --------------*/
/*-------  P&S Featured Panel -------*/
.featuredServices{
	background:#fff url(../img/services/ps_topImg.jpg) no-repeat right 0;
	height:257px;
	position:relative;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	border-radius: 5px;
	margin-bottom:20px;
}
.featuredServices h1{
	padding:20px;
	color:#000;
	font-size:46px;
}
.bubble1,.bubble2,.bubble3,.bubble4{
	font-size:15px;
	padding:12px 20px 0 15px;
	height:128px;
	margin:0 auto;
}
.bubble1{
	background:url(../img/services/speechbubble1.png) no-repeat 0 0;
	width:213px;
}
.bubble2{
	background:url(../img/services/speechbubble2.png) no-repeat 0 0;
	width:210px;
}
.bubble3{
	background:url(../img/services/speechbubble3.png) no-repeat 0 0;
	width:210px;
}
.bubble4{
	background:url(../img/services/speechbubble4.png) no-repeat 0 0;
	width:204px;
}
/*-------  P&S Intro -------*/
/*.servicesWrap{
	margin-top:5px;
	width:100%;
	background:url(../img/services/greyline.gif) repeat-y 0 0;
	overflow:hidden;
}
.side_width_left{width:226px;padding-right:12px;}
.side_width_right{width:226px;padding-left:14px;}
.middle_width{width:236px;padding:0 12px;}
.services{float:left;}*/

.services .bubble1,.services .bubble2,.services .bubble3,.services .bubble4{
	display:none;
	margin-bottom:15px;
}
.services h2{
	background:#e9f3f9;
	-webkit-border-radius:5px;
	border-radius: 5px;	
	margin-bottom:10px;
	padding:0;	
	font-size:20px;
}
.services h2 a{
	display:block;
	padding:15px;
	color:#003458;
}

.services h3{
	font-style:normal;
}
.servicesDetail{padding:10px 15px;}
.servicesDetail p{padding:20px 0 10px;}
.services a.findout{display:block;}
.services .dbSnapshot{padding:20px 0;}

/*-------  P&S Permission Email -------*/
.seventyLeftCol{
	width:745px;
	float:left;
}
.thirtyRightCol{
	width:228px;
	float:right;
}
.twentyLeftCol{
	width:166px;
	float:left;
}
.seventyRightCol{
	width:745px;
	float:right;
}
.eightyRightCol{
	width:810px;
	float:right;
}
h2.greyHeader{
	width:100%;
	background:#eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding:10px 15px;
	margin:30px 0;
}
.section{padding:0 15px;}
/*h2.greyHeader b{
	background:url(../img/about/awardsYear.gif) no-repeat 0 0;
	width:5px;
	height:33px;
	display:block;
	float:left;
}
h2.greyHeader em{
	background:url(../img/about/awardsYear.gif) no-repeat right 0;
	height:33px;
	display:block;
	float:left;
	padding-left:10px;
	font-style:normal;
}
h2.greyHeader em.fiftyCol{width:348px;}
h2.greyHeader em.seventyCol{width:729px;}
h2.greyHeader em.eightyCol{width:790px;}
.greyContentWrap{padding:0 15px;}*/
.fiftyLeftCol{
	width:49%;
	float:left;
}
.fiftyRightCol{
	width:49%;
	float:right;
}
.sixtyLeftCol{
	width:58%;
	float:left;
}
.fortyRightCol{
	width:40%;
	float:right;
}
.clients{padding-bottom:20px;}
.yellowbox{
	background:#fffdf6;
	border:1px solid #c9be93;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding:20px;
	margin-bottom:25px;
	
}
/*.yellowboxTop{
	background:url(../img/common/yellowBgTop.gif) no-repeat 0 0;
	width:740px;
	height:10px;
}
.yellowboxBtm{
	background:url(../img/common/yellowBgBtm.gif) no-repeat 0 0;
	width:740px;
	height:10px;
}
.yellowboxWrap{
	border-left:1px solid #c9be93;
	border-right:1px solid #c9be93;
	background:#fffdf6;
	width:708px;
	padding:10px 15px 10px;
}*/
.yellowbox h1{font-size:24px;color:#000;}
.yellowbox h2{font-size:18px;}
.yellowbox h2 a{color:#000;padding-left:114px;display:block;}
.yellowbox h2 a:hover{background:#e9f3f9 url(../img/clients/vistaprint.gif) no-repeat 0 0;text-decoration:none;}
.yellowbox h2.vistaprint a{background:url(../img/clients/vistaprint.gif) no-repeat 0 0;}
.yellowbox h2.travel a{background:url(../img/clients/travel_brochures.gif) no-repeat 0 0;}
.yellowbox h2.geekdom a{background:url(../img/clients/geekdom.gif) no-repeat 0 0;}
.yellowbox h2.wyndham a{background:url(../img/clients/wyndham.gif) no-repeat 0 0;}
.yellowbox h2.tradingpost a{background:url(../img/clients/tradingpost.gif) no-repeat 0 5px;}
.yellowbox h2.emitch{
    background:url(../img/logos/emitch.gif) no-repeat 0 0;
     padding:10px 0 20px 114px;
}
.yellowbox h2.inkredible{
    background:url(../img/logos/inkredible.gif) no-repeat 25px 0;
    padding:10px 0 20px 114px;
}
.yellowbox h2.tms{
    background:url(../img/logos/tms.gif) no-repeat 20px 0;
     padding:20px 0 30px 114px;
}
.yellowbox h2.adultshop{
    background:url(../img/logos/adultshop.gif) no-repeat 10px 0;
    padding:10px 0 20px 114px;
}
.yellowbox h2.tns{
    background:url(../img/logos/tns.gif) no-repeat 10px 0;
	 padding:10px 0 20px 65px;
}
.yellowbox h2.digitalEdge {
    background:url(../img/logos/theDigitalEdge.gif) no-repeat 10px 0;
    padding:10px 0 20px 114px;
}


.clientWrap{
	background:url(../img/common/sep_yellow.gif) repeat-x 0 bottom;
	padding-bottom:20px;
	margin-bottom:15px;
}
.clientWrapNoBrd{
	padding-top:5px;
}
.clientWrap .clientBrief,.clientWrapNoBrd .clientBrief{
	float:left;
	width:75%;
}

.commentsWrap{
	border:3px solid #ecdfaf;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:20px;
	font-size:16px;
	background-color:#fff;
	position:relative;
	margin-bottom:20px;
}
.commentsWrap .arrow{
	background:url(../img/clients/bubbleBtm.png) no-repeat 0 0;
	width:26px;
	height:16px;
	position:absolute;
	left:40px;
	bottom:-16px;
}
.commentsWrap p{
	background:url(../img/clients/closeQ_black.png) no-repeat right bottom;
	padding-right:15px;
	margin:0 0 0 30px;
}


/*.clientWrap .commentsWrap,.clientWrapNoBrd .commentsWrap{
	width:100%;
	font-size:16px;
	padding-bottom:6px;
}
.clientWrap .commentsTop,.clientWrapNoBrd .commentsTop{
	background:url(../img/clients/speechBubbleTop.gif) no-repeat 0 0;
	width:100%;
	height:13px;
}
.clientWrap .comments,.clientWrapNoBrd .comments{
	background:url(../img/clients/speechBubbleTile.gif) repeat-y 0 0;
	width:100%;
	padding:0 25px 5px 20px;
	overflow:hidden;
}
.clientWrap .commentsBtm,.clientWrapNoBrd .commentsBtm{
	background:url(../img/clients/speechBubbleBtm.gif) no-repeat 0 0;
	width:100%;
	height:27px;	
	padding:0;
}
.clientWrap .comments p,.clientWrapNoBrd .comments p{
	background:url(../img/clients/closeQ_black.png) no-repeat right bottom;
	padding: 10px 16px 5px 13px;
	float:left;
}
.clientWrap .commentsTopLong{
	background:url(../img/clients/speechBubbleTopLong.gif) no-repeat 0 0;
	width:692px;
	height:13px;
}
.clientWrap .commentsLong{
	background:url(../img/clients/speechBubbleTileLong.gif) repeat-y 0 0;
	width:647px;
	padding:0 25px 5px 20px;
	overflow:hidden;
}
.clientWrap .commentsBtmLong{
	background:url(../img/clients/speechBubbleBtmlong.gif) no-repeat 0 0;
	width:692px;
	height:27px;	
	padding:0;
}
.clientWrap .commentsLong p {
    background: url(../img/clients/closeQ_black.png) no-repeat right bottom;
    float: left;
    padding: 10px 19px 5px 13px;
    width: 590px;
}*/
.clientName{padding-left:20px;font-style:italic;}
.clientName2{font-style:italic;padding:5px 0 20px 20px;}
.clientName img,.clientName2 img{vertical-align:middle;padding-left:10px;}

.artwork{
	float:right;
	/*width:168px;*/
	width:23%;
	position:relative;
}
.artwork img{ width:100%;}
.zoom{
	position:absolute;
	bottom:0;
	left:0;
	background:url(../img/common/overlay.png) repeat-x 0 0;
	color:#fff;
	display:block;
	width:100%;
}
* html .zoom{bottom:-1px;}
.zoom a{
	color:#fff;
	padding:5px;
	display:block;
	/*width:168px;*/
	background:url(../img/common/zoom.png) no-repeat 95% center;
}
.zoomIn img{
	/*width:168px;	*/
	border:1px solid #6c6d6e;
}
.emailArtwork .zoom a,.emailArtwork .zoomIn img{
	width:auto;
}

.imgHolderL{float:left;padding:0 10px 10px 0;}
.imgHolderR{float:right;padding:0 0 10px 10px;}
.boxWrap{padding-bottom:20px;width:100%;}
.greyBorder{border-bottom:1px solid #dcdcdc;margin-bottom:20px;}
.logos td{
	text-align:center;
	vertical-align:middle;
	width:114px;
	height:60px;
}

.clientsTestiWrap{
	background:#f6f0d9;
	-webkit-border-radius:5px;
	border-radius: 5px;
	padding:15px 20px;
	margin-bottom:20px;
	position: relative;
}
.clientsTestiWrap .openQ{float:left;}
.clientsTestiWrap p{
	background:url(../img/clients/closeQ_black.png) no-repeat right bottom;
	padding:10px 10px 10px 30px;
	margin:0;
}
.clientsTestiWrap:after,
.clientsTestiWrap:before{
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #f6f0d9;
    bottom: -15px;
    content: '';
    left: 10%;
    position: absolute;
}

.clientsTestiWrap .intro {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*.clientsTestiWrap .clientsTestiTop{
	background:url(../img/clients/testimonialsTop_beige.gif) no-repeat 0 0;
	width:360px;
	height:10px;
}
.clientsTestiWrap .clientsTesti{
	background:#f6f0d9;
	width:315px;
	padding:0 25px 5px 20px;
	overflow:hidden;
}
.clientsTestiWrap .clientsTestiBtm{
	background:url(../img/clients/testimonialsBtm_beige.gif) no-repeat 0 0;
	width:360px;
	height:25px;	
	padding:0;
}
.clientsTestiWrap .clientsTesti .openQ,.clientsTesti_long .openQ{
	float:left;
	padding-top:5px;
}
.clientsTestiWrap .clientsTesti p{
	background:url(../img/clients/closeQ_black.png) no-repeat right bottom;
	padding:10px 10px 5px 13px;
	float:left;
	width:273px;
}
.clientsTestiWrap .clientsTesti .intro{
	font-size:18px;
	display:block;
	padding-bottom:10px;
	font-weight:bold;
}
.clientsTestiTop_long{
	background:url(../img/clients/testimonialsTop_beige_long.gif) no-repeat 0 0;
	width:710px;
	height:10px;
}
.clientsTesti_long{
	background:#f6f0d9;
	width:665px;
	padding:0 25px 5px 20px;
	overflow:hidden;
}
.clientsTestiBtm_long{
	background:url(../img/clients/testimonialsBtm_beige_long.gif) no-repeat 0 0;
	width:710px;
	height:25px;	
	padding:0;
}
.clientsTesti_long p{
	background:url(../img/clients/closeQ_black.png) no-repeat right bottom;
	padding:10px 10px 5px 13px;
	float:left;
	width:623px;
	font-size:15px;
}*/
.summary{
	list-style:none;
	width:100%;
	overflow:hidden;
	/*padding-bottom:20px;*/
}
.summary li{
	overflow:hidden;
	padding-bottom:15px;
	font-size:14px;
	/*float:left;
	width:740px;*/
}
.summary li span{
	float:left;
	display:block;
	width:85%;
	padding-top:4px;
}
.summary li span.item{
	font-weight:bold;
	font-size:18px;
	width:15%;	
	padding-top:0;
}
.emailArtwork{margin:20px 0;position:relative;}
.emailArtwork .zoom{
	width:229px;
	/*position:absolute;
	bottom:0;
	left:0;
	width:228px;
	height:24px;
	background:url(../img/common/overlay.png) repeat-x 0 0;
	color:#fff;*/
}
/*-------  Tips Style -------*/
.tips{
	width:242px;
	position:absolute;
	bottom:-45px;
	left:90px;
	font-size:11px;
}
.tipsArrow{
	background:url(../img/services/tipsArrow.png) no-repeat 0 0;
	width:14px;
	height:24px;
	position:absolute;
	top:48px;
	left:-10px;
}
* html .tipsArrow{z-index:1;}
.tipsTop{
	background:url(../img/services/tipsTop.png) no-repeat 0 0;
	width:242px;
	height:10px;
}
.tipsBtm{
	background:url(../img/services/tipsBtm.png) no-repeat 0 0;
	width:242px;
	height:15px;
}
.tipsContent{
	background:url(../img/services/tipsTile.png) repeat-y 0 0;
	width:212px;
	padding:5px 15px;
}

.headlineWrap{
	overflow:hidden;
	padding-bottom:20px;
	width:100%;
}
.headlineWrap p{
	float:right;
	width:340px;
}









/*-------  Contact -------*/
.contacth3{
	font-size:14px;
	font-weight:bold;
}
/*.contactForm{
	float:left;
	width:60%;
}
.contactDetailwrap{
	float:right;
	width:30%;
}*/
.redAsterisk{
	color:#cc0000;
}
h2.conactHeader{
	background:#eeeeee;
	border-radius:5px;
	line-height:33px;
	padding:0 15px;
	font-size:16px;
	margin:0 -20px 20px -20px;
}
.contact{
	padding:0 20px;
}
.contact div.clearfix {
    padding-bottom: 10px;
}
.contact label{
	font-size:13px;
	width:150px;
	display:block;
	float:left;
	text-align:right;
	padding:5px 10px 0 0;
}
.contactInput{
	padding:5px;
	border:1px #ccc solid;
	width:320px;
	display:block;
	float:left;
}
input.error, .contact textarea.error{
	border:1px solid #cc0000;
}
span.required{
	font-size:11px;
	color:#cc0000;
	font-weight:bold;
	float:left;
	display:block;
	padding:6px 0 0 10px;
}
.contact select{
	margin-top:5px;
	float:left;
}
.contact div{
	padding-bottom:10px;
}
.contact input.checkbox{
	margin-top:3px;
	display:inline-block;
	min-height:auto !important;
}

.contactServiceWrap{
	padding-left:150px;
	padding-bottom:5px;
	display:block;
}



div.label{
	font-size:13px;
}
.contact textarea{
	margin-bottom:15px;
	width:90%;
	height:130px;
	border:1px #ccc solid;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;

}
hr{
	border-top:1px #e2e2e2 solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
.officeLabel{
	width:100px;
	float:left;
	font-weight:bold;
	padding-bottom:5px;
	font-size:11px;
}
/*.contactDetailwrap h2{
	padding-bottom:0;
}*/

.content { 
	background: url(../img/common/tabifyBk.gif) no-repeat 0 0;
	float: left; 
	clear: both; 
	padding: 20px 20px 20px; 
	width:341px;
	height:250px;
}

.greybox{
	background:#f8f8f8;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	border-radius: 5px;
	padding:20px 15px;
	overflow:hidden;
}
/*.greybox h2{padding-bottom:0;}

.greyboxTop{
	background:url(../img/services/greyboxTop.gif) no-repeat 0 0;
	width:166px;
	height:10px;
}
.greyboxBtm{
	background:url(../img/services/greyboxBtm.gif) no-repeat 0 0;
	width:166px;
	height:10px;
}
.greyboxInnerBrd{
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}*/
ul.anchorList{
	padding:10px 0;
	width:100%;
}
ul.anchorList li{
	background:url(../img/about/dot.gif) no-repeat 15px 14px;
	
}
ul.anchorList li a{
	display:block;
	padding:10px 10px 10px 30px;
}
ul.anchorList li a:hover{background:#fff url(../img/about/dot.gif) no-repeat 15px 14px;}
.caption{
	font-size:11px;
	font-style:italic;
	padding:5px 0 0 10px;
}

.anchor-absolute {
	/*left:50%;
	margin-left:-499px;
	position: absolute ;
	top:210px;*/
	
}
.anchor-fixed {
	/*left:50%;
	margin-left:-499px;*/
	position:fixed;
	top:0px;
}
.anchor{
	/*width:166px;*/
	padding:0 0 10px;
	width:250px;
}
.anchor2{
	width:250px;
}
.anchor-desitination{
	float:left;
	width:1px;
	height:1px;
	visibility:hidden;
}
.back{
	padding:10px 0 0 30px;
	border-top:1px solid #e3e3e3;
	background:url(../img/services/back.gif) no-repeat 13px 14px;
}
ul#newslist li.back2{
	padding:12px 0 0 30px;
	/*width:196px;*/
	border-top:1px solid #e3e3e3;
	background:url(../img/services/back.gif) no-repeat 13px 13px;
}
.sampleCode{
	border:1px solid #e8e8e8;
	border-collapse: collapse;
	padding:15px;
}
.sampleCode td{border-collapse:collapse;border:1px solid #e8e8e8;padding:10px;}
.highlight{
	background:#fff8de;
	padding:15px 15px 20px;
	margin-bottom:20px;	
}
code{ 
	word-wrap: break-word;
	white-space:normal;
	color:#000;
}
.red{font-weight:bold;color:#FF0000;}
.green{font-weight:bold;color:#009900;}
.red2{font-weight:bold;color:#cc0000;}
.green2{font-weight:bold;color:#008800;}
.blue{font-weight:bold;color:#0000FF;}
.padding15{padding:15px;}

/***** Email Spec *****/
.warningWrap {
  /*  background: url("../img/services/warningWrap.gif") no-repeat scroll 0 0 transparent;
    height: 214px;*/
	border:1px solid #C30;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px 15px 5px;
}
/*.greyTableBorder {
    padding: 5px 0;
}
.greyTableBorder tr td.TL {
    background: url("../img/common/GreyTableTL.gif") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 9px;
}
.greyTableBorder tr td.Top {
    background: url("../img/common/GreyTableTop.gif") repeat-x scroll 0 0 transparent;
    height: 9px;
}
.greyTableBorder tr td.TR {
    background: url("../img/common/GreyTableTR.gif") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 9px;
}
.greyTableBorder tr td.Left {
    background: url("../img/common/GreyTableLeft.gif") repeat-y scroll 0 0 transparent;
    width: 9px;
}
.greyTableBorder tr td.center {
    padding: 0 6px;
}
.greyTableBorder tr td.Right {
    background: url("../img/common/GreyTableRight.gif") repeat-y scroll 0 0 transparent;
    width: 9px;
}
.greyTableBorder tr td.BL {
    background: url("../img/common/GreyTableBL.gif") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 9px;
}
.greyTableBorder tr td.Bottom {
    background: url("../img/common/GreyTableBottom.gif") repeat-x scroll 0 0 transparent;
    height: 9px;
}
.greyTableBorder tr td.BR {
    background: url("../img/common/GreyTableBR.gif") no-repeat scroll 0 0 transparent;
    height: 9px;
    width: 9px;
}*/

.table-responsive{
	border:1px solid #ddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px 15px;
	margin-bottom:10px;
}
.greyTable tr th, .greyTable tr td {
    padding:8px 5px;
}

.greyTable tr th,.greyDashedBorder{
    border-bottom: 1px dashed #8C8C8C;
}
h2.greyDashedBorder{padding:5px 0 10px 0;}




.leftWrap {
    float: left;
    width: 370px;
}
.leftWrap2 {
    float: left;
    width: 445px;
}
.leftWrap3 {
    float: left;
    width: 350px;
}
.smlTxt {
    color:#000;
    font-size: 11px;
}
.greySmlTxt {
    color: #838383;
    font-size: 11px;
}
.borderbottom{
	border-bottom:1px #d5d5d5 dashed;
	height:1px;
}
.optionalImgWrap{
	width:200px;
	float:left;
	padding-right:57px;
}
.optionalImgWrapRight{
	width:200px;
	float:right;
}
.optionalImgWrap .heading, .optionalImgWrapRight .heading{
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
}
.optionalImgWrap .heading2, .optionalImgWrapRight .heading2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:12px;
}
.country{
	overflow:hidden;
	padding:20px 0 20px 90px;
}
.country a{
	/*line-height:34px;*/
	height:34px;
	font-weight:bold;
}
.flag_au{
	background:url(../img/paynow/flag_au.gif) no-repeat 0 0;	
	padding:10px 60px 10px 80px;
}
.flag_nz{
	background:url(../img/paynow/flag_nz.gif) no-repeat 0 0;	
	padding:10px 0 10px 80px;
}
.nextBtn{
	display:block;
	padding-left:150px;
}
.result{
	padding:20px 0 10px;
}
.result ul{list-style:none;padding-left:22px;}
.result ul li {overflow:hidden;padding-bottom:10px;}
.result ul li span{float:left;padding-top:2px;}
.result ul li span.item{
	width:120px;
	text-align:right;
	padding:0 10px 0 0;	
	font-size:13px;
}


.feedbackNeg {
    
    color: #CC0000;
    font-weight: bold;
	font-size:14px;
    margin-bottom:15px;
    padding:15px;
}
.feedbackNeg p{padding:0;}
/*.t_red {background-color:#fde7e7;width:100%;}
.b_red {background-color:#fde7e7;}
.l_red {background-color:#fde7e7;}
.r_red {background-color:#fde7e7;}
.bl_red {background: url(../img/common/bl_red.gif) 0 100% no-repeat}
.br_red {background: url(../img/common/br_red.gif) 100% 100% no-repeat}
.tl_red {background: url(../img/common/tl_red.gif) 0 0 no-repeat}
.tr_red {background: url(../img/common/tr_red.gif) 100% 0 no-repeat; padding:5px} 


.t_green{background-color:#e3f1d7;width:100%;}
.b_green{background-color:#e3f1d7;}
.l_green{background-color:#e3f1d7;}
.r_green{background-color:#e3f1d7;}
.bl_green{background: url(../img/common/bl_green.gif) 0 100% no-repeat}
.br_green{background: url(../img/common/br_green.gif) 100% 100% no-repeat}
.tl_green{background: url(../img/common/tl_green.gif) 0 0 no-repeat}
.tr_green{background: url(../img/common/tr_green.gif) 100% 0 no-repeat; padding:5px} */

.feedbackPosWrap,.feedbackNegWrap{
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
}
/*.messageContent{padding:10px;}*/
.feedbackPosInner{
	background-color:#e3f1d7;
	width:100%;
}
.feedbackPosWrap{background-color:#e3f1d7;}
.feedbackNegWrap{background-color:#fde7e7;}
.feedbackPosImg,.feedbackNegImg{
	padding-right:10px;
	width:23px;
	vertical-align:top;
}
.feedbackText{
	text-align:left;
	vertical-align:top;	
	font-size:15px;
}
.contactFeedback{
	font-weight:bold;
	color:#cc0000;
}
pre{
	border:1px solid #E8E8E8;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
p.nopad{margin:0;}


/******* Why PermissionCorp *******/
h1.why{
	padding:10px 0 40px;
	border-bottom:1px solid #dcdcdc;
}
h1.why span{
	font-size:46px;	
	height:0;
	display:block;
	overflow: hidden;
}
.advantageWrap{
	border-bottom:1px solid #dcdcdc;
	padding:25px 0 30px;
	overflow:hidden;
}
.advantageWrapLast{
	border-bottom:none;
}
.advantageWrap h2{
	float:left;
	font-size:34px;
	width:20%;
	padding-right:30px;
	color:#666;
}
.advantageWrap .advantageDesc{
	float:left;
	padding-top:5px;
	width:55%;
	padding-right:15px;
	border-right:1px dashed #dcdcdc;
}
.advantageWrap .advantageRemarks,.advantageWrap .advantageImg{
	float:right;
	width:25%;
	padding-left:25px;
}
.advantageWrap .advantageRemarks h4{
	font-size:14px;
	color:#002E53;
	padding:5px 0 10px 0;
}
.advantageWrap .advantageImg p{padding:0;}
.txt14{
	font-size:14px;
	line-height:130%;
}

.btn{
	background: #337db2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzN2RiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzUxODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #337db2 0%, #075186 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337db2), color-stop(100%,#075186));
	background: -webkit-linear-gradient(top,  #337db2 0%,#075186 100%);
	background: -o-linear-gradient(top,  #337db2 0%,#075186 100%);
	background: -ms-linear-gradient(top,  #337db2 0%,#075186 100%);
	background: linear-gradient(to bottom,  #337db2 0%,#075186 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337db2', endColorstr='#075186',GradientType=0 );
	color:#fff;
	font-weight:bold;
	font-size:16px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 20px;
	margin-bottom:20px;
}
.btn:hover,.btn:focus{
	background: #075186;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3NTE4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzdkYjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #075186 0%, #337db2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#075186), color-stop(100%,#337db2));
	background: -webkit-linear-gradient(top,  #075186 0%,#337db2 100%);
	background: -o-linear-gradient(top,  #075186 0%,#337db2 100%);
	background: -ms-linear-gradient(top,  #075186 0%,#337db2 100%);
	background: linear-gradient(to bottom,  #075186 0%,#337db2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075186', endColorstr='#337db2',GradientType=0 );
	color:#fff;
}
.main .btn{color:#fff;}

.btnSend{
	margin-left: 150px;
}
.btnNext{
	background:url(../img/paynow/btn_next.gif) no-repeat;
	width:76px;
	height:36px;
	border:0px;
	cursor:pointer;
	cursor:hand;
}
.btnSmall{font-size:12px;}

.contactWrap{
	-webkit-box-shadow:inset 0 0 50px 0 #003f6a;
	box-shadow:inset 0 0 50px 0 #003f6a;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	text-align:center;
	background:#0062a8;
}
.contactWrap a{
	display:block;	
	color:#fff;
	padding:20px;
	font-size:18px;
	font-weight:bold;
}
.contactWrap a:hover{text-decoration:none;}
.contactWrap .btn{
	border:none;
	margin:0;
	background: #94de87;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0ZGU4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTg2MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #94de87 0%, #1e860b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94de87), color-stop(100%,#1e860b));
	background: -webkit-linear-gradient(top,  #94de87 0%,#1e860b 100%);
	background: -o-linear-gradient(top,  #94de87 0%,#1e860b 100%);
	background: -ms-linear-gradient(top,  #94de87 0%,#1e860b 100%);
	background: linear-gradient(to bottom,  #94de87 0%,#1e860b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94de87', endColorstr='#1e860b',GradientType=0 );
}
.contactWrap a:hover .btn{
	background: #1e860b;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODYwYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NGRlODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1e860b 0%, #94de87 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e860b), color-stop(100%,#94de87));
	background: -webkit-linear-gradient(top,  #1e860b 0%,#94de87 100%);
	background: -o-linear-gradient(top,  #1e860b 0%,#94de87 100%);
	background: -ms-linear-gradient(top,  #1e860b 0%,#94de87 100%);
	background: linear-gradient(to bottom,  #1e860b 0%,#94de87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e860b', endColorstr='#94de87',GradientType=0 );
}

/*.blueBk{
	background:url(../img/services/bluebkTile.gif) repeat-y 0 0;
	width:741px;
	margin-bottom:20px;
}
.blueBkInner{
	background:url(../img/services/bluebkBtm.gif) no-repeat 0 bottom;
	width:741px;
}
.blueBkContent{
	background:url(../img/services/bluebkTop.gif) no-repeat 0 0;
	width:711px;
	padding:20px 15px 0 15px;
}*/
.bluebox{
	-webkit-box-shadow:inset 0 0 50px 0 #f0faff;
	box-shadow:inset 0 0 50px 0 #f0faff;
	border:1px solid #d3edfb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	padding:20px 20px 0;
	margin-bottom:25px;
}



.alignR {text-align: right;}

.logoImg{
	display:block;
	padding-bottom:10px;
}

.auPanel,.nzPanel{
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	display:block;
	width:200px;
}
.auPanel img, .nzPanel img{
	vertical-align:middle;
	padding-left:10px;
}

span.requiredField{
	display:none;
	padding:6px 0 0 5px;
	color:#aaa;
	float:left;
}

#adclick{
	position:absolute;
	top:-20px;
	left:0;
	width:238px;
	display:none;
}
#adclick .close{
	position:absolute;
	top:5px;
	right:-25px;	
	background: url(../img/fancybox/fancybox.png) -40px 0px;
	cursor:pointer;
	z-index:10000;
}
#adclick .close a{
	width:30px;
	height:30px;
}
#adclick p{padding:0 0 10px 13px;}
#adclick p.headline{
	font-size:15px;
	font-weight:bold;	
	padding:0 0 10px 0;
}
#adclick p.headline2{
	font-size:15px;
	font-weight:bold;	
	padding:10px 0;
}

/************************************ Hero  ***********************************/
.hero{
	background:#000 url(../img/home/researchFeatureBg.jpg) no-repeat center center;
	width:100%;
	padding:50px 0 80px;
	font-size:14px;
	color:#fff;
}
.hero h1{
	font-size:42px;
	color:#fff;
	padding-bottom:10px;
}
.hero h2{
	font-size:24px;
	padding:20px 0;
}
.hero-inner{
	background:url(../images/trans.png) repeat 0 0;
	padding:20px 20px 0;
	margin-left:-20px;
	width:95%;
}
.hero .btn{
	border-radius:5px;
	background:#038bd2;
	color:#000;
	font-weight:bold;
	font-size:24px;
	padding:10px 25px;
}

/************************************ Home ***********************************/
.products{padding-top:30px;}
.products h2 a{color:#000;}
.products a:hover{text-decoration:none;}
.products .row{margin:0;}
.products .ico{
	float:left;
	width:60px;
}
.products h2{font-size:18px;padding:10px 0 8px;}
.products p{margin-bottom:30px;}
.products h2, .products p{margin-left:75px;}


.slider-wrap{
	background:#dadada;
	padding:80px 0 50px;
}
.slider{width:100%;}
.slider a{
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px 20px 0;
	color:#333;
	display:block;
	text-decoration:none;
	position:relative;
	height:300px;
	width:250px;
	margin:0 auto;	
	font-size:11px;
}
.slider h3{
	font-size: 20px;
    font-style:normal;
    margin: 0 0 10px;
    text-align: center;
}
.slider h4{
	font-size:14px;
	margin: 0 0 10px;
}

.slider p{font-size:14px;}
.slider p.testi{
	padding-left:35px;
}
.slider p.testi::before,.slider p.testi::after{
	font-size:50px;
	margin:-10px 0 0 -35px;
}
.slider p.testi::before{
	content:'\201C';	
	float:left;
	padding-right:15px;
}
.slider p.testi::after{
	content:'\201D';
	float:right;
	margin-top:0;
}
.slider p.testi b{
	display:block;
	padding-bottom:5px;
}
.slider img{
	display:block;
	margin:0 auto;
}
.slider .clientName {
    font-size: 14px;
    padding: 10px 0;
}

@media (max-width:1279px){
	.hero{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position:0 0;
	}
	.hero h1{font-size:32px;}
	.hero h2{font-size:24px;}	
	.hero-inner{
		width:100%;
		margin-left:0;
	}
	
}
@media (max-width:1199px){
	.anchor,.anchor2{width:200px;}
	.advantageWrap h2 {font-size: 28px;}
	.featuredAwards p{width:45%;}
	.contactInput{width:200px;}
}

@media (max-width:1023px) {	
	.navbar-default .navbar-nav > li{margin-left:5px;}
	.navbar-brand{
		width:150px;
		height:30px;
		background-size:100%;		
	}
	.advantageWrap h2 {font-size: 20px;}
	.featuredAwards{background-position:center 0;}
	.featuredAwards .top10{background-size:50px;}
	.featuredAwards p{
		padding-left:100px;
		font-size:16px;
	}
	.awards ul li .awardsImg{width:70px;}
	.awards ul li .awardsBrief{padding-left:80px;}

	
}
@media (max-width:992px){
	/**.featuredServices{height:200px;}
	.bubble1,.bubble2,.bubble3,.bubble4{
		width:100%;
		background-size:100%;
		font-size:11px;
		height:105px;
		padding:10px 10px;
	}***/
	.anchor,.anchor2{width:160px;}
	.emailArtwork .zoom{width:100%;}
	.country{padding:20px 0;}
}
@media (max-width:767px){
	.navbar-brand{margin-bottom:10px;}
	.navbar {
		min-height:45px;
		padding-bottom:0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin-left:15px;}
	.navbar-toggle{
		margin-top:0;
		margin-bottom:0;
		border-radius:0;
		padding:5px;
	}
	.navbar-collapse{
		float:none;
	}
	.navbar-default .navbar-nav{margin:0 -15px;padding-bottom:8px;}
	.navbar-default .navbar-toggle {border-color:transparent;}
	.navbar-default .navbar-toggle .icon-bar {background-color: #26aae1;}
	.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#fff;}
	.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar{background-color:#26aae1;}
	.navbar-default .navbar-nav > li{
		margin-left:0;
		border-bottom:1px solid #ddd;
		background:#fff;
	}
	.navbar-default .navbar-nav > li > a {
		padding:13px 15px;
		color:#000;
		border-radius:0;
		display:block;
		margin:0;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{background-color:#eefaff;}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a, 
	.navbar-default .navbar-nav > .open > a:hover, 
	.navbar-default .navbar-nav > .open > a:focus{
		background-color:#d9eaf2;
	}
	.dropdown-menu:after,.dropdown-menu:before{display:none;}
	.dropdown-menu .overview{display:block;}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 13px 15px 13px 25px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{background:#f5f5f5;}
	
	h1{
		font-size:24px;
		padding-bottom:20px;
	}
	h2{font-size:18px;}
	.products .row{margin:0 -15px;}
	.hero-inner{padding:0 0 10px;}
	
	
	.featuredServices .bubble1,.featuredServices .bubble2,.featuredServices .bubble3,.featuredServices .bubble4{display:none;}
	.featuredServices{
		background-position:right center;
		background-size:100%;
		height:auto;
	}
	.featuredServices h1{
		padding:20px;
		font-size:24px;
	}
	.anchor-fixed {
		position:relative;
		top:auto;
	}
	.anchor,.anchor2{width:auto;}
	.section .col-sm-5 img{
		margin:20px auto 0;
		display:block;
	}
	
	.advantageWrap h2,.advantageWrap .advantageDesc,.advantageWrap .advantageRemarks,.advantageWrap .advantageImg{
		float:none;
		width:auto;
		padding:0;
	}
	.advantageWrap h2{
		text-align:left;
		padding-bottom:10px;
	}
	.advantageWrap .advantageDesc{
		border-right:none;
	}
	.advantageWrap .advantageRemarks{
		padding-top:10px;
	}
	.client-logo{
		display:block;
		margin:20px auto 0;
	}
	.emailArtwork{
		margin:20px auto;
		width:228px;
	}
	.featuredAwards{background-position:25% 0;}
	.featuredAwards p{width:60%;}
	.awards ul li{float:none;width:auto;}
	.nextBtn {padding-left: 0;}
	
}
@media (max-width:639px){
	.footer{display:none;}
	.hero{
		padding:20px 0;
		font-size:12px;
	}	
	.hero h1{font-size:24px;}
	.hero h2{font-size:18px;}
	.hero .btn{font-size:18px;}
	
	.contact textarea{width:100%;}
	.contact label {
    	float:none;
		text-align:left;
		width:auto;
		padding-bottom:5px;
	}
	.contactInput{float:none;width:100%;}
	.contactServiceWrap {padding-left: 0;}
	.btnSend {margin-left:0;}
	
	.clientWrap .clientBrief,.clientWrapNoBrd .clientBrief{
		float:none;
		width:100%;
	}
	.artwork{
		float:none;
		width:168px;
		margin:15px auto 0;
	}
	.summary li span{
		float:none;
		width:auto;
	}
	.summary li span.item{
		width:auto;	
	}
	.featuredAwards p{width:70%;}
	.companyWrap .companyInfo{
		float:none;
		width:auto;
		background:none;
		border-bottom:1px solid #ddd;
		padding-right:0;
	}
	.companyWrap .contactInfo{
		float:none;
		width:auto;
		padding-top:0;
	}
}

@media (max-width:479px){
	.footer-btm .col-xs-5,.footer-btm .col-xs-7{
		float:none;
		width:100%;
	}
	.footer-btm .text-right{text-align:left;}
	.btn{
		display:block;
		width:100%;
	}
	.yellowbox h1{font-size:20px;}
	.yellowbox h2{font-size:16px;}
	.yellowbox h2 a{padding:50px 0 0;}
	.yellowbox h2.vistaprint a,.yellowbox h2.travel a,
	.yellowbox h2.geekdom a,.yellowbox h2.wyndham a,
	.yellowbox h2.tradingpost a{background-position:center 0;}
	
	.yellowbox h2.emitch,.yellowbox h2.inkredible,.yellowbox h2.tms,
	.yellowbox h2.adultshop,.yellowbox h2.tns,.yellowbox h2.digitalEdge{
		background-position:center 0;
		padding:80px 0 15px;
	}
	
	.section table td{
		display:block;
		width:100% !important;
	}
	
	.section .greyTable td{
		display:table-cell;
		width:auto !important;
	}
	
	.featuredAwards p{
		width:90%;
		font-size:14px;
		padding-top:20px;
	}
	.country a {display:block;}
	.flag_au{padding-right:0;margin-bottom:10px;}
	
	
}
	

