* {
	margin:0;
}

img{
    border: 0px;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	background-color: #f9f9f9;
}

a img{
	vertical-align: bottom;
}

.service a img{
	vertical-align: inherit;
}

strong {
	text-decoration: underline;
}



/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider, #slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:200px;
		overflow:hidden; 
		}
	#slider li {
		background-color: black;
		position: relative;
	}
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:84px;
		z-index:20;
		}	
	#nextBtn, #slider1next{ 
		left:777px;
		}	
	#prevBtn, #slider1prev{ 
		left:8px;
		}																			
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display: block;
		position:relative;
		width:19px;
		height:35px;
		background:url(../images/btn_prev.png) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;
		}
		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(../images/btn_nextH.png) no-repeat 0 0;	
		}
	#prevBtn a:hover, #slider1prev a:hover{ 
		background:url(../images/btn_prevH.png) no-repeat 0 0;	
		}
		
		
		
	
#slider ul li .caption {
	background-color: #9c9c9c;
	background: rgba(156, 156, 156, .6);
	/*display: block;*/
	position: absolute;
	width: 762px;
	height: 24px;
	bottom: 0px;
	z-index:11;
	padding-left: 38px;
	text-align:left;
}

#slider li {
	background-color: rgba(256, 256, 256, .9);
}

#slider h1 {
	margin: auto;
	margin-top: 40px;
	margin-bottom: 16px;
}

#slider li,
#slider p {
	text-align: center;
}

#slider p {
	margin-left: 60px;
	margin-right: 60px;
}

#bannerSlider {
	position:relative;
	margin: auto;
	width: 800px;
	height: 200px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #111111;
}



/* CUSTOM FONTS */
@font-face {
    font-family: 'COUTUREBold';
    src: url('../fonts/couture-webfont.eot');
    src: url('../fonts/couture-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/couture-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'COUTURE';
    src: url('../fonts/couture-webfont.eot');
    src: url('../fonts/couture-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/couture-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NewCicleRegular';
    src: url('../fonts/new_cicle_fina-webfont.eot');
    src: url('../fonts/new_cicle_fina-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/new_cicle_fina-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#wrap {
	min-height: 100%;
}

#main {
	/*background-color: #f9f9f9;*/
	overflow: auto;
	padding-bottom: 130px;
}  /* must be same height as the footer */

#header {
	/*background-color: #f9f9f9;*/
	margin: 0px auto;
	text-align: left;
	width: 800px;
	height: 96px;
}


#footer {
	background-image: url('../images/footer.jpg');
	position: relative;
	margin-top: -130px; /* negative value of footer height */
	height: 130px;
	clear:both;
	}
#footerContent {
	width: 700px;
	height: 90px;
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
}
.footerColumn {
	margin-top: 42px;
	width: 300px;
	float: left;
}
.footerLogos {
	margin-top: 0px;
	float: right;
	height: 80px;
	width: 130px;
}
.footerLogos img {
	vertical-align: 0px;
	margin: auto;
}
.footerLogos a {
	float: right;
}



.navigation {
	background-image: url('../images/nav.gif');
	padding-top: 7px;
	padding-bottom: 6px;
	font-size: 13px;
	text-align:center;
	overflow: hidden;
	margin-bottom: 10px;
}
.navigation img {
	vertical-align: top;
}
.navigation a {
	color: #4a6e7c;
	transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-webkit-transition: color .35s ease-in-out;
	font-family: 'COUTUREBold', Arial, sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 0px #d9ecef;
	margin: 2em;
	text-decoration: none;
}	
.navigation a:hover {
	color: black;
}
.navigation a.current {
	color: white;
	text-shadow: none;
}

#feature {
	background-position: center;
	height: 216px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url('../images/banner_mesh.png')
}

#bannerWrap {
	position:relative;
	margin: auto;
	width: 800px;
	height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px groove;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
	
}
#bannerWrap .title {
	/*background-color: #f0f0f0;
	background: rgba(256, 256, 256, .4);*/
	background-image: url('../images/banner_title.png');
	display:block;
	position:absolute;
	margin: auto;
	width: 85px;
	height: 24px;
	top: 5px;
	z-index:11;
	padding-left: 10px;
	text-align:left;
}
/*#bannerWrap .caption {
	background-color: black;
	opacity: 0.5;
	filter:alpha(opacity=50);  For IE8 and earlier 
	background-color: #f0f0f0;
	background: rgba(128, 128, 128, .35);
	display:block;
	position:absolute;
	margin: auto;
	width: 762px;
	height: 24px;
	bottom: 5px;
	z-index:11;
	padding-left: 38px;
	text-align:left;
}*/

#banner {
	position:relative;
	margin: auto;
	width: 800px;
	height: 256px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #111111;
}
#banner IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#banner IMG.active {
    z-index:10;
}
#banner IMG.last-active {
    z-index:9;
}
.serviceBox #banner {
	width: 730px;
	height: 180px;
	margin-bottom: 8px;
	box-shadow: none;
}

.shadowBox {
	margin: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 10px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
}

#bannerNews {
	position:relative;
	margin: auto;
	width: 800px;
	height: 256px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #111111;
}
#bannerNews div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#bannerNews div.active {
    z-index:10;
}
#bannerNews div.last-active {
    z-index:9;
}
#bannerNews .caption {
	background-color: #9c9c9c;
	background: rgba(156, 156, 156, .6);
	display: block;
	position: absolute;
	margin: auto;
	margin-bottom: 0px;
	width: 762px;
	height: 24px;
	bottom: 0px;
	z-index:11;
	padding-left: 38px;
	text-align:left;
}

.bannerOverlay {
	position: absolute;
	opacity: 0;
	display: none;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.bannerOverlay:hover {
	opacity: 1;
	
}

#featureSlim {
	background-position: center;
	height: 125px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url('../images/banner_mesh_slim.png')
}

#bannerWrapSlim {
	position:relative;
	margin: auto;
	width: 800px;
	height: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border: 2px groove;
	border-radius: 4px;
	border-color: rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
#bannerWrapSlim .title {
	/*background-color: #f0f0f0;
	background: rgba(256, 256, 256, .4);*/
	background-image: url('../images/banner_title.png');
	display:block;
	position:absolute;
	margin: auto;
	width: 85px;
	height: 24px;
	top: 5px;
	z-index:11;
	padding-left: 10px;
	text-align:left;
}
#bannerWrapSlim .caption {
	/*background-color: black;
	opacity: 0.5;
	filter:alpha(opacity=50);  For IE8 and earlier */
	background-color: #f0f0f0;
	background: rgba(120, 120, 120, .4);
	display:block;
	position:absolute;
	margin: auto;
	width: 762px;
	height: 24px;
	bottom: 5px;
	z-index:11;
	padding-left: 38px;
	text-align:left;
}

#bannerSlim {
	position:relative;
	margin: auto;
	width: 800px;
	height: 110px;
	overflow: hidden;
	box-shadow: 0px 0px 5px #111111;
}
#bannerSlim IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#bannerSlim IMG.active {
    z-index:10;
}
#bannerSlim IMG.last-active {
    z-index:9;
}

.subHeading {
	float: right;
	margin-top: -20px;
}

.subHeading a.current {
	color: #E89C38;
	
}
/*.subHeading a {
	color: #848484;
	color: black;
}
.subHeading a:visited {
	color: black;
	font-weight: bold;
}

#contentBox {
	background-image: url('../images/content_bg.jpg');
	margin: auto;
	margin-top: 12px;
	width: 700px;
	height: 94px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 1px;
	padding-bottom: 10px;
}*/

#content {
	margin: auto;
	margin-top: 10px;
	width: 100%;
	overflow-x: hidden;
	text-align: left;
}

.contentMain {
	width: 760px;
	margin: 0px auto;
	margin-bottom: 36px;
}

.workBox,
.tvcBox,
.onlineBox,
.corporateBox,
.shortBox,
.musicBox,
.reelBox {
	width: 737px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 8px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:auto;
	/*border-style: solid;
	border-width: 0px;
	border-color: #d7dada;*/
	background-color: white;
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.homeBox {
	width: 780px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:auto;
	background-color: white;
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

.thumb {
	width: 320px;
	height: 180px;
	float: left;
}

.logo {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	float: left;
}

.workHeading {
	width: 380px;
	height: 70px;
	margin-left: 14px;
	float: left;
}

.workHeading h1 {
	margin: 0px;

	margin-bottom: 4px;
	color: #848484;
	color: #9dd4d9;
	color: #4a6e7c;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 14pt;
}
.workHeading h3 {
	font-size: 10pt;
	color: #848484;
	line-height: 100%;
}
.workHeading a {
	margin: 0px;
	margin-bottom: 4px;
	color: #4a6e7c;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 14pt;
}
.workHeading a:hover {
	color: #4a6e7c;
}

.workInfo {
	margin-left: 14px;
	margin-top: 10px;
	width: 380px;
	float: left;
}
.workInfo p {
	text-align: justify;
}
.workInfo a {
	color: #4a6e7c;
	color: black;
}

.smlThumb
{
	position: relative;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	float: left;
	display: block;
	width: 176px;
	height: 110px;
	overflow: hidden;
}
.lrgThumb
{
	position: relative;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	display: block;
	width: 548px;
	height: 210px;
	overflow: hidden;
}

.smlThumb:hover,
.lrgThumb:hover
{
	border-color: black;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
.smlThumb img,
.lrgThumb img
{
	position: absolute;
	z-index: 1;
}
.smlThumb object,
.lrgThumb object
{
	background-position: 0 88px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	opacity: 0;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	z-index: 2;
	display: inline;
}

.smlThumb object:hover,
.lrgThumb object:hover
{
	opacity: .75;
	display: inline;
}
.smlThumb p,
.lrgThumb p
{
	position: absolute;
	bottom: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 8px;
	width: 100%;
	font-size: 8pt;
	font-family: 'COUTURE', Arial, sans-serif;
	line-height: 110%;
	color: black;
	background-color: white;
}




/**/
.workThumb,
.tvcThumb,
.onlineThumb,
.corporateThumb,
.shortThumb,
.musicThumb
{
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
	float: left;
	display: block;
	width: 234px;
	height: 132px;
	border-style: solid;
	border-width: 0px;
	border-color: white;
	overflow: hidden;
}
.reelThumb
{
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
	float: left;
	display: block;
	width: 730px;
	height: 276px;
	border-style: solid;
	border-width: 0px;
	border-color: white;
	overflow: hidden;
}

.workThumb:hover,
.tvcThumb:hover,
.onlineThumb:hover,
.corporateThumb:hover,
.shortThumb:hover,
.musicThumb:hover
.reelThumb:hover
{
	border-color: black;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}
.workThumb img,
.tvcThumb img,
.onlineThumb img,
.corporateThumb img,
.shortThumb img,
.musicThumb img,
.reelThumb img
{
	position: absolute;
	z-index: 1;
}
.workThumb object,
.tvcThumb object,
.onlineThumb object,
.corporateThumb object,
.shortThumb object,
.musicThumb object
{
	background-position: 0 88px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	opacity: 0;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	z-index: 2;
	display: inline;
}
.reelThumb object
{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0px;
	opacity: 0;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	z-index: 2;
	display: inline;
}

.workThumb object:hover,
.tvcThumb object:hover,
.onlineThumb object:hover,
.corporateThumb object:hover,
.shortThumb object:hover,
.musicThumb object:hover,
.reelThumb object:hover
{
	opacity: .75;
	display: inline;
}
.workThumb p,
.tvcThumb p,
.onlineThumb p,
.corporateThumb p,
.shortThumb p,
.musicThumb p,
.reelThumb p
{
	position: absolute;
	bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	width: 100%;
	font-size: 8pt;
	font-family: 'COUTURE', Arial, sans-serif;
	line-height: 110%;
	color: black;
	background-color: white;
}
/**/
.profile
{
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px;
	float: left;
	display: block;
	width: 730px;
	height: 300px;
	overflow: hidden;
}


.talentBox {
	width: 730px;
	height: 260px;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 18px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	/*position: absolute;
	border-style: solid;
	border-width: 0px;
	border-color: #d7dada;*/
	background-color: white;
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}
.talentBox .close {
	float: right;
	margin-top: 5px;
}
.talentBox .tab {
	height: 17px;
	/*width: 120px;*/
	position: absolute;
	bottom: -18px;
	right: 0px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 22px;
	background-image: url('../images/orange_tab.png');
	background-position: right;
}
.talentBox .tab a {
	color: white;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 10pt;
}

.portrait {
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	width: 219px;
	height: 297px;
	padding-top: 0px;
	background-repeat: no-repeat;
	/*background-color: white;
	background-image: url('../images/profiles/jason_large.png');
	background-image: url('../images/personL.jpg');
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);*/
}
.portrait .portraitName{
	margin-top: 245px;
	margin-bottom: 0px;
	color: #9dd4d9;
	/*text-shadow: 1px 1px 0px #d9ecef;*/
}

.portraitThumb {
	margin: 1px;
	margin-left: 6px;
	margin-right: 6px;
	border-style: solid;
	border-color: #9dd4d9;
	border-width: 0px;
}
.portraitThumb:hover {
	border-color: black;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.serviceBox,
.contentBox {
	width: 740px;
	/*height: 152px;*/
	padding: 10px;
	padding-top: 12px;
	margin-bottom: 26px;
	background-color: white;
	overflow: auto;
	/*position: relative;
	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
	-khtml-box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 4px 3px rgba(0,0,0,0.1);
	-o-box-shadow: 3px 4px 3px rgba(0,0,0,0.1);*/
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}
.contentBox {width: 730px; padding-left: 15px; padding-right: 15px;}
.serviceBox .icon {
	float: left;
	text-align: center;
	margin-bottom: -10px;
}
.service {
	width: 640px;
	margin: auto;
	padding-top: 8px;
	margin-bottom: 12px;
	margin-top: 16px;
}
.service p {
	padding-left: 100px;
	margin-bottom: 6px;
}
.service .more,
.service .more:visited {
	margin: 0px;
	margin-top: 4px;
	margin-bottom: -20px;
	color: #E89C38;
}
.serviceMore {
	clear: right;
	float: right;
	margin: auto;
	width: 640px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.serviceStrip {
	float: right;
	height: 36px;
	width: 300px;
	display: none;
}
/*.serviceBox .tab {
	height: 17px;
	width: 120px;
	position: absolute;
	bottom: -18px;
	right: 0px;
	padding-top: 1px;
	padding-left: 10px;
	background-image: url('../images/orange_tab.png');
}
.serviceBox .tab a {
	color: white;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 10pt;
}*/

.listCell {
	margin: 0px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding-top: 8px;
	padding-left: 70px;
	padding-bottom: 3px;
	width: 380px;
	background-image: url('../images/list_bg.jpg');
}

.listCell2 {
	margin: 0px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding-top: 1px;
	padding-left: 70px;
	padding-bottom: 0px;
	width: 380px;
	background-image: url('../images/list_bg.jpg');
}

.serviceDesc {
	margin: 0px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding-top: 12px;
	padding-left: 70px;
	padding-bottom: 12px;
	width: 380px;
	background-color: white;
}

body {
	background-repeat: repeat;
	font-family: 'NewCicleRegular', Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 135%
	}
	
.more{
	position: absolute;
	float: right;
	bottom: 10px;
	right: 50px;
}
.more a{
	color: #4a6e7c;
	transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-webkit-transition: color .35s ease-in-out;
	text-shadow: 1px 1px 0px #d9ecef;
}
.more a:hover {
	color: black;
	text-decoration: none;
}

.logoFade{
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-left: 12px;
	height: 22px;
	float: right;
	background-image: url('../images/logoTickleColour.png');
}
/*.logoFade:hover{
	background-image: url('../images/logoTickleColour.png');
}
.logoFade img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.logoFade img.top:hover {
	opacity:0;
}*/

form p {
	/*font-size: 12pt;*/
	margin-left: 10px;
}

.nameBox, .emailBox {
	margin-bottom: 10px;
	width: 192px;
}

.nameBox, .emailBox, textarea {
	padding: 4px;
	border: 0px;
	background-color: white;
	/*font-family: 'NewCicleRegular', Arial, Tahoma, sans-serif;
	font-size: 8pt;*/
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.35);
	-khtml-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.35);
	-o-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.35);
}

textarea {
	resize: vertical;
	width: 332px;
	height: 120px;
	margin-bottom: 0px;
}

.button {
	margin-top: 0px;
	border: none;
	height: 18px;
	line-height: 18px;
	width: 60px;
	background: none;
	background-image: url('../images/orange_tab.png');
	background-position: right;
	text-align: left;
	padding: 0px;
	padding-left: 2px;
	padding-top: 0px;
	margin-left: 280px;
	color: white;
	font-family: 'COUTUREBold', 'Arial Black', sans-serif;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.articleImg,
.blogImg {
	margin-bottom: 4px;
}

.imgLarge {
	position: relative;
	margin: auto;
	margin-bottom: 4px;
	width: 730px;
	height: 310px;
}

.imgLarge:hover{
	border-color: black;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
}

.imgLarge .caption {
	background: rgba(156, 156, 156, .6);
	position: absolute;
	width: 692px;
	height: 24px;
	bottom: 0px;
	z-index:11;
	padding-left: 38px;
	text-align:left;
}



	/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/* Main Content Sections */

.style1 {
	font-size: 14px;
	color: #2D2D2D;
	font-family: 'NewCicleRegular';
	text-align: justify;
	margin-bottom: 12px;
	line-height: 100%
}

.style2 {
	font-size: 14px;
	font-size: 15px;
	color: #2D2D2D;
	/*color: #848484;*/
	text-align: justify;
}

.style3 {
	font-size: 12px;
	font-family: 'NewCicleRegular';                  
	color: #2D2D2D;
	line-height: 100%
}

.style4 {
	font-size: 12px;
	color: #2D2D2D;
	text-align:justify;
	line-height: 135%
}

.style5 {
	font-size: 12px;
	color: #2D2D2D;
	text-align:justify;
	font-family: Arial;
	line-height: 135%
}

.style1 {
	font-size: 14px;
	color: #2D2D2D;
	font-family: 'NewCicleRegular';
	text-align: justify;
	margin-bottom: 12px;
	line-height: 100%
}

.legal {
	right: 12px;
	position: absolute;
	bottom: 8px;
	font-size: 11px;
	color: #2D2D2D;
	font-family: Arial;
	text-align:right;
	line-height: 135%
}

td {
	font-size: 12px;
	color: #848484;
	padding-bottom: 10px;
}

h1 {
	color: #4a6e7c;
	color: #848484;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 24px;
	margin-left: 20px;
	}

h2 {
	color: white;
	font-family: 'COUTURE', 'Arial Black', sans-serif;
	font-size: 10pt;
	margin-top: 4px;
	}

h3 {
	color: #848484;
	color: #4a6e7c;
	font-family: 'Arial';
	padding-top: 5px;
	font-size: 15pt;
	margin-bottom: 6px;
	}
	
h4 {
	color: #848484;
	color: #4a6e7c;
	font-family: 'Arial', 'Arial Black', sans-serif;
	padding-top: 10px;
	font-size: 15pt;
	margin-bottom: 6px;
	}
	
.service h1,
.ribbonL-front h1 {
	color: #4a6e7c;
	color: #848484;
	color: #9dd4d9;
	color: #4a6e7c;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 14pt;
	margin-top: 5px;	
	margin-bottom: 6px;
}

.contentBox h1 {
	color: #4a6e7c;
	color: #848484;
	color: #9dd4d9;
	color: #4a6e7c;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 14pt;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*.ribbonL-front h1 {
	text-align: left;
	margin-left: 0px;
	color: #f9f9f9;
	font-family: 'COUTURE', 'Arial', sans-serif;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 6px;
}*/
	
a {
	color: #4a6e7c;
	color: #2D2D2D;
	text-decoration: none;
	outline:none;
	}

a:hover {
	color: #848484;
	text-decoration: none;
	}	

.grey a {
	color: #848484;
	color: #4a6e7c;
	text-decoration: none;
	outline:none;
	}

.grey a:hover {
	color: #ffcc66;
	color: #848484;
	text-decoration: underline;
	}
	
.workHeading a:hover {
	text-decoration: underline;
}

a img {
	border:none;
	}


.align-right {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.icon {
	vertical-align: middle;
	margin-right: 16px;
}

.tick {
	vertical-align: middle;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 12px;
}

.fade {
	opacity: 1;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.fade:hover {
	opacity: 0.65;
}

.fadeIn {
	opacity: 0.5;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.fadeIn:hover {
	opacity: 1;
}


.fadeOn {
	opacity: 0;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.fadeOn:hover {
	opacity: 1;
}
.fadeOff {
	z-index: 2;

	opacity: 1;
	transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
}
.fadeOff:hover {
	opacity: 0;
}

.fadeSat {
	filter: grayscale(100%);
	/* Browser Specific */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	
	/*transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;*/
}
.fadeSat:hover {
	filter: saturate(100%);
	/* Browser Specific */
	-webkit-filter: saturate(100%);
	-moz-filter: saturate(100%);
	-o-filter: saturate(100%);
	-ms-filter: saturate(100%);
}

	
	

/* Home Page */

.tickle-logo {
	text-align:center;
	margin-bottom:-10px;
}



/* Services Page & Sub Pages */

ul.submenu {
	padding-left:0px;
	list-style:none;
	width:180px;
	float:left; margin-right:20px;
	text-align:left;
	border-right: 2px solid #333333;
	}

ul.submenu li {
	margin-bottom:20px;
	}



/* Promises and Resources Pages */

.img-float-left {
	float:left;
	padding-right:20px;
}


	
/* Contact Page */

.contactBox {
	width: 320px;
	height: 200px;
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #d7dada;*/
	background-color: white;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}

div.google-map {
	float:right;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size:11px;
	text-align:right;
	/*border-style: solid;
	border-width: 1px;
	border-color: #d7dada;*/
	background-color: white;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,0.25);
	-khtml-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
	}

.company-logos {
	padding:15px 0;
	}
	
.contact-label {
	display:inline-block;
	width:60px;
	float:left;
	font-weight:bold;
	}
	
	
	/* RIBBON CONTAINER */
.ribbonContainer {
	width: 800px;
	margin: 0px auto;
}
	
	/* ribbon style */

 .ribbon-wrapper {
	position: relative;
	margin-top: 10px;
}


/* 130320 EDIT */
  .ribbon-front {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 12px;
	background-color: #9dd4d9;
	background-image: url('../images/ribbon.gif');
	height: 96px;
	/*width: 600px;*/
	width: 680px;
	position: relative;
	left:-10px;
	z-index: 2;
}

  .ribbon-front
{
	box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-khtml-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-o-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
}

  .ribbon-front-wide {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 18px;
	background-color: #9dd4d9;
	background-image: url('../images/ribbon.gif');
	height: 90px;
	/*width: 600px;*/
	width: 720px;
	position: relative;
	left:-10px;
	z-index: 2;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-khtml-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-o-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
}

  .ribbon-back-left,
  .ribbon-back-right
{
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 108px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -10px;
	border-color: transparent #80b5b2 transparent transparent;
}

  .ribbon-edge-topleft {
	top: 0px;
	border-width: 0px 10px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 10px 20px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
  	/* left: 720px; */
	left: 800px;
	border-color: transparent transparent transparent #80b5b2;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 20px 10px;
}

  .ribbon-back-left {
	position: absolute;
	top: 20px;
	left: -1000px;
	width: 1000px;
	height: 108px;
	background-color: #9dd4d9;	z-index: 0;
	background-image: url('../images/ribbon.gif');
}

  .ribbon-back-right {
	position: absolute;
	top: 20px;
	right: -1000px;
	width: 1000px;
	height: 108px;
	background-color: #9dd4d9;	z-index: 0;
	background-image: url('../images/ribbon.gif');
}



/* ribbonL style */

.ribbonL-wrapper {
	position: relative;
	margin-top: 10px;
	margin-bottom: 50px;
}

.ribbonL-front {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 6px;
	background-color: #9dd4d9;
	background-image: url('../images/ribbonL.gif');
	background-color: rgba(0,0,0,0.025);
	height: 108px;
	/*width: 600px;*/width: 720px;
	position: relative;
	left:-30px;
	z-index: 2;
}

.ribbonL-front
{
	box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 25px rgba(0,0,0,0.30);
	-khtml-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
	-o-box-shadow: 0px 15px 25px rgba(0,0,0,0.30);
}

.ribbonL-back-left,
.ribbonL-back-right
{
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-khtml-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
}

.ribbonL-edge-topleft,
.ribbonL-edge-topright,
.ribbonL-edge-bottomleft,
.ribbonL-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

.ribbonL-edge-topleft,
.ribbonL-edge-topright {
}

.ribbonL-edge-bottomleft,
.ribbonL-edge-bottomright {
	top: 114px;
}

.ribbonL-edge-topleft,
.ribbonL-edge-bottomleft {
	left: -30px;
	border-color: transparent #80b5b2 transparent transparent;
}

.ribbonL-edge-topleft {
	top: 0px;
	border-width: 0px 10px 0 0;
}
.ribbonL-edge-bottomleft {
	border-width: 0 10px 20px 0;
}

.ribbonL-edge-topright,
.ribbonL-edge-bottomright {
	left: 780px;
	border-color: transparent transparent transparent #80b5b2;
}

.ribbonL-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
.ribbonL-edge-bottomright {
	border-width: 0 0 20px 10px;
}

.ribbonL-back-left {
	position: absolute;
	top: 20px;
	left: -1020px;
	width: 1000px;
	height: 114px;
	background-color: #9dd4d9;	z-index: 0;
	background-image: url('../images/ribbonL.gif');
}

.ribbonL-back-right {
	position: absolute;
	top: 20px;
	right: -1020px;
	width: 1000px;
	height: 114px;
	background-color: #9dd4d9;	z-index: 0;
	background-image: url('../images/ribbonL.gif');
}
