@charset "UTF-8";
/* CSS Document */

/****************** Linked.css combines the following css files: reset, fancybox, layout, coda-slider, validationgEngine, base and styles. *******************************/

@import "slider.css";
/****************** Reset and Generic styles *******************************/

/***********************************************From reset.css***********************************************/

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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
	letter-spacing:.03em;
}


/**********************************************From base.css*****************************************************/

***** Global Settings *****/  html, body {
border:0;
margin:0;
padding:0;
height:100%;
!important min-height:100%;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.7;
	color:#333;
	background:url(../images/main-bg.jpg) repeat-x;
	background-position:center 35px;
}


::selection { /* Safari and Opera - this is to change the default highlighted text*/
 background:#E50E63;
 color:#fff;
}

::-moz-selection { /* Firefox this is to change the default highlighted text */
 background:#E50E63;
 color:#fff;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	font-size:20px;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	padding:0 0 15px 0;
	color:#333;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
/***** LINKS *****/ 
 
a:link, a:visited {
	color:#008DA6;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#E50E63;
}
a:active {
	color:#008DA6;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
em {
	font-style:italic;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Global Classes *****/
 
 .clear-left{
	clear:left;
 }
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/************************ Colours *************************/

/**** colors ***/
.pink {
	color:#E50E63;
}
.blue {
	color:#008DA6;
}
.white {
	color:#FFF;
}
.black {
	color:#000;
}
.purple {
	color:#713c99;
}
/**** sizes ***/

.font-size16 {
	font-size:16px;
}
.bold {
	font-weight: bold;
}
.nobold {
	font-weight:normal;
}
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}
.aBottom {
	bottom:0;
}
.inline {
	display:inline;
}
.padded_tb {
	padding:8px 0;
}
/****************** Basic Styles *******************************/

/***********************************************From layout.css***********************************************/


#mainWrapper {
	width:100%;
	height:100%
}
#mainContainer {
	width:1000px;
	margin:-10px auto 0 auto;
	padding:0;
	position:relative;
	height:auto !important;
}
#topHeader {
	width:800px;
	height:50px;
	position:absolute;
	right:0;
	top:35px;
}
#main-logo {
	background:url(../images/logo-tagline.png) no-repeat scroll 0 15px transparent;
	width:185px;
	height:115px;
	position:absolute;
	top:35px;
	left:0;
}
#main-logo span {
	display:none;
}
<!---#tagline {
	background:url(../images/logo-tagline.png) no-repeat scroll -185px 10px transparent;
	width:192px;
	height:40px;
	float:left;
	margin:6px 0 0 -10px;
} -->
#tagline span {
	display:none;
}
#phoneNumberHolder {
	float:right;
	width:460px;
	height:30px;
	color:#CCC;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	padding-top:10px;
}
#get-started-button {
	background:url(../images/btn-get-started.png) 0 0px;
	width:140px;
	height:126px;
	position:absolute;
	right:5px;
	top:126px;
	cursor:pointer;
	z-index:20;
}
#get-started-button:hover {
	background-position: 0 -136px;
}
#get-started-button span {
	display:none;
}

#new-contest-button {
	background:url(../imagesMainSlide/btn-new-contest.png) 0 0px;
	width:241px;
	height:250px;
	position:absolute;
	left:-240px;
	top:0px;
	cursor:pointer;
	z-index:20;
}
#new-contest-button:hover {
	background-position: 0 -250px;
}
#new-contest-button span {
	display:none;
}

#get-started-frame {
	background:url(../images/get-started.png) 0 0px;
	width:184px;
	height:153px;
	position:absolute;
	right:340px;
	top:30px;
	cursor:pointer;
	z-index:20;
}
#get-started-frame:hover {
	background-position: 0 -153px;
}
#get-started-frame span {
	display:none;
}
#space {
	width:186px;
	height:159px;
	float:left;
	position:relative;
	left:230px;
	top:15px;
}
#mainContent {
	position:relative;
	width:100%;
	top:50px;
	padding-left: 30px;
}
#content {
	width:820px;
	float:right;
	position:relative;
}
#middleContainer {
	width:100%;
	height:100%;
	background-color:#F00;
	float:right;
}
#homepage-dot {
	background:url(../images/bubbleGrey.png) no-repeat;
	display:block;
	width:131px;
	height:69px;
	float:left;
	position:absolute;
	top:351px;
	left:-189px;
	z-index:99;
}
#homepage-dot:hover {
	background:url(../images/bubbleBlue.png) no-repeat;
	display:block;
	width:131px;
	height:69px;
	float:left;
	position:absolute;
	top:351px;
	left:-189px;
}
#flash {
	width:160px;
	height:142px;
	float:left;
	position:absolute;
	top:350px;
	left:-190px;
	z-index:0;
}
#white-table-lower {
	background:url(../images/homepage-sprite.png) -10px -426px;
	width:662px;
	height:272px;
	float:right;
	position:absolute;
	right:20px;
	top:285px;
	z-index:0;
}
#white-table {
	background:url(../images/homepage-sprite.png) -10px -426px;
	width:662px;
	height:272px;
	float:right;
	position:absolute;
	right:10px;
	top:280px;
	z-index:0;
}
#home-video {
	width:295px;
	height:525px;
	float:left;
	z-index:10;
	position:absolute;
	top:30px;
}
#home-video {
	width:485px;
	height:610px;
	float:left;
	z-index:10;
	position:absolute;
	top:20px;
	left: -60px;
}
#home-video-btn {
	background:url(../images/home-play-btn.png);
	width:210px;
	height:50px;
	display:block;
	float:left;
	position:relative;
	top:30px;
	left:150px;
	cursor:pointer;
}
#home-video-btn:hover {
	background-position:0 50px;
}
#mac-computer {
	background:url(../images/homepage-sprite.png) -10px -718px;
	width:248px;
	height:216px;
	position:absolute;
	top:82px;
	right:15px;
	z-index:10;
	padding:10px 14px 0 14px;
}
#home-text {
	width:570px;
	height:auto;
	position:relative;
	margin:360px 0 0 200px;
	z-index:100;
}
#home-text-lower {
	width:570px;
	height:auto;
	position:relative;
	margin-top:380px;
	margin-left:190px;	
	z-index:100;
}
/***** home ****/

#white-lamp {
	background:url(../images/white-lamp.png) no-repeat;
	width:195px;
	height:350px;
	float:right;
	position:fixed;
	left:1460px;
	right:0;
	top:35px;
	z-index:9999;
}
#form-frame {
	background:url(../images/complementary-consult-bg.png) no-repeat;
	width:347px;
	height:362px;
	float:right;
	position:absolute;
	right:35px;
	top:15px;
	z-index:9999;
}
#form-frame .font-size12 {
	font-size:12px;
	width:250px;
	text-align:left;
	position:relative;
	left:50px;
}
/**** navigation *****/

#navWrapper {
	background:url(../images/nav-bg.png) repeat-x;
	height:45px;
	width:100%;
	z-index:9999;
	position:fixed;
	top:-5px;
}
#navContainer {
	width:1000px;
	margin:0 auto;
}
.nav-curl {
	background:url(../images/nav-curl.png);
	width:11px;
	height:36px;
	float:right;
	display:block;
	position:relative;
	bottom:42px;
	left:4px;
}
ul.main-nav {
	width:775px;
	height:50px;
	margin:0;
	padding:0;
	float:left;
	margin:0 auto;
	margin-top:-4px;
}
ul.main-nav span {
	display:none;
}
ul.main-nav li {
	float:left;
	display:block;
	height:20px;
}
#nav-home {
	background:url(../images/nav.png) -11px 0;
	width:100px;
	height:50px;
	display:block;
}
#nav-home:hover {
	background-position:-11px 55px;
}
#nav-home-active {
	background:url(../images/nav.png) -11px 55px;
	width:100px;
	height:50px;
	display:block;
}
#nav-weAre {
	background:url(../images/nav.png) -105px 0;
	width:110px;
	height:50px;
	display:block;
}
#nav-weAre:hover {
	background-position:-105px 55px;
}
#nav-weAre-active {
	background:url(../images/nav.png) -105px 55px;
	width:110px;
	height:50px;
	display:block;
}
#nav-weCreate {
	background:url(../images/nav.png) -210px 0;
	width:135px;
	height:50px;
	display:block;
}
#nav-weCreate:hover {
	background-position:-210px 55px;
}
#nav-weCreate-active {
	background:url(../images/nav.png) -210px 55px;
	width:135px;
	height:50px;
	display:block;
}
#nav-theySay {
	background:url(../images/nav.png) -335px 0;
	width:125px;
	height:50px;
	display:block;
}
#nav-theySay:hover {
	background-position:-335px 55px;
}
#nav-theySay-active {
	background:url(../images/nav.png) -335px 55px;
	width:125px;
	height:50px;
	display:block;
}
#nav-letsTalk {
	background:url(../images/nav.png) -460px 0;
	width:115px;
	height:50px;
	display:block;
}
#nav-letsTalk:hover {
	background-position:-460px 55px;
}
#nav-letsTalk-active {
	background:url(../images/nav.png) -460px 55px;
	width:115px;
	height:50px;
	display:block;
}
#nav-everythingElse {
	background:url(../images/nav.png) -570px 0;
	width:179px;
	height:50px;
	display:block;
}
#nav-everythingElse:hover {
	background-position:-570px 55px;
}
#nav-everythingElse-active {
	background:url(../images/nav.png) -570px 55px;
	width:179px;
	height:50px;
	display:block;
}
/****** social media icons *****/

#socialMediaHolder {
	width:auto;
	height:30px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	margin:8px 0 0 0;
}
#facebook {
	background:url(../images/social-media-icons.png) no-repeat;
	cursor:pointer;
	width:31px;
	height:30px;
	display:block;
	float:left;
	margin:0;
}
#facebook:hover {
	background-position:0 -38px;
}
#twitter {
	background:url(../images/social-media-icons.png) -38px 0;
	width:31px;
	height:30px;
	cursor:pointer;
	display:block;
	float:left;
	margin:0 10px;
}
#twitter:hover {
	background-position:-38px 30px;
}
#linkedin {
	background:url(../images/social-media-icons.png) -78px 0;
	width:31px;
	height:30px;
	cursor:pointer;
	display:block;
	float:left;
	margin:0 5px;
}
#linkedin:hover {
	background-position:-78px 30px;
}
#digg {
	background:url(../images/social-media-icons.png) -118px 0;
	width:31px;
	height:30px;
	cursor:pointer;
	display:block;
	float:left;
	margin:0 10px;
}
#digg:hover {
	background-position:-118px 30px;
}
#rss {
	background:url(../images/social-media-icons.png) -156px 0 no-repeat;
	width:31px;
	height:30px;
	cursor:pointer;
	display:block;
	float:left;
	margin:0 3px;
}
#rss:hover {
	background-position:-156px -38px;
}
/******** we are ******/

ul#subMenu li {
	list-style:none;
	float:right;
}
ul#subMenu .text {
	float:left;
	width:100px;
	height:50px;
	color:#ccc;
	line-height:1.2;
	padding:15px 0 0 0;
	text-align:right;
	font-size:11px;
}
#couch {
	background:url(../images/weare-sprite.png) -10px -10px;
	width:588px;
	height:343px;
	margin:220px 0 0;
	z-index:99;
	position:relative;
	right:210px;
}
#black-table-team {
	background:url(../images/weare-sprite.png) -10px -532px;
	float:right;
	height:189px;
	width:401px;
	margin:-120px 0 0 0;
}
#black-table {
	background:url(../images/weare-sprite.png) -10px -532px;
	float:right;
	height:189px;
	width:401px;
	margin:225px 0 0 0;
	position:relative;
	left:366px;
}
#we-are-text a {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
#we-are-text a:hover {
	color:#FFF;
	text-decoration:none;
}
#we-are-text h1 {
	font-size:18px;
	color:#000;
	position:relative;
	top:10px;
	padding-top:10px;
}
#company-text h1 {
	font-size:22px;
	position:relative;
	padding-top:10px;
}
#weare-dot {
	background:url(../images/bubbleGrey.png);
	display:block;
	width:131px;
	height:69px;
	float:right;
	position:relative;
	bottom:100px;
	right:200px;
	z-index:999;
}
#weare-dot:hover {
	background:url(../images/bubbleBlue.png);
	display:block;
	width:131px;
	height:69px;
	float:right;
	position:relative;
	bottom:100px;
	right:200px;
	z-index:88;
}
#weare-flash {
	width:160px;
	height:142px;
	float:right;
	position:relative;
	bottom:100px;
	right:40px;
}
ul#subMenu {
	width:540px;
	height:140px;
	position:absolute;
	top:20px;
	left: 222px;
}
#we-are-text {
	color:#FFFFFF;
	width:490px;
	height:250px;
	margin:0px 0 0;
	position:absolute;
	top:80px;
	left:310px;
}
#company-text {
	color:#666666;
	width:400px;
	height:250px;
	margin:0px 0 0;
	position:absolute;
	top:360px;
	left:380px;
}
a.we-are-right {
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	float:right;
}
/*****profile styles *********/
#profile-video {
	margin:37px 0px 0px 36px;
	z-index: 999;
}
#profile-video iframe.video-content body {
	margin: 0 !important;
}
#profile-video iframe.video-content body img {
	width: 287px !important;
	height: 161px !important;
	cursor: default !important;
}
/**** profile frame ***/


#profile-video-frame {
	background:url(../images/video-frame.png) no-repeat;
	width:366px;
	height:227px;
	float:right;
	position:relative;
	bottom:125px;
	right:20px;
}
#profile-team {
	background:url(../images/team-photo.png) no-repeat;
	width:487px;
	height:550px;
	border:none;
	outline:none;
	position:relative;
	bottom:190px;
	left:45px;
}
#profile-sari {
	background:url(../images/profile-pic-sari.png) no-repeat;
	width:230px;
	height:525px;
	border:none;
	outline:none;
	position:relative;
	bottom:110px;
	left:120px;
}
#profile-lydia {
	background:url(../images/profile-pic-lydia.png) no-repeat;
	width:224px;
	height:450px;
	border:none;
	outline:none;
	position:relative;
	bottom:90px;
	left:70px;
}
#profile-mel {
	background:url(../images/profile-pic-mel.png) no-repeat;
	width:230px;
	height:489px;
	border:none;
	outline:none;
	position:relative;
	bottom:80px;
	left:140px;
}
#profile-sam {
	background:url(../images/profile-pic-sam.png) no-repeat;
	width:215px;
	height:517px;
	border:none;
	outline:none;
	position:relative;
	bottom:85px;
	left:130px;
}
#profile-shaun {
	background:url(../images/profile-pic-shaun.png) no-repeat;
	width:228px;
	height:480px;
	border:none;
	outline:none;
	position:relative;
	bottom:55px;
	left:90px;
}

#profile-michael {
	background:url(../images/profile-pic-michael.png) no-repeat;
	width:270px;
	height:513px;
	border:none;
	outline:none;
	position:relative;
	bottom:90px;
	left:130px;
}
#profile-keane {
	background:url(../images/profile-pic-keane.png) no-repeat;
	width:160px;
	height:266px;
	border:none;
	outline:none;
	position:relative;
	bottom:30px;
	left:300px;
}
#profile-meg {
	background:url(../images/profile-pic-meg.png) no-repeat;
	width:220px;
	height:470px;
	border:none;
	outline:none;
	position:relative;
	bottom:75px;
	left:90px;
}
#profile-nat {
	background:url(../images/profile-pic-nat.png) no-repeat;
	width:235px;
	height:460px;
	border:none;
	outline:none;
	position:relative;
	bottom:75px;
	left:70px;
}
#profile-nikki {
	background:url(../images/profile-pic-nikki.png) no-repeat;
	width:201px;
	height:450px;
	border:none;
	outline:none;
	position:relative;
	bottom:85px;
	left:100px;
}
#profile-alexis {
	background:url(../images/profile-pic-alexis.png) no-repeat;
	width:253px;
	height:460px;
	border:none;
	outline:none;
	position:relative;
	bottom:85px;
	left:70px;
}
#profile-kim {
	background:url(../images/profile-pic-kim.png) no-repeat;
	width:269px;
	height:470px;
	border:none;
	outline:none;
	position:relative;
	bottom:95px;
	left:90px;
}
#profile-dot {
	background:url(../images/profileDot.png) no-repeat;
	width:190px;
	height:198px;
	border:none;
	outline:none;
	position:relative;
	bottom:-10px;
	left:120px;
}
#profile-text {
	color:#FFF;
	float:left;
	width:340px;
	height:160px;
	position:absolute;
	left:60px;
	bottom:0;
	top:50px;
	z-index:999;
}
#content #profile-text a {
	color:#ccc;
}
#content #profile-text a:hover {
	color:#fff;
}
#profile-text p {
	text-shadow:1px 1px 1px #000;
}
#profile-text h1 {
	font-size:25px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
}
#profile-text h2 {
	font-size:14px;
	color:#CCC;
	line-height:0;
	margin:0 0 15px 0;
	font-weight:bold;
	text-shadow:0px 1px 0px #333;
}
/************** we create **********/

#frame {
	background:url(../images/wecreate-sprite.png) -10px -10px;
	width:786px;
	height:441px;
	float:left;
	position:relative;
	top:20px;
	left:25px;
}
#left-column {
	width:180px;
	height:400px;
	font-size:18px;
	float:left;
	position:relative;
	top:200px;
	z-index:999;
}
#frame #left-arrow {
	background:url(../images/theysay-sprite.png) -10px -330px;
	width:33px;
	height:33px;
	float:left;
	position:relative;
	top:235px;
	left:25px;
	cursor:pointer;
}
#frame #right-arrow {
	background:url(../images/wecreate-sprite.png) -10px -524px;
	width:33px;
	height:33px;
	float:right;
	position:relative;
	top:200px;
	right:30px;
	cursor:pointer;
}
#we-create-holder {
	width:650px;
	height:285px;
	float:left;
	position:relative;
	top:100px;
	left:30px;
}
#we-create-text {
	width:315px;
	height:285px;
	float:left;
	margin:40px 0 0 20px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
#client-name {
	font-size:16px;
	color:#008DA6;
	font-family:Tahoma, Geneva, sans-serif;
}
#we-create-image {
	width:285px;
	height:250px;
	float:right;
	background:#fff;
	margin:20px 15px 0 10px;
	-moz-box-shadow:-3px 2px 4px #000;
	-webkit-box-shadow:-3px 2px 4px #000
}
#we-create-image img {
	padding:15px;
}
#thumbnails-container {
	float:left;
	width:700px;
	height:50px;
	margin:30px 0 30px 90px;
	z-index:777;
}
/**** they say ***/
#client-container {
	width:auto;
	height:auto;
	float:left;
	margin:90px 0 0 80px;
}
#client-container h1 {
	font-size:20px;
	color:#000;
	text-shadow:1px 1px 1px #fff;
	text-align: right;
}
#client-container h2 {
	font-size:14px;
	color:#CCC;
	line-height:0;
	margin:0 0 15px 0;
	font-weight:bold;
	text-shadow:0px 1px 0px #333;
	text-align:right;
}
#client-container h3 {
	font-size:16px;
	color:#FFF;
	line-height:0;
	padding:20px 0 10px 0;
	font-weight:bold;
	text-shadow:0px 1px 0px #333;
	text-align:right;
}
#client-container h4 a, #client-container h4 {
	font-size:13px;
	color:#CCC;
	padding:1px 0 0 0;
	text-shadow:0px 1px 0px #333;
	text-decoration:none;
	text-align:right;
}
#tv-screen {
	background:url(../images/TV.png);
	width:416px;
	height:270px;
	float:right;
	margin:20px 0 0 0;
}
#testimonials-container {
	background:#fff;
	width:355px;
	height:200px;
	margin:27px 0 0 28px;
}
#testimonial {
	width:280px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:8px;
	left:8px;
	font-size:14px;
	text-align:justify;
	padding-top: 5px;
}
#testimonial p {
	padding:0;
}
#testimonial-logo {
	float:left;
	background-color:#999;
	width:125px;
	height:65px;
	position:relative;
	bottom:10px;
}
#testimonial-readmore {
	float:right;
	position:relative;
	top:-20px;
}
#testimonial-readmore a {
	color:#666;
	position:relative;
	font-size: 12px;
}
#testimonial-readmore a:hover {
	color: #008DA6;
}
#testimonials-thumbnails-container {
	width:875px;
	height:auto;
	margin:0 auto;
	padding-top:8px;
}
#testimonials-thumbnails-container #left-arrow {
	background:url(../images/wecreate-sprite.png) -10px -471px;
	width:33px;
	height:33px;
	float:left;
	cursor:pointer;
	position:relative;
	left:0;
	top:0;
	margin:15px 25px 0 10px;
}
#testimonials-thumbnails-container #right-arrow {
	background:url(../images/wecreate-sprite.png) -10px -524px;
	width:33px;
	height:33px;
	float:left;
	cursor:pointer;
	position:relative;
	left:0;
	top:0;
	margin:15px 10px 0 20px;
}
/**** let's talk *****/



#address-container {
	color: #FFFFFF;
	float: left;
	padding-top: 30px;
	margin-bottom:-10px;
}
#address-container p {
	text-shadow:1px 1px 1px #000;
	padding:0;
}
#address-container h1 {
	font-size:30px;
	padding:0;
	margin:0 0 20px 0;
}
#address-container h2 {
	color:#ddd;
	font-size:14px;
	font-weight:bold;
	padding:3px 0 0 0;
}
#contactText h2 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 0;
}
/**** seo index page styles ****/

#form-frame p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin:28px 0 0;
	padding:0;
	text-align:center;
}
ul#form {
	width:260px;
	height:180px;
	list-style:none;
	margin:0 0 0 52px;
	padding:0;
}
ul#form li {
	float:left;
}
ul#form input {
	border:none;
	color:#999;
}
ul#form textarea {
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#999;
}
ul#form p {
	color:#666666;
	font-size:11px;
	margin:8px 0 0;
	padding:0;
}
#submit {
	background:url(../images/get-started-today-btn.png) no-repeat;
	width:182px;
	height:29px;
	outline:none;
	border:none;
	cursor:pointer;
	float:right;
	margin:2px 45px 0 0;
}
/********* footer  ********/

#copyright {
	float:right;
	color:#999;
	width:100%;
	text-align:center;
	font-size:11px;
}
#copyright a {
	text-decoration:none;
	color:#999999;
	font-weight:normal;
}
#copyright a:hover {
	text-decoration:underline;
}
#footerWrapper {
	width:100%;
}
#footerContainer {
	width:100%;
	margin-top:10px;
}
/*******************/


#street-sign {
	background:url(../images/letstalk-sprite.png) -5px -5px;
	width:190px;
	height:535px;
	position:relative;
	top:150px;
}
div.map {
	float:right;
	height:350px;
}
#google-map-container {
	background:url("../images/map.png") no-repeat scroll center bottom transparent;
	height: 523px;
	margin-bottom: 80px;
	position: relative;
	top: -250px;
	width: 372px;
}
.google-map {
	position:relative;
	padding-right:20px;
}
#get-started-slant {
	background:url("../images/get-started-today-btn-1.png") no-repeat scroll 0 0 transparent;
	width:177px;
	height:154px;
	position:relative;
	right:120px;
	bottom:50px;
	cursor:pointer;
	z-index:999;
	display:block;
}
#get-started-slant:hover {
	background-position:0 -156px;
}
#contactText {
	bottom: 10px;
	margin-left: -10px;
	position: relative;
	line-height: 1.4;
	height:500px;
	color:#000;
	margin-top:-10px;
}
#contactText h1 {
	margin-bottom:25px;
	font-weight:normal;
	font-size:22px;
	color:#e6e6e6;
	margin-top:20px;
}

.contactCanada, .contactUSA {
	float:left;
}

#contact-dot {
	background:url(../images/bubbleGrey.png) no-repeat;
	display:block;
	width:131px;
	height:69px;
	float:left;
	position:absolute;
	top:381px;
	z-index:99;
	left: -70px;
}
#contact-dot:hover {
	background:url(../images/bubbleBlue.png) no-repeat;
	display:block;
	width:131px;
	height:69px;
	float:left;
	position:absolute;
	top:381px;
	z-index:99;
	left: -70px;
}
#contact-flash {
	width:160px;
	height:142px;
	float:left;
	position:absolute;
	top:380px;
	left:-70px;
	z-index:0;
}
/********* recent styling changes - ALL pages - aug 12 - sam ********/

#dotHolder:hover #homepage-dot, #testimonials-dotHolder:hover #homepage-dot, #dotHolder:hover #weare-dot, #dotHolder:hover #contact-dot, #dotHolder:hover #portfolio-dot {
	background: url(../images/bubbleBlue.png) no-repeat 0 0;
}
#print-imgholder {
	z-index:999;
}
#layer1, #layer2, #layer3, #layer4, #layer5, #layer6, #layer7, #layer8, #layer9, #layer10, #layer11, #layer12, #layer13 {
	position: absolute;
	visibility: hidden;
	width:550px;
	height:437px;
	left: 20px;
	top: 0px;
	background-color:#fff;
	border: 1px solid #000;
	z-index:999;
}
#close1, #close2, #close3, #close4, #close5, #close6, #close7, #close8, #close9, #close10, #close11, #close12, #close13 {
	float:right;
}
#information {
	/*position:absolute; */
	top:0;
	width:285px;
	height:0;
	color:#fff;
	overflow:hidden;
	float: left;
	margin-top: 25px;
	padding-left: 8px;
}
#information a {
	font-weight: normal;
	float: right;
	color: #999;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
#we-create-holder:hover #information a {
	color: #008DA6;
}
#imglink {
	height:100%;
	opacity:0.4;
	position:absolute;
	width:100%;
	z-index:100;
}
#imglink_fix {
	background-image:url("../images/imglink-fix.png");
	height:100%;
	width:100%;
}
#popup-imglink {
	display:block;
	width:325px;
	height:240px;
	bottom:45px;
	right:10px;
	position:absolute;
	z-index:888;
}
#image {
	width:325px;
	height: 240px;
	float: right;
	background: url(../images/bg-portfolioSlideshow.jpg) no-repeat;
}
#image img {
	position:absolute;
	z-index:25;
	width:325px;
	height: 240px;
}
.close-btn {
	font-size:18px;
	color:#000;
	position:relative;
	right:10px;
	text-transform:uppercase;
}
/********* recent styling changes - testimonials page - aug 12 - sam ********/

#testimonials-dotHolder {
	position: absolute;
	left: 60px;
}
/***************/

#portfolio-flash {
	width:160px;
	height:142px;
}
#portfolio-dot {
	background:url(../images/bubbleGrey.png);
	display:block;
	width:131px;
	height:69px;
	position:relative;
	top:215px;
	z-index:999;
}
#portfolio-dot:hover {
	background:url(../images/bubbleBlue.png);
	display:block;
	width:131px;
	height:69px;
	position:relative;
	z-index:88;
}

/********* recent styling changes - all pages - aug 16 - sam ********/

#black-lamp {
	background:url(../images/black-lamp.png) no-repeat;
	width:195px;
	height:360px;
	float:right;
	position:fixed;
	left:1455px;
	right:0;
	top:35px;
	z-index:9999;
}
#flower {
	background: url(../images/grey-flower-holder.png) no-repeat;
	bottom: -8px;
	height: 671px;
	right: 1425px;
	position: fixed;
	width: 301px;
	z-index: 0;
}
#arrow-big {
	background: url(../images/arrow-big.png) no-repeat;
	display: block;
	width: 172px;
	height: 100px;
	position:relative;
	right: 210px;
	bottom: 50px;
}
#arrow-small {
	background: url(../images/arrow-small.png) no-repeat;
	display: block;
	width: 51px;
	height: 47px;
	position: relative;
	top: 30px;
	left: 230px;
}
/*** client spotlight **/

#client-spotlight {
	position: relative;
	left: 40px;
	top: 100px;
	z-index:-100;
}
a#portfolio-infolink {
	float: right;
	margin-bottom: 20px;
}
/*** ppc form **/



#smallform {
	width: 250px;
	height: 225px;
	display: block;
	position: absolute;
	top: 57px;
	left: 520px;
	z-index: 999;
}
#smallform .header {
	background: url(../images/txt-bookconsult.png) no-repeat 0 0;
	display: block;
	width: 238px;
	height: 16px;
	margin-bottom: 0;
}
#smallform .header span {
	display: none;
}
#smallform p {
	padding: 0;
}
#smallform p.fine {
	font-size:85%;
	margin: 0;
}
#smallform input.name, #smallform input.company, #smallform input.phone, #smallform input.city {
	width: 114px;
	float: left;
}
#smallform input.name, #smallform input.company {
	margin-top: 5px;
}
#smallform input.company, #smallform input.city {
	margin-left: 8px;
}
#smallform input.email, #smallform textarea.comment {
	width: 240px;
}
#smallform input.inputField {
	border: none;
	color:#000;
	padding:2px;
	margin-bottom:7px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
}
#smallform input.inputField:focus {
	background:#FFF;
}
#smallform textarea.inputDetails {
	color:#000;
	padding: 2px;
	margin-bottom:5px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
	font-family:Verdana, Geneva, sans-serif;
	height: 40px;
	margin-top: 2px;
	font-size: 11px;
}
#smallform textarea.inputDetails:focus {
	background:#FFF;
}
#smallform input.submitButton {
	width:122px;
	height:34px;
	background:url(../images/btn-sm-form.png) no-repeat 0 0;
	display:block;
	border:none;
	float:right;
	cursor:pointer;
}
#smallform input.submitButton:hover {
	background-position:0 -34px;
}
input.backButton {
	width:107px;
	height:34px;
	background:url(../images/btn-sm-form.png) no-repeat -122px 0;
	display:block;
	border:none;
	float:right;
	margin-top: 20px;
	cursor: pointer;
}
input.backButton:hover {
	background-position:-122px -34px;
}
#thankyouHolder {
	width: 230px;
	position: absolute;
	left: 540px;
	top: 75px;
}
/***********************************************From styles.css***********************************************/


.home {
	margin:0px 70px 0 90px;
}
ol.homelist a {
	font-weight: normal;
	color: #333;
}
ol.homelist a:hover {
	color: #008DA6;
}
h1.home {
	font-size: 21px;
}
p.home {
	margin: 20px 20px 0;
}
ul.phone-number {
	display:block;
	padding:0;
	margin:0;
}
ul.phone-number li {
	display:inline;
	margin:10px 0px 0 20px;
}
.list-style-none {
	list-style:none;
}
.thumbail {
	/*background:url(../images/thumbnail.png);*/
	width:62px;
	height:59px;
	float:left;
	margin:0 2px;
}
.client-name {
	font-size:16px;
	color:#008DA6;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
/**** we create styles ***/


.thumbnail-holder {
	background:url(../images/wecreate-sprite.png) -10px -577px;
	width:62px;
	height:61px;
	margin:0 10px 0 0;
	float:left;
}
/* // tinySlideshow */

#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {
	display:none;
}
#portfolio-wrapper {
	width:650px;
	margin:0 auto;
	display:none;
}
#portfolio-wrapper * {
	margin:0;
	padding:0;
}
#fullsize {
	position:relative;
	width:630px;
	height:285px;
	padding: 0 10px;
}
#information h3 {
	font-size:15px;
	color:#008DA6;
	font-family:Tahoma, Geneva, sans-serif;
	text-shadow:1px 1px 1px #000;
	padding:0;
	font-weight: bold;
}
#information p {
	padding:0;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.imgnav {
	position:absolute;
	width:25%;
	height:306px;
	cursor:pointer;
	z-index:150;
}
.linkhover {
	background:url(tinyslideshow/images/link.gif) 95% 83% no-repeat;
}
#thumbnails {
	margin-top:15px;
}
#slideleft {
	left: -65px;
	width:50px;
	height:60px;
	background:url(../images/blue-arows.png) no-repeat 37px 7px;
	position: absolute;
	top: -1px;
	cursor: pointer;
}
#slideright {
	right: -30px;
	width:50px;
	height:60px;
	background:url(../images/blue-arows.png) no-repeat -11px 7px;
	position: absolute;
	top: -1px;
	cursor: pointer;
}
#slidearea {
	float:left;
	position:relative;
	width:660px;
	margin-left:0;
	height:65px;
	overflow:hidden;
	z-index:999;
}
#slider {
	height:61px;
	position: absolute;
	left: 0;
}
#slider img {
	cursor:pointer;
	width: 62px;
	height: 61px;
	border-bottom:1px solid #fff;
	padding-bottom: 3px;
}
#imglink_fix {
	width:100%;
	height:100%;
	background-image: url(../images/imglink-fix.png);
}
.portfolioTxt {
	width: 775px;
	height: auto;
	float: right;
	margin-bottom: 30px;
}
/********* they say **********/
.quote-left {
	background:url(../images/quote-left.png) no-repeat;
	float:left;
	margin:15px 0 0 10px;
	width:26px;
	height:27px;
}
.quote-right {
	background:url(../images/quote-right.png) no-repeat;
	float:right;
	margin:0 10px 0 0;
	width:26px;
	height:27px;
}
.thumbnail-holder {
	background:url(../images/wecreate-sprite.png) -10px -577px;
	width:62px;
	height:61px;
	margin:0 10px 0 0;
	float:left;
}
#testimonials-thumbnails-container .thumbnail-holder {
	background:url(../images/theysay-sprite.png) -10px -383px;
	width:62px;
	height:61px;
	margin:0 10px 0 0;
	float:left;
}
/**** let's talk  *****/

ul.address-list {
	padding:0;
	margin:0;
	list-style:none;
	width:auto;
	height:auto
}
ul.address-list a {
	text-decoration:none;
	color:#000;
}
ul.address-list a:hover {
	text-decoration:underline;
	color:#000;
	text-shadow:0px 0px 0px #000;
}
ul.address-list li {
	float:left;
	margin:0 0 0 5px;
}
#contactText ul.address-list li {
	float:left;
	margin:0 0  8px 5px;
}
.address-blk-style {
	color:#000;
	font-size:18px;
}
.address-style {
	color:#000;
	font-size:14px;
	text-shadow:0px 1px 1px #FFF; 
}
/**** seo index page styles ****/

.input-text {
	width:116px;
	height:20px;
	margin:7px 10px 0 0;
}
.input-email {
	width:242px;
	height:20px;
	margin:7px 0 0 0;
}
.input-textarea {
	width:246px;
	height:53px;
	overflow:hidden;
}
#blackboardSlider {
	width:545px;
	height:255px;
	overflow:hidden;
	margin:23px 0 0 24px;
	z-index:90;
}
/* Easy Slider */

	#homepageSlider ul, #homepageSlider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#homepageSlider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire homepageSlider area will adjust according to the parameters provided here
		*/ 
		width:245px;
	height:140px;
	overflow:hidden;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:17px 0 0 0;
	padding:0;
	height:10px;
	font-size:8px;
	float:right;
}
ol#controls li {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:10px;
	line-height:10px;
}
ol#controls li a {
	float:left;
	height:10px;
	line-height:10px;
	border:1px solid #eee;
	border-left:none;
	border-top:none;
	background:#bababa;
	color:#555;
	padding:0 5px;
	text-decoration:none;
}
ol#controls li a span {
	display:none;
}
ol#controls li.current a {
	background:#662D91;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */


/*** recent style changes - weare page - aug 11 - sam **/


#we-are-text a.we-are-right {
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	float:right;
	text-decoration: none;
	color: #FFF;
}
#we-are-text a.we-are-right:hover {
	color: #008DA6;
}
/*** recent style changes - wecreate page - aug 12 - sam **/

.side-nav {
	list-style:none;
	float:right;
	line-height:1.6;
}
.side-nav li a {
	color:#fff;
	text-decoration:none;
}
.side-nav li a:hover {
	color:#008DA6;
	cursor:pointer;
}
.side-nav li:hover {
	color:#008DA6;
	list-style-type:disc;
	list-style-position:outside;
}
/*** recent style changes - we are page - aug 16 - sam **/
/*** we are styles **/
.we-are-indent {
	margin:-10px 0 0 80px;
}
#information span.enlargeLink {
	font-size: 12px;
	color: #999;
	font-style: italic;
	float:right;
}
/*** client spotlight styles **/

#client-spotlight h4 {
	font-size: 18px;
	color: #008DA6;
	margin-bottom: 10px;
}
#client-spotlight p {
	font-size: 12px;
	line-height: 1.5em;
}
#client-spotlight a {
	margin-bottom: 15px;
}
#client-spotlight a.amaravati {
	background: url(../images/client-amaravati.jpg) 0 -40px;
	width: 90px;
	height: 40px;
	display: block;
}
#client-spotlight a.amaravati:hover {
	background-position: 0 0;
}
#client-spotlight a.toques {
	background: url(../images/client-toques.jpg) 0 -30px;
	width: 132px;
	height: 30px;
	display: block;
}
#client-spotlight a.toques:hover {
	background-position: 0 0;
}
#client-spotlight a.mayavii {
	background: url(../images/client-mayavii.jpg) 0 -38px;
	width: 75px;
	height: 38px;
	display: block;
	margin-bottom: 10px;
}
#client-spotlight a.mayavii:hover {
	background-position: 0 0;
}
/*** call to action on portfolio pages styles **/

.portfolioTitle h1 {
	float: left;
	margin-right: 20px;
}
.portfolioTitle a {
	font-size: 20px;
	margin-top: 14px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
.portfolioTitle a:link, .portfolioTitle a:visited {
	color: #E50E63;
}
.portfolioTitle a:hover {
	color: #008DA6;
}
.portfolioTitle a:active {
	color: #E50E63;
}
/*** index-ppc styles **/



 
 #bigblueframe-blackboard {
	background: url(../images/bigblueframe-blackboard.png) no-repeat 0 0;
	width: 620px;
	height: 289px;
	display: block;
	position: absolute;
	left: 161px;
	top: 22px;
}
#bigblueframe {
	background: url(../images/bigblueframe.png) no-repeat 0 0;
	width: 620px;
	height: 289px;
	display: block;
	position: absolute;
	left: 180px;
	top: 20px;
}
#blueframeText {
	position: absolute;
	left: 220px;
	top: 55px;
	width: 290px;
	z-index: 999;
	font-size: 98%;
}
#blueframeText p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}
#blueframeText ul {
	margin: 5px 0;
	padding: 0 0 0 25px;
}
#blueframeText ul.bluebullet li {
	list-style: url(../images/bluebullet.png) outside;
}
#blueframeText ul.bluebullet li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#blueframeText ul.bluebullet li a:hover {
	color: #008DA6;
}
#home-video-left, #home-video-left-new {
	width:485px;
	height:610px;
	float:left;
	z-index:10;
	position:absolute;
	top:20px;
	left: -210px;
}

#home-video-left-new {   left: -40px;
    top: 0;}
#featuresHolder {
	position: absolute;
	left: -180px;
	top:390px;
	z-index: 999;
}
#featuresHolder a.media {
	background: url(../images/sprite-features.png) 0 0 no-repeat;
	width: 139px;
	height: 97px;
	display: block;
	margin: 0 0 10px 0;
}
#featuresHolder a.media:hover {
	background-position: 0 -97px;
}
#featuresHolder a.portfolio {
	background: url(../images/sprite-features.png) -139px 0 no-repeat;
	width: 140px;
	height: 97px;
	display: block;
	margin: 0 0 10px 0;
}
#featuresHolder a.portfolio:hover {
	background-position: -139px -97px;
}
#featuresHolder a.blog {
	background: url(../images/sprite-features.png) -279px 0 no-repeat;
	width: 140px;
	height: 97px;
	display: block;
}
#featuresHolder a.blog:hover {
	background-position: -279px -97px;
}
#thankyouHolder p {
	padding: 0 0 0.5em;
}
/****************** Styles for JQuery elements *******************************/


/***********************************************From jquery.fancybox-1.3.1.css.css***********************************************/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox.png');
}
#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}
* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 9999;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}
#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}
#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}
.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.fancybox-title-over {
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancy_title_over.png');
	display: block;
}
#fancybox-title-wrap {
	display: inline-block;
}
#fancybox-title-wrap span {
	height: 32px;
	float: left;
}
#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}
#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}
#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
}
#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -162px;
}
#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
	background-position: -20px 0px;
}
#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -182px;
}
#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox-x.png');
	background-position: 0px -20px;
}
#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -142px;
}
#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox-y.png');
}
#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox.png');
	background-position: -40px -122px;
}
/* IE */

#fancybox-loading.fancybox-ie div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie #fancybox-title-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
	background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/***********************************************From coda-slider-2.0.css***********************************************/



	.panel h2.title {
	margin-bottom: 10px
}
.coda-slider-wrapper {
	padding: 0 0;
	width:851px;
	margin:0 auto 120px auto;
	position:relative;
	right: 55px;
}
.coda-slider {
	background: none
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 375px;
	overflow: auto !important;
	padding-right: 0px
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 750px
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 750px
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px 12px 0
}
/* Arrow styling */
	.coda-nav-left a {
	background: url(../images/wecreate-sprite.png) -10px -471px;
	width:33px;
	height:33px;
	float:left;
	margin:15px 25px 0 0px;
	left:75px;
	top:297px;
	display: block;
	cursor:pointer;
	position:relative;
}
.coda-nav-right a {
	background: url(../images/wecreate-sprite.png) -10px -524px;
	width:33px;
	height:33px;
	float:left;
	margin:15px 0 0 0px;
	left:0;
	top:297px;
	display: block;
	cursor:pointer;
	position:relative;
}
/* Panel padding */
	.coda-slider .panel-wrapper {
	padding: 0
}
/* Preloader */
	.coda-slider p.loading {
	padding: 20px;
	text-align: center
}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav{
		overflow:hidden !important;
	}
	
	
	.coda-nav ul {
	clear: both;
	display: block;
	margin: auto auto auto 90px;

}
.coda-nav ul li {
	display: inline
}
/* Miscellaneous */
	.coda-slider-wrapper {
	clear: both;
	height: 375px
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container {
	position: relative
}
.coda-nav-left, .coda-nav-right {
	float: left
}
.coda-nav-left a, .coda-nav-right a {
}
/* logo images in tv */
	#testimonials-container #testimonial img {
	margin-top: 10px;
}
/* Tab nav */


.coda-nav ul li.tab1 a {
	background: url(../images/testimonials/thumb_kris_video.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab1 a.current, .coda-nav ul li.tab1 a:hover {
	background-position: 0 0;
}

.coda-nav ul li.tab2 a {
	background: url(../images/testimonials/u2r1-thumb.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab2 a.current, .coda-nav ul li.tab2 a:hover {
	background-position: 0 0;
}
	
.coda-nav ul li.tab3 a {
	background: url(../images/testimonials/thumb-tara-video.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab3 a.current, .coda-nav ul li.tab3 a:hover {
	background-position: 0 0;
}

.coda-nav ul li.tab4 a {
	background: url(../images/testimonials/thumb_mayavii_video.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab4 a.current, .coda-nav ul li.tab4 a:hover {
	background-position: 0 0;
}
	
.coda-nav ul li.tab5 a {
	background: url(../images/testimonials/thumb_luvhertz_video.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab5 a.current, .coda-nav ul li.tab5 a:hover {
	background-position: 0 0;
}
.coda-nav ul li.tab6 a {
	background: url(../images/testimonials/thumb_chat.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab6 a.current, .coda-nav ul li.tab6 a:hover {
	background-position: 0 0;
}
.coda-nav ul li.tab7 a {
	background: url(../images/testimonials/thumb_answerfoods.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab7 a.current, .coda-nav ul li.tab7 a:hover {
	background-position: 0 0;
}
.coda-nav ul li.tab8 a {
	background: url(../images/testimonials/thumb_luvhertz.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab8 a.current, .coda-nav ul li.tab8 a:hover {
	background-position: 0 0;
}
.coda-nav ul li.tab9 a {
	background: url(../images/testimonials/thumb_wpt.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab9 a.current, .coda-nav ul li.tab9 a:hover {
	background-position: 0 0;
}
.coda-nav ul li.tab10 a {
	background: url(../images/testimonials/thumb_amara.jpg) 0 -50px;
	width: 50px;
	height: 50px;
	display:block;
	float: left;
	margin-right: 20px;
}
.coda-nav ul li.tab10 a.current, .coda-nav ul li.tab010 a:hover {
	background-position: 0 0;
}



/* pop ups */
	
	#testimonial-luvhz, #testimonial-wpt, #testimonial-amaravati, #testimonial-b4b, #testimonial-ild, #testimonial-angelo, #testimonial-natural, #testimonial-vasco, #testimonial-falcon {
	overflow:auto;
	width: 650px;
}
.testimonial-popup #testimonial {
	width: 580px;
	margin: 10px auto 0 auto;
}
.testimonial-popup #testimonial p {
	padding-bottom: 10px;
	font-size: 90%;
}
.testimonial-popup #client-container {
	margin: 30px 0 0 40px;
}
.testimonial-popup #client-container h1, .testimonial-popup #client-container h2, .testimonial-popup #client-container h3, .testimonial-popup #client-container h4 {
	text-align: left;
}
.testimonial-popup #client-container h2, .testimonial-popup #client-container h4, .testimonial-popup #client-container h4 a {
	color: #999;
}
.testimonial-popup #client-container h3 {
	color: #008DA6;
}
/***********************************************From validationEngine.jquery.css***********************************************/

	
	.inputContainer {
	position:relative;
	float:left;
}
.formError {
	position:absolute;
	top:300px;
	left:300px;
	display:block;
	z-index:5000;
	cursor:pointer;
}
#debugMode {
	background:#000;
	position:fixed;
	width:100%;
	height:200px;
	top:0;
	left:0;
	overflow:scroll;
	opacity:0.8;
	display:block;
	padding:10px;
	color:#fff;
	font-size:14px;
	z-index:100000;
}
.ajaxSubmit {
	padding:20px;
	background:#55ea55;
	border:1px solid #999;
	display:none
}
.formError .formErrorContent {
	width:100%;
	background:#ee0101;
	color:#fff;
	width:150px;
	font-family:tahoma;
	font-size:11px;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding:4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.greenPopup .formErrorContent {
	background:#33be40;
}
.blackPopup .formErrorContent {
	background:#393939;
	color:#FFF;
}
.formError .formErrorArrow {
	width:15px;
	margin:-2px 0 0 13px;
	z-index:5001;
}
.formError .formErrorArrowBottom {
	top:0;
	margin:-6px;
}
.formError .formErrorArrow div {
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size:0px;
	height:1px;
	background:#ee0101;
	margin:0 auto;
	line-height:0px;
	font-size:0px;
	display:block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background:#33be40;
}
.blackPopup .formErrorArrow div {
	background:#393939;
	color:#FFF;
}
.formError .formErrorArrow .line10 {
	width:15px;
	border:none;
}
.formError .formErrorArrow .line9 {
	width:13px;
	border:none;
}
.formError .formErrorArrow .line8 {
	width:11px;
}
.formError .formErrorArrow .line7 {
	width:9px;
}
.formError .formErrorArrow .line6 {
	width:7px;
}
.formError .formErrorArrow .line5 {
	width:5px;
}
.formError .formErrorArrow .line4 {
	width:3px;
}
.formError .formErrorArrow .line3 {
	width:1px;
	border-left:2px solid #ddd;
	border-right:2px solid #ddd;
	border-bottom:0px solid #ddd;
}
.formError .formErrorArrow .line2 {
	width:3px;
	border:none;
	background:#ddd;
}
.formError .formErrorArrow .line1 {
	width:1px;
	border:none;
	background:#ddd;
}
/*** ppc form **/



#smallform2 {
	width: 290px;
	height: 250px;
	display: block;
	position: static;
	top: 27px;
	left: 20px;
	z-index: 999;
}
#smallform2 .header {
	background: url(../images/txt-bookconsult.png) no-repeat 0 0;
	display: block;
	width: 239px;
	height: 16px;
	margin-bottom: 0;
}
#smallform2 .header span {
	display: none;
}
#smallform2 p {
	padding: 0;
}
#smallform2 p.fine {
	font-size:85%;
	margin: 0;
}
#smallform2 input.name, #smallform input.company, #smallform input.phone, #smallform input.city {
	width: 114px;
	float: left;
}
#smallform2 input.name, #smallform input.company {
	margin-top: 5px;
}
#smallform2 input.company, #smallform input.city {
	margin-left: 8px;
}
#smallform2 input.email, #smallform textarea.comment {
	width: 240px;
}
#smallfor2m input.inputField {
	border: none;
	color:#000;
	padding:2px;
	margin-bottom:7px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
}
#smallform2 input.inputField:focus {
	background:#FFF;
}
#smallform2 textarea.inputDetails {
	color:#000;
	padding: 2px;
	margin-bottom:5px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
	font-family:Verdana, Geneva, sans-serif;
	height: 40px;
	margin-top: 2px;
	font-size: 11px;
}
#smallform2 textarea.inputDetails:focus {
	background:#FFF;
}
#smallform2 input.submitButton {
	width:122px;
	height:34px;
	background:url(../images/btn-sm-form.png) no-repeat 0 0;
	display:block;
	border:none;
	float:left;
	cursor:pointer;
}
#smallform2 input.submitButton:hover {
	background-position:0 -34px;
}

/*** new contact form **/

.inputs {
	float:left;
	width:300px;
}

.comments {
	float:right;
	width:400px;
}

#smallform3 {
	width: 710px;
	height: 250px;
	display: block;
	padding-left: 10px;
	position: static;
	top: 27px;
	left: 20px;
	z-index: 999;
}
#smallform3 .header {
	background: url(../images/txt-bookconsult.png) no-repeat 0 0;
	display: block;
	width: 350px;
	height: 16px;
	margin-bottom: 0;
}
#smallform3 .header span {
	display: none;
}
#smallform3 label {
	text-shadow: 1px 1px 1px #000000;
	line-height:30px;
}
#smallform3 p {
	padding: 0;
}
#smallform3 label.fine {
	font-size:85%;
	margin: 0;
}
#smallform3 input.inputField {
	border: none;
	color:#000;
	padding:2px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
	margin:5px;
	width:70%;
	float:right;
}
#smallform3 input.inputField:focus {
	background:#FFF;
}
#smallform3 textarea.inputDetails {
	color:#000;
	padding: 2px;
	margin-bottom:5px;
	background:#E5F3F6;
	border: 1px solid #008DA6;
	font-family:Verdana, Geneva, sans-serif;
	height: 140px;
	margin-top: 2px;
	font-size: 11px;
	width:300px;
}
#smallform3 textarea.inputDetails:focus {
	background:#FFF;
}
#smallform3 input.submitButton {
	width:122px;
	height:34px;
	background:url(../images/btn-sm-form.png) no-repeat 0 0;
	display:block;
	border:none;
	float:left;
	cursor:pointer;
	margin-left:-3px;
}
#smallform3 input.submitButton:hover {
	background-position:0 -34px;
}
body.homepage #dotHolder {
	position: absolute;
	top: 96px;
}
span.c1 {
	font-size: 110%;
	font-weight: bold;
}
/********* Plaque placeholder ********/

#plaqueHolder {
	position:absolute;
	top:315px;
	left:580px;
}
