@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Signika+Negative:300);

/* --- BASIC STYLES --- */

body
{
    margin: 0;
    padding: 0;
	background: #ffffff;
	font-family: 'Signika Negative', sans-serif;
}

a:focus  
{
    outline: none; 
}

img
{
    border: 0;
}

.highlight
{
    color: #183C61 !important;
}

.video
{
	padding-top: 10px;
	padding-left: 30px;
}

div, form
{
    display: block;
}

p, form, span, div, a, font
{
    width: auto;
    height: auto;
}

*
{
    padding: 0;
    margin: 0;
}

.clear
{
    clear: both;
    display: block;
    height: 1px !important;    
}

.relative
{
    position: relative;
}

.rtl
{
	direction: rtl;
}

.padded
{
    padding: 20px;    
}

.wrapper
{
    width: 1024px;
	margin: 10px auto 0;
	padding-top: 46px;
	display: block;
	background:url(../images/wrapper-bg-top.png) no-repeat top;
}

.middle-bg
{
	background:url(../images/wrapper-bg-middle.png) repeat-y;
	margin: 0 auto;
	width: 1024px;
}

.inner
{
	width: 876px;
	display: block;
	margin: 0 auto;	
	padding-left: 56px;
	background: #ffffff;
}

.inner:after {
	content: "";
	display: table;
	clear: both;
}

.home .inner
{
	background: url(../images/jean.jpg) no-repeat bottom right #ffffff;
}

.inner h1
{
	color: #998675;
	font-size: 20px;
	font-family: 'Signika Negative', sans-serif;
	position: absolute;
	top: -30px;
}

.home .inner h1
{
	position:relative;
	top: auto;
	padding: 10px 0 20px 0;
}

.inner h2
{
	color: #998675;
	font-size: 16px;
	font-family: 'Signika Negative', sans-serif;
	margin-bottom: 5px;
}


.inner p
{
	color: #0B0B0B;
	font-size: 13px;
	font-family: 'Signika Negative', sans-serif;
	padding-bottom: 10px;
	line-height: 1.5;
}

.navigation
{
	float: right;
	width: 800px;
	height: 54px;
	position: relative;
	z-index: 10;
}

.navigation ul
{
	position: absolute;
	bottom: -27px;
	right: 20px;
}

.navigation ul li
{
	display: inline;
	padding: 0 8px 15px 8px;
	position: relative;
}

.navigation ul li a:link,
.navigation ul li a:visited
{
	color: #959393;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Signika Negative', sans-serif;
}

.navigation ul li a.selected
{
	color: #000000;
}

.navigation ul li a:hover
{
	color: #000;
}


li.drop-down-hover:hover .drop-down{
	display:block;
}

.navigation ul li .drop-down a{
	color: #333;
	line-height: 1.8;
	text-align: center;
	display: block;
}

.navigation ul li .drop-down a:hover{
	color:#959393;
}

.navigation ul li .drop-down .marketing-wrap.active > a, .navigation ul li .drop-down .sme-wrap.active > a {
	color: #959393;
}

.arrow-link {
	padding-right: 13px;
	background: url(../images/menu-arrow.png) no-repeat right center;
	width: auto;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Signika Negative', sans-serif;
}

.marketing-wrap, .sme-wrap {
	position: relative;
}

.sme-dropdown, .marketing-dropdown {
	padding: 14px 0;
	position: absolute;
	right: -142px;
	top: -15px;
	width: 140px;	
	border: 1px solid #DDD;
	background-color: #FFF;
	opacity: 0;
	visibility: hidden;
}

.active .marketing-dropdown, .active .sme-dropdown {
	opacity: 1;
	visibility: visible;
}

.navigation ul li .sme-dropdown a, .navigation ul li .sme-dropdown a:link, .navigation ul li .marketing-dropdown a, .navigation ul li .marketing-dropdown a:link {
	font-size: 13px;
	line-height: 2.2;
}

.arrow-up:before, .arrow-up:after {
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-top: 0;
}

/* Stroke */
.arrow-up:before {
top: -9px;
left: 50%;
margin-left: -10px;

/* If 1px darken stroke slightly */
border-bottom-color: #c2c2c2;
border-width: 9px;
}
/* Fill */
.arrow-up:after {
top: -8px;
left: 50%;
border-bottom-color: #FFF;
border-width: 9px;
margin-left: -10px;
}

.navigation ul li .drop-down{
	position: absolute;
	left: -20px;
	top: 30px;
	display: none; 
	padding: 14px 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 1000;
}

.navigation ul li .drop-down.insight {
	left: -87px;
	width: 220px;
}

.navigation ul li .drop-down.business {
	left: -46px;
	width: 220px;
	padding: 14px 0;
}

.navigation ul li .drop-down.home-nav {
	left: -50px;
	width: 120px;
}
.logoholder
{
	width: 300px;
	height: 310px;
	background: url(../images/logo.gif) no-repeat;
}

.logoholder .logo h1,
.logoholder .logo p
{
	text-indent: -9999px;
}

.leftholder ul
{
	margin: 0 20px;
}

.leftholder ul li
{
	color: #7A7878;
	font-size: 13px;
	display: list-item;
	list-style-type: disc;
	font-family: 'Signika Negative', sans-serif;
}

.leftholder
{
	width: 390px;
	float: left;
	padding: 20px 9px 0 0;
}

.home .leftholder
{
	padding: 0 9px 10px 0;
}

.contactLeft
{
	text-align: right;
}

.contactLeft p
{
	padding-bottom: 26px;
	padding-top: 10px;
}

.contactRight p
{
	color: #998675;
	font-size: 24px;
	font-family: 'Signika Negative', sans-serif;
	padding-bottom: 20px;
}

.double
{
	width: 876px;
}

.leftholder.home
{
	width: 480px;
}

.rightholder
{
	width: 447px;
	float: right;
	padding-right: 20px;
}

.rightholder.textalign
{
	width: 447px;
	height: 260px;
	float: right;
	padding-top: 276px;
	padding-right: 20px;
}

.rightholder ul, .leftholder ul{
	margin-bottom:10px;
}

.rightholder ul li, .leftholder ul li{
	list-style:circle;
	list-style-position:inside;
	font-size:13px;
	color:#0B0B0B;
	line-height: 1.6;
}


.thin
{
	height: 243px;
}

a.lnkedinBtn
{
	position: absolute;
	right: 26px;
	bottom: 0;
	top: 15px;
	background:url(../images/lnkedin.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

a.lnkedinBtn:hover {
	background:url(../images/lnkedin.png) no-repeat 0 -30px;
}

a.youtubeBtn
{
	position: absolute;
	right: 63px;
	bottom: 0;
	top: 15px;
	background:url(../images/youtube.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

a.youtubeBtn:hover {
	background:url(../images/youtube.png) no-repeat 0 -30px;
}

a.facebookBtn
{
	position: absolute;
	right: 100px;
	bottom: 0;
	top: 15px;
	background:url(../images/facebook.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

a.facebookBtn:hover {
	background:url(../images/facebook.png) no-repeat 0 -30px;
}

a.twitterBtn
{
	position: absolute;
	right: 137px;
	bottom: 0;
	top: 15px;
	background:url(../images/twitter.png) no-repeat 0 0;
	width:30px;
	height:30px;
}

a.twitterBtn:hover{
	background:url(../images/twitter.png) no-repeat 0 -30px;
}

.col
{
	float: left;
	width: 190px;
}

.pagination
{
	position: absolute;
	right: 40px;
	bottom: 0;
	width: 50%;	
}

.pagination ul
{
	float: right;	
}

.pagination li
{
	float: left;	
}

.pagination a
{
	font-family: 'Signika Negative', sans-serif;
	text-decoration: none;
	color: #858484;
	font-size: 20px;
	float: right;
	padding: 0 5px;	
}

.pagination a.selected
{
	color: #000000;
}


.quote {
	margin: -30px 0 0 -10px;
}

.home-logos{
	float: left;
	padding-bottom: 5px;
}

/*biography*/

.bottom-logos {
	float: left;
	clear: both;
	padding-top: 20px;
	width:854px;
}

.rightholder-paragraph{
	margin:20px 0 0 0;
}

.coaching-imgs{
	float:right;
}

img.before-img {
	margin:10px 100px 30px 0;
	float:right;
}

img.after-img {
	margin:10px 100px 60px 0;
	float:right;
}

.footer {
	background:url(../images/wrapper-bg-bottom.png) no-repeat bottom;
	height:46px;
	margin:0 auto;
	width: 1022px;
	padding-top: 30px;
}

.footer-home {
	background:url(../images/wrapper-bg-bottom.png) no-repeat bottom;
	height:46px;
	margin:0 auto;
	width: 1022px;
}


img.left-img {
	margin: 278px 0 30px 40px;
}

img.flow-chart {
	margin-top:20px;
}

img.certificate {
	margin: 40px 0 0 88px;
}

img.bt-img {
	margin: 170px 0 30px 100px;
}

img.blind-aid-img {
	margin: 0 0 0 105px;
}

img.napoleon {
	margin: -20px 0 0 40px;
}

.napoleon-link {
	text-decoration:none;
	font-size:15px;
	font-family: 'Signika Negative', sans-serif;
	color:#333;
	float:left;
	margin: 0 0 0 130px;
}
	
.napoleon-link:hover {
	color:#998675;
}

p.before-after {
	margin: 20px 0 0 105px;
	font-size:15px;
}