/*	-------------------------------------------------------------
	Triton Communications
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	.author			Jesudas Nadar, Paperplane
	.version       	1.0
	.url       		www.paperplane.net
	.timestamp      12/08/2010 .. 
	-------------------------------------------------------------	

	-------------------------------------------------------------
	Table of Contents
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 1. Global Browser Resetting
	 2. Global properties
	 2. Layout
	 3. Header
	 4. Top Links
	 5. Main Navigation 
	 6. Sub Navigation
	 7. Footer
	 8. Heading
	 9. Agency
	10. Reach us
*/

/* @group Global Browser Resetting */

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:arial,Serif;
	font-size: 13px;
	color: #666;
	background: #ededed url("/images/bodybg.png") repeat-x;
	}
em {
	font-style:normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	float: none;
}

.clearfix {
	zoom: 1;
}

.clear {
	height: 1;
	float: none;
	width: 100%;
	clear: both;
}

a.button {
	float: left;
	font-size: 18px;
	color: #fff;
	font-family: 'Georgia';
	padding: 4px 0px 8px 25px;
	font-weight: bold;
	text-decoration: none;	
	background: url("/images/buttons.png") no-repeat 0 -100px;	
}
a.button span {
	float: none;
	padding: 4px 25px 8px 0px;
	background: url("/images/buttons.png") no-repeat right -150px;		
}

/* Purple Button */
.pButton,
.pButton span {
	background-image: url(../images/button/pButton.png);
	background-repeat: no-repeat;
	height: 33px;
}

.pButton {
	float: left;
	background-position: left top;
	padding-left: 10px;
}

.pButton span {
	float: left;
	padding-right: 10px;
	background-position: right -33px;
	font: bold 18px/29px georgia;
	color: #fff;
}

/* @end */

/* @group Global properties */
a {
	text-decoration: none;
}
.content {
	padding-bottom: 90px;
}
/* created by vinod */
.contentPad {
	padding: 20px 0;	
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
li.last {
	margin-bottom: 0;
	padding-bottom: 0;
}
.alnRight {
	text-align: right;
}

h3 {
	font-size: 16px;
	padding-bottom: 15px;
	color: #525252;
}
h4 {
	font-family: 'Georgia';
	font-size: 18px;
	font-weight: normal;
	color: #333;
	}
p {
	padding-bottom: 15px;
}
.dir_info a, ul.contact li span, blockquote.big, a.NextStory, ul.caseNav li a:hover, ul.caseNav li a.active, .dwnKit a{
	background: url("/images/icons.png") no-repeat 0 0;	
}
.w250 blockquote.big {
	background: url("/images/icons24.png") no-repeat 0 0;	
}

/* @end */



/* @group Layout */
.main_container {
	background: url("/images/footerbanner.png") no-repeat center bottom;	
	margin-right:15px;
	margin-left: 5px;
}
.minHeight {
	min-height: 295px;
}
.wraper {
	width: 940px;
	margin: 0 auto;
	padding-left: 20px;
	position: relative;
}
.w600 {
	float: left;
	width: 600px;
	/* padding:45px 0px 90px 0px;*/
	padding:25px 0px 0px 0px;
}
.w300, .w250, .w180 {
	float: right;
	width: 300px;
	padding-top: 25px;
}
.w180 {
	width: 180px;
}
.w250 {
	width: 250px;
	padding-top: 10px;
	padding-right: 10px;
}
.w410, .w660  {
	float: left;
	width: 410px;
	padding-top: 20px;
	/* padding-bottom: 55px;*/
}
.w660 {
	width: 660px;
	}
.w630  {
	float: left;
	width: 630px;
	padding-top: 10px;
}
	
.w520 {
	float: right;
	width: 520px;
	padding-top: 20px;	
	/*margin-bottom: 75px;*/
}

.w300 p.advertFact {
	font: normal 16px/20px georgia;
	color: #999;
}

/* @end */

/* @group Header */
.header_container {
	background: url("/images/toplinkbg.png") repeat-x 0 0;	

}
.header {
	background: url("/images/tritonbg.png") no-repeat right top;	
	height: 110px;
	width:1000px;
	margin: 0 auto;
}
.header_left {
	float: left;
	padding-left: 20px;
	width: 620px;
	padding-bottom: 20px;	
}
.dotted {
	background: url("/images/dotted.png") repeat-x left 62px;		
}
.dot {
	background: transparent url("/images/dotB.png") repeat-x 0 bottom; 
}

.navBg {
	background: url("/images/bluebg.png") repeat-x left bottom;		
}

/* @end */





/* @group top LInks */
ul.toplink {
	padding-left: 25px;
	padding-top: 2px;
	height: 17px;
}
ul.toplink li {
	margin-right: 45px;
	display: inline;
	font-weight: bold;
}
ul.toplink li.last {
	margin-right: 0;
	}
ul.toplink li a {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	}
ul.toplink li a:hover, ul.toplink li a.active {
	text-decoration: underline;
	}
h1 a.logo {
	float: right;
	display: inline;
	margin:35px 47px 0px 0px;
}
body.home li#home {
	display: none;
}
/* @end */

/* @group main Navigation */
ul.mainNav {
	float: left;
	width: 590px;
}
ul.mainNav li {
	float: left;
	margin-right: 15px;
	}
.last {
	margin-right: 0;
	}
ul.mainNav li a {
	float: left;
	width: 130px;
	height: 72px;
	text-indent: -999em;
	background: url("/images/mainnav.png") no-repeat 0 0;	
	}
ul.mainNav li.agency a {
	background-position:0 0;
	}
ul.mainNav li.services a {
	background-position:-144px 0;
	}
ul.mainNav li.portfolio a {
	background-position:-288px 0;
	}
ul.mainNav li.join a {
	background-position:-432px 0;
	}

ul.mainNav li.agency a:hover, ul.mainNav li.agency a.active{
	background-position:0 -100px;
	}
ul.mainNav li.services a:hover, ul.mainNav li.services a.active {
	background-position:-144px -100px;
	}
ul.mainNav li.portfolio a:hover, ul.mainNav li.portfolio a.active {
	background-position:-288px -100px;
	}
ul.mainNav li.join a:hover, ul.mainNav li.join a.active {
	background-position:-432px -100px;
	}
/* @end */

/* @group Sub Navigation */
.subnav_container {
	height: 42px;
	padding-top: 10px;
}
ul.subnav li {
	float: left;
	margin:3px 20px 0px 0px;
}
ul.subnav li a {
	float: left;
	font-size: 14px;
	color: #000;
	font-family: 'Georgia';
	padding: 6px 0px 8px 12px;
	text-decoration: none;
}
ul.subnav li a span {
	padding: 6px 12px 8px 0px;
}
ul.subnav li a.active, ul.subnav li a:hover {
	float: left;
	font-size: 14px;
	color: #fff;
	font-family: 'Georgia';
	background: url("/images/buttons.png") no-repeat 0 0;	
	padding: 6px 0px 8px 12px;
}
ul.subnav li a.active span, ul.subnav li a:hover span {
	background: url("/images/buttons.png") no-repeat right -50px;	
	padding: 6px 12px 8px 0px;
	}
/* @end */


/* @group Footer */
.footer {
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	padding: 20px 0px 8px 0px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer li {
	float: left;
}
.footer a {
	color: #fff;
	text-decoration: none;
	}
ul.footer_left {
	float: left;
}
.footer li {
	margin-right: 10px;
}
ul.footer_right {
	float: right;
	padding-right:10px;
}
ul.footer_right li {
	margin-right: 15px;
	}
/* @end */



/* @group Heading */
h2.heading {
	float: left;
	width: 650px;
}
.heading img {
	float: left;	
}
.heading strong {
	float: left;
	font-family: 'Georgia';
	padding: 35px 0px 0px 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
a.we_can,
a.contact_us_now,
a.find_out,
a.brands,
a.know_about
 {
	float: right;
	background: url("/images/pageNav.png") no-repeat 0  0;
	height: 40px;
	width: 250px;
	text-indent: -999em;
	margin-top: 10px;
}
a.we_can:hover {
	background-position: 0px -250px;	
}
a.contact_us_now {
	background-position: 0px -50px;
}
a.contact_us_now:hover {
	background-position: 0px -300px;	
}
a.brands {
	background-position: 0 -100px;
}
a.brands:hover {
	background-position: 0px -350px;	
}
a.find_out:hover {
	background-position: 0px -400px;	
}
a.know_about {
	background-position: 0px -200px;	
} 
a.know_about:hover {
	background-position: 0px -450px;	
} 

#brands {
	padding-top: 10px;
}
a.find_out {
	background-position: 0 -150px;
}
/*a.we_can:hover {
	background-position: 0px -50px;	
	}
*/
/* @end */

/* @group Agency */

.sevensins {
	background: url("/images/7sins.png") no-repeat 0  0;
	padding: 100px 0px 0px 100px;	
}
.sinName {
	font-size:20px;
	font-family: 'Georgia';
	color: #43cadd;
}
.sinDes {
	font-size: 16px;
	font-family: 'Georgia';
	color: #8b8b8b;	
}
.sevensins span {
	display: block;
	text-indent: -999em;
}
.statics {
	position: absolute;
	right: 0px;
	bottom: 40px;
	font-size: 11px;
}
.statics a {
	color: #a54a8d;
}
.AgencyContent {
	/*display: none;*/
}
ul.team {
	margin-top: 10px;
}
a.photo {
	border: solid #d6d6d6 2px;
	float: left;
	margin-right: 10px;
}
span.photo {
	border: solid #d6d6d6 2px;
	float: left;
	margin-right: 10px;
}
ul.team li {
	margin-bottom: 15px;
}
ul.team li strong {
	display: block;
	font-size: 11px;
}
.dir_info {
	float: left;
	width: 240px;
	font-family: 'georgia';
	font-style: italic;	
}
.dir_info a {
	font-size: 16px;
	background-position: right -133px;
	padding-right: 15px;
	color: #333;
	text-decoration: none;
	}
.dir_info strong {
	font-weight: normal;
	color: #000;
	}
.dir_info a:hover {
	background-position: right -153px;
	}
blockquote.big {
	float: left;
	background-position: 0px -175px;	
	width: 40px;
	height: 40px;
}
.blockText {
	margin-top: 40px;
}
.blockText h4 {
	padding-bottom: 5px;
}
.blockText p {
	font-family: 'georgia';
	font-size: 15px;
}

.boxContent h4 {
	font-size: 24px;
	font-family: 'georgia';
	margin: 0;
	padding: 0;
}
.boxContent em {
	font-size: 14px;
	font-family: 'georgia';
	color: #000;
	font-style: italic;
	padding-bottom: 10px;
	}
.boxContent p {
	padding-top: 10px;
	padding-bottom: 15px;
	
	}
/* @end */

/* @group Reach Us */

p.mandatory {
	color: #666;
	font-size: 10px;
	padding-bottom: 10px;
}
.mandatory strong {
	color:#333;
}
.w520 ul.subnav {
	background: url("/images/our-officeBg.png") no-repeat 0  0;	
	margin-top: 10px;
	zoom:1;
} 
.w520 ul.subnav li {
	margin: 6px 14px 0px 14px;
	padding-bottom: 8px;
	display: inline;
	}
ul.subnav li.last {
	margin-right: 0px;
}
.locations {
	padding-top: 10px;
	color: #333;
}
.locationsAdd {
	float: left;
	width: 190px;
	padding:30px 0px 0px 10px;
}
.locationsAdd  p {
	font-size: 12px;
	padding-bottom: 5px;
	} 
.locationsAdd  strong {
	font-size: 16px;
	}
.locationMap {
	float: right;
	width: 300px;
	height: 295px;
	text-align: center;
	/*--background: url("/images/map.png") no-repeat 0  0;	--*/
}
.locationMap a {
	color: #AC5996;
	font-size: 10px;
	font-weight: bold;
}
ul.contact {
	padding-bottom: 5px;
	margin-top: 10px;
}
ul.contact li {
	background: url("/images/dot.png") repeat-x left  bottom;	
	font-size: 14px;
	font-weight: bold;
	}
ul.contact li span {
	display: block;
	background-position: left 5px;
	padding:5px 0px 5px 30px;
	}
ul.contact li span.email {
	background-position: 0 5px;	
	} 
ul.contact li span.email a {
	zoom:1;
	}
ul.contact li span.tel {
	background-position: left -45px;
	}
ul.contact li span.center {
	background-position: left -36px;	
	}
ul.contact li span.fax {
	background-position: left -95px;
	}

ul.contact li a {
	text-decoration: none;
	color: #a54a8d;
}
.viewMap {
	font-size: 10px;
	padding-bottom: 0;
	text-decoration: none;
	color: #333;
}
.error {
	background-color:#e6d5e2;
}
.contactForm li {
	padding: 0px;
	font-size: 12px;
	margin-bottom: 3px;
	padding:3px 0px;
	*margin-bottom: 0px;
}
form#reach_us .contactForm li em {
	float: left;
	font-size: 10px;
	padding-left: 4px;
	padding-top: 4px;
	color: #883271;
	width: 130px;
	}
form#apply_now .contactForm li em {
	float: left;
	font-size: 10px;
	padding-left: 4px;
	padding-top: 4px;
	color: #883271;
	}
.contactForm li label {
	float: left;
	width: 110px;
	padding-top: 5px;
	padding-left: 5px;
	color: #333;
	}
.contactForm li.pad2 label {
	padding-top: 2px;
}
.contactForm li span  {
	float: left;
}
.contactForm li span input, .contactForm li span textarea {
	font-size: 11px;
	color: #333;
	padding-left: 5px;
/*	width: 140px;*/
	padding-top:2px;
	padding-bottom:2px;	
}
.contactForm li span input.c666 {
	color: #666;
}
.contactForm li span select {
	width: 155px;
}
#jobApplication select {
	width: 201px;
}
#jobApplication .chkBox{
width:auto;
padding-left: 0;
padding-right:5px;
}

.contactForm li span#loc label input {
	padding-left: 0;
}

#jobApplication #uploadButton {
	width: 225px;
}

/* For job Application form */

/* jobApplication Styles */
#jobApplication #applying {width: 180px;}

#jobApplication label.chkBox {
	width: auto;
	display: block;
}

#jobApplication .jobLocation {
	display: block;
	font-weight: normal;
}

#jobApplication input.txt {
	width: 190px;
}

.contactForm li span textarea {
	color: #333;
	width: auto;
}	
.contactForm li input.submit {
	background: #ededed url("/images/submit.png") no-repeat;
	background-position: 0px 3px;
	height: 35px;
	width: 150px;
	border: none;
	cursor: pointer;
	margin-left: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'georgia';
	padding-top: 0px;
}
.locationsContent {
	position: relative;
	
}
.Mapanimation {
	position: absolute;
	background:url("/images/map/gif.gif") no-repeat 6px -1px;
	left: 10px;
	top: 0;
	display: none;
	width: 500px;
	height: 300px;
	font-size: 42px;
	font-family: 'georgia';
	color: #ccc;
	padding-top: 110px;
}

.MapContent {
	display: none;
}
.success h3 {
	font-size: 30px;
	font-family: 'arial';
	color: #666;
	margin: 0;
	padding: 0;
}
.success p {
	font-family: 'arial';
	font-size: 14px;
	}
/* @end */
	

/* @group news */
.newsFeed {
	margin-bottom: 25px;
}
.newsFeed li {
	background: transparent url("/images/dotB.png") repeat-x 0 bottom; 
	padding: 15px 5px;
}
.newsFeed li.hover {
	background-color: #e4e1e1;
	}
  
.newsFeed li a{
	color:#666;
	font-size: 14px;
	font-family: 'arial';
	font-weight: bold;
	text-decoration: none;
	background-image: url("/images/news-ico.png");
	background-repeat: no-repeat;
	background-position: 0 -97px;
	padding-left: 21px;
}
.newsFeed li.hover a{
	color: #000;
	background-position: 0 -147px;
	}

.newsFeed li a.pdf{
	background-position: 0 0px;
	}

.newsFeed li.hover a.pdf  {
	background-position: 0 -50px;
	}

	
.newsFeed li span  {
	font-family: 'arial';
	font-size: 12px;
	display: block;	
	padding-left: 21px;
	}
.w250 .blockText {
	margin-top: 10px;
}
.w250 .blockText  p {
	padding-top: 25px;
	padding-bottom: 10px;
}
.w250 blockquote.big {
	background-position: 0 0;
	height: 40px;
	width: 45px;
}
.blockText .author {
	text-align: right;
	font-style: italic;
	font-size: 13px;
	color: #000;
}

.dwnKit{
	margin-bottom: 15px;
}
.dwnKit a{
	display: block;
	font-family: georgia;
	font-size: 16px;
	background-position: 5px -325px;	
	padding-left:30px;
	padding-bottom: 7px;
	margin: 0px;
	color: #666;
}
h5.nbw{
	font-family: georgia;
	font-size: 20px;
	margin-bottom: 10px;
}
ul.recentWins{
	margin: 5px 0;
}
ul.recentWins li{
	margin-bottom: 7px;
	padding-left: 22px;
}

a.recentWins, img.recentWins{
	display: block;
	background-image:url("/images/portfolio/logos/logos-bg.png");
	background-repeat: no-repeat;
	background-position:  0 0;
	padding: 4px;
	text-align: left;
}
a.recentWins:hover{
	background-image: none;
	background-color: #43cadd;

}
/* @end */

/* @group brand Name */

.brandName {
	padding:10px;
	padding: 10px 10px 0px 10px;
}
.brandmeta {
	float: left;
	width: 670px;
}
.brandmeta div.fleft, .brandName div.fleft {
	width: 510px;
}
.brandmeta img, .brandName img  {
	padding-right: 15px;
	padding-left: 15px;
}
.brandmeta h4, .brandName h4 {
	font-size: 24px;
	padding-right: 5px;
	padding-top: 10px;	
	color: #000;
	}
.brandmeta h5,  .brandName h5{
	display: block;
	font-size: 18px;
	font-family: 'arial';
	padding-top: 15px;
	color: #333;
}
.brandName .intro {
	padding-left: 0;
} 
.brandmeta em, .brandName em {
	color: #000;
	font-style: italic;
	font-size: 12px;
}
a.NextStory {
	float: right;
	background-position: 0px -240px;
	width: 45px;
	height: 34px;	
	color: #fff;
	text-transform: uppercase;
	padding-top: 12px;
	font-size: 12px;
	line-height: 12px;
	font-family: 'georgia';
	text-align: center;
}
a.NextStory span {
	font-size: 10px;
	}
a.BackTo {
	margin-left: 10px;
}


a.button {
	float: left;
	font-size: 18px;
	color: #fff;
	font-family: 'Georgia';
	padding: 4px 0px 8px 25px;
	font-weight: bold;
	text-decoration: none;	
	background: url("/images/buttons.png") no-repeat 0 -100px;	
}
a.button span {
	float: none;
	padding: 4px 25px 8px 0px;
	background: url("/images/buttons.png") no-repeat right -150px;		
}


.caseMeta {
	float: left;
	font-size: 11px;	
	color: #fff;
	font-weight: bold;
	padding: 2px 30px 4px 13px;
	text-transform: uppercase;			
	background: url("/images/buttons.png") no-repeat 0 -198px;	
	margin-left: 15px;
}
.caseMeta span {
	float: left;
	padding: 2px 30px 4px 0px;		
	background: url("/images/buttons.png") no-repeat right -250px;
	}
.howGet .active {
	background-position: 0px -300px;
	color: #fff;
}
.howGet .active span {
	background-position: right -350px;
	}
ul.caseNav {
	float: left;
	margin-top: 10px;
	width:160px;
	padding-bottom: 50px;
	background: url("/images/blue-dash.png") repeat-y right 0px;			
}
ul.caseNav li {
	text-align: right;
	zoom:1;
	margin-bottom: 15px;
}
ul.caseNav li a {
	font-size: 14px;
	color:#999;
	display: block;
	padding: 4px 20px 4px 0px;
	}
ul.caseNav li a:hover, ul.caseNav li a.active {
	background-position: right -296px;
	color: #000;
}
.caseContainer {
	float: left;
	width: 450px;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 12px;
	color: #333;
} 
.caseContent {
	display: none;
}
.w250 h5 i {
	font-style: normal;
	letter-spacing: 0.9px;
}
.w250 h5 {
	font-size: 34px;
	font-weight: normal;
	font-family: 'georgia';
	color: #b8b8b7;
	padding-bottom: 10px;
}

.type {
	font-family:'georgia';
	font-size: 12px;
	color: #333;
	padding-top: 5px;
}
.type a {
	color: #333;
}
.w630 h4 {
	font-family: 'arial';
	font-weight: bold;
	padding-left: 15px;
}
.moov h5 {
	line-height: 30px;	
}
.aqua h5, .aquaSure h5  {
	color: #666;
	font-size: 26px;
	line-height: 24px;
}
.aqua h5 em {
	color: #828283;
}
.aqua h5 strong {
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #999;
	}
.intro {
	padding-left: 15px;
}
.ring h5, .fortune h5 {
	font-size: 36px;
	font-family: 'georgia';
	color: #333;
	line-height: 28px;
}

.ring strong {
	color: #666;
	font-size: 28px;
	font-weight: normal;
	line-height: 22px;
	}
.ring strong span {
	font-size: 25px;
	}
.fortune h5 {
	font-size: 46px;
	color: #a9a9a9;
	line-height: 0.9;
}
.caseContainer p {
	line-height: 16px;
	padding-bottom: 10px;
}
.caseContainer ul {
	margin:0px 0px 10px 0px;
}
.caseContainer ul li {
	margin-left: 15px;
	padding-bottom: 10px;
	background: url("/images/arrow.png") no-repeat 0 4px;		
	padding-left: 15px;
}
.caseContainer li.last  {
	padding-bottom: 0;
	}
.caseContainer li ul  {
	margin: 10px 0px 0px 10px;
	}
.caseContainer li ul li {
	background: url("/images/circle.png") no-repeat 0 4px;		
	padding-left: 15px;
	margin-left: 0;
}
.necc h5 { 
	font-size: 24px;
	line-height: 0.9;
	color: #999;
	padding-bottom: 0;
}
.necc h5 strong { 
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
.aquaSure h5 {
	font-size: 25px;
}
.necc h5 span { 
font-size: 21px;
color: #000;
line-height: 9px;
}
.aquaSure h5  strong {
	font-weight: normal;
	font-size: 18px;
	color: #999;
	line-height: 16px;
}
.aquaSure h5  span {
	font-size: 23px;
	}
.yesbank h5 {
	font-size:16px;
	color:#333;
}
.yesbank h5 strong {
	color: #333;
	font-size: 23px;
	}
.yesbank h5 span {
	font-size: 29px;
	color: #666;
	line-height: 0.9;
}
.setWet h5 {
	font-size: 25px;
	color: #333;
	line-height: 0.9;
}
.setWet h5 strong {
	font-size: 29px;
	font-weight: normal;
	}
.ever h5 {
	font-size: 26px;
	color: #333;
	padding-bottom: 0;
}
.ever h5 strong {
	font-size: 21px;
	font-weight: normal;
	line-height: 0.4;
	}
.ever h5 span {
	font-size: 41px;
	line-height: 1.2;
}	
table.salesSandpiper td {
	text-align: center;
}
table.salesSandpiper td,  table.salesSandpiper tr, table.salesSandpiper th {
	border: solid #999 1px;
	color: #333;
}
table.salesSandpiper th, table.salesSandpiper caption {
	font-weight: bold;
}
.pad5 {
	padding-bottom: 5px;
}
.padt10 {
	padding-top: 10px;
}
.padt15 {
	padding-top: 15px;
}
.sand h5 {
	color: #333;
	font-size: 32px;
	line-height: 0.9;
}
.sand h5 span {
	font-size: 26px;
	}
/* @end */

/* Culture Page */

.culture {
	margin-bottom: 15px;
}

.culture h3 {
	font: bold 14px/18px arial;
	padding: 0;
	color: #333;
}

.culture p {
	font: normal 13px/16px arial;
	color: #666;
}
p.head {
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}
.subhead {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0;
}
a.BackTo {
	margin-left: 10px;
}

.sandPiper .brandmeta  h5, .sandPiper .brandmeta h4 {
	padding-left: 15px;
}

/* 7 Deadly Sins Styles */

#sins,
#diagHolder {
	width: 259px;
	height: 179px;
	background-image: url(../images/deadly-sins.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#sins .default {background-position: 0 -1253px;}
#sins .pride {background-position: 0 0;}
#sins .lust {background-position: 0 -179px;}
#sins .wrath {background-position: 0 -716px;}
#sins .greed {background-position: 0 -537px;}
#sins .envy {background-position: 0 -358px;}
#sins .sloth {background-position: 0 -895px;}
#sins .gluttony {background-position: 0 -1074px;}

.component {
	display: none;
	position: absolute;
	width: 165px;
	height: 100px;
	left: 125px;
	bottom: -5px;
}

.component h4 {
	font: bold 19px/22px georgia;
	color: #43cadd;
}

.component p {
	font: normal 15px/19px georgia;
	color: #8b8b8b;
	padding-bottom: 0;
}

.watchVideo {
	background: url(../images/videoIcon.png) no-repeat left center;
	padding-left: 28px;
	font: normal 12px/16px georgia;
	color: #666;
}
h1.two {
	font: bold 24px/28px arial;
	color: #333;
}

p.two {
	font: normal 14px/18px arial;
	color: #666;
}
a.linked {
	font-size: 13px;
	background: url(../images/linked_in.png) no-repeat 0 0;
	padding:5px 5px 5px 30px;
	color: #006699;
	text-decoration: none;
	font-weight:bold;
	}
	
/*---brand stories--*/
div.leftColumn{
width:160px;
float:left;
margin-top:20px;
}
div.rightColumn{
width:780px;
margin-top:20px;
float:right
}
div.leftColumn h3{
font-family:georgia;
font-size:16px;
font-weight:normal;
color:#333;
margin-bottom:3px;
padding:0 0 0 5px;
}
ul.leftlinks li a.active, ul.leftlinks li a:hover{
background: url(/images/link_hover.png) 0 0 no-repeat;
}
ul.leftlinks li a.active span, ul.leftlinks li a:hover span{
background: url(/images/link_hover.png) right -72px no-repeat;
color:#fff;
}


ul.leftlinks{
margin-bottom:15px;
margin-top: 5px;
}
ul.leftlinks li{
height:22px;
color:#999;
font-size:11px;
}
ul.leftlinks li a{
font-size:11px;
color:#999;
cursor: pointer;
padding-left:7px;
float:left;
height:22px;
}
ul.leftlinks li a span{
padding:4px 7px 4px 0;
float:left
}
	
ul.leftlinks li.recentWins a span, ul.leftlinks li.recentWins a.active span, ul.leftlinks li.recentWins a:hover span{
width:70px;
padding:0;
background:none;
}

ul.leftlinks li a span b.remove{
margin-left:10px;
display:none;
}
ul.leftlinks li.recentWins a{
color:#666;
padding:3px 4px 4px 10px;
width:120px;
margin-left:5px;
font-size:12px;
font-family:rockwell;
height:15px;
background: url(/images/recentWinsHead.png) 0 0 no-repeat;
}
ul.leftlinks li.recentWins a.active, ul.leftlinks li.recentWins a:hover{
background: url(/images/recentWinsHead.png) 0 -72px no-repeat;
color:#fff;
}
ul.leftlinks li.recentWins a b.remove{
margin-left:40px;
display:none;
float:left;
padding:4px 0;
}
ul.brand_logos{
	margin: 0;
	height:460px;
	overflow:hidden;
	position:relative;
}
ul.brand_logos li{
	margin-bottom: 15px;
	padding-right:33px;
	_padding-right:29px;
	padding-left:0;
	float:left;
	width:162px;
	height:102px;
	position:relative;
	display:block
}

ul.brand_logos li span.view{
	display:none;
}
ul.brand_logos li:hover span.view, ul.brand_logos li.over span.view{
	display: block;
	position: absolute;
	background: url(/images/close.png) no-repeat 0 0;
	height: 32px;
	width: 33px;
	top: 4px;
	right: 33px;
	text-indent: -9999px;
	padding: 0;
}
ul.brand_logos li span{
	display: block;
	background: url(/images/portfolio/logos/logos-bg.png) 4px 4px no-repeat;
	padding: 8px 4px 4px 8px;
	text-align: left;
	width:154px;
}
ul.brand_logos li a{
	display:block;
	cursor:pointer;
}
ul.brand_logos li:hover span, ul.brand_logos li.over span {
	background: url(/images/portfolio/logos/recentWins-logos-bg.png) 4px 4px no-repeat;
}
ul.brand_logos li span.recent{
	display: block;
	position: absolute;
	background: url(/images/recent.png) 0 -144px no-repeat;
	height: 80px;
	width: 80px;
	top: 0;
	left: 0;
	text-indent: -9999px;
	padding: 0;
}

ul.brand_logos li:hover span.recent{
	background-position: 0px 0;
}

a.next{
background: url(/images/next-prev.png) 0 -72px no-repeat;
width:22px;
height:24px;
margin-right:40px;
text-indent:-9999px;
float:left;
}

/*--a.next:hover{
background-position:0 -144px;
}
a.prev:hover{
background-position:0 -216px;
}--*/
a.prev{
background: url(/images/next-prev.png) 0 -216px no-repeat;
width:22px;
height:24px;
margin-right:5px;
text-indent:-9999px;
float:left;
margin-left:690px;
}
a.nextDisabled{
background: url(/images/next-prev.png) 0 -144px no-repeat;
width:22px;
height:24px;
margin-right:40px;
text-indent:-9999px;
float:left;
}
a.prevDisabled{
background: url(/images/next-prev.png) 0 0 no-repeat;
width:22px;
height:24px;
margin-right:5px;
text-indent:-9999px;
float:left;
margin-left:690px;
}


/* @group T-Box Styles */

.tBox {
	background: url(../images/t-box.png) no-repeat 0 0;
	width: 300px;
	height: 425px;
}

.tBoxPad {
	padding: 108px 36px 33px 21px;
}

.outstanding {
	display: block;
	margin-bottom: 13px;
	font: normal 12px/16px georgia;
	color: #656565;
}
/* @end */
/*--recent wins
ul.recentWins{
	margin:10px 0 10px 10px;

}
ul.recentWins li{
	margin-bottom: 40px;
	margin-right:50px;
	float:left;
	width:158px;
	height:98px
}
ul.recentWins li a{
position:relative;
display:block
}
ul.recentWins li a span.close{
display:none;
}
ul.recentWins li a:hover span.close{
display:block;
position:absolute;
background: url(/images/close.png) 0 0 no-repeat;
height:32px;
width:33px;
top:0;
right:0;
text-indent:-9999px;
padding:0;
}
ul.recentWins li span{
	display: block;
	background: url(/images/portfolio/logos/logos-bg.png) 0 0 no-repeat;
	padding: 4px;
	text-align: left;
	width:150px;
}
ul.recentWins li:hover span, ul.recentWins li.over span {
	background-image: none;
	background-color: #43cadd;

}---*/

#culture .w630, #culture .w250, #culture .w600 {
	padding-top: 20px;
}
#culture .w630 h3 {
	padding-bottom: 10px;
}
/*---home page---*/
div.wt400{
width:400px;
margin-top:20px;
float:left;
}
div.wt500{
width:500px;
float:right;
margin-right:20px;
margin-top:20px;
}

div.videoContainer{
	width: 580px; /* 500px */
	/*height: 275px;*/ /*275px*/
}

#media {width: 694px;}

div.slider{
width:400px;
height:275px;
}
.intro {
	font-size: 12px;
}
span.info {
	font-size: 10px;
	color: #333;
	padding-top: 2px;
}
li.attach span a {
	color: #AC5996;
}
li#applyNow {
	width: 100%;
}

